Commit Graph

5762 Commits

Author SHA1 Message Date
Eric J. Korpela 9664cb7d06 Added libtool 1.5.6
Updated config.sub and config.guess

svn path=/trunk/boinc/; revision=5960
2005-04-28 21:56:48 +00:00
Eric J. Korpela 7eda005af0 Major mods to configure script to clean things up a bit, fix for MacOS and fix
for Solaris static linking.

svn path=/trunk/boinc/; revision=5959
2005-04-28 21:52:47 +00:00
Eric J. Korpela 31b4aa1ffb New autoconf macro:
BOINC_GETSOCKOPT_TYPE:  Determines the type of parameter 4 of getsockopt().

svn path=/trunk/boinc/; revision=5958
2005-04-28 21:45:21 +00:00
Eric J. Korpela e64da1f791 New autoconf macros:
SAH_CHECK_LIB:  Like AC_CHECK_LIB(), except it checks STATIC_LIB_LIST
for libraries that should be linked statically.  Static libraries are attempted
to be linked with fully qualified path.  If that fails, the static flags
(-Wl,-Bstatic) are used.  If no static library is found, the library is linked
dynamically.

SAH_STATICIZE_LDFLAGS:  Goes through a given set of LDFLAGS and determines with
libraries should be linked statically based upon STATIC_LIB_LIST, then calls
SAH_CHECK_LIB on every library.

SAH_DEFAULT_BITNESS:  On architectures that support both 32 and 64 bit
executables, this determines the current default model (including any CFLAGS
settings).

SAH_OPTION_BITNESS:  Sets up a configure option to set the compiler -m64 or -m32
(or equivalent) flags for 32/64 bit compilation.

svn path=/trunk/boinc/; revision=5957
2005-04-28 21:42:05 +00:00
Eric J. Korpela 61ad976802 modified SAH_HEADER_STDCXX to run quickly on machines that have all of the
C++ standard headers

svn path=/trunk/boinc/; revision=5956
2005-04-28 21:14:30 +00:00
Rom Walton 6d23cf3586 *** empty log message ***
svn path=/trunk/boinc/; revision=5955
2005-04-28 17:43:13 +00:00
Janus B. Kristensen be19d04a05 A few minor updates
svn path=/trunk/boinc/; revision=5954
2005-04-28 10:48:40 +00:00
Janus B. Kristensen 53fe1e1ed2 Lessen the load from bugs in third party scripts that continuously look up non-existant users.
svn path=/trunk/boinc/; revision=5953
2005-04-28 09:34:06 +00:00
Janus B. Kristensen 0223fb3a22 Rating can now only be done if the rules for rating in the DB have been followed.
svn path=/trunk/boinc/; revision=5952
2005-04-28 09:33:07 +00:00
Janus B. Kristensen 5f214a026d Quoting is now done using blockquote, loads of get_int/get_str changes. Moderators can now view hidden threads if going direct by id.
svn path=/trunk/boinc/; revision=5951
2005-04-28 09:32:22 +00:00
Janus B. Kristensen bc302dfff9 Added blockquote and u as valid tags
svn path=/trunk/boinc/; revision=5950
2005-04-28 09:30:37 +00:00
Charlie Fenton ecc4376689 *** empty log message ***
svn path=/trunk/boinc/; revision=5949
2005-04-28 08:51:34 +00:00
Rom Walton 37272d8168 *** empty log message ***
svn path=/trunk/boinc/; revision=5948
2005-04-27 18:04:42 +00:00
Janus B. Kristensen c82fd585d5 Minor correction that will take "holes" in special user bitfield into account.
svn path=/trunk/boinc/; revision=5947
2005-04-27 15:13:44 +00:00
Charlie Fenton f33b10838f *** empty log message ***
svn path=/trunk/boinc/; revision=5946
2005-04-27 13:36:52 +00:00
Charlie Fenton 002a4bf41d *** empty log message ***
svn path=/trunk/boinc/; revision=5945
2005-04-27 12:59:53 +00:00
David Anderson b8e12020e9 *** empty log message ***
svn path=/trunk/boinc/; revision=5942
2005-04-27 06:55:28 +00:00
Rom Walton 2c5cbdb926 *** empty log message ***
svn path=/trunk/boinc/; revision=5941
2005-04-27 06:32:40 +00:00
Rom Walton a5684b1402 *** empty log message ***
svn path=/trunk/boinc/; revision=5940
2005-04-27 01:34:35 +00:00
David Anderson abf19d7de2 version 4.68
svn path=/trunk/boinc/; revision=5939
2005-04-26 19:04:25 +00:00
Charlie Fenton 836b5aadbb *** empty log message ***
svn path=/trunk/boinc/; revision=5938
2005-04-26 15:51:40 +00:00
Charlie Fenton 485e250c4f *** empty log message ***
svn path=/trunk/boinc/; revision=5937
2005-04-26 15:03:51 +00:00
Rom Walton 6393b65ba0 *** empty log message ***
svn path=/trunk/boinc/; revision=5936
2005-04-26 04:20:35 +00:00
Rom Walton b810d485f6 *** empty log message ***
svn path=/trunk/boinc/; revision=5935
2005-04-25 19:38:23 +00:00
Rom Walton c1595522f9 *** empty log message ***
svn path=/trunk/boinc/; revision=5934
2005-04-25 18:44:17 +00:00
Eric J. Korpela 23059034c7 *** empty log message ***
svn path=/trunk/boinc/; revision=5933
2005-04-25 18:08:57 +00:00
Eric J. Korpela 7735ee9be4 Fix for platforms without ToolTips (motif, vanilla X, etc...): Separated out
tooltips reference with "#ifdef wxUSE_TOOLTIPS" blocks.

svn path=/trunk/boinc/; revision=5932
2005-04-25 17:57:27 +00:00
Eric J. Korpela a21f851842 Changed "-L ../lib" to "-L../lib" because some platforms don't accept a space
between -L and its arguments.

svn path=/trunk/boinc/; revision=5931
2005-04-25 17:55:46 +00:00
Bruce Allen 219fab8a5c Put 'do another' at the top not bottom of the page
svn path=/trunk/boinc/; revision=5930
2005-04-25 15:06:22 +00:00
Charlie Fenton 62ef1e8107 *** empty log message ***
svn path=/trunk/boinc/; revision=5929
2005-04-25 11:09:40 +00:00
Charlie Fenton 8a9cbc2a74 *** empty log message ***
svn path=/trunk/boinc/; revision=5928
2005-04-24 20:15:32 +00:00
Charlie Fenton 775adf5d19 *** empty log message ***
svn path=/trunk/boinc/; revision=5927
2005-04-24 12:31:55 +00:00
Rom Walton 750222bd60 *** empty log message ***
svn path=/trunk/boinc/; revision=5926
2005-04-24 00:09:40 +00:00
Charlie Fenton 3f95ef950a *** empty log message ***
svn path=/trunk/boinc/; revision=5925
2005-04-23 15:23:22 +00:00
Charlie Fenton 36c243b736 *** empty log message ***
svn path=/trunk/boinc/; revision=5924
2005-04-23 15:14:52 +00:00
Rom Walton 4520ff8b65 *** empty log message ***
svn path=/trunk/boinc/; revision=5923
2005-04-23 07:21:00 +00:00
Rom Walton 9a9711fda4 *** empty log message ***
svn path=/trunk/boinc/; revision=5922
2005-04-22 06:37:14 +00:00
Rom Walton d791d83177 *** empty log message ***
svn path=/trunk/boinc/; revision=5921
2005-04-22 06:06:22 +00:00
David Anderson 905788db93 *** empty log message ***
svn path=/trunk/boinc/; revision=5920
2005-04-22 03:46:01 +00:00
Rom Walton f748b7fb0b *** empty log message ***
svn path=/trunk/boinc/; revision=5919
2005-04-22 01:46:32 +00:00
Rom Walton 94bc6373d3 *** empty log message ***
svn path=/trunk/boinc/; revision=5918
2005-04-22 00:20:56 +00:00
David Anderson fcc0732098 *** empty log message ***
svn path=/trunk/boinc/; revision=5917
2005-04-21 23:53:39 +00:00
Rom Walton 9796c6d9e8 *** empty log message ***
svn path=/trunk/boinc/; revision=5916
2005-04-21 23:14:10 +00:00
David Anderson 4be0b4b634 *** empty log message ***
svn path=/trunk/boinc/; revision=5915
2005-04-21 22:21:54 +00:00
Rom Walton d338b9eeca *** empty log message ***
svn path=/trunk/boinc/; revision=5914
2005-04-21 19:10:10 +00:00
Rom Walton 844ccf4617 *** empty log message ***
svn path=/trunk/boinc/; revision=5913
2005-04-21 06:12:11 +00:00
Rom Walton f15ed6f2e8 *** empty log message ***
svn path=/trunk/boinc/; revision=5912
2005-04-21 06:04:26 +00:00
David Anderson 709ef2675c *** empty log message ***
svn path=/trunk/boinc/; revision=5911
2005-04-21 05:48:00 +00:00
David Anderson 615982f0b4 *** empty log message ***
svn path=/trunk/boinc/; revision=5910
2005-04-20 22:46:47 +00:00
Rom Walton 12e8c76511 *** empty log message ***
svn path=/trunk/boinc/; revision=5909
2005-04-20 22:22:41 +00:00