Commit Graph

20 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
David Anderson 29d50db100 checkin changes
svn path=/trunk/boinc/; revision=3948
2004-07-24 00:09:28 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
David Anderson 5f36fc394e *** empty log message ***
svn path=/trunk/boinc/; revision=3389
2004-05-18 16:38:02 +00:00
David Anderson d240b170b1 *** empty log message ***
svn path=/trunk/boinc/; revision=3215
2004-04-04 01:59:47 +00:00
David Anderson dd4d6d2594 *** empty log message ***
svn path=/trunk/boinc/; revision=2344
2003-09-21 22:33:43 +00:00
David Anderson f1eceb8605 *** empty log message ***
svn path=/trunk/boinc/; revision=2220
2003-09-02 21:16:55 +00:00
Karl Chen b79c9e8170 *** empty log message ***
svn path=/trunk/boinc/; revision=2104
2003-08-15 00:45:25 +00:00
David Anderson 537b48cc13 license change
svn path=/trunk/boinc/; revision=1405
2003-06-11 23:36:48 +00:00
David Anderson 431ba7d081 add validation to standard test
svn path=/trunk/boinc/; revision=680
2002-12-03 18:57:40 +00:00
David Anderson b277cee6cf sched compile
svn path=/trunk/boinc/; revision=463
2002-10-04 20:35:56 +00:00
David Anderson ca634eaca8 gcc 3.0 compilation fixes
svn path=/trunk/boinc/; revision=438
2002-09-26 23:12:13 +00:00
David Anderson d45aa6b6e7 *** empty log message ***
svn path=/trunk/boinc/; revision=389
2002-08-29 04:08:40 +00:00
David Anderson a85f32729a project name
svn path=/trunk/boinc/; revision=379
2002-08-25 07:54:33 +00:00
Michael Gary 07c83375dc Watermark functionality now fully implemented, time statistics implemented in host,
checkpoint timing and time tracking implemented in api, make install installs boinc
    in /usr/local/boinc.

svn path=/trunk/boinc/; revision=128
2002-06-21 18:31:32 +00:00
Michael Gary 9b5c58698c *** empty log message ***
svn path=/trunk/boinc/; revision=101
2002-06-07 22:59:24 +00:00
Michael Gary a8660b2a3f *** empty log message ***
svn path=/trunk/boinc/; revision=97
2002-06-07 21:21:55 +00:00
David Anderson ad452cdf57 preference propagation
svn path=/trunk/boinc/; revision=80
2002-06-01 20:26:21 +00:00