Commit Graph

293 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
David Anderson c417859785 *** empty log message ***
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +00:00
David Anderson f28da20820 *** empty log message ***
svn path=/trunk/boinc/; revision=4878
2004-12-17 19:15:22 +00:00
David Anderson a3368bbf65 *** empty log message ***
svn path=/trunk/boinc/; revision=4867
2004-12-16 21:58:10 +00:00
David Anderson c0c47595ac *** empty log message ***
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57: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
David Anderson 2c5f1d1a5b *** empty log message ***
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Bruce Allen 76b14d416b Remove incorrect comment
svn path=/trunk/boinc/; revision=4771
2004-12-06 22:29:05 +00:00
David Anderson 02b6393a11 *** empty log message ***
svn path=/trunk/boinc/; revision=4764
2004-12-05 23:52:17 +00:00
Bruce Allen 3983504893 Redid 'fix' to scheduler bug from 3 December 2004. In fact the
fix was incomplete. In order for it to work as intended, I would
have also had to modify SCHED_RESULT_ITEM::parse to copy the
additional needed fields into the in-memory structure.  But this
is fragile.  The next time some additional fields are added to the
result table, they would have to be incorporated here as well, to
ensure that SET followed by UPDATE is the identity operation.  So
I did a more graceful and robust fix.  Simply set result.id=0 for
those results that have already been received or which for other
reasons should not be modified in the database, then skip these
when updating.

svn path=/trunk/boinc/; revision=4763
2004-12-05 21:53:32 +00:00
Bruce Allen f85b7d8da3 - Fixed a nasty bug in the scheduler. Under a number of possible
error conditions, handle_request.C would read only some fields of
      and existing request into memory, and then write more of those fields,
      some of which were null, back into memory.  This had the effect of nulling
      out outcome, client_state, exit_status, cpu_time, xml_doc_out, stderr_out,
      validate_state, claimed_credit and client_version.  The point is that
      DB_SCHED_RESULT_ITEM_SET::enumerate() followed by
      DB_SCHED_RESULT_ITEM_SET::update_result
      did not preserve an 'existing result'.  It wiped out the fields above.

svn path=/trunk/boinc/; revision=4724
2004-12-03 14:50:12 +00:00
David Anderson c9089ef197 *** empty log message ***
svn path=/trunk/boinc/; revision=4691
2004-12-01 05:46:04 +00:00
David Anderson 5132e09199 *** empty log message ***
svn path=/trunk/boinc/; revision=4690
2004-12-01 05:03:53 +00:00
Bruce Allen c2d7965c09 - Fixed autoconf/automake build process so that it works correctly
under Mac OSX. Also make dist now works (make distcheck still
     broken).  Karl, since you were the last
     person to fix up this mess, how about taking a look??

svn path=/trunk/boinc/; revision=4665
2004-11-26 17:45:13 +00:00
David Anderson 319328e169 *** empty log message ***
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +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
Bruce Allen 7c5faae35b Cleaned up .cvsignore files
svn path=/trunk/boinc/; revision=4608
2004-11-19 16:27:06 +00:00
David Anderson 86a8a74781 *** empty log message ***
svn path=/trunk/boinc/; revision=4476
2004-11-02 20:27:08 +00:00
Jeff Cobb a695532b47 *** empty log message ***
svn path=/trunk/boinc/; revision=4400
2004-10-22 22:43:29 +00:00
Jeff Cobb 8c357f3b2f *** empty log message ***
svn path=/trunk/boinc/; revision=4396
2004-10-22 18:48:26 +00:00
David Anderson 5bd6449277 *** empty log message ***
svn path=/trunk/boinc/; revision=4357
2004-10-19 23:18:54 +00:00
David Anderson 57be0ccde2 *** empty log message ***
svn path=/trunk/boinc/; revision=4339
2004-10-18 01:54:28 +00:00
David Anderson 35fbdcc866 *** empty log message ***
svn path=/trunk/boinc/; revision=4318
2004-10-12 18:05:38 +00:00
David Anderson 01786cde87 *** empty log message ***
svn path=/trunk/boinc/; revision=4312
2004-10-10 03:16:30 +00:00
Lana Alber b7694f1377 *** empty log message ***
svn path=/trunk/boinc/; revision=4309
2004-10-08 23:59:44 +00:00
David Anderson b84fd8bbef *** empty log message ***
svn path=/trunk/boinc/; revision=4308
2004-10-08 23:07:59 +00:00
Lana Alber 764c08e5ff *** empty log message ***
svn path=/trunk/boinc/; revision=4307
2004-10-08 22:41:33 +00:00
David Anderson 32d00f3595 *** empty log message ***
svn path=/trunk/boinc/; revision=4303
2004-10-08 00:16:33 +00:00
David Anderson 4fc2e50397 *** empty log message ***
svn path=/trunk/boinc/; revision=4289
2004-10-04 23:23:57 +00:00
David Anderson 5b51f17d3b *** empty log message ***
svn path=/trunk/boinc/; revision=4288
2004-10-04 22:37:08 +00:00
David Anderson 22f1a1093a *** empty log message ***
svn path=/trunk/boinc/; revision=4285
2004-10-01 23:46:22 +00:00
David Anderson 41a92be355 *** empty log message ***
svn path=/trunk/boinc/; revision=4271
2004-09-30 20:32:16 +00:00
David Anderson 4fd244d5d8 *** empty log message ***
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
David Anderson 45b76a2180 *** empty log message ***
svn path=/trunk/boinc/; revision=4238
2004-09-24 20:48:07 +00:00
Lana Alber 760e55d907 *** empty log message ***
svn path=/trunk/boinc/; revision=4187
2004-09-12 00:49:38 +00:00
David Anderson 860ef1a1e6 *** empty log message ***
svn path=/trunk/boinc/; revision=4172
2004-09-09 21:52:20 +00:00
Jeff Cobb e04ab2a482 *** empty log message ***
svn path=/trunk/boinc/; revision=4169
2004-09-09 18:36:13 +00:00
David Anderson c5282fdc72 *** empty log message ***
svn path=/trunk/boinc/; revision=4158
2004-09-05 19:26:27 +00:00
David Anderson 2634204c88 *** empty log message ***
svn path=/trunk/boinc/; revision=4152
2004-09-04 23:37:49 +00:00
David Anderson 7d08159c7d *** empty log message ***
svn path=/trunk/boinc/; revision=4088
2004-08-21 00:40:01 +00:00
David Anderson 0d93ecd171 *** empty log message ***
svn path=/trunk/boinc/; revision=4077
2004-08-20 18:29:08 +00:00
David Anderson 89b723e2d1 *** empty log message ***
svn path=/trunk/boinc/; revision=4067
2004-08-16 11:31:59 +00:00
David Anderson dbbbbd76f6 *** empty log message ***
svn path=/trunk/boinc/; revision=4046
2004-08-11 14:47:35 +00:00
David Anderson 0a516adac0 *** empty log message ***
svn path=/trunk/boinc/; revision=4029
2004-08-07 20:23:22 +00:00
Rom Walton 468961fea5 *** empty log message ***
svn path=/trunk/boinc/; revision=4028
2004-08-07 01:36:14 +00:00
David Anderson 2294560669 *** empty log message ***
svn path=/trunk/boinc/; revision=4014
2004-08-06 20:02:00 +00:00
Rom Walton b500ccb412 *** empty log message ***
svn path=/trunk/boinc/; revision=3975
2004-08-04 06:05:17 +00:00
Rom Walton f613681863 *** empty log message ***
svn path=/trunk/boinc/; revision=3955
2004-07-27 23:29:27 +00:00
Rom Walton e5a513b087 *** empty log message ***
svn path=/trunk/boinc/; revision=3954
2004-07-27 22:58:45 +00:00
Rom Walton 355f3c203d *** empty log message ***
svn path=/trunk/boinc/; revision=3953
2004-07-27 22:42:06 +00:00