Commit Graph

325 Commits

Author SHA1 Message Date
Bernd Machenschalk cd91702f47 - autoconf: fix usage of AC_ARG_ENABLE for debug and unicode
configure.ac

svn path=/trunk/boinc/; revision=14168
2007-11-13 06:15:07 +00:00
David Anderson 625b129abc - client: fixed bug that broke idle detection on Unix.
The problem: the various checks were surrounded by things like
    #ifdef HAVE__DEV_MOUSE
    If the host on which the client is built doesn't have a mouse
    (as is the case with our build machine)
    then the resulting executable doesn't check /dev/mouse,
    even if it exists on the target host.
- removed configure checks for /dev/mouse, /dev/kbd, and /dev/tty1

svn path=/trunk/boinc/; revision=13947
2007-10-24 18:58:23 +00:00
Reinhard Prix 4089ad11ca fixed handling of curl-libs to avoid erroneous trunction of compiler-flags
containing '-l', such as '-funroll-loops'. These are not really supposed to be contained in 
"curl-config --libs", but apparently this happens at least in Gentoo, as reported here:
http://bugs.gentoo.org/show_bug.cgi?id=139621.
I have applied the patch supplied by Darragh Bailey (of 2006-07-07).
This should fix Gentoo Bugzilla Bug 139621.

svn path=/trunk/boinc/; revision=13919
2007-10-21 07:41:45 +00:00
Frank Thomas 3516beb281 - Created doc/Makefile.am so that SUBDIRS in the toplevel Makefile.am only
contains direct subdirectories, otherwise automake < 1.9 fails. Thanks to
  Bernd Machenschalk for the hint.
- Made manpages in doc/Makefile a conditional subdirectory, see "7.2.2
  Conditional subdirectories with AM_CONDITIONAL" in the automake manual.
- Made manpage creation dependent on the AM_CONDITIONALs ENABLE_CLIENT,
  BUILD_CLIENTGUI and ENABLE_SERVER to create only those manpages whose
  binaries are going to be compiled.

svn path=/trunk/boinc/; revision=13842
2007-10-12 14:31:59 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Frank Thomas b664b1a930 Added manpages in DocBook/XML source format and integrated them in the
autotools build process. They are compiled into troff format using
docbook2x-man if it is available on the build system.

For more information, see these posts to the boinc_dev mailing list:
http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-September/008907.html
http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008930.html


svn path=/trunk/boinc/; revision=13787
2007-10-07 10:14:58 +00:00
Eric J. Korpela e57c9d233e - MacOS: Changes to allow command line builds on MacOS 10.3
- New preprocessor symbol DARWIN_10_3 is defined in config.h when 
      configure script detects MacOS 10.3
    - Added explicit include of config.h in some files in lib/mac


svn path=/trunk/boinc/; revision=13771
2007-10-03 21:31:20 +00:00
Rom Walton 5cdaa80e75 - SCR: Fix a few bugs with the last checkin.
clientscr/
        screensaver.cpp

svn path=/trunk/boinc/; revision=13497
2007-08-30 03:52:29 +00:00
Rom Walton f1f81d6431 - Set version number to 5.11.0 to start off the 6.0 development cycle.
/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12959
2007-06-19 14:47:33 +00:00
Rom Walton 12ace8e1b8 - Tag for 5.10.6 release, all platforms
boinc_core_release_5_10_6
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12921
2007-06-13 13:08:51 +00:00
Rom Walton 286de0195a - Tag for 5.10.5 release, all platforms
boinc_core_release_5_10_5
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12898
2007-06-12 02:51:46 +00:00
Rom Walton 772c7e94b8 - Tag for 5.10.4 release, all platforms
boinc_core_release_5_10_4
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12877
2007-06-09 23:05:32 +00:00
Rom Walton b6ed589826 - Tag for 5.10.3 release, all platforms
boinc_core_release_5_10_3
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12861
2007-06-08 22:11:57 +00:00
Rom Walton d278aa111d - Tag for 5.10.2 release, all platforms
boinc_core_release_5_10_2
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12824
2007-06-05 19:46:26 +00:00
Rom Walton ed7d42a878 - Tag for 5.10.1 release, all platforms
boinc_core_release_5_10_1
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12819
2007-06-05 03:13:21 +00:00
Rom Walton 4fe936a888 - Tag for 5.10.0 release, all platforms
boinc_core_release_5_10_0
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12766
2007-05-29 16:26:42 +00:00
Rom Walton 71a51a2fa8 - MGR: Make it as plain as day what the new menu item it geared
towards by calling it the accessible view.

    clientgui/
        AdvancedFrame.cpp

    - Tag for 5.9.12 release, all platforms
      boinc_core_release_5_9_12
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12723
2007-05-23 15:20:10 +00:00
Rom Walton 83ca42bb8f update versions
svn path=/trunk/boinc/; revision=12692
2007-05-18 16:54:39 +00:00
Rom Walton 4f72f939ea - Tag for 5.9.11 release, all platforms
boinc_core_release_5_9_11
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12677
2007-05-16 14:26:50 +00:00
Rom Walton 712cb972d8 libcurl depends on openssl, GCC is order dependent and fails with unresolved symbol errors if curl is included after openssl.
svn path=/trunk/boinc/; revision=12670
2007-05-15 17:58:21 +00:00
Rom Walton 8b6576a549 - Tag for 5.9.10 release, all platforms
boinc_core_release_5_9_10
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12605
2007-05-08 04:05:14 +00:00
Rom Walton 17ecbb3bb0 svn path=/trunk/boinc/; revision=12595 2007-05-07 15:22:32 +00:00
Rom Walton fa43fc291e svn path=/trunk/boinc/; revision=12573 2007-05-05 21:13:01 +00:00
Rom Walton bcc72e46be - Tag for 5.9.7 release, all platforms
boinc_core_release_5_9_7

svn path=/trunk/boinc/; revision=12556
2007-05-04 17:45:21 +00:00
Rom Walton 7c737343bb - Tag for 5.9.6 release, all platforms
boinc_core_release_5_9_6

svn path=/trunk/boinc/; revision=12525
2007-05-02 05:27:18 +00:00
Rom Walton 96c0a7ae46 - Tag for 5.9.5 release, all platforms
boinc_core_release_5_9_5

svn path=/trunk/boinc/; revision=12507
2007-04-30 17:19:06 +00:00
David Anderson b686f89d85 David 20 Apr 2007
- make_project: add periodic tasks to default config.xml:
        dp_dump, update_uotd, update_forum_activities, update_stats,
        update_profile_pages
    - backend_lib.C: refuse to create a job for which some necessary
        parameter (rsc_fpops_est, rsc_fpops_bound, etc.) is missing
    - Unix build: don't include std_fixes.h in config.h.
        std_fixes.h is (I think) deprecated
    - sched_util: default sched log level is MSG_NORMAL
    - client: add ".txt" to job log filename
    - compile fixes

    configure.ac
    api/
        reduce_main.C
    client/
        file_names.C
    lib/
        str_util.h
    sched/
        sample_work_generator.C
        sched_msgs.h
    tools/
        backend_lib.C

svn path=/trunk/boinc/; revision=12430
2007-04-20 17:14:08 +00:00
Rom Walton 2d804927f3 svn path=/trunk/boinc/; revision=12428 2007-04-20 16:36:25 +00:00
David Anderson 3f915e647f svn path=/trunk/boinc/; revision=12407 2007-04-17 22:24:53 +00:00
Rom Walton 8a5358820f *** empty log message ***
svn path=/trunk/boinc/; revision=12308
2007-04-04 18:00:19 +00:00
Rom Walton af1dc99032 *** empty log message ***
svn path=/trunk/boinc/; revision=11944
2007-01-23 21:36:06 +00:00
Rom Walton 5574d1063a *** empty log message ***
svn path=/trunk/boinc/; revision=11942
2007-01-23 21:22:42 +00:00
Eric J. Korpela f55241ea54 Fixed problems with testing for procfs.h by moving the large file support
check later in the program.

svn path=/trunk/boinc/; revision=11902
2007-01-18 22:51:22 +00:00
David Anderson 899db9e8d3 *** empty log message ***
svn path=/trunk/boinc/; revision=11668
2006-12-13 16:04:50 +00:00
Rom Walton 1a8b785f79 *** empty log message ***
svn path=/trunk/boinc/; revision=11660
2006-12-13 05:05:28 +00:00
David Anderson ec058a64b2 *** empty log message ***
svn path=/trunk/boinc/; revision=11654
2006-12-12 23:23:53 +00:00
Reinhard Prix 41661c005d a bit more careful about interpretation of libXmu and libXi tests for glut-test
svn path=/trunk/boinc/; revision=11623
2006-12-06 00:47:45 +00:00
Reinhard Prix 295255d991 increased transparence for glut-test: added extra tests for libXmu and
libXi which are prerequisites to the glut-test
==> if glut-test fails because of one of these libs missing, give a
warning.

svn path=/trunk/boinc/; revision=11622
2006-12-06 00:41:31 +00:00
Rom Walton 7db69a5774 *** empty log message ***
svn path=/trunk/boinc/; revision=11573
2006-11-23 04:45:36 +00:00
Rom Walton f4514d35b5 *** empty log message ***
svn path=/trunk/boinc/; revision=11536
2006-11-17 07:01:59 +00:00
Rom Walton 3214a503c1 *** empty log message ***
svn path=/trunk/boinc/; revision=11526
2006-11-15 11:32:52 +00:00
Rom Walton ee86f31a9d *** empty log message ***
svn path=/trunk/boinc/; revision=11512
2006-11-10 12:28:21 +00:00
Rom Walton b409502ae8 *** empty log message ***
svn path=/trunk/boinc/; revision=11444
2006-11-02 07:24:43 +00:00
Rom Walton 47a5a5ae5d *** empty log message ***
svn path=/trunk/boinc/; revision=11379
2006-10-28 01:48:16 +00:00
Eric J. Korpela d47688a7af Added check for header sys/auxv.h
Added check for function getisax() (Solaris 10)
Added check for libcups (MacOS command line build)
Added check for libSystemStubs (MacOS command line build)

svn path=/trunk/boinc/; revision=11197
2006-09-26 17:25:14 +00:00
Rom Walton 82f39feeb0 version 5.7.0
svn path=/trunk/boinc/; revision=11025
2006-08-28 23:47:38 +00:00
Rom Walton f5b31c0ff0 version 5.5.16
svn path=/trunk/boinc/; revision=11002
2006-08-25 03:27:32 +00:00
Rom Walton 584d1770db version 5.5.15
svn path=/trunk/boinc/; revision=10977
2006-08-23 03:51:07 +00:00
Rom Walton 3b40b0ee52 version 5.5.14
svn path=/trunk/boinc/; revision=10968
2006-08-22 19:31:52 +00:00
Rom Walton 5461ca6a4c version 5.5.13
svn path=/trunk/boinc/; revision=10911
2006-08-14 20:26:37 +00:00