Commit Graph

  • 03aef31fc6 Initial Boost.Function commit Beman Dawes 2001-06-21 17:01:43 +0000
  • 7b86aa0736 Initial comit Beman Dawes 2001-06-21 16:19:33 +0000
  • a0421913db added run libs/function/test/function_test.cpp Beman Dawes 2001-06-21 16:05:37 +0000
  • f68210dee2 Boost.function changes plus re-order compilers by vendor name Beman Dawes 2001-06-21 15:51:32 +0000
  • 101191df36 Fixed problem with VC6 compilers - probably a temporary fix. John Maddock 2001-06-20 11:43:57 +0000
  • d68b4ad827 Fixed VC6+STLport-4.1b6 (changed preprocessor logic) John Maddock 2001-06-20 11:42:44 +0000
  • 355b5db911 added gcc 3.0 Jens Maurer 2001-06-19 16:42:38 +0000
  • 67360d6716 added Hubert Holin Jens Maurer 2001-06-19 16:30:56 +0000
  • 6073fc51c9 untabified Dave Abrahams 2001-06-18 13:13:35 +0000
  • 8fa7345e45 updated ILU links thanks to Scott Langley Dave Abrahams 2001-06-18 12:11:46 +0000
  • addbabc494 beautify #if for gcc 3.0 Jens Maurer 2001-06-17 17:57:07 +0000
  • 738e246dc7 renamed member "check" to avoid conflict with Mac macro of same name. John Maddock 2001-06-16 11:56:14 +0000
  • 4fa7afb173 added tokenizer Jens Maurer 2001-06-15 20:40:12 +0000
  • 82db39083c added tokenizer Jens Maurer 2001-06-15 20:13:35 +0000
  • d043f1363a added tokenizer Jens Maurer 2001-06-15 19:56:07 +0000
  • ddd9d68dad added some instructions Jeremy Siek 2001-06-15 18:40:02 +0000
  • 327e625caa example graph for min degree Jeremy Siek 2001-06-15 18:35:13 +0000
  • f11c945f90 files needed by minimum_degree_ordering.cpp Jeremy Siek 2001-06-15 18:28:36 +0000
  • 8c4a4d3182 file jamfile was initially added on branch thread-initial. Beman Dawes 2001-06-15 15:42:43 +0000
  • 0bf9034cf2 Due to misspelling of branch name, these got put in the main trunk. So remove them from the main trunk Beman Dawes 2001-06-15 15:31:38 +0000
  • 3573a0dc8c Initial commit Beman Dawes 2001-06-15 15:27:08 +0000
  • f8df156f49 various cleanup Jeremy Siek 2001-06-14 19:19:00 +0000
  • 0854fe01f3 new algorithm thanks to Lie-Quan Lee Jeremy Siek 2001-06-14 18:40:45 +0000
  • 75ccf2e9c6 example/test for minimum_degree_ordering Jeremy Siek 2001-06-14 18:38:52 +0000
  • 9d341f52bd new algorithm, thanks to Lie-Quan Lee! Jeremy Siek 2001-06-14 18:38:16 +0000
  • 34fa3cfae5 Tokenizer added Beman Dawes 2001-06-14 16:10:11 +0000
  • 1301e867cd Tokenizer examples added Beman Dawes 2001-06-14 16:09:29 +0000
  • 6f61bbae12 replace BOOST_MSVC with more specific #define Jens Maurer 2001-06-14 10:43:47 +0000
  • df12f3d4b2 job offers are not acceptable use readable English Jens Maurer 2001-06-14 10:42:21 +0000
  • 9364b4e928 use std:: for getenv Jens Maurer 2001-06-14 10:41:42 +0000
  • ddb67196f3 Make report_exception() inline (John Maddock, Jesse Jones) Beman Dawes 2001-06-13 14:41:10 +0000
  • d24d09e561 VC++ fix from John Beman Dawes 2001-06-13 14:14:22 +0000
  • 278c7114d5 John Bandela says to remove this file Beman Dawes 2001-06-13 14:10:29 +0000
  • f84cf3ae3c Tokenizer initial commit Beman Dawes 2001-06-13 00:46:03 +0000
  • e678052b10 switched to MIPSpro 7.3.1.2 Jens Maurer 2001-06-12 22:18:53 +0000
  • 8b8e22163b remove superfluous, illegal "typename" (twice) Jens Maurer 2001-06-12 18:50:37 +0000
  • 81de2aa89c Fixed gcc 3 preproccessor logic John Maddock 2001-06-12 11:27:26 +0000
  • 19055df5b1 Fixed minor typos John Maddock 2001-06-12 11:26:48 +0000
  • 6ce2890b2e no message Dave Abrahams 2001-06-11 21:46:38 +0000
  • 07b5c5d4fc MIPSpro CC (on IRIX) upgraded to 7.3.1.2 Jens Maurer 2001-06-11 20:01:19 +0000
  • da8d8b27cf fixed bug in constructor of the edge iterator Jeremy Siek 2001-06-11 15:36:28 +0000
  • 0306d90db7 Dinkumware fix from Mike Thompson Beman Dawes 2001-06-11 13:18:06 +0000
  • 2331664fed Added gcc fix for is_convertible code (code was ill formed when the argment was a function reference) John Maddock 2001-06-10 11:07:18 +0000
  • 3d8f053e35 Updated for intel compiler support John Maddock 2001-06-10 11:06:12 +0000
  • 6549722518 changed include guard for missing ostream to include g++ 2.96 (had been set for 2.95 and lower) Jeremy Siek 2001-06-08 17:47:29 +0000
  • 515ec82c94 added "Traversal" to the names Jeremy Siek 2001-06-08 17:05:37 +0000
  • f091923290 replaced by iterator_categories.htm Jeremy Siek 2001-06-08 16:58:44 +0000
  • 0432d7901c updated Jeremy Siek 2001-06-08 15:37:16 +0000
  • 3ee19f56ee updated to match working group paper Jeremy Siek 2001-06-08 15:36:30 +0000
  • 78f060e908 this is the original Jeremy Siek 2001-06-08 15:17:14 +0000
  • 65ae22e9c9 fixed typo in name for IntegerConcept and also added UnsignedIntegerConcept Jeremy Siek 2001-06-07 20:33:42 +0000
  • c71a2c3067 meant to add as a branch Jeremy Siek 2001-06-06 19:16:34 +0000
  • 2986105262 files for the tmpw2001 paper about iterator adaptors Jeremy Siek 2001-06-06 19:08:51 +0000
  • a535539cc9 added link to adjacency_matrix class Jeremy Siek 2001-06-04 21:40:13 +0000
  • 701044c665 no message Dave Abrahams 2001-06-04 15:17:26 +0000
  • b796639623 changes from Daryle Walker Dave Abrahams 2001-06-04 11:57:37 +0000
  • b4de661129 initial checkin Dave Abrahams 2001-06-04 00:44:30 +0000
  • cb5469b2d2 updated to match changes in the headers Jeremy Siek 2001-06-03 21:07:46 +0000
  • cd485a6005 updated to match my paper to the committee Jeremy Siek 2001-06-03 21:06:49 +0000
  • d06f4a0501 removed old arg ordering, use defaults instead Jeremy Siek 2001-06-03 20:00:24 +0000
  • ddb109ef9f fix for dummy_property_map Jeremy Siek 2001-06-02 19:53:25 +0000
  • ccec5eb613 fixed search-replace error that munged the name of sgb_vertex_name_map Jeremy Siek 2001-06-02 17:10:00 +0000
  • cf4fe34b15 updated for change in VertexListGraph Jeremy Siek 2001-06-01 21:15:25 +0000
  • c3008fc981 Upgrade MS VC++ 6.0 to SP5 Beman Dawes 2001-06-01 17:53:18 +0000
  • 19d9ab863d free -> fee Jens Maurer 2001-06-01 17:14:54 +0000
  • f322178de1 *** empty log message *** Jens Maurer 2001-06-01 17:11:49 +0000
  • 82c52c2fa1 free -> fee Jens Maurer 2001-05-31 17:22:20 +0000
  • a5fd191aff fix typo Jens Maurer 2001-05-30 16:35:44 +0000
  • f9e45f24d7 free -> fee in copyright notice Jens Maurer 2001-05-30 16:28:09 +0000
  • d18f0c6e8c regex point release (minor compatiblity fixes) John Maddock 2001-05-30 11:36:49 +0000
  • b1469455cc Tidied up preprocessor logic for wchar_t specialisation John Maddock 2001-05-30 11:31:56 +0000
  • 3778902fa6 Added comment about lack of static_cast John Maddock 2001-05-30 11:31:15 +0000
  • fadb17dde9 added BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS (Daryle Walker) Jens Maurer 2001-05-29 22:10:11 +0000
  • 08752ac2af changed "gen" to "bind" inside slistS Jeremy Siek 2001-05-29 18:03:09 +0000
  • d6505a5a3d fixed typo Dave Abrahams 2001-05-28 20:14:25 +0000
  • 8dcbaf4339 1.22.0 final comit (hopefully!) Beman Dawes 2001-05-28 15:00:59 +0000
  • df74367955 Final 1.22.0 runup Beman Dawes 2001-05-28 14:37:58 +0000
  • cfb83da0dd Remove compiler workarounds no longer needed due to BOOST_STATIC_ASSERT fix. For stylistic reasons, change sizeof() test to sizeof() != 0 Beman Dawes 2001-05-28 14:22:30 +0000
  • f86c09eca1 Added BeOS threading support, tweeked STLPort detection. John Maddock 2001-05-28 11:48:06 +0000
  • 455deb871e minor cygwin config fix John Maddock 2001-05-27 11:08:48 +0000
  • b5c1fc0bbe updated regression test results John Maddock 2001-05-27 11:01:27 +0000
  • ebeb495475 Fixed purify warings about access to unitialised memory John Maddock 2001-05-26 11:58:19 +0000
  • 7ec2186bc1 Fixed problems that occur when regex has invalid or unititalised expression. John Maddock 2001-05-26 11:57:25 +0000
  • e2abedc8ed cast integral constant expression to bool to fix some compiler warnings and some compiler bugs. John Maddock 2001-05-26 10:58:43 +0000
  • 857eee7ea1 1.22.0 runup Beman Dawes 2001-05-25 19:47:37 +0000
  • c9b46af3a9 1.22.0 runup Beman Dawes 2001-05-25 19:37:38 +0000
  • dc0645fdd0 Add Daryle and Ralf Beman Dawes 2001-05-25 17:20:46 +0000
  • 907fa64783 fixed Intel + new Dinkumware again Jens Maurer 2001-05-24 21:50:36 +0000
  • 9c27e750ec added checked_delete_test and noncopyable_test Jens Maurer 2001-05-24 21:16:27 +0000
  • 3759d37b80 Dave says qualifiers weren't really needed Beman Dawes 2001-05-24 19:11:51 +0000
  • ce718d932d Initial checkin Beman Dawes 2001-05-24 18:43:24 +0000
  • 7a93a4ab16 Documentation and example program improvements Beman Dawes 2001-05-24 18:42:25 +0000
  • 9181e208b6 Workaround compiler problems while waiting to find out if BOOST_STATIC_ASSERT is broken Beman Dawes 2001-05-24 16:02:42 +0000
  • fad41a5c23 add __ICL Beman Dawes 2001-05-24 15:42:07 +0000
  • 67bc97afc8 regex: fixed iterator definition so that it passes the SGI/boost concept checks. John Maddock 2001-05-24 10:35:34 +0000
  • a7edc7a54b added check_delete workaround for Sun CC Jens Maurer 2001-05-24 09:26:48 +0000
  • 864693dd46 minor tweak for Cygnus (thanks to Ross Smith) Jens Maurer 2001-05-24 09:20:49 +0000
  • 242b3d8122 Fix accident: restore main version. Ralf W. Grosse-Kunstleve 2001-05-24 08:51:05 +0000
  • 1d7140ef57 Fix accident: restore main version. Ralf W. Grosse-Kunstleve 2001-05-24 08:43:56 +0000
  • 2a6f974b48 fixes tested with vc60, tru64cxx, irixCC, gcc2952 Ralf W. Grosse-Kunstleve 2001-05-24 08:28:46 +0000