David Anderson
7df8f71988
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5570
2005-03-05 23:12:31 +00:00
David Anderson
aaa135c3d3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5478
2005-02-19 00:12:59 +00:00
David Anderson
1e2c3e1266
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5452
2005-02-16 23:30:29 +00:00
David Anderson
7c0456340a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5232
2005-01-28 01:58:11 +00:00
Rom Walton
4294c73664
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5220
2005-01-27 09:24:18 +00:00
Rom Walton
b91c5683a3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5219
2005-01-27 09:19:42 +00:00
Rom Walton
943dfda580
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5218
2005-01-27 08:36:27 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen
37a49c9b09
Patches from Reinhard Prix to fix several problems.
...
(1) apps being suspended would call boinc_finish(nonzero) and
core client would treat this as app failure. Introduce
a new function boinc_exit() and call that instead.
(2) improvements to GUI build with wxWidgets
(3) improved X event handling loop now ensures that X window
is taken away when window killed.
svn path=/trunk/boinc/; revision=5142
2005-01-19 15:54:04 +00:00
David Anderson
74acc672b2
replace bad filename hashing function
...
svn path=/trunk/boinc/; revision=5031
2005-01-08 07:55:59 +00:00
Bruce Allen
7d96f35ba3
Reinhard has done a substantial amount of work in the past
...
couple of weeks to fix a number of bugs and problems in the
X-windows and/or Mac graphics event loop, and with lockfile
handling problems seen on a number of Unix file systems. A
brief summary of the changes is:
lockfile: replace calls to exit() by boinc_finish() + make
boinc_finish() remove the lockfile
graphics-eventloop: some re-structuring and simplification to
make handling of glut-exits/abort-signals more robust. Eric,
if you could test this under Solaris we'd be very grateful.
svn path=/trunk/boinc/; revision=5025
2005-01-08 01:17:51 +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
David Anderson
637aa3b688
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4962
2004-12-30 03:03:26 +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
David Anderson
8cab8517fd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4846
2004-12-14 20:28:13 +00:00
David Anderson
18f015b6ae
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4837
2004-12-13 19:14:54 +00:00
David Anderson
537c820866
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4820
2004-12-11 01:01:19 +00:00
David Anderson
b4aeaca73d
fixed file upload bug
...
svn path=/trunk/boinc/; revision=4808
2004-12-10 04:18:40 +00:00
David Anderson
f4ef0f5126
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4801
2004-12-09 01:07:01 +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
David Anderson
02b6393a11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4764
2004-12-05 23:52:17 +00:00
David Anderson
d75f601efe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4652
2004-11-25 07:24:35 +00:00
David Anderson
319328e169
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +00:00
Rom Walton
6212552655
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4612
2004-11-20 08:51:31 +00:00
Bruce Allen
e844e2eb29
- Fixed initialization bug where calling boinc_init_graphics() would not initialize
...
options correctly, creating lockfile/finished havoc in graphics APP. Thanks Reinhard!
David, please bless this.
svn path=/trunk/boinc/; revision=4611
2004-11-20 08:00:20 +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
110b6b45c6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4479
2004-11-02 23:12:29 +00:00
David Anderson
ceb54d0178
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4454
2004-10-28 20:42:44 +00:00
David Anderson
f6171de1bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4439
2004-10-26 21:48:37 +00:00
David Anderson
53c86913b7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4437
2004-10-26 21:12:00 +00:00
David Anderson
06f28b0664
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4433
2004-10-26 20:33:16 +00:00
David Anderson
c02e5dfa4a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4423
2004-10-25 20:16:30 +00:00
David Anderson
38fc34ec2c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4390
2004-10-22 05:46:25 +00:00
David Anderson
ecb5d1fbdc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4365
2004-10-20 22:04:17 +00:00
David Anderson
37adf79297
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4328
2004-10-14 22:01:05 +00:00
Eric Heien
931d54044e
compile fix
...
svn path=/trunk/boinc/; revision=4320
2004-10-13 00:21:50 +00:00
David Anderson
470da41c87
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4319
2004-10-12 20:56:44 +00:00
David Anderson
418d021785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4136
2004-09-01 20:12:50 +00:00
David Anderson
071700b245
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4129
2004-08-31 21:20:31 +00:00
David Anderson
4edd964b93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4095
2004-08-23 22:06:48 +00:00
David Anderson
3b7d0aa7ed
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4044
2004-08-11 12:46:40 +00:00
David Anderson
4c60408871
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4043
2004-08-11 12:15:31 +00:00
Daniel Hsu
4b06dd0e3a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3980
2004-08-04 21:14:34 +00:00
David Anderson
a1cf7ff401
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3965
2004-08-03 09:50:24 +00:00
Daniel Hsu
5629e39ffb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3962
2004-07-29 21:11:05 +00:00
Daniel Hsu
ac00e8411f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3959
2004-07-29 17:18:36 +00:00
Daniel Hsu
144edd3875
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3952
2004-07-26 22:23:16 +00:00
Rom Walton
2d20fae632
Increase heartbeat giveup and timeout values
...
svn path=/trunk/boinc/; revision=3909
2004-07-20 21:28:24 +00:00
Daniel Hsu
ded233c0c2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3892
2004-07-16 01:56:32 +00:00