Commit Graph

36 Commits

Author SHA1 Message Date
Bruce Allen f31b244f90 Modified CVS id strings. After some fussing with different versions
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach.  All these strings
now have global linkage.  To prevent namespace conflicts they all
have different names.  For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
    md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`

svn path=/trunk/boinc/; revision=4979
2005-01-02 18:29:53 +00:00
Bruce Allen a24afe2b67 Moved RCSID strings to the end of all .c, .C and .cpp files as per
David's request.

svn path=/trunk/boinc/; revision=4787
2004-12-08 00:40:19 +00:00
Bruce Allen 45525eade1 - Added static volatile const char *BOINCrcsid="$Id$"; string to
the top of all .C files.  This means that 'string' or 'ident'
run on an executable will tell you the exact file versions used
in building it, since CVS replaces $Id$ with a complete version ID
string.  Declaration is volatile so that the compiler won't remove
it even under agressive optimizations.

svn path=/trunk/boinc/; revision=4610
2004-11-20 07:32:32 +00:00
Rom Walton dd308cb391 *** empty log message ***
svn path=/trunk/boinc/; revision=4133
2004-09-01 04:59:32 +00:00
David Anderson 071700b245 *** empty log message ***
svn path=/trunk/boinc/; revision=4129
2004-08-31 21:20:31 +00:00
Rom Walton be26c21367 *** empty log message ***
svn path=/trunk/boinc/; revision=4127
2004-08-31 19:15:17 +00:00
David Anderson bc809de5fd *** empty log message ***
svn path=/trunk/boinc/; revision=4081
2004-08-20 19:52:34 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Matt Lebofsky a15d1aa478 added fcgi_stdio.h
added fcgi_stdio.h

svn path=/trunk/boinc/; revision=3772
2004-07-03 21:38:15 +00:00
Daniel Hsu 28469f296d *** empty log message ***
svn path=/trunk/boinc/; revision=3720
2004-06-30 01:10:22 +00:00
Rom Walton 5e5b183b41 Client spamming server hotfix
svn path=/trunk/boinc/; revision=3713
2004-06-29 05:10:15 +00:00
David Anderson ba11fd1219 *** empty log message ***
svn path=/trunk/boinc/; revision=3684
2004-06-21 05:03:56 +00:00
David Anderson 5ceaf4c43a *** empty log message ***
svn path=/trunk/boinc/; revision=3617
2004-06-16 23:16:08 +00:00
Rom Walton 746dc9a5a1 *** empty log message ***
svn path=/trunk/boinc/; revision=3546
2004-06-12 18:44:53 +00:00
Rom Walton 475c5ed811 *** empty log message ***
svn path=/trunk/boinc/; revision=3029
2004-03-04 11:41:43 +00:00
David Anderson 5589d5368f *** empty log message ***
svn path=/trunk/boinc/; revision=2525
2003-10-21 04:06:55 +00:00
Karl Chen 2c928f724b *** empty log message ***
svn path=/trunk/boinc/; revision=2388
2003-10-02 00:24:39 +00:00
Karl Chen 38bf52da44 freebsd patch et al
svn path=/trunk/boinc/; revision=2081
2003-08-13 21:35:26 +00:00
Karl Chen 47f0238407 *** empty log message ***
svn path=/trunk/boinc/; revision=1658
2003-07-10 18:42:45 +00:00
David Anderson 636bb2ce04 license change
svn path=/trunk/boinc/; revision=1629
2003-07-01 20:37:09 +00:00
Karl Chen 4d81e951c2 improve readability of shmem error message
svn path=/trunk/boinc/; revision=1559
2003-06-20 21:10:37 +00:00
Eric Heien 6014e1db9a detabify
svn path=/trunk/boinc/; revision=1330
2003-06-06 22:08:46 +00:00
Dan Werthimer 2e8548bb4c no message
svn path=/trunk/boinc/; revision=1160
2003-05-07 20:04:26 +00:00
Eric Heien 77f8686412 *** empty log message ***
svn path=/trunk/boinc/; revision=1158
2003-05-05 23:44:30 +00:00
Dan Werthimer 5e21fa57a4 no message
svn path=/trunk/boinc/; revision=1157
2003-05-05 23:40:34 +00:00
Eric Heien d959df8c0a *** empty log message ***
svn path=/trunk/boinc/; revision=1083
2003-03-20 18:42:16 +00:00
David Anderson 7ceb967b4b bug fixes
svn path=/trunk/boinc/; revision=1074
2003-03-18 20:29:59 +00:00
Eric Heien 629d2a80c6 windows shared memory
svn path=/trunk/boinc/; revision=1071
2003-03-18 19:37:09 +00:00
Eric Heien d362a835ee shared memory communication
svn path=/trunk/boinc/; revision=1063
2003-03-17 19:24:38 +00:00
David Anderson f3bc2c491f license comment, TODO
svn path=/trunk/boinc/; revision=436
2002-09-26 18:11:06 +00:00
Michael Gary a6929b2035 Added a test to make sure scheduling server only sends feasible work units and removed some debugging printfs
svn path=/trunk/boinc/; revision=188
2002-07-12 18:24:58 +00:00
Michael Gary 35af4511d2 Added debug code and error catching, fixed flaw in timekeeping, removed unused tests.
svn path=/trunk/boinc/; revision=174
2002-07-11 01:09:53 +00:00
Eric Heien 5f47e9a2d6 - Consolidated XML parsing functions into lib
- Fixed compile bug on Solaris in shmem.C

svn path=/trunk/boinc/; revision=84
2002-06-03 19:15:19 +00:00
David Anderson ad452cdf57 preference propagation
svn path=/trunk/boinc/; revision=80
2002-06-01 20:26:21 +00:00
Eric Heien c4966874a4 Fixed shmem functions to compile on Solaris.
svn path=/trunk/boinc/; revision=53
2002-05-24 17:45:30 +00:00
David Anderson a5cc5f66f2 memory-mapped DB in sched server
svn path=/trunk/boinc/; revision=52
2002-05-24 04:29:10 +00:00