Commit Graph

  • bf1aae0328 Fixes for some warnings -JRB John R. Bandela 2001-08-31 16:46:10 +0000
  • 0c86dbd1fd Corrected/refined the requirement for a tuple element type Jaakko Järvi 2001-08-31 14:50:06 +0000
  • 03678b3151 when copying a normal_distribution, need to throw away the cache to avoid correlation (Michael Stevens) Jens Maurer 2001-08-30 21:50:48 +0000
  • ed33214905 changed note about the move to the tuples library Jeremy Siek 2001-08-30 19:45:19 +0000
  • c295faa820 re-run after "tuple" integration Jens Maurer 2001-08-30 19:39:40 +0000
  • 04bd5a6a22 re-run with "tuple" library fixes Jens Maurer 2001-08-30 19:31:05 +0000
  • d15b54dc07 array library updated (Nico Josuttis) Jens Maurer 2001-08-30 19:27:31 +0000
  • 07738b8210 Link to ftjam site for pre-built executables Beman Dawes 2001-08-30 16:23:25 +0000
  • 1348f78660 changed "empty-member" to "empty base-class" John Maddock 2001-08-30 10:58:19 +0000
  • a3ec5b93dc Fixed possible bug in is_empty for types that are not default constructible John Maddock 2001-08-30 10:55:48 +0000
  • 740c1376fa Added Jamfile, + one test case for is_empty John Maddock 2001-08-30 10:54:57 +0000
  • 5909b261ac changed from DOS to UNIX line endings Jeremy Siek 2001-08-30 01:14:23 +0000
  • 6553bb33a5 fixes from Rich Lee Jeremy Siek 2001-08-30 01:06:28 +0000
  • 7eadcac263 update revision number for CWPro7 Dave Abrahams 2001-08-29 19:21:34 +0000
  • 4d7268df44 now this is auto-generated Jeremy Siek 2001-08-29 16:58:38 +0000
  • 5583f86c89 fixed a few things and added appendix Jeremy Siek 2001-08-29 16:57:03 +0000
  • 19b18ea0ea fixed hash_setS by adding a specialization of hash<> for stored edge Jeremy Siek 2001-08-29 03:18:47 +0000
  • 2dc53b58d3 avoid warning about un-init var Jeremy Siek 2001-08-28 22:17:56 +0000
  • a93cb28a19 fixed leda_node_property_map Jeremy Siek 2001-08-28 22:17:13 +0000
  • f8818af1e1 checked in Gennadiy's fixes for Sun C++ Jeremy Siek 2001-08-28 20:39:04 +0000
  • 0435e9aaff changed #include for tie() to tuple.hpp Jeremy Siek 2001-08-28 19:09:33 +0000
  • eae458ffcc changed #include for tie() Jeremy Siek 2001-08-28 19:07:51 +0000
  • bedb3042fe added warnings, etc. Dave Abrahams 2001-08-28 18:16:10 +0000
  • 9f0155ac7b Turned off default -d LEXFLAGS variable Dave Abrahams 2001-08-28 17:28:58 +0000
  • 0bf494bbee New example: nested.cpp Ralf W. Grosse-Kunstleve 2001-08-28 02:02:27 +0000
  • ec094897a1 changed handling of zero element Jeremy Siek 2001-08-28 02:00:54 +0000
  • 5497f1095b dijkstra change updates Jeremy Siek 2001-08-28 01:03:34 +0000
  • aed4ab1d6f removed some unused parameter names Jeremy Siek 2001-08-28 01:01:02 +0000
  • edff02d6b8 added a missing typename Jeremy Siek 2001-08-28 00:56:44 +0000
  • 2f835369e6 changed dijkstra's and bellman_ford to reflect closed semiring abstraction Jeremy Siek 2001-08-27 22:31:48 +0000
  • 36a69efd31 changed from #include <boost/utility.hpp> to #include <boost/tuple/tuple.hpp> to get tie() Jeremy Siek 2001-08-27 14:08:52 +0000
  • 63897cb356 removed tie() and class tied Jeremy Siek 2001-08-26 19:55:49 +0000
  • 35563d73f4 removed #include of map and hash_map Jeremy Siek 2001-08-26 19:17:57 +0000
  • dc4cf6f5b4 Removed deprecated forward header files: use poolfwd.hpp instead Stephen Cleary 2001-08-25 13:39:45 +0000
  • cb467d09ca fixed missing optimizations for release mode! Dave Abrahams 2001-08-24 22:13:43 +0000
  • bb0610a41f initial checkin Dave Abrahams 2001-08-24 20:56:51 +0000
  • 626794efaa edge iterators qualify as forward iterators Jeremy Siek 2001-08-24 20:29:24 +0000
  • 42a393c242 added #include of <cmath> for std::abs(float) Jeremy Siek 2001-08-24 20:05:55 +0000
  • cde8d58509 added not about constness of operator* and operator[] Jeremy Siek 2001-08-24 15:28:20 +0000
  • c3ca052305 Removed incorrect statics, added const Dave Abrahams 2001-08-24 12:09:34 +0000
  • 64ec79796d removed cons list construction tests if BOOST_NO_PARTIAL_SPECIALIZATION Jaakko Järvi 2001-08-24 10:47:05 +0000
  • 2623534855 added new constructor for cons lists Jaakko Järvi 2001-08-24 10:43:25 +0000
  • 1396ca3b59 Documented a new constructor for cons lists Jaakko Järvi 2001-08-24 10:41:01 +0000
  • c31eb34d23 added few tests for cons lists Jaakko Järvi 2001-08-24 10:22:45 +0000
  • 90b7bcf60b changes to avoid warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:52:16 +0000
  • 669cf92d13 small change to avoid unnecessary warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:50:45 +0000
  • 9fe6288edf added gcc 3.0.1 results Jens Maurer 2001-08-23 20:49:39 +0000
  • 722e86ba44 upgraded to gcc 3.0.1 Jens Maurer 2001-08-23 20:42:21 +0000
  • 2389f2668b tuple_test got fixed upgraded to gcc 3.0.1 Jens Maurer 2001-08-23 20:37:20 +0000
  • 1f1ad18ca4 update from Nico Jens Maurer 2001-08-23 20:33:35 +0000
  • 38deee7c57 upgraded gcc on IRIX and HP-UX to 3.0.1 Jens Maurer 2001-08-23 19:11:32 +0000
  • b4366e4ffd Tabs converted to spaces. Peter Dimov 2001-08-23 19:05:21 +0000
  • 597ea36806 initial commit Peter Dimov 2001-08-23 18:47:44 +0000
  • b778aeb7e3 initial commit Peter Dimov 2001-08-23 18:42:16 +0000
  • f30c7d195b Fix some broken links. Fix order of constructor initializers. Darin Adler 2001-08-23 17:42:07 +0000
  • 5e3883bd34 dummy_property_map is read/write, not lvalue Jeremy Siek 2001-08-23 16:18:27 +0000
  • d733425ff0 Added more typenames to make gcc 3.0 -pedantic happy Jaakko Järvi 2001-08-23 13:46:03 +0000
  • 42a044ee62 fixed typo in RandomAccessContainerConcept Jeremy Siek 2001-08-23 00:23:26 +0000
  • 7bcb9ad0e8 Fixed GCC_BIN_DIRECTORY so it works. Dave Abrahams 2001-08-22 22:07:44 +0000
  • c79b934712 upgraded Linux to gcc 3.0.1 added Solaris gcc 3.0.1 Jens Maurer 2001-08-22 22:00:12 +0000
  • f2b4ff97f0 Added a specialization for empty tuple ( tuple<> ) Added 'typename's to make_tuple return types to avoid warnings in edg strict mode Jaakko Järvi 2001-08-22 13:22:30 +0000
  • 42d5c618cf #include <cfloat> (Peter Schmid) Beman Dawes 2001-08-21 01:47:04 +0000
  • c323e9e792 Final 1.24.0 runup commit Beman Dawes 2001-08-20 14:01:12 +0000
  • 65a26b9cc4 Misc; mostly fix links to hard disk locations Beman Dawes 2001-08-20 13:04:43 +0000
  • e33b44304d initial checkin Dave Abrahams 2001-08-20 10:39:42 +0000
  • e4065a4b1b added assertion tests Dave Abrahams 2001-08-20 10:39:19 +0000
  • af9d1a3fe0 *** empty log message *** Dave Abrahams 2001-08-20 10:36:41 +0000
  • 7ac2bfec81 Added comments describing the compiler (and the platforms) at the request of Beman Toon Knapen 2001-08-20 10:30:22 +0000
  • e8991c7430 quaternions now work for two compilers Jens Maurer 2001-08-19 17:10:50 +0000
  • f6dac478d7 Fix broken hyperlink Beman Dawes 2001-08-19 15:08:33 +0000
  • bbfc046c28 Formal Review Schedule added Beman Dawes 2001-08-19 14:59:54 +0000
  • aff60da4ee Formal Review Schedule initial commit Beman Dawes 2001-08-19 14:59:25 +0000
  • 1c5ab1bca8 Integrate links to Boost.Build into other pages. Beman Dawes 2001-08-19 14:31:50 +0000
  • 04d44fb1df Updated BeOS results John Maddock 2001-08-19 11:05:54 +0000
  • 92f160d8a0 Transitional changes that allow testing of new stuff. Dave Abrahams 2001-08-18 20:05:27 +0000
  • 0583db4d46 Updated build system (more or less works now) John Maddock 2001-08-18 11:50:48 +0000
  • 30dc38265f Fixed initialisation order warnings (gcc) John Maddock 2001-08-18 10:22:53 +0000
  • fe268759d0 Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp John Maddock 2001-08-18 10:22:10 +0000
  • decd799291 blah Jeremy Siek 2001-08-17 18:07:57 +0000
  • e876dcc143 updated for CWPro7 compatibility Removed -msgstyle gcc for better error reporting Dave Abrahams 2001-08-17 02:26:53 +0000
  • f6027f8582 updated for CWPro7 compatibility Dave Abrahams 2001-08-17 02:25:10 +0000
  • 36e28d1814 update from Hubert Holin; renamed index.htm to index.html Jens Maurer 2001-08-16 20:26:18 +0000
  • 1d684fd2f8 added tuple library Jens Maurer 2001-08-16 18:59:08 +0000
  • 3f9f818678 made condensation graph separate Jeremy Siek 2001-08-16 18:57:48 +0000
  • 0d0461548a made build_component_lists a separate function Jeremy Siek 2001-08-16 15:28:37 +0000
  • 7ce684f0a4 added build_components_lists Jeremy Siek 2001-08-16 15:27:58 +0000
  • 729873ffdc Added (as yet non-functional msvc library support) John Maddock 2001-08-16 11:43:22 +0000
  • d281eead22 Added support for shared libs on BeOS John Maddock 2001-08-16 11:42:13 +0000
  • a249372cf8 Intermediate step in build system rewrite Added Files: Jambase ftjam-requests.txt test/Jamfile test/jam-fail.jam test/unit-tests.jam Dave Abrahams 2001-08-16 11:17:59 +0000
  • 3354e84199 Missing "std::" added (std::size_t) Ralf W. Grosse-Kunstleve 2001-08-15 19:15:57 +0000
  • 5ee9a307ef comment about is_reachable Jeremy Siek 2001-08-15 13:39:49 +0000
  • 89478fbc79 removed check for adding self edges... self edges ok if a non-triv path exists Jeremy Siek 2001-08-15 13:17:31 +0000
  • 01cddee9a7 removed check for self edges in final stage Jeremy Siek 2001-08-15 13:16:56 +0000
  • 36075b64ab removed a blank line! Jeremy Siek 2001-08-15 03:37:31 +0000
  • 62a48d4470 some more edits Jeremy Siek 2001-08-15 03:27:28 +0000
  • fff6f01b52 changed * to + Jeremy Siek 2001-08-15 03:26:35 +0000
  • 54195485b2 added concept check of the VertexIndexMap Jeremy Siek 2001-08-15 03:25:07 +0000
  • 15565e3144 added comment about path needs to be of at least one edge Jeremy Siek 2001-08-15 02:05:58 +0000
  • 32f663e358 make component_number a property map Jeremy Siek 2001-08-15 02:01:12 +0000
  • f4bdefdea6 new file, implementation docs for tc Jeremy Siek 2001-08-15 01:55:06 +0000