Commit Graph

50050 Commits

Author SHA1 Message Date
Björn Karlsson
387dca48aa Added copyright
[SVN r17183]
2003-02-04 07:21:29 +00:00
Joel de Guzman
58220d8e1f made void_ a complete type
[SVN r17182]
2003-02-04 04:45:22 +00:00
Beman Dawes
7a4d37bca0 Download releases from SourceForge
[SVN r17181]
2003-02-04 00:15:31 +00:00
Jeremy Siek
f229c4513d moved over from sandbox
[SVN r17180]
2003-02-03 18:13:57 +00:00
Jeremy Siek
f9b6b1959e moving over from sandbox
[SVN r17179]
2003-02-03 18:10:26 +00:00
Vladimir Prus
6a77836d86 Add missing typename.
[SVN r17178]
2003-02-03 16:34:10 +00:00
Samuel Krempp
d0e401ef3b . changed wrap_isdigit prototype, avoids trouble with kylix
[SVN r17177]
2003-02-03 15:59:16 +00:00
Samuel Krempp
cec32bb680 . replaced <cassert> assert's by <boost/assert.hpp> 's BOOST_ASSERT
. wrapped calls to std::isdigit, and call <ctype.h> 's isdigit instead, if necessary.


[SVN r17176]
2003-02-03 15:43:25 +00:00
Martin Wille
4aaaf985f3 -- changed the smart pointer used for holding the conrete parser
of rule<> from boost::shared_ptr to std::auto_ptr.
   This should help to decrease compile time and executable size
   while not changing the semantics of rule<>


[SVN r17175]
2003-02-03 15:19:14 +00:00
Vladimir Prus
28e50711bf Don't segfault on empty graph.
[SVN r17174]
2003-02-03 14:21:55 +00:00
Peter Dimov
5423d3e66b Enabled copy assignment on all Borland versions (for Kylix) and g++ (for -Wsynth, report by Wolfgang Bangerth)
[SVN r17173]
2003-02-03 13:48:33 +00:00
Samuel Krempp
b78de35d24 made #undef isdigit for everybody, instead of just MSVC.
(got the same macro on Mdk9 g++-3.2, for whatever reason)


[SVN r17172]
2003-02-03 13:27:47 +00:00
Samuel Krempp
b74f511dae oops, missed the alphabetical order..
[SVN r17171]
2003-02-03 13:13:35 +00:00
Samuel Krempp
3c234ac45f made format reg-tests as a subinclude in status/Jamfile
[SVN r17170]
2003-02-03 13:12:01 +00:00
Hartmut Kaiser
0638c2a297 Fixed minor problems.
[SVN r17169]
2003-02-03 10:49:14 +00:00
Vladimir Prus
bcddf493d8 Check that generators are created with valid source and target types.
* new/builtin.jam
    (lib-generator): Don't pass any source types to base's ctor.

* new/generators.jam
    (generator): Check types.
    (composing-generators): Allow empty list of source types.

* new/type.jam
    (validate): New rule


[SVN r17168]
2003-02-03 10:14:32 +00:00
Hartmut Kaiser
2111bb6ab8 Implemented the #define/#undef and #ifdef/#ifndef/#else/#endif statements.
[SVN r17167]
2003-02-02 22:42:32 +00:00
Rene Rivera
698eebd187 Make the target option in RPM work conditionaly, as it has different syntax depending on version/os variant... yuk.
[SVN r17166]
2003-02-02 21:23:36 +00:00
Rene Rivera
2066469831 Minor change to options for RPM build to make it work on YellowDog PPC-Linux.
[SVN r17165]
2003-02-02 21:08:27 +00:00
Rene Rivera
d40587515a Reflect current state of checked for toolsets.
[SVN r17164]
2003-02-02 17:37:38 +00:00
Rene Rivera
c287187d8b * Make use of CC, CFLAGS, and LIBS env when using cc toolset.
* Adjust generated packages for posting to SourceForge. Specifically, generate a tgz for the single binary.


[SVN r17163]
2003-02-02 17:36:49 +00:00
John Maddock
a85e6dfef4 Changed is_POD to is_pod
[SVN r17162]
2003-02-02 12:17:47 +00:00
John Maddock
d239123a39 Added description of mechanism (from Terje)
[SVN r17161]
2003-02-02 12:16:42 +00:00
John Maddock
14a4b3f3eb Fixed erronious == in test.
[SVN r17160]
2003-02-02 12:13:29 +00:00
Dave Abrahams
8c2caa9def Attempt not to build shared libs on Cray, since they're not supported.
[SVN r17159]
2003-02-01 23:41:06 +00:00
Hartmut Kaiser
47de4af6e7 Deleted not needed file.
[SVN r17158]
2003-02-01 23:14:13 +00:00
Dave Abrahams
5897f14de6 Attempt not to build shared libs on Cray, since they're not supported.
[SVN r17157]
2003-02-01 22:14:24 +00:00
Dave Abrahams
e3c27f0cdc Attempt not to build shared libs on Cray, since they're not supported.
[SVN r17156]
2003-02-01 20:56:03 +00:00
Rene Rivera
527879e9a3 Remove links to prebuilts that don't exist anymore.
[SVN r17155]
2003-02-01 20:17:14 +00:00
Rene Rivera
0a7b1c226a Updated prebuilt links to point to bjam.tgz, to fix problems with browsers that uncompress gz files automatically.
[SVN r17154]
2003-02-01 20:02:33 +00:00
Hartmut Kaiser
b0664b8fa2 Copyrights.
[SVN r17153]
2003-02-01 18:53:17 +00:00
Hartmut Kaiser
fb1a87feec Copyrights.
[SVN r17152]
2003-02-01 18:45:09 +00:00
Hartmut Kaiser
9b933ee288 Copyrights.
[SVN r17151]
2003-02-01 18:39:15 +00:00
Dave Abrahams
f247520689 Fix integer overflow that was causing traps on Cray.
[SVN r17150]
2003-02-01 17:21:54 +00:00
Hartmut Kaiser
338e0fbfbb Added missing typename's.
[SVN r17149]
2003-02-01 14:51:20 +00:00
Hartmut Kaiser
01c027d0e8 Added missing typename's.
[SVN r17148]
2003-02-01 14:50:49 +00:00
John Maddock
b43dcfc68f Updated tests to stress new is_convertible and is_base_and_derived improvements.
Updated docs accordingly.


[SVN r17147]
2003-02-01 12:12:08 +00:00
John Maddock
a50e758616 Widened the range of types that may be passed to is_convertible.
Extended is_base_and_derived to cope with ambiguous base classes
and non-public base classes.


[SVN r17146]
2003-02-01 12:11:10 +00:00
Joel de Guzman
674c91025d fixed copyright
[SVN r17145]
2003-02-01 10:32:37 +00:00
Joel de Guzman
9c52386b36 Added copyrights where appropriate
[SVN r17144]
2003-02-01 04:42:01 +00:00
Dave Abrahams
8d2c56c7a1 Borland fixup
[SVN r17143]
2003-02-01 01:04:21 +00:00
Joel de Guzman
2313fa6ae6 Example fixes
[SVN r17142]
2003-02-01 00:48:55 +00:00
Beman Dawes
0cde694b9b rename function_test to lib_function_test due to clash file libs/functional
[SVN r17141]
2003-01-31 23:56:11 +00:00
Martin Wille
3d5c0b8fe6 -- made condition_evaluator inherit publicly from non_empty_subject
[SVN r17140]
2003-01-31 22:40:14 +00:00
Martin Wille
56d4367dd2 -- added missing include
[SVN r17139]
2003-01-31 22:33:29 +00:00
Martin Wille
3bc1790c2f -- fixed typo
[SVN r17138]
2003-01-31 22:30:30 +00:00
Martin Wille
1c3b0abec7 -- added return statements at the end of main
[SVN r17137]
2003-01-31 22:26:30 +00:00
Beman Dawes
90791095f8 fix wrong dir name
[SVN r17136]
2003-01-31 21:26:53 +00:00
Hartmut Kaiser
c4fbb62b73 Fixed minor isuues and a border case.
[SVN r17134]
2003-01-31 20:43:50 +00:00
Dave Abrahams
b84c6f7063 Handle enum types.
** Aleksey, I have some doubts about whether this will cause problems
   on the various compilers we work on.  I also wonder whether it
   implies that our arithmetic ops all need to be changed.**


[SVN r17132]
2003-01-31 19:39:56 +00:00