Commit Graph

67 Commits

Author SHA1 Message Date
David Anderson 6641b8d877 *** empty log message ***
svn path=/trunk/boinc/; revision=10818
2006-08-02 16:57:09 +00:00
David Anderson 0d8462f7d2 *** empty log message ***
svn path=/trunk/boinc/; revision=10542
2006-06-28 16:56:15 +00:00
David Anderson 0101a1ae63 *** empty log message ***
svn path=/trunk/boinc/; revision=10505
2006-06-23 20:05:12 +00:00
David Anderson 082ccd748c general prefs cleanup
svn path=/trunk/boinc/; revision=10242
2006-06-02 20:32:20 +00:00
David Anderson 584f227ed3 *** empty log message ***
svn path=/trunk/boinc/; revision=10239
2006-06-01 20:53:59 +00:00
David Anderson a5bca2d3e9 prefs and account managers
svn path=/trunk/boinc/; revision=10237
2006-06-01 19:03:00 +00:00
David Anderson 6c29f101bf CPU usage limit
svn path=/trunk/boinc/; revision=10168
2006-05-21 22:03:36 +00:00
David Anderson ea98755915 global prefs override file
svn path=/trunk/boinc/; revision=9412
2006-02-07 20:53:46 +00:00
David Anderson 32d14c4c68 back out scheduler changes
svn path=/trunk/boinc/; revision=9349
2006-01-30 21:13:49 +00:00
David Anderson ba6a479fb4 CPU scheduler
svn path=/trunk/boinc/; revision=9336
2006-01-27 22:55:05 +00:00
David Anderson 45fc5016e5 terminology
svn path=/trunk/boinc/; revision=9258
2006-01-17 22:48:09 +00:00
David Anderson ed0e9dcb67 *** empty log message ***
svn path=/trunk/boinc/; revision=9219
2006-01-12 07:29:07 +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
Rom Walton be0d83b57c *** empty log message ***
svn path=/trunk/boinc/; revision=8561
2005-10-07 23:57:26 +00:00
David Anderson 4bc558ffc8 disk usage fixes
svn path=/trunk/boinc/; revision=8442
2005-10-04 21:44:58 +00:00
David Anderson ed47beb5ad increase stderr_out limit to 64KB
svn path=/trunk/boinc/; revision=8421
2005-10-03 18:05:58 +00:00
David Anderson d08355f4da benchmark suspend logic
svn path=/trunk/boinc/; revision=8132
2005-09-21 21:39:35 +00:00
David Anderson c10a399f07 *** empty log message ***
svn path=/trunk/boinc/; revision=6317
2005-06-09 00:43:52 +00:00
David Anderson 14f60e3fb6 *** empty log message ***
svn path=/trunk/boinc/; revision=6316
2005-06-08 23:55:21 +00:00
David Anderson 29916ea358 *** empty log message ***
svn path=/trunk/boinc/; revision=6263
2005-05-28 18:50:19 +00:00
Rom Walton 8d7b398b00 *** empty log message ***
svn path=/trunk/boinc/; revision=6048
2005-05-05 22:28:17 +00:00
Rom Walton dc53047032 *** empty log message ***
svn path=/trunk/boinc/; revision=5969
2005-04-29 06:31:28 +00:00
Charlie Fenton 27e7336d5e *** empty log message ***
svn path=/trunk/boinc/; revision=5968
2005-04-29 05:50:23 +00:00
David Anderson 41d4f31cca *** empty log message ***
svn path=/trunk/boinc/; revision=5616
2005-03-09 23:28:37 +00:00
David Anderson 8d0ab453b3 *** empty log message ***
svn path=/trunk/boinc/; revision=5443
2005-02-16 23:17:43 +00:00
Rom Walton f1eddeb2b6 *** empty log message ***
svn path=/trunk/boinc/; revision=5176
2005-01-21 06:16:29 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
David Anderson dddb7e8ff3 *** empty log message ***
svn path=/trunk/boinc/; revision=5145
2005-01-19 21:53:46 +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
David Anderson c77014533c *** empty log message ***
svn path=/trunk/boinc/; revision=4615
2004-11-21 06:33:14 +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 f342486b5f *** empty log message ***
svn path=/trunk/boinc/; revision=4601
2004-11-18 22:18:00 +00:00
David Anderson c02e5dfa4a *** empty log message ***
svn path=/trunk/boinc/; revision=4423
2004-10-25 20:16:30 +00:00
David Anderson 12887b134d *** empty log message ***
svn path=/trunk/boinc/; revision=4295
2004-10-06 19:09:37 +00:00
David Anderson da00b02632 *** empty log message ***
svn path=/trunk/boinc/; revision=4282
2004-10-01 18:48:34 +00:00
David Anderson 327913b577 *** empty log message ***
svn path=/trunk/boinc/; revision=4281
2004-10-01 08:15:58 +00:00
David Anderson 4edd964b93 *** empty log message ***
svn path=/trunk/boinc/; revision=4095
2004-08-23 22:06:48 +00:00
David Anderson dc0ba8f3c0 *** empty log message ***
svn path=/trunk/boinc/; revision=4050
2004-08-12 10:13:01 +00:00
Daniel Hsu 30d3ce0ec0 *** empty log message ***
svn path=/trunk/boinc/; revision=4020
2004-08-06 23:17:59 +00:00
Brian Boshes 59d0f2e6f3 *** empty log message ***
svn path=/trunk/boinc/; revision=4005
2004-08-06 17:32:22 +00:00
Brian Boshes 0cd83e41e9 *** empty log message ***
svn path=/trunk/boinc/; revision=3994
2004-08-05 21:42:26 +00:00
David Anderson eaea3450dc *** empty log message ***
svn path=/trunk/boinc/; revision=3919
2004-07-21 21:30:25 +00:00
Brian Boshes b52aef173a *** empty log message ***
svn path=/trunk/boinc/; revision=3818
2004-07-09 00:14:23 +00:00
Daniel Hsu 65aa8a39ec *** empty log message ***
svn path=/trunk/boinc/; revision=3805
2004-07-07 00:44:53 +00:00
Daniel Hsu 25b93cf322 ../checkin_notes
svn path=/trunk/boinc/; revision=3803
2004-07-06 23:26:31 +00:00
Eric J. Korpela 7cd5c7911a *** empty log message ***
svn path=/trunk/boinc/; revision=3725
2004-06-30 18:17:21 +00:00
Daniel Hsu 28469f296d *** empty log message ***
svn path=/trunk/boinc/; revision=3720
2004-06-30 01:10:22 +00:00
David Anderson 15c5503569 *** empty log message ***
svn path=/trunk/boinc/; revision=3716
2004-06-29 19:54:50 +00:00