Dave Abrahams
9f2806f64d
Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex
...
regex test Jamfile updates so that some tests will actually run
warning suppression for condition.cpp
unit-test rule now accepts input files
updated metrowerks and borland to properly set up path for running tests
----------------------------------------------------------------------
Modified Files:
boost/config/compiler/metrowerks.hpp
libs/python/src/gen_function.py libs/regex/test/Jamfile
Tag: thread-initial
libs/thread/src/condition.cpp
No tag
tools/build/boost-base.jam tools/build/borland-tools.jam
tools/build/metrowerks-tools.jam
----------------------------------------------------------------------
[SVN r11853]
2001-12-02 17:43:45 +00:00
Dave Abrahams
952a4ae591
Fixed MAXLINE calculation for Win95/98 (I hope)
...
Added command-file capability for msvc and metrowerks static libraries
Changed MSVC-tools.jam so that it would work without the prior use of VCVARS32.BAT
----------------------------------------------------------------------
Modified Files:
boost-base.jam metrowerks-tools.jam msvc-tools.jam
jam_src/execnt.c jam_src/makedebugjam.bat
----------------------------------------------------------------------
[SVN r11852]
2001-12-02 15:41:39 +00:00
John Maddock
70cc80683f
Removed erroneous comment on is_member_pointer
...
[SVN r11851]
2001-12-02 12:30:44 +00:00
Jeremy Siek
15f1af1cc1
more progress, simplified the main function
...
[SVN r11850]
2001-12-01 23:13:57 +00:00
Beman Dawes
1d0a794f29
Add leading string args to progress_display
...
[SVN r11849]
2001-12-01 21:25:48 +00:00
Jeremy Siek
e6319cb115
added some figures
...
[SVN r11848]
2001-12-01 19:42:36 +00:00
Douglas Gregor
5bde1d920b
isomorphism.cpp:
...
- Added timing of isomorphism algorithm
- Output both graphs if there is a verification failure
[SVN r11847]
2001-12-01 16:34:14 +00:00
Peter Dimov
a79551f161
Defined BOOST_NO_VOID_RETURNS in MSVC 6 mode.
...
[SVN r11846]
2001-12-01 13:19:05 +00:00
Peter Dimov
f9b37ec872
Typos fixed.
...
[SVN r11845]
2001-12-01 13:02:09 +00:00
Jens Maurer
4ed4b72b7b
add timing output on Unix
...
[SVN r11844]
2001-12-01 08:53:33 +00:00
Jeremy Siek
910be9fc83
more progress
...
[SVN r11843]
2001-12-01 02:39:35 +00:00
Beman Dawes
e6c6075ca9
release
...
[SVN r11841]
2001-11-30 18:24:41 +00:00
Beman Dawes
0c822aed54
release
...
[SVN r11840]
2001-11-30 18:03:58 +00:00
Beman Dawes
75eb6f0ff3
fix gcc looping (from Dave Abrahams)
...
[SVN r11839]
2001-11-30 17:55:39 +00:00
Beman Dawes
74ce6c722c
fix links
...
[SVN r11838]
2001-11-30 17:46:54 +00:00
Beman Dawes
c4f287342d
Make HTML heading more compact (for printing)
...
[SVN r11837]
2001-11-30 17:36:23 +00:00
Beman Dawes
2d3ead11ef
Add Vesa bio link
...
[SVN r11836]
2001-11-30 16:43:21 +00:00
Beman Dawes
1e1b7d0ee2
Add Vesa
...
[SVN r11835]
2001-11-30 16:40:46 +00:00
Jeremy Siek
24f9c41489
new files
...
[SVN r11834]
2001-11-30 16:01:51 +00:00
Beman Dawes
c3f0e1a479
Add GCD/LCM and Preprocessor libraries
...
[SVN r11833]
2001-11-30 13:27:52 +00:00
Beman Dawes
23095d9978
Add GCD/LCM and Preprocessor libraries
...
[SVN r11832]
2001-11-30 13:10:34 +00:00
Beman Dawes
f9b863625a
fix links
...
[SVN r11831]
2001-11-30 12:44:08 +00:00
John Maddock
a5451141f9
Updated changes log
...
[SVN r11830]
2001-11-30 12:00:31 +00:00
John Maddock
ff49c388ff
* Changed BOOST_RE_THREADS to BOOST_HAS_THREADS,
...
* Updated allocator code to use SGI node based allocator when available.
[SVN r11829]
2001-11-30 11:58:04 +00:00
John Maddock
0091a114c8
Added optional code to time how long the test takes.
...
[SVN r11828]
2001-11-30 11:56:35 +00:00
John Maddock
35b8257016
changed BOOST_RE_THREADS to BOOST_HAS_THREADS
...
[SVN r11827]
2001-11-30 11:56:02 +00:00
Toon Knapen
f9fbcaf2ae
uses proper template argument names : ElementIterator and IndexIterator
...
[SVN r11826]
2001-11-30 11:14:24 +00:00
Toon Knapen
540ac2411d
added test for permutation_iterator
...
[SVN r11825]
2001-11-30 11:10:07 +00:00
Toon Knapen
3718eccb55
added documentation for the permutation_iterator_adaptor
...
and linked to it from the iterator_adaptors documentation.
[SVN r11824]
2001-11-30 10:40:03 +00:00
Toon Knapen
2b77d16db1
permutation_iterator_adaptor and generator
...
[SVN r11823]
2001-11-30 10:38:36 +00:00
Toon Knapen
79bbf44f9d
update just prior to 1.26 release
...
[SVN r11822]
2001-11-30 08:20:52 +00:00
Jeremy Siek
ed43844db3
made some more progress
...
[SVN r11821]
2001-11-30 05:59:28 +00:00
Dave Abrahams
e90982893c
Added update for intel-linux-tools.jam
...
[SVN r11820]
2001-11-30 00:12:33 +00:00
Dave Abrahams
662104fce2
Initial checkin
...
[SVN r11819]
2001-11-29 23:48:46 +00:00
Jeremy Siek
21c2b51303
made some progress
...
[SVN r11818]
2001-11-29 23:47:51 +00:00
Jeremy Siek
171fd8b461
removed debug print stuff
...
[SVN r11817]
2001-11-29 23:37:25 +00:00
Jeremy Siek
537eb0bbc3
fixed another bug
...
[SVN r11816]
2001-11-29 23:27:47 +00:00
Jens Maurer
81f5737342
function_test now passes on IRIX CC
...
[SVN r11815]
2001-11-29 21:47:27 +00:00
Dave Abrahams
c8b74bb21d
Daryle Walker's GCD library submission
...
[SVN r11814]
2001-11-29 21:42:58 +00:00
Dave Abrahams
a4ae221678
committing Daryle and Helmut's changes
...
[SVN r11813]
2001-11-29 21:22:52 +00:00
Douglas Gregor
af3fa6a427
isomorphism.cpp:
...
- Output the failed graph when an error occurs.
[SVN r11812]
2001-11-29 20:33:31 +00:00
Peter Dimov
38c414d56d
Temporarily disabled void returns on MSVC 6 to address internal compiler errors.
...
[SVN r11810]
2001-11-29 17:29:31 +00:00
Peter Dimov
e2da0df38c
#ifdef-ed out a test case for MWCW <= 7.1
...
[SVN r11809]
2001-11-29 17:02:39 +00:00
Jeremy Siek
f34612b45d
new file
...
[SVN r11808]
2001-11-29 16:40:09 +00:00
Peter Dimov
eeae7a6760
Minor fix to address SGI MIPSpro regression failure.
...
[SVN r11807]
2001-11-29 15:10:05 +00:00
Douglas Gregor
e0da9f1839
isomorphism.cpp:
...
- Made standard test less CPU intensive
- Make graph types different
[SVN r11806]
2001-11-29 13:34:10 +00:00
Douglas Gregor
5584d3229c
isomorphism.hpp:
...
- Fixed small typo - used Graph1 instead of Graph2 to get VertexG2
[SVN r11805]
2001-11-29 13:33:23 +00:00
Jeremy Siek
199eff87d3
changed to use boost random number library
...
[SVN r11804]
2001-11-29 07:14:57 +00:00
Jeremy Siek
38fa8e865b
fixed several bugs
...
[SVN r11803]
2001-11-29 07:08:17 +00:00
Douglas Gregor
07ee99aefc
graph/isomorphism.hpp:
...
- Added some missing "typename"s
random/uniform_int.hpp:
- Don't include <limits> directly
[SVN r11802]
2001-11-29 04:03:52 +00:00