Commit Graph

325 Commits

Author SHA1 Message Date
Rom Walton 4c97808d1d *** empty log message ***
svn path=/trunk/boinc/; revision=5586
2005-03-08 06:12:02 +00:00
Rom Walton cbec20427d *** empty log message ***
svn path=/trunk/boinc/; revision=5585
2005-03-08 05:58:25 +00:00
Rom Walton dd3266a562 *** empty log message ***
svn path=/trunk/boinc/; revision=5584
2005-03-08 05:54:15 +00:00
Eric J. Korpela 0e47fe1fa6 -Unfortunately on some 32 bit systems there is a problem with wx-widgets
configuring itself for largefile support.  On these systems largefile
     support breaks C++ compiles by defining away many of the C standard library
     routines that should reside in namespace std::.  In order to get around
     problem first we have to check the largefile support macros.  Later we will
     use the macro SAH_LARGEFILE_BREAKS_CXX to check for the breakage.  If
     if breakage is found LARGEFILE_BREAKS_CXX is defined in config.h.  This
     define is checked in std_fixes.h and the appropriate functions are defined
     in order to solve the problem. (These functions were already in place)
     Because these defines affect the behavior of standard library headers,
     std_fixes.h is being included from config.h
    -Added AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGS (for flags common to all
     compiles) so they will be defined in all Makefile.am files.
    -Put #ifdef _cplusplus around the C++ specific items in std_fixes.h so it
     may be included from C source files.

svn path=/trunk/boinc/; revision=5375
2005-02-09 19:39:04 +00:00
David Anderson 2dd1118c4f fix a solaris build error with Renhard's fix
svn path=/trunk/boinc/; revision=5347
2005-02-08 00:02:45 +00:00
David Anderson 8eb24684aa version 4.66
svn path=/trunk/boinc/; revision=5325
2005-02-05 09:32:38 +00:00
David Anderson a16e5b1f79 version 4.65
svn path=/trunk/boinc/; revision=5306
2005-02-04 05:42:57 +00:00
Rom Walton 821c2e2716 *** empty log message ***
svn path=/trunk/boinc/; revision=5294
2005-02-03 08:14:11 +00:00
Rom Walton ff16cdebda *** empty log message ***
svn path=/trunk/boinc/; revision=5292
2005-02-03 06:38:43 +00:00
David Anderson 28dd001212 version 4.64
svn path=/trunk/boinc/; revision=5283
2005-02-02 22:25:13 +00:00
David Anderson 805e937b4c version 4.63
svn path=/trunk/boinc/; revision=5229
2005-01-27 23:32:52 +00:00
David Anderson d2f8307ac6 *** empty log message ***
svn path=/trunk/boinc/; revision=5222
2005-01-27 19:35:38 +00:00
David Anderson 53125a84a2 *** empty log message ***
svn path=/trunk/boinc/; revision=5216
2005-01-27 00:58:16 +00:00
Rom Walton f8fbbb7132 *** empty log message ***
svn path=/trunk/boinc/; revision=5204
2005-01-25 02:18:33 +00:00
David Anderson 2bafec4a1a version 4.62
svn path=/trunk/boinc/; revision=5186
2005-01-23 07:27:35 +00:00
David Anderson 2107ef684a version 5.60
svn path=/trunk/boinc/; revision=5173
2005-01-21 02:02:33 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen 64d37b3955 Oops, commited before Reinhard was ready, sorry!
svn path=/trunk/boinc/; revision=5150
2005-01-20 18:10:47 +00:00
Bruce Allen 8fa397b2ef Extend portability improvements of Linux client build to Linux clientgui.
svn path=/trunk/boinc/; revision=5149
2005-01-20 17:04:21 +00:00
Bruce Allen 9abcdd1ac3 From Reinhard Prix. At Rom's request, this builds the
Linux client using static rather than
dynamic linking to the gcc C++ lib.  Note that modifying
this to do the same whenever gcc is used (not just under
Linux) might be desirable. Also modifying the clientgui
build in the same way might also be desirable.

svn path=/trunk/boinc/; revision=5148
2005-01-20 10:21:26 +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 059558c368 version 4.59
svn path=/trunk/boinc/; revision=5058
2005-01-10 01:46:21 +00:00
Bruce Allen 823e75e51d added version to sea archive name
svn path=/trunk/boinc/; revision=5000
2005-01-06 11:49:15 +00:00
Bruce Allen fd4265d93b fixes from Reinhard Prix to disable building of boincglut under
Darwin/Unix.  It's only needed under Windows. Also warn user if
GLUT libraries missing, and then build only non-graphical client
side code.

svn path=/trunk/boinc/; revision=4954
2004-12-28 15:58:24 +00:00
Eric J. Korpela 786c1809d1 *** empty log message ***
svn path=/trunk/boinc/; revision=4929
2004-12-24 18:46:25 +00:00
David Anderson 717a34a3f2 version 4.58
svn path=/trunk/boinc/; revision=4928
2004-12-23 07:08:26 +00:00
Eric J. Korpela 50006ba238 Modified configure.ac and Makefile.am to build boincglut if GL and GLU are
found, but GLUT is not.

svn path=/trunk/boinc/; revision=4877
2004-12-17 18:18:45 +00:00
Eric J. Korpela 2cfd8235fc Added version.h back into the configure script until someone gets around to
modifying set_version to do the work.

version.h is included from config.h so it should not change anyone's compiles.

svn path=/trunk/boinc/; revision=4779
2004-12-07 17:47:23 +00:00
Bruce Allen 86445e9427 Reverted configure.ac to last working version 1.144.
Version 1.145 and 1.146 were the same as 1.44.
Note that a good way to do file revision in your sandbox is
cvs update -j 1.147 -j 1.144 configure.ac

svn path=/trunk/boinc/; revision=4760
2004-12-04 07:19:09 +00:00
Eric J. Korpela 116e6e5b26 reversion to earlier configure script and win_config.h
svn path=/trunk/boinc/; revision=4753
2004-12-04 00:29:22 +00:00
Eric J. Korpela c3a74d384c config.h[.in] now includes win_config.h on WIN32 systems.
Split platform independent version info into version.h[.in]
(which in included from config.h)

Added all the config.h macros into win_config.h

svn path=/trunk/boinc/; revision=4731
2004-12-03 21:28:17 +00:00
Bruce Allen 296aaf1b36 Fixed glut detection bug in configure script
svn path=/trunk/boinc/; revision=4702
2004-12-02 14:54:00 +00:00
Rom Walton d93292b797 *** empty log message ***
svn path=/trunk/boinc/; revision=4697
2004-12-02 07:43:47 +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
Bruce Allen 0cb61ff6b0 Added URL for downloading wxWidgets
svn path=/trunk/boinc/; revision=4649
2004-11-24 19:46:55 +00:00
David Anderson 911eef0469 version 4.57
svn path=/trunk/boinc/; revision=4642
2004-11-24 06:35:10 +00:00
Bruce Allen 74c31b8a99 Improve help message for user
svn path=/trunk/boinc/; revision=4634
2004-11-23 16:32:20 +00:00
Bruce Allen 764ce84f8f Run autoheader BEFORE automake and autoconf. Replace old AM_ macro with
modern AC_ macro for creating config.h

svn path=/trunk/boinc/; revision=4633
2004-11-23 16:14:22 +00:00
Bruce Allen 4220f3170b - Removed un-necessary zip/configure.ac and zip/Makefile and zip/config.h and config.h.in
- Added double-inclusion protection for config.h to avoid some warning messages

svn path=/trunk/boinc/; revision=4632
2004-11-23 15:41:16 +00:00
Bruce Allen 335242811e - Build boinc zip compression library as part of normal ./configure && make process
- make install now installs libboinc_zip.a as part of normal make install
- Unix boinc client and boinc gui had the same name, eg boinc_4.56_i686-pc-linux-gnu
      I have changed this so that it is now boinc_client_4.56_i686-pc-linux-gnu and
      boinc_gui_4.56_i686-pc-linux-gnu.  If the change from boinc_ to boinc_client_
      causes any pain, please just modify CLIENT_BIN_FILENAME in configure.ac
- Removed -O3 as required compilation flag in building client gui.  Only needed for
      client (to optimize benchmarking routines).
- Removed un-necessary zip/configure.ac and zip/Makefile
- Added .cvsignore file for zip/ directory.

svn path=/trunk/boinc/; revision=4627
2004-11-23 12:54:33 +00:00
Bruce Allen 38e9cdf7e5 - Added nice macro (acinclude.m4) to CVS for detection of wxWidgets. Any additional
non-standard macros should be added to this file. Now switch off
      clientgui build (with nice warning) if wxWidgets is not found.  Add
- Use outcome of pthread tests and corresponding flags to set pthreads
      CFLAGS correctly.

svn path=/trunk/boinc/; revision=4605
2004-11-19 13:50:51 +00:00
Bruce Allen 3360dabc59 - Clean fix automake/autoconf to build graphical core client. David, I don't
have a Mac OSX box handy to test this on. I followed your hints in Makefile.old.
      If you need to modify the Mac build flags, it is trivial, just search for ${host}
      in configure.ac and you'll see.
    - Removed obsolete aclocal.m4 file from CVS: it is build by the ./_autosetup script
    - Added some more files to .cvsignore

svn path=/trunk/boinc/; revision=4602
2004-11-19 01:24:22 +00:00
David Anderson 028a2cd364 version 4.56
svn path=/trunk/boinc/; revision=4553
2004-11-14 08:17:21 +00:00
David Anderson 771c27e0d6 version 4.55
svn path=/trunk/boinc/; revision=4498
2004-11-05 23:15:38 +00:00
David Anderson 7f6088d35b *** empty log message ***
svn path=/trunk/boinc/; revision=4489
2004-11-04 19:30:51 +00:00
David Anderson 23c858c1f5 version 4.54
svn path=/trunk/boinc/; revision=4467
2004-10-31 23:36:39 +00:00
David Anderson 3145b4abcc version 4.53
svn path=/trunk/boinc/; revision=4440
2004-10-26 21:50:38 +00:00
David Anderson 21a6d6fddd *** empty log message ***
svn path=/trunk/boinc/; revision=4434
2004-10-26 20:53:24 +00:00
David Anderson 32fb3a5311 version 4.52
svn path=/trunk/boinc/; revision=4404
2004-10-22 23:36:23 +00:00
David Anderson ba5f0ae12b version 4.51
svn path=/trunk/boinc/; revision=4379
2004-10-21 20:03:26 +00:00
David Anderson cd9e17f35a *** empty log message ***
svn path=/trunk/boinc/; revision=4368
2004-10-20 22:23:53 +00:00
David Anderson 23b1887f6a *** empty log message ***
svn path=/trunk/boinc/; revision=4346
2004-10-19 19:53:53 +00:00
David Anderson 652d4c090b *** empty log message ***
svn path=/trunk/boinc/; revision=4342
2004-10-19 06:29:26 +00:00
David Anderson 57be0ccde2 *** empty log message ***
svn path=/trunk/boinc/; revision=4339
2004-10-18 01:54:28 +00:00
David Anderson 8d4d5d0b6c Version 4.50
svn path=/trunk/boinc/; revision=4141
2004-09-02 00:12:47 +00:00
David Anderson 65460a230e version 4.06
svn path=/trunk/boinc/; revision=4115
2004-08-25 07:53:13 +00:00
David Anderson 1cee1522d5 version 4.05
svn path=/trunk/boinc/; revision=4111
2004-08-25 01:06:12 +00:00
David Anderson ad8a4b8ad9 version 4.04
svn path=/trunk/boinc/; revision=4105
2004-08-24 20:51:39 +00:00
Daniel Hsu 4b06dd0e3a *** empty log message ***
svn path=/trunk/boinc/; revision=3980
2004-08-04 21:14:34 +00:00
David Anderson 78bd779382 version 4.03
svn path=/trunk/boinc/; revision=3971
2004-08-03 22:18:38 +00:00
Daniel Hsu 144edd3875 *** empty log message ***
svn path=/trunk/boinc/; revision=3952
2004-07-26 22:23:16 +00:00
David Anderson 9134c0df11 version change
svn path=/trunk/boinc/; revision=3915
2004-07-21 06:47:55 +00:00
Karl Chen 776ddcf840 *** empty log message ***
svn path=/trunk/boinc/; revision=3906
2004-07-20 11:47:41 +00:00
David Anderson cb9360a5e1 version 4.01
svn path=/trunk/boinc/; revision=3893
2004-07-16 06:07:26 +00:00
Karl Chen f3db24cf0e *** empty log message ***
svn path=/trunk/boinc/; revision=3859
2004-07-13 11:15:24 +00:00
Karl Chen f139185cef *** empty log message ***
svn path=/trunk/boinc/; revision=3858
2004-07-13 11:13:59 +00:00
Karl Chen bc8fce1808 *** empty log message ***
svn path=/trunk/boinc/; revision=3856
2004-07-13 10:36:18 +00:00
David Anderson e4357486f6 version 4.00
svn path=/trunk/boinc/; revision=3849
2004-07-12 16:40:22 +00:00
Daniel Hsu 9783b59d91 ""
svn path=/trunk/boinc/; revision=3816
2004-07-08 21:37:52 +00:00
Karl Chen 922f2414ff *** empty log message ***
svn path=/trunk/boinc/; revision=3715
2004-06-29 08:51:54 +00:00
David Anderson e8aaa2a52f version 3.19
svn path=/trunk/boinc/; revision=3689
2004-06-23 00:37:04 +00:00
David Anderson b16fd01738 version 3.18
svn path=/trunk/boinc/; revision=3681
2004-06-19 21:21:02 +00:00
David Anderson 3854e729dc version 3.17
svn path=/trunk/boinc/; revision=3677
2004-06-19 19:41:44 +00:00
David Anderson 3ae680b77b version 3.16
svn path=/trunk/boinc/; revision=3671
2004-06-19 01:07:19 +00:00
David Anderson 48cc4778f0 version 3.15
svn path=/trunk/boinc/; revision=3665
2004-06-18 19:53:46 +00:00
David Anderson f427f670aa version 3.14
svn path=/trunk/boinc/; revision=3659
2004-06-18 03:42:30 +00:00
Daniel Hsu 1d88e353c6 *** empty log message ***
svn path=/trunk/boinc/; revision=3653
2004-06-17 23:10:52 +00:00
David Anderson c53aa2bbec version 3.13
svn path=/trunk/boinc/; revision=3651
2004-06-17 23:01:59 +00:00
David Anderson 3bf4d31b45 version 3.12
svn path=/trunk/boinc/; revision=3645
2004-06-17 22:08:59 +00:00
Daniel Hsu caf6cebaa9 *** empty log message ***
svn path=/trunk/boinc/; revision=3642
2004-06-17 21:52:11 +00:00
David Anderson b3ce1deccd version 3.11
svn path=/trunk/boinc/; revision=3638
2004-06-17 19:53:48 +00:00
David Anderson 03dd31aa47 version 3.10
svn path=/trunk/boinc/; revision=3629
2004-06-17 05:34:04 +00:00
David Anderson dc6147ac39 version 3.09
svn path=/trunk/boinc/; revision=3624
2004-06-17 02:54:29 +00:00
Daniel Hsu e935497427 *** empty log message ***
svn path=/trunk/boinc/; revision=3593
2004-06-15 23:56:17 +00:00
David Anderson ca4a499c23 version 3.08
svn path=/trunk/boinc/; revision=3583
2004-06-15 20:02:04 +00:00
Daniel Hsu 247e9702f0 *** empty log message ***
svn path=/trunk/boinc/; revision=3573
2004-06-15 00:46:59 +00:00
Daniel Hsu 8b8d992585 *** empty log message ***
svn path=/trunk/boinc/; revision=3541
2004-06-11 23:57:47 +00:00
David Anderson bddf113975 boinc_core_release_3_07
svn path=/trunk/boinc/; revision=3447
2004-05-25 20:31:23 +00:00
David Anderson 28c8dc43c3 boinc_core_release_3_06
svn path=/trunk/boinc/; revision=3433
2004-05-24 20:26:32 +00:00
David Anderson 0aae6f36f1 boinc_core_release_3_05
svn path=/trunk/boinc/; revision=3396
2004-05-19 00:52:36 +00:00
David Anderson c1ecfa0ac8 boinc_core_release_3_04
svn path=/trunk/boinc/; revision=3351
2004-05-05 20:35:54 +00:00
Rom Walton f806c56e50 boinc_core_release_3_03
svn path=/trunk/boinc/; revision=3339
2004-05-05 01:30:24 +00:00
Jeff Cobb 8ea5ea2c0f *** empty log message ***
svn path=/trunk/boinc/; revision=3288
2004-04-22 22:03:47 +00:00
Jeff Cobb b5593fd554 *** empty log message ***
svn path=/trunk/boinc/; revision=3283
2004-04-21 23:35:09 +00:00
Jeff Cobb 979faa07da *** empty log message ***
svn path=/trunk/boinc/; revision=3281
2004-04-21 22:41:08 +00:00
Jeff Cobb 8ef4647ce9 *** empty log message ***
svn path=/trunk/boinc/; revision=3252
2004-04-12 19:02:19 +00:00
Kevin Dalley 00e7e49ac1 * configure.ac: check for signal type and sigaction.
svn path=/trunk/boinc/; revision=3085
2004-03-17 04:55:53 +00:00
David Anderson 00f65f145f *** empty log message ***
svn path=/trunk/boinc/; revision=3068
2004-03-14 15:29:22 +00:00
Kevin Dalley 1e63e4e574 * configure.ac: Check for ln -s. This doesn't work perfectly, if
"ln -s" is replaced with "cp -p", but the "ln -s" should probably
be removed in the future.

svn path=/trunk/boinc/; revision=3059
2004-03-12 21:48:39 +00:00
Rom Walton 60272ddbf4 version 2.27
svn path=/trunk/boinc/; revision=3044
2004-03-08 07:09:48 +00:00
David Anderson 21f4e5f21f *** empty log message ***
svn path=/trunk/boinc/; revision=3011
2004-02-28 19:11:40 +00:00
David Anderson 4916ed7754 *** empty log message ***
svn path=/trunk/boinc/; revision=2977
2004-02-06 23:46:30 +00:00
David Anderson 8327ffbc21 *** empty log message ***
svn path=/trunk/boinc/; revision=2961
2004-02-04 23:25:43 +00:00
David Anderson f2348edfe4 *** empty log message ***
svn path=/trunk/boinc/; revision=2940
2004-02-03 01:04:40 +00:00
Eric J. Korpela 9210fcd933 Added strlcat check.
svn path=/trunk/boinc/; revision=2916
2004-01-22 02:00:02 +00:00
David Anderson 12389d6fdb version 2.19
svn path=/trunk/boinc/; revision=2903
2004-01-17 18:47:08 +00:00
Karl Chen 5f1c3f0697 *** empty log message ***
svn path=/trunk/boinc/; revision=2869
2004-01-13 06:52:47 +00:00
Gary Gibson b813cf9299 boinc client - new version 2.17
svn path=/trunk/boinc/; revision=2849
2004-01-06 01:08:58 +00:00
Gary Gibson 5bb21eb221 new version 2.16
svn path=/trunk/boinc/; revision=2835
2003-12-27 02:29:50 +00:00
Gary Gibson 878f41b8a0 BOINC release 2.15 for windows, Linux, solaris, mac os x
svn path=/trunk/boinc/; revision=2806
2003-12-17 20:10:30 +00:00
Eric J. Korpela 674c77e468 Added C++ namespace and header checks
svn path=/trunk/boinc/; revision=2777
2003-12-11 18:37:42 +00:00
Eric J. Korpela a4aa6f66b5 Added check for strlcpy() to configure.ac
svn path=/trunk/boinc/; revision=2775
2003-12-11 17:54:38 +00:00
Gary Gibson b52bb717c6 boinc release 2.14
svn path=/trunk/boinc/; revision=2763
2003-12-09 20:23:29 +00:00
Gary Gibson ef78a90d6a new version 2.13
svn path=/trunk/boinc/; revision=2746
2003-12-04 22:11:20 +00:00
Gary Gibson 3e4bcd810f BOINC release 2.12 for windows, Linux, solaris2.7, solaris2.8; fixes problem with windows rel2.11 installer
svn path=/trunk/boinc/; revision=2699
2003-11-26 21:54:42 +00:00
Gary Gibson 3a3d4b21eb new version
svn path=/trunk/boinc/; revision=2696
2003-11-26 02:16:32 +00:00
Eric J. Korpela 12aaba9e26 Added checks for libcygipc.a and statfs.h
svn path=/trunk/boinc/; revision=2665
2003-11-20 00:02:54 +00:00
Karl Chen 34e0a2f369 *** empty log message ***
svn path=/trunk/boinc/; revision=2657
2003-11-11 00:35:47 +00:00
Karl Chen c02a370294 *** empty log message ***
svn path=/trunk/boinc/; revision=2608
2003-10-30 01:14:34 +00:00
Karl Chen 6ba20c6e86 *** empty log message ***
svn path=/trunk/boinc/; revision=2605
2003-10-30 00:32:51 +00:00
Karl Chen 4616204e7c *** empty log message ***
svn path=/trunk/boinc/; revision=2595
2003-10-28 04:55:31 +00:00
Karl Chen c383254174 *** empty log message ***
svn path=/trunk/boinc/; revision=2545
2003-10-22 21:51:55 +00:00
Karl Chen 7c51703d28 *** empty log message ***
svn path=/trunk/boinc/; revision=2536
2003-10-22 05:00:37 +00:00
Karl Chen 6d8bf10988 *** empty log message ***
svn path=/trunk/boinc/; revision=2467
2003-10-15 07:52:57 +00:00
Karl Chen c8148ecd59 *** empty log message ***
svn path=/trunk/boinc/; revision=2466
2003-10-15 07:28:38 +00:00
Karl Chen 39e5250c96 *** empty log message ***
svn path=/trunk/boinc/; revision=2465
2003-10-15 07:27:48 +00:00
Karl Chen 87d6362cf8 *** empty log message ***
svn path=/trunk/boinc/; revision=2404
2003-10-03 08:33:18 +00:00
Karl Chen 6231a1c076 *** empty log message ***
svn path=/trunk/boinc/; revision=2403
2003-10-03 07:27:30 +00:00
Eric J. Korpela 20ab958bc9 *** empty log message ***
svn path=/trunk/boinc/; revision=2387
2003-10-01 18:19:29 +00:00
Eric J. Korpela ccc3d6fde8 *** empty log message ***
svn path=/trunk/boinc/; revision=2354
2003-09-24 18:49:27 +00:00
Karl Chen b1381e340c *** empty log message ***
svn path=/trunk/boinc/; revision=2319
2003-09-09 08:22:52 +00:00
Karl Chen 1e9afd68f2 *** empty log message ***
svn path=/trunk/boinc/; revision=2294
2003-09-07 06:55:39 +00:00
Karl Chen ee45eea679 *** empty log message ***
svn path=/trunk/boinc/; revision=2288
2003-09-07 04:47:12 +00:00
Eric J. Korpela 44090272ca *** empty log message ***
svn path=/trunk/boinc/; revision=2282
2003-09-06 03:26:13 +00:00
Karl Chen 4d46bde2e0 *** empty log message ***
svn path=/trunk/boinc/; revision=2271
2003-09-05 22:13:25 +00:00
Karl Chen d466314597 *** empty log message ***
svn path=/trunk/boinc/; revision=2270
2003-09-05 22:12:35 +00:00
Karl Chen 41d262b095 *** empty log message ***
svn path=/trunk/boinc/; revision=2269
2003-09-05 22:12:34 +00:00
David Anderson d74b87aaaf *** empty log message ***
svn path=/trunk/boinc/; revision=2264
2003-09-05 18:51:26 +00:00
Karl Chen 6a66e1207f python overhaul
svn path=/trunk/boinc/; revision=2246
2003-09-04 05:07:17 +00:00
Karl Chen 4192d8edf8 *** empty log message ***
svn path=/trunk/boinc/; revision=2244
2003-09-04 02:34:18 +00:00
Eric J. Korpela 14e98b9333 *** empty log message ***
svn path=/trunk/boinc/; revision=2238
2003-09-03 15:50:16 +00:00
Karl Chen cdf9cb7e9c *** empty log message ***
svn path=/trunk/boinc/; revision=2144
2003-08-18 23:51:46 +00:00
Karl Chen eb84dcefa4 *** empty log message ***
svn path=/trunk/boinc/; revision=2105
2003-08-15 00:50:58 +00:00
Karl Chen 38bf52da44 freebsd patch et al
svn path=/trunk/boinc/; revision=2081
2003-08-13 21:35:26 +00:00
Karl Chen 02062bc5ca handle fork() failure; setprocess()
svn path=/trunk/boinc/; revision=2055
2003-08-11 03:33:14 +00:00
David Anderson 534ba886f2 *** empty log message ***
svn path=/trunk/boinc/; revision=2016
2003-08-07 22:50:22 +00:00
Karl Chen 611f8412d7 *** empty log message ***
svn path=/trunk/boinc/; revision=1964
2003-08-04 22:04:41 +00:00
Karl Chen 3af615534d *** empty log message ***
svn path=/trunk/boinc/; revision=1877
2003-07-30 20:53:58 +00:00
Karl Chen 80082d31a8 *** empty log message ***
svn path=/trunk/boinc/; revision=1836
2003-07-28 22:55:59 +00:00
David Anderson fb1d684c50 *** empty log message ***
svn path=/trunk/boinc/; revision=1816
2003-07-25 21:09:52 +00:00
Karl Chen c2e63142cc *** empty log message ***
svn path=/trunk/boinc/; revision=1815
2003-07-25 21:03:08 +00:00
Karl Chen f4b872ba19 *** empty log message ***
svn path=/trunk/boinc/; revision=1814
2003-07-25 21:01:21 +00:00
Karl Chen 05fe9a0f8b *** empty log message ***
svn path=/trunk/boinc/; revision=1813
2003-07-25 21:00:30 +00:00
Karl Chen af686216d9 *** empty log message ***
svn path=/trunk/boinc/; revision=1812
2003-07-25 21:00:29 +00:00
Karl Chen e2b5be0080 *** empty log message ***
svn path=/trunk/boinc/; revision=1810
2003-07-25 20:48:29 +00:00
Karl Chen ad9ef54b63 *** empty log message ***
svn path=/trunk/boinc/; revision=1798
2003-07-24 23:16:02 +00:00
Karl Chen 411a3d3471 1.06
svn path=/trunk/boinc/; revision=1786
2003-07-24 20:53:21 +00:00
Karl Chen cb30dcdb9d *** empty log message ***
svn path=/trunk/boinc/; revision=1780
2003-07-23 22:24:28 +00:00
Karl Chen 515372ddbb *** empty log message ***
svn path=/trunk/boinc/; revision=1746
2003-07-19 00:37:06 +00:00
Karl Chen e840468a1b test cases and make_project
svn path=/trunk/boinc/; revision=1734
2003-07-18 21:43:12 +00:00
Karl Chen 510e374275 *** empty log message ***
svn path=/trunk/boinc/; revision=1669
2003-07-11 22:10:05 +00:00
Karl Chen 35cd1ad250 windows version headers
svn path=/trunk/boinc/; revision=1662
2003-07-10 23:35:02 +00:00
Karl Chen f76e58c4d6 making things 64-bit friendly
svn path=/trunk/boinc/; revision=1659
2003-07-10 18:49:52 +00:00
Karl Chen b2f838897d static libs on linux only
svn path=/trunk/boinc/; revision=1641
2003-07-02 23:18:24 +00:00
Karl Chen 85066d10be bumped version number
svn path=/trunk/boinc/; revision=1592
2003-06-25 23:32:43 +00:00
Karl Chen d52880c23d changed HOST to HOSTTYPE
svn path=/trunk/boinc/; revision=1572
2003-06-23 23:22:57 +00:00
Karl Chen 42a26f2c06 converting test scripts to python
svn path=/trunk/boinc/; revision=1526
2003-06-18 02:59:57 +00:00
Karl Chen a8eb63cce7 Removed bzip2 rule; add 'foreign' option to automake through
configure.ac so you don't need to specify when invoking automake
        manually

svn path=/trunk/boinc/; revision=1365
2003-06-11 22:42:39 +00:00
Karl Chen c6f82348cd test suite overhaul
svn path=/trunk/boinc/; revision=1357
2003-06-11 22:11:32 +00:00
Karl Chen dcba066126 enabled automake maintainer mode
svn path=/trunk/boinc/; revision=1342
2003-06-10 04:30:02 +00:00
Karl Chen 34f7f270c8 removed client distribution; 'check' target created; bugfixes for 'dist' target; documentation
svn path=/trunk/boinc/; revision=1336
2003-06-08 10:46:19 +00:00
Karl Chen 879617f4f8 Makefile distribution updates
svn path=/trunk/boinc/; revision=1335
2003-06-08 00:49:48 +00:00
Karl Chen ebdd7fbde6 *** empty log message ***
svn path=/trunk/boinc/; revision=1329
2003-06-06 22:02:54 +00:00
Karl Chen 07da50e9fd Added distribution rule to take care of CRLF translation ; wrote some html notes on build system and updated the build checklist
svn path=/trunk/boinc/; revision=1326
2003-06-06 21:38:44 +00:00
Karl Chen defe655731 Rewrote build system using automake
svn path=/trunk/boinc/; revision=1319
2003-06-06 19:00:42 +00:00