Commit Graph

66 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
David Anderson 11b088afe2 *** empty log message ***
svn path=/trunk/boinc/; revision=4765
2004-12-06 00:08:04 +00:00
Bruce Allen 13a1964bc3 - Sanity check args to parse_str(doc, tag, ...) and return false if !doc, !tag, or !strlen(tag)
svn path=/trunk/boinc/; revision=4674
2004-11-28 11:31:54 +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
Rom Walton 369fe9f965 *** empty log message ***
svn path=/trunk/boinc/; revision=4554
2004-11-14 08:29:32 +00:00
David Anderson c02e5dfa4a *** empty log message ***
svn path=/trunk/boinc/; revision=4423
2004-10-25 20:16:30 +00:00
David Anderson 900042214d *** empty log message ***
svn path=/trunk/boinc/; revision=4251
2004-09-27 19:44:40 +00:00
David Anderson fdbba61026 *** empty log message ***
svn path=/trunk/boinc/; revision=4221
2004-09-22 21:08:26 +00:00
David Anderson 161fb2868f *** empty log message ***
svn path=/trunk/boinc/; revision=4189
2004-09-13 18:05:54 +00:00
Rom Walton c38792f59d *** empty log message ***
svn path=/trunk/boinc/; revision=4049
2004-08-11 23:52:22 +00:00
David Anderson 05c23f787c *** empty log message ***
svn path=/trunk/boinc/; revision=3894
2004-07-16 17:47:34 +00:00
David Anderson ecf08e05cd *** empty log message ***
svn path=/trunk/boinc/; revision=3880
2004-07-15 18:54:17 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Daniel Hsu f7cd17da16 *** empty log message ***
svn path=/trunk/boinc/; revision=3728
2004-06-30 22:16:26 +00:00
David Anderson 5ceaf4c43a *** empty log message ***
svn path=/trunk/boinc/; revision=3617
2004-06-16 23:16:08 +00:00
David Anderson 7e749941e5 *** empty log message ***
svn path=/trunk/boinc/; revision=3310
2004-04-30 23:18:56 +00:00
David Anderson 0cebbcb37b *** empty log message ***
svn path=/trunk/boinc/; revision=3196
2004-03-31 19:38:25 +00:00
David Anderson b13e9aa1bc *** empty log message ***
svn path=/trunk/boinc/; revision=3194
2004-03-31 06:07:17 +00:00
Rom Walton 06c039bb56 *** empty log message ***
svn path=/trunk/boinc/; revision=3034
2004-03-06 09:45:25 +00:00
Rom Walton 475c5ed811 *** empty log message ***
svn path=/trunk/boinc/; revision=3029
2004-03-04 11:41:43 +00:00
David Anderson 08438bd3b0 *** empty log message ***
svn path=/trunk/boinc/; revision=3024
2004-03-03 19:00:42 +00:00
David Anderson 8939bb0a07 *** empty log message ***
svn path=/trunk/boinc/; revision=2990
2004-02-15 19:22:01 +00:00
David Anderson 1ca7e9e6d1 *** empty log message ***
svn path=/trunk/boinc/; revision=2935
2004-02-02 21:09:05 +00:00
David Anderson 667bb1cbed *** empty log message ***
svn path=/trunk/boinc/; revision=2934
2004-02-02 19:44:47 +00:00
David Anderson 7f9c68538c *** empty log message ***
svn path=/trunk/boinc/; revision=2924
2004-01-23 19:03:40 +00:00
David Anderson f05ed0cdd7 *** empty log message ***
svn path=/trunk/boinc/; revision=2921
2004-01-22 17:57:41 +00:00
Eric J. Korpela 61e8348017 Added strlcat().
Modified match tag to work with tags of the form "<tag>" and "tag"

svn path=/trunk/boinc/; revision=2918
2004-01-22 02:01:09 +00:00
David Anderson c236b95e8c *** empty log message ***
svn path=/trunk/boinc/; revision=2913
2004-01-21 07:07:16 +00:00
David Anderson eb7e9df653 *** empty log message ***
svn path=/trunk/boinc/; revision=2704
2003-11-28 19:19:11 +00:00
David Anderson 54d5a1d8ca *** empty log message ***
svn path=/trunk/boinc/; revision=2617
2003-11-02 23:08:06 +00:00
David Anderson 5e2bc9d74b *** empty log message ***
svn path=/trunk/boinc/; revision=2614
2003-10-31 22:37:46 +00:00
Eric J. Korpela 3bfa3ed1d8 *** empty log message ***
svn path=/trunk/boinc/; revision=2532
2003-10-21 23:37:02 +00:00
Eric J. Korpela 19bc00a081 *** empty log message ***
svn path=/trunk/boinc/; revision=2530
2003-10-21 18:14:36 +00:00
David Anderson 5589d5368f *** empty log message ***
svn path=/trunk/boinc/; revision=2525
2003-10-21 04:06:55 +00:00
David Anderson bee9f0ad14 *** empty log message ***
svn path=/trunk/boinc/; revision=2503
2003-10-18 19:35:58 +00:00
Karl Chen 5453f279e4 xml writing and parsing
svn path=/trunk/boinc/; revision=2401
2003-10-03 06:46:22 +00:00
David Anderson 65e9be65ee *** empty log message ***
svn path=/trunk/boinc/; revision=2194
2003-08-25 21:54:17 +00:00
Eric J. Korpela 2d2d814c82 *** empty log message ***
svn path=/trunk/boinc/; revision=2172
2003-08-22 18:51:53 +00:00
David Anderson 636bb2ce04 license change
svn path=/trunk/boinc/; revision=1629
2003-07-01 20:37:09 +00:00
Karl Chen f84d029b56 warning police / bug fixes
svn path=/trunk/boinc/; revision=1518
2003-06-17 20:18:56 +00:00
Eric J. Korpela 13b6469ab9 Added const constraint to the constant parameters increase class compatibility.
svn path=/trunk/boinc/; revision=1508
2003-06-17 01:03:45 +00:00
Eric J. Korpela a41b3887e2 *** empty log message ***
svn path=/trunk/boinc/; revision=1503
2003-06-16 21:46:22 +00:00
Eric J. Korpela 6d384113f7 Added extract_xml_record() to parse.[Ch]
svn path=/trunk/boinc/; revision=1500
2003-06-16 19:06:08 +00:00
David Anderson 9844f440f4 user-specified files in app versions
svn path=/trunk/boinc/; revision=1219
2003-05-20 00:03:39 +00:00
Eric Heien 61c74e78d2 safe_strncpy fixes
svn path=/trunk/boinc/; revision=1048
2003-03-11 00:49:07 +00:00
Eric Heien 9d59c26d6b strcpy changed to safe_strncpy, retvals checked
svn path=/trunk/boinc/; revision=1034
2003-03-08 23:49:35 +00:00
David Anderson a26d8c4d1a various
svn path=/trunk/boinc/; revision=1021
2003-03-06 17:42:49 +00:00
David Anderson c805370756 multiple pref sets
svn path=/trunk/boinc/; revision=1020
2003-03-06 00:42:18 +00:00
David Anderson 2e2ba6fe88 eliminate dynamic allocation
svn path=/trunk/boinc/; revision=889
2003-02-11 00:52:44 +00:00