Commit Graph

94 Commits

Author SHA1 Message Date
David Anderson d7811336bc *** empty log message ***
svn path=/trunk/boinc/; revision=11911
2007-01-19 20:56:49 +00:00
David Anderson dcf1b946db *** empty log message ***
svn path=/trunk/boinc/; revision=11589
2006-11-26 02:06:30 +00:00
David Anderson 0a3a6fa5d7 *** empty log message ***
svn path=/trunk/boinc/; revision=11560
2006-11-21 18:41:27 +00:00
David Anderson 339fa27531 *** empty log message ***
svn path=/trunk/boinc/; revision=11405
2006-10-31 00:44:48 +00:00
David Anderson a314eb9ea1 *** empty log message ***
svn path=/trunk/boinc/; revision=11354
2006-10-25 16:54:47 +00:00
David Anderson 1d3148173a *** empty log message ***
svn path=/trunk/boinc/; revision=11343
2006-10-23 21:00:36 +00:00
David Anderson bc129b6bbb *** empty log message ***
svn path=/trunk/boinc/; revision=11278
2006-10-12 19:43:55 +00:00
David Anderson db24601537 *** empty log message ***
svn path=/trunk/boinc/; revision=11123
2006-09-07 20:39:25 +00:00
David Anderson 41e522e61d *** empty log message ***
svn path=/trunk/boinc/; revision=10750
2006-07-25 21:21:50 +00:00
David Anderson 65e0f38e2e *** empty log message ***
svn path=/trunk/boinc/; revision=10749
2006-07-25 21:07:14 +00:00
David Anderson a54b7162a0 *** empty log message ***
svn path=/trunk/boinc/; revision=10747
2006-07-25 16:45:21 +00:00
David Anderson 0f9b83a55b project files
svn path=/trunk/boinc/; revision=10517
2006-06-26 22:58:24 +00:00
David Anderson 1234444558 app user friendly name
svn path=/trunk/boinc/; revision=10516
2006-06-26 19:08:00 +00:00
David Anderson 3c80d4726f verify-files-on-app-start option
svn path=/trunk/boinc/; revision=10413
2006-06-20 17:36:28 +00:00
David Anderson 85be4593fa symstore support
svn path=/trunk/boinc/; revision=10174
2006-05-22 09:54:31 +00:00
David Anderson 527f0a4852 allow locally-generated input files
svn path=/trunk/boinc/; revision=10055
2006-04-28 17:23:00 +00:00
David Anderson 45fc5016e5 terminology
svn path=/trunk/boinc/; revision=9258
2006-01-17 22:48:09 +00:00
David Anderson 9b8fbcc59f *** empty log message ***
svn path=/trunk/boinc/; revision=9141
2005-12-24 06:32:07 +00:00
Eric J. Korpela d9ee426071 Added explicit includes of "config.h" in many files to enable use of compilers
without a -include command line option.

svn path=/trunk/boinc/; revision=8896
2005-11-21 18:34:44 +00:00
David Anderson d52a600318 *** empty log message ***
svn path=/trunk/boinc/; revision=6300
2005-06-07 23:12:47 +00:00
David Anderson 9c07f39813 *** empty log message ***
svn path=/trunk/boinc/; revision=6292
2005-06-07 19:22:50 +00:00
David Anderson 64b871f819 *** empty log message ***
svn path=/trunk/boinc/; revision=5962
2005-04-28 23:19:58 +00:00
David Anderson b8e12020e9 *** empty log message ***
svn path=/trunk/boinc/; revision=5942
2005-04-27 06:55:28 +00:00
David Anderson 34bd6778d6 *** empty log message ***
svn path=/trunk/boinc/; revision=5841
2005-04-12 22:53:35 +00:00
David Anderson 1b0439c9a9 *** empty log message ***
svn path=/trunk/boinc/; revision=5840
2005-04-12 21:54:40 +00:00
David Anderson 67f6558e04 *** empty log message ***
svn path=/trunk/boinc/; revision=5785
2005-04-06 19:41:31 +00:00
David Anderson 34c158e142 *** empty log message ***
svn path=/trunk/boinc/; revision=5618
2005-03-10 00:43:22 +00:00
David Anderson b48e79ccbd *** empty log message ***
svn path=/trunk/boinc/; revision=5546
2005-03-01 19:56:30 +00:00
David Anderson de8e6a9a25 *** empty log message ***
svn path=/trunk/boinc/; revision=5532
2005-02-26 06:35:19 +00:00
David Anderson 08086a3376 *** empty log message ***
svn path=/trunk/boinc/; revision=5424
2005-02-14 05:40:21 +00:00
Rom Walton e442d3ce7e *** empty log message ***
svn path=/trunk/boinc/; revision=5261
2005-02-01 00:54:06 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
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 37adf79297 *** empty log message ***
svn path=/trunk/boinc/; revision=4328
2004-10-14 22:01:05 +00:00
David Anderson e468bec5b7 *** empty log message ***
svn path=/trunk/boinc/; revision=4149
2004-09-04 05:21:33 +00:00
David Anderson 11d6b414db *** empty log message ***
svn path=/trunk/boinc/; revision=4143
2004-09-02 16:23:21 +00:00
Brian Boshes 0cd83e41e9 *** empty log message ***
svn path=/trunk/boinc/; revision=3994
2004-08-05 21:42:26 +00:00
Brian Boshes aa5640f9d7 Fixed tab settings and reformatted, no other changes
svn path=/trunk/boinc/; revision=3792
2004-07-06 18:31:56 +00:00
Brian Boshes ef4bb882d2 *** empty log message ***
svn path=/trunk/boinc/; revision=3787
2004-07-06 17:37:58 +00:00
Eric J. Korpela 7cd5c7911a *** empty log message ***
svn path=/trunk/boinc/; revision=3725
2004-06-30 18:17:21 +00:00
David Anderson 15c5503569 *** empty log message ***
svn path=/trunk/boinc/; revision=3716
2004-06-29 19:54:50 +00:00
David Anderson 5ceaf4c43a *** empty log message ***
svn path=/trunk/boinc/; revision=3617
2004-06-16 23:16:08 +00:00
Daniel Hsu d0c11718ae *** empty log message ***
svn path=/trunk/boinc/; revision=3498
2004-06-03 21:19:18 +00:00
David Anderson dd51f9ea18 *** empty log message ***
svn path=/trunk/boinc/; revision=3232
2004-04-08 08:15:23 +00:00
David Anderson 7eb31c0819 *** empty log message ***
svn path=/trunk/boinc/; revision=3212
2004-04-03 00:43:55 +00:00
David Anderson 4348705f8f *** empty log message ***
svn path=/trunk/boinc/; revision=3158
2004-03-24 23:33:46 +00:00
David Anderson 41d13e9e61 *** empty log message ***
svn path=/trunk/boinc/; revision=3096
2004-03-19 00:13:22 +00:00
Rom Walton 475c5ed811 *** empty log message ***
svn path=/trunk/boinc/; revision=3029
2004-03-04 11:41:43 +00:00