Commit Graph

65 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 02e1ab9770 Make boinc_time_to_checkpoint() return int not bool, for compability
with C API.

svn path=/trunk/boinc/; revision=4921
2004-12-22 15:02:03 +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 a1cf7ff401 *** empty log message ***
svn path=/trunk/boinc/; revision=3965
2004-08-03 09:50:24 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Eric J. Korpela 7cd5c7911a *** empty log message ***
svn path=/trunk/boinc/; revision=3725
2004-06-30 18:17:21 +00:00
Rom Walton 8a3bde0d4b *** empty log message ***
svn path=/trunk/boinc/; revision=3619
2004-06-16 23:29:48 +00:00
Karl Chen e7603e6bfe *** empty log message ***
svn path=/trunk/boinc/; revision=3510
2004-06-08 14:37:42 +00:00
David Anderson c4f68c3a87 *** empty log message ***
svn path=/trunk/boinc/; revision=3264
2004-04-15 00:21:29 +00:00
David Anderson 86e83e1e2c *** empty log message ***
svn path=/trunk/boinc/; revision=3165
2004-03-25 22:24:33 +00:00
Rom Walton 39f5c343da *** empty log message ***
svn path=/trunk/boinc/; revision=3142
2004-03-24 07:39:24 +00:00
Rom Walton 475c5ed811 *** empty log message ***
svn path=/trunk/boinc/; revision=3029
2004-03-04 11:41:43 +00:00
David Anderson 48656f6e21 *** empty log message ***
svn path=/trunk/boinc/; revision=2655
2003-11-10 06:49:45 +00:00
David Anderson c669422dbb *** empty log message ***
svn path=/trunk/boinc/; revision=2653
2003-11-09 23:45:31 +00:00
David Anderson b04bb0ef5b *** empty log message ***
svn path=/trunk/boinc/; revision=2647
2003-11-08 00:56:55 +00:00
Eric Heien f35f7aa5a9 fixed UNIX compile problems
svn path=/trunk/boinc/; revision=2638
2003-11-07 01:46:38 +00:00
David Anderson 6fab589545 move graphics code
svn path=/trunk/boinc/; revision=2381
2003-09-30 21:17:20 +00:00
David Anderson 4068269b48 *** empty log message ***
svn path=/trunk/boinc/; revision=2366
2003-09-26 20:00:56 +00:00
Karl Chen 0e0e5e01af *** empty log message ***
svn path=/trunk/boinc/; revision=2318
2003-09-09 07:46:29 +00:00
David Anderson 6939d5557d *** empty log message ***
svn path=/trunk/boinc/; revision=2317
2003-09-09 04:38:44 +00:00
David Anderson 0819db8266 generalize DB interface
svn path=/trunk/boinc/; revision=2267
2003-09-05 21:26:21 +00:00
David Anderson 8f7b567a3b *** empty log message ***
svn path=/trunk/boinc/; revision=2242
2003-09-04 00:18:27 +00:00
Karl Chen 354e41bdb2 *** empty log message ***
svn path=/trunk/boinc/; revision=1689
2003-07-15 22:13:38 +00:00
David Anderson 636bb2ce04 license change
svn path=/trunk/boinc/; revision=1629
2003-07-01 20:37:09 +00:00
Eric Heien 6d02766b90 *** empty log message ***
svn path=/trunk/boinc/; revision=1610
2003-06-28 00:10:47 +00:00
Karl Chen 07ee145e14 remove OpenGL(U) dependency on unix test apps
svn path=/trunk/boinc/; revision=1561
2003-06-20 21:23:41 +00:00
Karl Chen 60a257e711 more test suite stuff
svn path=/trunk/boinc/; revision=1383
2003-06-11 23:09:11 +00:00
Eric Heien d708e0f3eb fixed warning messages
svn path=/trunk/boinc/; revision=1344
2003-06-10 05:33:39 +00:00
Eric Heien 6014e1db9a detabify
svn path=/trunk/boinc/; revision=1330
2003-06-06 22:08:46 +00:00
Dan Werthimer 286ce243c2 no message
svn path=/trunk/boinc/; revision=1255
2003-05-28 22:39:08 +00:00
Dan Werthimer 528c3f9b59 no message
svn path=/trunk/boinc/; revision=1253
2003-05-28 20:58:01 +00:00
Eric Heien be21b6b6dd *** empty log message ***
svn path=/trunk/boinc/; revision=1204
2003-05-14 23:51:54 +00:00
Dan Werthimer 98bd82b77a no message
svn path=/trunk/boinc/; revision=1143
2003-04-29 19:53:18 +00:00
Eric Heien 098073dfa6 client request app quit on exit
svn path=/trunk/boinc/; revision=1053
2003-03-11 22:18:01 +00:00
David Anderson 8a7e5a26b4 project prefs
svn path=/trunk/boinc/; revision=955
2003-02-21 01:38:16 +00:00
Eric Heien bc26be32cc *** empty log message ***
svn path=/trunk/boinc/; revision=945
2003-02-19 19:46:29 +00:00
Eric Heien 5bd8143050 *** empty log message ***
svn path=/trunk/boinc/; revision=706
2002-12-07 01:09:20 +00:00
Hamid Aghdaee 8d25ea7540 *** empty log message ***
svn path=/trunk/boinc/; revision=705
2002-12-07 00:57:52 +00:00
Hamid Aghdaee 05aa32415b *** empty log message ***
svn path=/trunk/boinc/; revision=704
2002-12-07 00:56:51 +00:00
Eric Heien dfb9a63f70 windows fixes
svn path=/trunk/boinc/; revision=702
2002-12-06 22:41:23 +00:00
Eric Heien 85ecd070e2 x11 graphics
svn path=/trunk/boinc/; revision=602
2002-11-12 20:59:00 +00:00
Eric Heien 9d6af70bd6 windows code and project fixes
svn path=/trunk/boinc/; revision=559
2002-11-01 19:32:09 +00:00
Eric Heien cf836f6637 *** empty log message ***
svn path=/trunk/boinc/; revision=551
2002-10-31 00:13:50 +00:00
Eric Heien 9cb2019861 graphics
svn path=/trunk/boinc/; revision=548
2002-10-30 04:30:28 +00:00
Eric Heien 227b94dd86 *** empty log message ***
svn path=/trunk/boinc/; revision=545
2002-10-29 18:58:42 +00:00
Eric Heien b6defb3f8f signal handling
svn path=/trunk/boinc/; revision=540
2002-10-28 23:06:44 +00:00
Eric Heien fdfb9d505c minor fixes
svn path=/trunk/boinc/; revision=526
2002-10-24 17:06:42 +00:00
Seth Cooper d22d978e1e replaced <windows.h> with <afxwin.h> for mfc compatability, added <winsock.h> where needed
svn path=/trunk/boinc/; revision=472
2002-10-06 00:43:54 +00:00
David Anderson ca634eaca8 gcc 3.0 compilation fixes
svn path=/trunk/boinc/; revision=438
2002-09-26 23:12:13 +00:00