Commit Graph

41 Commits

Author SHA1 Message Date
David Anderson 1b0439c9a9 *** empty log message ***
svn path=/trunk/boinc/; revision=5840
2005-04-12 21:54:40 +00:00
David Anderson 971b58e501 *** empty log message ***
svn path=/trunk/boinc/; revision=5821
2005-04-11 05:47:41 +00:00
David Anderson 67f6558e04 *** empty log message ***
svn path=/trunk/boinc/; revision=5785
2005-04-06 19:41:31 +00:00
David Anderson 7df8f71988 *** empty log message ***
svn path=/trunk/boinc/; revision=5570
2005-03-05 23:12:31 +00:00
David Anderson 8d0ab453b3 *** empty log message ***
svn path=/trunk/boinc/; revision=5443
2005-02-16 23:17:43 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen a447159e31 Added is_dir() prototype -- generally useful function.
svn path=/trunk/boinc/; revision=5143
2005-01-19 17:53:27 +00:00
David Anderson 7a3f2d4939 *** empty log message ***
svn path=/trunk/boinc/; revision=4809
2004-12-10 19:17:32 +00:00
Rom Walton fbff81f9d2 Fix stupid CRLF problems with the latest header file update.
svn path=/trunk/boinc/; revision=4789
2004-12-08 07:38:22 +00:00
Rom Walton 1c2350d39f *** empty log message ***
svn path=/trunk/boinc/; revision=4783
2004-12-07 23:04:12 +00:00
Bruce Allen 2540d049ec [thanks to Bernd Machenschalk!]
Fixed 'time to checkpoint' problem under Win32 with pure C code.
It turns out that MS VC++ up to version 4.2 defines bool as INT.
But more recent VC++ defines bool as CHAR.  This broke
boinc_time_to_checkpoint() under Win32, when used within pure ANSI
C code, if you treated the return value as a bool. So this patch
defines bool as char if using C under recent MS compilers.

David, a better solution for API functions that should be
callable from C is to make them return 'int' not 'bool'.
Probably ditto for Fortran. Sigh.

svn path=/trunk/boinc/; revision=4767
2004-12-06 16:03:13 +00:00
Bruce Allen d11fe55856 Thanks, Reinhard!
-   C extern statements so that 'API' header files can be included in C
        programs as well as C++.
-   Make install now only installs the header files needed for building
        the external APIs.

svn path=/trunk/boinc/; revision=4755
2004-12-04 00:56:22 +00:00
Rom Walton 369fe9f965 *** empty log message ***
svn path=/trunk/boinc/; revision=4554
2004-11-14 08:29:32 +00:00
David Anderson 652d4c090b *** empty log message ***
svn path=/trunk/boinc/; revision=4342
2004-10-19 06:29:26 +00:00
David Anderson d67a52bd2c *** empty log message ***
svn path=/trunk/boinc/; revision=4317
2004-10-12 00:27:48 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +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 f0827f0137 *** empty log message ***
svn path=/trunk/boinc/; revision=3429
2004-05-24 19:00:26 +00:00
David Anderson 561afe08e4 *** empty log message ***
svn path=/trunk/boinc/; revision=3292
2004-04-23 00:05:16 +00:00
David Anderson 60c82d0045 *** empty log message ***
svn path=/trunk/boinc/; revision=3273
2004-04-20 02:47:51 +00:00
David Anderson 1aa4230d9a *** empty log message ***
svn path=/trunk/boinc/; revision=3263
2004-04-14 23:32:17 +00:00
David Anderson 9767991240 *** empty log message ***
svn path=/trunk/boinc/; revision=3228
2004-04-07 06:51:42 +00:00
Rom Walton 200a3e2674 *** empty log message ***
svn path=/trunk/boinc/; revision=3031
2004-03-05 04:37:53 +00:00
Rom Walton 475c5ed811 *** empty log message ***
svn path=/trunk/boinc/; revision=3029
2004-03-04 11:41:43 +00:00
Rom Walton fd4b4f6f53 *** empty log message ***
svn path=/trunk/boinc/; revision=3017
2004-03-01 19:11:12 +00:00
David Anderson 21f4e5f21f *** empty log message ***
svn path=/trunk/boinc/; revision=3011
2004-02-28 19:11:40 +00:00
David Anderson a68fc8c6da *** empty log message ***
svn path=/trunk/boinc/; revision=2856
2004-01-08 00:27:59 +00:00
David Anderson 6d44e9ccc1 *** empty log message ***
svn path=/trunk/boinc/; revision=2844
2004-01-04 06:48:40 +00:00
David Anderson d68e9c92b9 *** empty log message ***
svn path=/trunk/boinc/; revision=2829
2003-12-24 21:50:41 +00:00
David Anderson 50e2c6cff2 *** empty log message ***
svn path=/trunk/boinc/; revision=2823
2003-12-24 00:50:51 +00:00
David Anderson b04bb0ef5b *** empty log message ***
svn path=/trunk/boinc/; revision=2647
2003-11-08 00:56:55 +00:00
Eric J. Korpela 9c0f6f563b Never use #define to define a pointer type, always use typedef.
svn path=/trunk/boinc/; revision=2239
2003-09-03 15:51:57 +00:00
David Anderson 636bb2ce04 license change
svn path=/trunk/boinc/; revision=1629
2003-07-01 20:37:09 +00:00
Administrator 1bcc18038f no message
svn path=/trunk/boinc/; revision=1626
2003-07-01 18:27:08 +00:00
Karl Chen e180f27fd9 fixed windows build errors
svn path=/trunk/boinc/; revision=1577
2003-06-24 20:13:02 +00:00
Karl Chen 6c90acf0d5 canonicalize urls and fix old filenames
svn path=/trunk/boinc/; revision=1573
2003-06-24 00:17:36 +00:00
David Anderson 3726ecf6eb various
svn path=/trunk/boinc/; revision=1451
2003-06-14 20:24:29 +00:00
David Anderson 7d6fce4cf4 tentative projects
svn path=/trunk/boinc/; revision=1187
2003-05-13 18:55:07 +00:00
Eric Heien 61c74e78d2 safe_strncpy fixes
svn path=/trunk/boinc/; revision=1048
2003-03-11 00:49:07 +00:00
David Anderson 91d9370e55 abort runaway apps
svn path=/trunk/boinc/; revision=693
2002-12-06 07:33:45 +00:00
David Anderson f4dfbf6b2a moved filesys, util from client to lib
svn path=/trunk/boinc/; revision=384
2002-08-26 23:17:16 +00:00