Commit Graph

  • 7f4f061ebd Be a little more fastidious about target variables, cleaning them up when not in use so that things don't work "by mistake". Fixed a missing semicolon bug Dave Abrahams 2001-07-22 17:09:32 +0000
  • 9d6562e848 Increase reserved stack size. Dave Abrahams 2001-07-22 17:07:37 +0000
  • 0109cd94cc move to main trunk Dave Abrahams 2001-07-22 17:03:15 +0000
  • 93f322a62b Fixed nasty bug, where some invalid expressions caused access violations. John Maddock 2001-07-22 10:26:54 +0000
  • 81e5691d7a reference.html: - Remove declaration/documentation of non-const operator(). - Update documentation of operator() const to state that the called object is not cv-qualified. Douglas Gregor 2001-07-22 05:30:15 +0000
  • 7af807d29b function_n_test.cpp: function_test.cpp: - Updated testcases to reflect semantic change in const calling Douglas Gregor 2001-07-22 05:27:20 +0000
  • ebd3ce287f function_template.hpp: - const function calling semantics changed. Now 'function' has pointer/reference semantics (constness of 'function' object does not affect constness of targetted function object) Douglas Gregor 2001-07-22 05:26:17 +0000
  • 13d1ace25a function_n_test.cpp: function_test.cpp: - Removed 'static' storage specifier from 'global_int' declaration. Perhaps Sun Workshop 6 will compile Boost.Function now? Douglas Gregor 2001-07-22 05:03:43 +0000
  • 44dc61c4d4 Initial checkin. Needs tweaks for various compilers. Dave Abrahams 2001-07-21 13:06:09 +0000
  • 1460607d2c moved to main trunk Dave Abrahams 2001-07-20 23:59:42 +0000
  • 3efbf52b33 Add workaround for BOOST_NO_STDC_NAMESPACE Beman Dawes 2001-07-20 21:29:36 +0000
  • a8f94ee5ef Add Comeau under Win32 Beman Dawes 2001-07-20 21:15:54 +0000
  • ad6541041c Add Comeau under Win32 Beman Dawes 2001-07-20 20:28:15 +0000
  • 1df779e50a Add Comeau defines Beman Dawes 2001-07-20 20:27:41 +0000
  • 74576c7c13 This commit was generated by cvs2svn to compensate for changes in r3058, which included commits to RCS files with non-trunk default branches. Dave Abrahams 2001-07-20 16:50:21 +0000
  • 7ad4ffa058 Added "and" between table and messages links so they were more obviously separate. Corrected spelling of cooperation. Beman Dawes 2001-07-20 16:12:35 +0000
  • 9cab550bc6 [Francios Faure] I have added a new functionality to adjacency_list_io: now it is possible to input/output subsets of properties. This is useful when the nodes and edges contain auxiliary data which is irrelevant in a description file. Jeremy Siek 2001-07-19 15:30:00 +0000
  • e90c67b777 new files, example of using adjacency_list I/O Jeremy Siek 2001-07-19 13:20:54 +0000
  • 3d498a20f2 added clear_out_edges() Jeremy Siek 2001-07-18 22:49:33 +0000
  • 64751f5221 fixed use of first_vertex_name_t Jeremy Siek 2001-07-18 13:31:54 +0000
  • 42e7bfc02b Fixes by John for char_delimiters_separator constructor John R. Bandela 2001-07-17 22:43:47 +0000
  • 95589462a7 added const to some member functions Jeremy Siek 2001-07-17 16:37:42 +0000
  • d272660635 defarg_test.cpp: - Test zero and one arguments Douglas Gregor 2001-07-17 01:27:42 +0000
  • f9a50a47ca reference.html: - Boldified C++ keywords to make summary more readable. Douglas Gregor 2001-07-16 18:17:00 +0000
  • e9eb1f61b5 Add || defined(__ppc__) (Fabrice Truillot) Beman Dawes 2001-07-16 16:57:05 +0000
  • 55c1e7206c special_functions works now Jens Maurer 2001-07-15 20:17:44 +0000
  • 4044269b4e referemce.html: - Document swapping of mixins in swap() Douglas Gregor 2001-07-14 20:02:39 +0000
  • 8b28c62904 reference.html: - Assignment operator and set() function both meet the strong exception guarantee. Douglas Gregor 2001-07-14 19:58:43 +0000
  • ae8cdc11ad index.html: - Removed reference and tutorial: now just link to them Douglas Gregor 2001-07-14 19:57:09 +0000
  • d7293574d8 function.hpp: - Use "self_type" instead of "function" for constructing swapping temporary (Borland C++ needs it) Douglas Gregor 2001-07-14 19:34:14 +0000
  • cebe89bce2 mixin_test.cpp: - Check assignment from function pointer Douglas Gregor 2001-07-14 18:58:16 +0000
  • 542039f32e function_template.cpp: - Correctly copy mixin when assigning from any function/function object Douglas Gregor 2001-07-14 18:51:00 +0000
  • c84d3f26c6 mixin_test.cpp: - Test persistence of mixins when assigning to a function object Douglas Gregor 2001-07-14 18:46:42 +0000
  • fe8920a5b9 mixin_test.cpp: - Test copying of mixins Douglas Gregor 2001-07-14 18:41:47 +0000
  • 20f10add63 function.hpp: - Use swap() for exception safe assignment operators Douglas Gregor 2001-07-14 18:41:19 +0000
  • 21a0762866 Fixes for ICL Dave Abrahams 2001-07-14 12:51:59 +0000
  • f6048b69b2 Tweeked so that test fails under VC6 (it should due to a compiler bug). John Maddock 2001-07-14 11:18:31 +0000
  • b99af87d76 changed member "bind" to "n_bind" to fix problem with upcoming binder library. John Maddock 2001-07-14 11:08:53 +0000
  • 43a1fa7b06 fixed relative link John Maddock 2001-07-14 10:54:55 +0000
  • e1ecb60039 More FAQ entries added. Beman Dawes 2001-07-13 16:32:34 +0000
  • ea7aa37720 Add FAQ why use_count()? Beman Dawes 2001-07-13 14:07:08 +0000
  • 8e122ee328 Add the original Boost proposal Beman Dawes 2001-07-13 12:54:20 +0000
  • fd03000b49 The original Boost proposal Beman Dawes 2001-07-13 12:48:50 +0000
  • 68de2f2e1b Add table of contents, improve the FAQ Beman Dawes 2001-07-12 19:51:53 +0000
  • fa02111068 add link to compiler messages for HP-UX Jens Maurer 2001-07-12 17:50:55 +0000
  • 6b2e412999 fix duplicate typedef Jens Maurer 2001-07-12 17:40:38 +0000
  • d4fefb71f2 Back out commit made in error Beman Dawes 2001-07-12 16:15:30 +0000
  • d583f8974c Change absolute URL's to relative Beman Dawes 2001-07-12 15:31:15 +0000
  • faa83eb621 index.html: - Use relative pathnames for links to generic programming techniques page (Gustavo Guerra). - Terminology in Basic Usage intro (Jeremy Siek). Douglas Gregor 2001-07-11 19:49:26 +0000
  • b25792d2f6 faq.html: - Fixed HTML typo near the end Douglas Gregor 2001-07-11 18:55:44 +0000
  • 7ed20e25ad fixed typo, an -> and Jeremy Siek 2001-07-11 17:56:49 +0000
  • 9d198639a0 added warning about how visitors are passed by value Jeremy Siek 2001-07-11 17:54:23 +0000
  • 9a95517687 fixed a comment Dave Abrahams 2001-07-11 11:53:46 +0000
  • 81136146d6 Added link to compiler message for IBM/Aix Toon Knapen 2001-07-11 10:23:49 +0000
  • bdd772dc8b Ron Garcia suggested removal of the duplicate explanation of (bool)f/f.empty() Douglas Gregor 2001-07-10 21:56:02 +0000
  • 202dd2f262 Integrate fix from Peter.Bienstman@rug.ac.be Dave Abrahams 2001-07-10 17:57:06 +0000
  • 5fd3db1536 fixed typo Jeremy Siek 2001-07-10 17:34:52 +0000
  • b53826e101 updated a comment in kevin_bacon Jeremy Siek 2001-07-10 14:54:58 +0000
  • e486594e42 removed some refs to uniform cost search Jeremy Siek 2001-07-10 14:54:31 +0000
  • 4f12a217a6 another use of Dijkstra's Jeremy Siek 2001-07-10 14:48:27 +0000
  • e672ffece6 brought some docs relating to Dijkstra's up to date Jeremy Siek 2001-07-10 14:44:44 +0000
  • ef42c99363 new file Jeremy Siek 2001-07-10 14:25:15 +0000
  • 7430797774 output_iterator_helper changes: removed default template parameters, added support for self-proxying, additional documentation and tests (Aleksey Gurtovoy) Dave Abrahams 2001-07-09 23:51:49 +0000
  • a80b94ae5e Integrate Aleksey's changes Dave Abrahams 2001-07-09 23:50:55 +0000
  • dd3f1aadea Integrate fix from Peter.Bienstman@rug.ac.be Dave Abrahams 2001-07-09 23:45:09 +0000
  • 47bc6cdc05 updates from Hubert Holin Jens Maurer 2001-07-09 16:14:29 +0000
  • 2f3bdfe758 removed use of color_vec[0] to avoid problems when num_vertices(g) == 0 Jeremy Siek 2001-07-09 14:10:56 +0000
  • 14b79d4a6b fixed &gt -> > Dave Abrahams 2001-07-08 22:30:12 +0000
  • 569af0c85e fix href bug in table heading Jens Maurer 2001-07-08 21:56:21 +0000
  • 3abf654602 moved to namespace boost::math formatting changed Jens Maurer 2001-07-08 21:37:05 +0000
  • 5d9a859bd5 moved to namespace boost::math formatting changes Jens Maurer 2001-07-08 21:34:21 +0000
  • a2c6ebff43 #include <cwchar> for WCHAR_MIN and WCHAR_MAX (Daryle Walker) Beman Dawes 2001-07-08 17:36:15 +0000
  • 6fbde7b627 Clean up last list on page Beman Dawes 2001-07-08 17:27:11 +0000
  • fc171d635c Fix Linux KAI HTML missing href="..." Beman Dawes 2001-07-08 17:22:04 +0000
  • 7765e717ad 1.23.0 final Beman Dawes 2001-07-06 20:31:01 +0000
  • 2e515cbde8 1.23.0 runup Beman Dawes 2001-07-06 19:59:28 +0000
  • fd556f6359 Fix broken hyperlink Beman Dawes 2001-07-06 19:46:11 +0000
  • b52c77528f Release 1.23.0 runup Beman Dawes 2001-07-06 19:22:39 +0000
  • 8e773ad6c0 Fix broken link Beman Dawes 2001-07-06 19:19:45 +0000
  • f9d669435a Tuples library causes tie to be deprecated Beman Dawes 2001-07-06 19:16:39 +0000
  • 75fff52b01 Minor HTML fixes Beman Dawes 2001-07-06 19:08:21 +0000
  • 7b40f6b604 Reorder shared_ptr code so VC++ 6 member templates work, allowing polymorphic pointers to now work with that compiler (Gary Powell) Beman Dawes 2001-07-06 13:23:07 +0000
  • 776dacf49b tiny trivial fix. Ralf W. Grosse-Kunstleve 2001-07-06 07:31:39 +0000
  • f1bfe79b16 fixed bug so "any" works with gcc 3.0 Jens Maurer 2001-07-05 21:08:09 +0000
  • e254f154be Member template workarounds (Darin Adler) Beman Dawes 2001-07-05 21:08:05 +0000
  • a736855dfd add ctor throw() per Kevlin and Peter Schmid Beman Dawes 2001-07-05 18:57:56 +0000
  • e03fe28e22 replace gcd() implementation (Helmut Zeisel, Paul Moore) Jens Maurer 2001-07-05 18:15:39 +0000
  • 221f38fc7c added "any" Jens Maurer 2001-07-05 17:53:50 +0000
  • 72600ab54e added "any" Jens Maurer 2001-07-05 17:45:17 +0000
  • 777eeccc38 added "any" Jens Maurer 2001-07-05 17:29:41 +0000
  • 593017a07e added Aix regression test Toon Knapen 2001-07-05 09:37:12 +0000
  • 057fd56c1d also added RTTI support for Aix during linking Toon Knapen 2001-07-05 09:28:43 +0000
  • 28779047b7 added RTTI support for Aix Toon Knapen 2001-07-05 06:56:47 +0000
  • a72463fc50 added "any" uid30850 2001-07-04 21:56:27 +0000
  • be4cf8590d added failure destructor with empty throw spec uid30850 2001-07-04 21:53:44 +0000
  • f9f9812545 revert previous "fix" uid30850 2001-07-04 21:51:13 +0000
  • a790278e8e add empty throw spec to any destructor (inherits from std::exception) uid30850 2001-07-04 21:50:06 +0000
  • 446203e322 added "any" uid30850 2001-07-04 21:44:55 +0000
  • 1d1da6d101 Fix formatting attemp2 John R. Bandela 2001-07-03 23:32:27 +0000
  • f9df01b159 Fixed formatting John R. Bandela 2001-07-03 23:19:08 +0000