Commit Graph

4723 Commits

Author SHA1 Message Date
Bruce Allen 0329a35667 Added RCSID at the end
svn path=/trunk/boinc/; revision=4861
2004-12-16 03:09:57 +00:00
David Anderson 766c11710f *** empty log message ***
svn path=/trunk/boinc/; revision=4860
2004-12-15 23:50:00 +00:00
Rom Walton a3b0415e29 *** empty log message ***
svn path=/trunk/boinc/; revision=4859
2004-12-15 23:08:18 +00:00
Rom Walton 10c7c75a47 *** empty log message ***
svn path=/trunk/boinc/; revision=4858
2004-12-15 22:51:04 +00:00
Rom Walton b8818d2f75 *** empty log message ***
svn path=/trunk/boinc/; revision=4857
2004-12-15 22:50:21 +00:00
Rom Walton 59ca76a964 *** empty log message ***
svn path=/trunk/boinc/; revision=4856
2004-12-15 22:11:14 +00:00
Rom Walton 14321e6920 *** empty log message ***
svn path=/trunk/boinc/; revision=4855
2004-12-15 19:37:45 +00:00
David Anderson 751b0ebd9b *** empty log message ***
svn path=/trunk/boinc/; revision=4854
2004-12-15 19:35:42 +00:00
Karl Chen 938d02c697 *** empty log message ***
svn path=/trunk/boinc/; revision=4853
2004-12-15 12:05:29 +00:00
Karl Chen 2d46810af1 *** empty log message ***
svn path=/trunk/boinc/; revision=4852
2004-12-15 11:41:02 +00:00
Rom Walton 2807f4c366 *** empty log message ***
svn path=/trunk/boinc/; revision=4851
2004-12-15 09:30:02 +00:00
David Anderson ec08015c7e *** empty log message ***
svn path=/trunk/boinc/; revision=4850
2004-12-15 07:08:54 +00:00
David Anderson 2da526fa0d *** empty log message ***
svn path=/trunk/boinc/; revision=4849
2004-12-15 00:38:19 +00:00
David Anderson f5a552e006 *** empty log message ***
svn path=/trunk/boinc/; revision=4848
2004-12-14 21:31:57 +00:00
David Anderson 39f42d5f85 *** empty log message ***
svn path=/trunk/boinc/; revision=4847
2004-12-14 20:37:51 +00:00
David Anderson 8cab8517fd *** empty log message ***
svn path=/trunk/boinc/; revision=4846
2004-12-14 20:28:13 +00:00
Rom Walton 87a05abad3 *** empty log message ***
svn path=/trunk/boinc/; revision=4845
2004-12-14 20:15:06 +00:00
David Anderson 3db69edb05 *** empty log message ***
svn path=/trunk/boinc/; revision=4844
2004-12-14 19:23:46 +00:00
Janus B. Kristensen b7b3976e2b Added a text-box that displays how many more chars the user can write in the signature on forum prefs page.
Also made changes to make this file HTML 4.01 transitional valid.

svn path=/trunk/boinc/; revision=4843
2004-12-14 03:01:59 +00:00
Janus B. Kristensen eec295c40d Added a text-box that displays how many more chars the user can write in the signature.
Also made changes to make this file HTML 4.01 transitional valid.

svn path=/trunk/boinc/; revision=4842
2004-12-14 02:54:29 +00:00
Rom Walton ba79e58d58 *** empty log message ***
svn path=/trunk/boinc/; revision=4841
2004-12-14 02:50:16 +00:00
David Anderson c0c47595ac *** empty log message ***
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
Karl Chen 2beff6f74c *** empty log message ***
svn path=/trunk/boinc/; revision=4839
2004-12-13 22:15:46 +00:00
Karl Chen 61e731cb52 *** empty log message ***
svn path=/trunk/boinc/; revision=4838
2004-12-13 21:23:52 +00:00
David Anderson 18f015b6ae *** empty log message ***
svn path=/trunk/boinc/; revision=4837
2004-12-13 19:14:54 +00:00
David Anderson 940c173597 *** empty log message ***
svn path=/trunk/boinc/; revision=4836
2004-12-13 19:09:15 +00:00
David Anderson 9400348974 *** empty log message ***
svn path=/trunk/boinc/; revision=4835
2004-12-13 19:03:10 +00:00
David Anderson cacd24f348 *** empty log message ***
svn path=/trunk/boinc/; revision=4834
2004-12-13 18:55:42 +00:00
Bruce Allen 4c8d4ae2b0 Typo
svn path=/trunk/boinc/; revision=4833
2004-12-13 01:41:57 +00:00
David Anderson 12e3ff46a6 *** empty log message ***
svn path=/trunk/boinc/; revision=4832
2004-12-13 01:21:50 +00:00
Bruce Allen 152699da36 Initialized NULL (in static initialized data segment anyway, but be
explicit).

svn path=/trunk/boinc/; revision=4831
2004-12-12 15:21:20 +00:00
Bruce Allen 7ac4351f56 graphics_lib_handle has to be extern C to be usable in a C program.
svn path=/trunk/boinc/; revision=4830
2004-12-12 15:07:27 +00:00
Bruce Allen 7211c18865 Added extern C declarations to a couple of header files:
- In graphics_lib.h, this is for compatibility with pure C
      applications.
    - In graphics_impl.h, this would be needed EVEN if we were
      never building app or library with anything other than C++.
      It's because dlsym() can only work if you pass it a non-name
      mangled symbol. Please see:
      http://www.isotton.com/howtos/C++-dlopen-mini-HOWTO/C++-dlopen-mini-HOWTO.html
      for futher edetail.
    - Comments added to graphics_lib.C, better error message.

svn path=/trunk/boinc/; revision=4829
2004-12-12 14:40:43 +00:00
Bruce Allen 2c59187f7e Trying to make C compatible
svn path=/trunk/boinc/; revision=4828
2004-12-12 12:25:31 +00:00
Bruce Allen 2f122a6fa9 Missing include files for make install
svn path=/trunk/boinc/; revision=4827
2004-12-12 12:19:42 +00:00
David Anderson e6fb58fee8 *** empty log message ***
svn path=/trunk/boinc/; revision=4826
2004-12-12 06:54:28 +00:00
David Anderson 330477238f *** empty log message ***
svn path=/trunk/boinc/; revision=4825
2004-12-11 18:38:19 +00:00
David Anderson 6cc5c77c3e *** empty log message ***
svn path=/trunk/boinc/; revision=4824
2004-12-11 06:33:47 +00:00
David Anderson 4e2d808e1b *** empty log message ***
svn path=/trunk/boinc/; revision=4823
2004-12-11 05:55:55 +00:00
David Anderson 9c968d3c2f *** empty log message ***
svn path=/trunk/boinc/; revision=4822
2004-12-11 01:27:47 +00:00
David Anderson f95374f49d *** empty log message ***
svn path=/trunk/boinc/; revision=4821
2004-12-11 01:16:36 +00:00
David Anderson 537c820866 *** empty log message ***
svn path=/trunk/boinc/; revision=4820
2004-12-11 01:01:19 +00:00
Rom Walton 9738d9b22a *** empty log message ***
svn path=/trunk/boinc/; revision=4819
2004-12-11 00:44:24 +00:00
Rom Walton 11aa8b162e *** empty log message ***
svn path=/trunk/boinc/; revision=4818
2004-12-11 00:36:09 +00:00
Rom Walton bdc472415c *** empty log message ***
svn path=/trunk/boinc/; revision=4817
2004-12-10 23:48:47 +00:00
Bruce Allen 2af4e5e390 David, here's a rough pass, I haven't even tried to compile
it. Please read comments in-line.  I think the major
        shortcoming is
        that most (all?) apps will want to use 'handle' to resolve their
        own functions to communicate data from worker to app graphics.
        Perhaps we should provide an additional argument to
        boinc_init_graphics_lib() for that purpose?  At the right point,
        after sucessful dlopen(), boinc_init_graphics_lib() will call
        that user-supplied function (if not NULL) passing it handle.
        On return boinc_init_graphics_lib() will then carry on and start
        graphics.
        It's fun working on a file that's not in Makefile.  No guilt!

svn path=/trunk/boinc/; revision=4816
2004-12-10 23:33:41 +00:00
Rom Walton 914c930e1b *** empty log message ***
svn path=/trunk/boinc/; revision=4815
2004-12-10 23:30:40 +00:00
Bruce Allen 8cab957832 Minor revs
svn path=/trunk/boinc/; revision=4814
2004-12-10 23:12:02 +00:00
David Anderson 01d9b49925 *** empty log message ***
svn path=/trunk/boinc/; revision=4813
2004-12-10 22:04:20 +00:00
Rom Walton 5ca7258cf6 *** empty log message ***
svn path=/trunk/boinc/; revision=4812
2004-12-10 21:29:22 +00:00