Commit Graph

50051 Commits

Author SHA1 Message Date
Jens Maurer
5f36c02db8 GNU C on IRIX does not support threads (yet)
[SVN r19047]
2003-07-11 12:52:15 +00:00
Jens Maurer
c8369ee9d6 turn threading detail macros off if we don't (want to) use threading
[SVN r19046]
2003-07-11 12:51:44 +00:00
Jens Maurer
b73dc4834d gcc on IRIX does not support multi-threading (yet), so don't use -pthread
[SVN r19045]
2003-07-11 12:20:19 +00:00
John Maddock
bce9a82f65 Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
Fixed config system for dll builds - the default linkage option is now static linking.
Fixed makefiles - dll builds now work.
Added Misc fixes for the example programs.


[SVN r19044]
2003-07-11 11:51:35 +00:00
John Maddock
49d7f38f1c Added __COUNTER__ based version for VC7 and later.
[SVN r19043]
2003-07-11 11:01:55 +00:00
Toon Knapen
5c03f1cdd3 need prototype for init_cache
[SVN r19042]
2003-07-11 06:50:21 +00:00
Toon Knapen
95e6eb7aeb need prototype for rexexp.h
[SVN r19041]
2003-07-11 06:49:58 +00:00
Toon Knapen
fc12af87c9 need to cast return value from realloc to final type on sunpro
[SVN r19040]
2003-07-11 06:49:32 +00:00
Toon Knapen
fd43abfa19 dereferencing env.var. just need leading dollar sign
[SVN r19039]
2003-07-11 06:48:52 +00:00
Toon Knapen
6a77b764d2 removed own (incorrect) signature of regex_compile, including compile.h now for the signature
[SVN r19038]
2003-07-11 06:30:40 +00:00
Vladimir Prus
03a0537ce2 Update for current Boost.Build V2.
[SVN r19037]
2003-07-11 06:04:35 +00:00
Jens Maurer
95468110c0 reorder ctor member initializer to match order of member definitions
(avoids gcc warning)


[SVN r19036]
2003-07-10 23:48:34 +00:00
Eric Friedman
a3054534ff Rolled back mistaken change.
[SVN r19035]
2003-07-10 23:30:29 +00:00
Jens Maurer
d734485962 como for Unix simplified toolset description
[SVN r19034]
2003-07-10 22:22:15 +00:00
Toon Knapen
e1babe42f3 also changed module to module_t in typedef
[SVN r19033]
2003-07-10 16:02:51 +00:00
Beman Dawes
4d1b11bc7a Initial commit
[SVN r19032]
2003-07-10 15:36:03 +00:00
Beman Dawes
675c74ef9c reliability fixes from Jens
[SVN r19031]
2003-07-10 15:29:25 +00:00
Vladimir Prus
b1278e6488 Apply NOCARE to xi:includes, else bjam won't be able to work when we
xi:include files which is to be generated (and does not exist yet).


[SVN r19030]
2003-07-10 14:20:19 +00:00
Vladimir Prus
0886c0957c * tools/doxugen.jam
Always generate targets of DOXYGEN_XML type. Import 'doxygen' to
  global scope.


[SVN r19029]
2003-07-10 14:16:16 +00:00
Vladimir Prus
309a382891 BoostBook improvements.
* new/boostbook.jam
  Move xsl:param out of here. Print nice error message when boost root is not
  specified. Don't set TEMPORARY on catalog files, since it prevents catalog
  creation now and catalog is not temparary anyway.
  Export boostbook to global scope to that "using boostbook" works.
  Update dependency scanner for recent changes in build engine.

* new/xsltproc.jam
  New feature xsl:path.
  (compute-xslt-flags): New rule, with factored out common code.
  Use common.variable-setting-command to simplify actions.


[SVN r19028]
2003-07-10 14:13:59 +00:00
Vladimir Prus
96b907955c * new/common.jam (variable-setting-command): New rule.
[SVN r19027]
2003-07-10 14:07:16 +00:00
Joel de Guzman
b3cc719636 Moved to boost/iterator (new version)
[SVN r19026]
2003-07-10 12:58:28 +00:00
Joel de Guzman
5fa7eb1a2f Moved to boost/iterator
[SVN r19025]
2003-07-10 12:52:06 +00:00
Joel de Guzman
c376c905f4 Move to Iterator Adapters from sand-box
[SVN r19024]
2003-07-10 12:49:49 +00:00
Joel de Guzman
a5ca0f55dc Iterator Adapter V2 version
[SVN r19023]
2003-07-10 12:44:36 +00:00
Toon Knapen
2f18e96929 port to sunpro
[SVN r19022]
2003-07-10 12:09:28 +00:00
Jens Maurer
460cdbecdd add column heading for HTML regression test results page
[SVN r19021]
2003-07-10 11:39:05 +00:00
Toon Knapen
b0b359b8d4 added include of unistd.h for sunpro
[SVN r19020]
2003-07-10 11:00:51 +00:00
Toon Knapen
f1f280902a added include unistd.h and wait.h for sunpro
[SVN r19019]
2003-07-10 10:59:26 +00:00
Toon Knapen
7a0d265106 module type has become module_t
[SVN r19018]
2003-07-10 10:58:40 +00:00
Toon Knapen
5aeaf36eb6 rename module type to module_t to avoid clash between type and variable called module on sunpro
[SVN r19017]
2003-07-10 10:56:59 +00:00
Toon Knapen
75a43a6703 added include of lists.h
[SVN r19016]
2003-07-10 10:54:45 +00:00
Toon Knapen
302fe63bcc added prototype of backtrace (sunpro can't handle missing prototypes)
[SVN r19015]
2003-07-10 10:54:10 +00:00
Toon Knapen
377bb90536 void* (return from malloc) can't be assigned to char* without a cast using sunpro
[SVN r19014]
2003-07-10 10:52:14 +00:00
Eric Friedman
df3d9d61c3 More work toward MSVC6.
[SVN r19013]
2003-07-10 09:20:57 +00:00
Jens Maurer
d1c06f9255 avoid "unused variable" warnings
[SVN r19012]
2003-07-09 23:35:40 +00:00
Jens Maurer
b40d9654bb avoid "comparison between signed and unsigned integer" warning
[SVN r19011]
2003-07-09 23:25:25 +00:00
Jens Maurer
93bc7061c6 don't use NULL unless <stddef.h> has been included
[SVN r19010]
2003-07-09 23:22:18 +00:00
Jens Maurer
ea7ac6ae6b fix compilation guard for "using std::swap"
[SVN r19009]
2003-07-09 23:13:40 +00:00
Jens Maurer
ca959a4ccb adjust to Boost.Random interface change for C++ library TR
[SVN r19008]
2003-07-09 22:55:21 +00:00
Jens Maurer
c5575fbef8 avoid warning about signed/unsigned conversion
[SVN r19007]
2003-07-09 22:30:40 +00:00
Jens Maurer
9f70758c9b add HTML heading for regression test output
[SVN r19006]
2003-07-09 22:19:39 +00:00
Jens Maurer
15e3d8a1ef DEC/Compaq C++ needs to use unsigned long integral constant arithmetic
[SVN r19005]
2003-07-09 21:30:28 +00:00
Jens Maurer
2be5fedefd link the maths library unconditionally
[SVN r19004]
2003-07-09 21:25:50 +00:00
Jens Maurer
b3acc7f4fb define str() before it is first used to avoid "redeclared inline after
begin called" error on IRIX MIPSpro


[SVN r19003]
2003-07-09 21:22:24 +00:00
Jens Maurer
7a0bd682d2 more libcomo special cases
[SVN r19002]
2003-07-09 20:02:32 +00:00
Jens Maurer
19914aa919 improve comment
[SVN r19001]
2003-07-09 20:00:32 +00:00
Jens Maurer
f0139291c9 move static assertions on std::numeric_limits<> from class to constructor
scope to suit MSVC


[SVN r19000]
2003-07-09 19:47:11 +00:00
Jens Maurer
0bb0d8c8ac set BOOST_NO_INCLASS_MEMBER_INITIALIZATION to avoid compiler crash
with Boost.Python


[SVN r18999]
2003-07-09 19:44:32 +00:00
Jens Maurer
6814100315 BOOST_HAS_LONG_LONG is set by edg_common.hpp
[SVN r18998]
2003-07-09 19:41:55 +00:00