Commit Graph

50050 Commits

Author SHA1 Message Date
John Maddock
7bf7619577 regex: fixed makefiles to clean *.pch files.
[SVN r8728]
2001-01-23 12:28:36 +00:00
John Maddock
845a0b3805 type_traits: updated with checks that cv-void specialisations are working correctly
[SVN r8727]
2001-01-23 11:44:44 +00:00
Jeremy Siek
182b5d76f3 moved adjacency_iterator implementation into a separate file
[SVN r8726]
2001-01-23 05:18:06 +00:00
Jens Maurer
0b1293c9a1 added --diff option to highlight changes viz. the previous run
[SVN r8725]
2001-01-22 23:06:03 +00:00
Dave Abrahams
9f42573d55 Added a fix from Ralf W. Grosse-Kunstleve
[SVN r8724]
2001-01-22 22:58:37 +00:00
Jeremy Siek
9cf5b48815 changed docs for get_property
[SVN r8723]
2001-01-22 21:46:40 +00:00
Jeremy Siek
400a1ebf9f changed get_property return type to use graph_property
[SVN r8721]
2001-01-22 21:46:09 +00:00
Jens Maurer
fa7bda63c5 added numeric_traits_tests.cpp, fixed failures with Comeau C++/strict mode
[SVN r8720]
2001-01-22 21:34:13 +00:00
Jens Maurer
bf71511f04 added numeric_traits_tests.cpp
[SVN r8719]
2001-01-22 21:33:13 +00:00
Jens Maurer
027b235514 change Compaq C++ 6.0 to 6.2 in informational message
[SVN r8718]
2001-01-22 21:26:49 +00:00
Jens Maurer
d5b3088316 added numeric_traits_tests.cpp
[SVN r8717]
2001-01-22 21:26:07 +00:00
Jens Maurer
3e466a3dcf re-run with numeric_traits_tests.cpp
[SVN r8716]
2001-01-22 21:23:13 +00:00
Jens Maurer
d62bf750f6 add references to the compiler message files on Soureforge anonymous ftp
[SVN r8715]
2001-01-22 21:20:24 +00:00
Jens Maurer
0c8b5e18b6 minor fix: move "static" storage specifier to the front of a declaration
[SVN r8714]
2001-01-22 21:11:35 +00:00
Jens Maurer
97708f58c6 remove "-instances=static" from Solaris 64bit configuration; not needed
[SVN r8713]
2001-01-22 20:49:23 +00:00
Jeremy Siek
23beb4ef27 fixed more Comaeu problems
[SVN r8712]
2001-01-22 20:34:22 +00:00
Jeremy Siek
7adcd3e46f added out_degree() to IncidenceGraphConcept and in_degree() to
BidirectionalGraphConcept


[SVN r8711]
2001-01-22 17:16:08 +00:00
Jeremy Siek
ed2b795823 changed default of BOOST_FPTR to use &
[SVN r8710]
2001-01-22 17:10:16 +00:00
Jeremy Siek
6842e42537 added KAI C++ type for std::list::difference_type
[SVN r8709]
2001-01-22 16:52:36 +00:00
Jeremy Siek
034c491378 added changelog note
[SVN r8708]
2001-01-22 16:49:28 +00:00
Dave Abrahams
91cdb04918 Added numeric_traits_test.cpp
[SVN r8707]
2001-01-22 05:09:44 +00:00
Dave Abrahams
a4a578f75d Fixes so that long long is recognized for GCC.
[SVN r8706]
2001-01-22 05:06:37 +00:00
Dave Abrahams
06f3e27d07 Quick fix to my_iterator, which wasn't returning a reference type from operator*
[SVN r8705]
2001-01-22 05:03:48 +00:00
Dave Abrahams
8e510d612c Suppress some useless warnings with MSVC
[SVN r8704]
2001-01-22 04:53:38 +00:00
Dave Abrahams
89acfa6e50 Undid a bug I introduced yesterday. numeric_cast<> never
worked with stock GCC; trying to get it to do that broke
vc-stlport.


[SVN r8703]
2001-01-22 04:27:00 +00:00
Dave Abrahams
5241a159e3 Initial checkin
[SVN r8702]
2001-01-22 04:08:29 +00:00
Dave Abrahams
e6af0289f8 Fixed tests for long long to detect its presence on GCC
[SVN r8701]
2001-01-22 03:48:35 +00:00
Jeremy Siek
b44c450600 finished implementation of max flow
[SVN r8700]
2001-01-22 02:46:05 +00:00
Jeremy Siek
90a82d34d2 finished max flow example
[SVN r8699]
2001-01-22 02:45:23 +00:00
Jens Maurer
a85acda365 re-run with additional iterator tests
[SVN r8698]
2001-01-21 22:20:01 +00:00
Jens Maurer
e104bbc3b9 added 64bit mode for Solaris
[SVN r8697]
2001-01-21 22:17:18 +00:00
Jens Maurer
11c0ad573b re-run with iterator_test* and 64bit output
[SVN r8696]
2001-01-21 22:14:49 +00:00
Jens Maurer
19c668e01a define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS only if _RWSTD_VER < 0x0203
[SVN r8695]
2001-01-21 21:36:36 +00:00
Jens Maurer
f124a75b6d re-run wth iterator_traits_test*
[SVN r8694]
2001-01-21 21:19:45 +00:00
Jens Maurer
9c3b50d6cd added Linux Comeau in strict_warnings mode
[SVN r8693]
2001-01-21 21:05:39 +00:00
Jens Maurer
2d76195b4b added Comeau in strict_warnings mode
[SVN r8692]
2001-01-21 21:05:10 +00:00
Jeremy Siek
d8634e0738 Comeau fixes
[SVN r8691]
2001-01-21 21:00:10 +00:00
Jeremy Siek
c6e7edeb4f Comeau port fixes
[SVN r8690]
2001-01-21 20:48:34 +00:00
Jeremy Siek
6101e943d8 added new iter adaptor fail expected tests
[SVN r8689]
2001-01-21 20:31:53 +00:00
Jeremy Siek
921113dbbc added some #ifdefs to prevent compilation of workaround code
[SVN r8688]
2001-01-21 20:28:02 +00:00
Jeremy Siek
0fab8d1c3b removed unused variables
[SVN r8687]
2001-01-21 20:19:09 +00:00
Jens Maurer
b6c44c0bd4 Restored alphabetic ordering.
[SVN r8686]
2001-01-21 20:15:20 +00:00
Jeremy Siek
d01e993678 new files
[SVN r8685]
2001-01-21 20:12:32 +00:00
Jens Maurer
d61fcc1303 avoid gcc mis-interpreting direct-initialization as a function declaration
[SVN r8684]
2001-01-21 20:10:36 +00:00
Jeremy Siek
30962c6dec fixed some mwerks compiler errors
[SVN r8683]
2001-01-21 19:33:06 +00:00
Jens Maurer
a2f4ef61bf added necessary const_mod<unsigned long, 0> overload
[SVN r8682]
2001-01-21 19:14:18 +00:00
Jeremy Siek
6fbccd50ab made private default cons, and added copy cons to output_iterator archetype,
some indenting changes to container_traits


[SVN r8681]
2001-01-21 18:50:42 +00:00
Dave Abrahams
32e131628d tweak a comment
[SVN r8680]
2001-01-21 16:18:41 +00:00
John Maddock
223ea1ade7 regex: regression test fixes
[SVN r8679]
2001-01-21 12:58:24 +00:00
Dave Abrahams
ca0bbb1db7 Moved type<> to boost/type.hpp
[SVN r8678]
2001-01-21 06:20:20 +00:00