Commit Graph

  • 9e73fa5ea7 added configuration: <cXXX> headers supplied Jens Maurer 2000-12-15 21:52:18 +0000
  • fe4d387f26 added const in a couple places to make sure the iterator operators that should be const (like operator* and operator[]) are indeed const Jeremy Siek 2000-12-15 21:51:02 +0000
  • 5634967c58 add table column headings for the new Tru64 Unix and IRIX configs as well Jens Maurer 2000-12-15 21:44:13 +0000
  • 33045f7562 supply configuration for supplied <cXXX> headers on Tru64 Unix and IRIX Jens Maurer 2000-12-15 21:31:29 +0000
  • 3fc9bc7d8d operator[] needed to be const Jeremy Siek 2000-12-15 19:31:16 +0000
  • 7c576052a8 re-run after concept checks were added Jens Maurer 2000-12-14 21:25:58 +0000
  • ce22641a2e forgot #include <iterator> Jeremy Siek 2000-12-13 23:24:55 +0000
  • bc3bcab0b6 added status for SGI IRIX 6 and Compaq Tru64 Unix Jens Maurer 2000-12-12 22:29:54 +0000
  • 2ec7e36557 first regression test run for SGI IRIX 6 Jens Maurer 2000-12-12 22:28:39 +0000
  • 02fa4370cc first regression test for Compaq Tru64 Unix Jens Maurer 2000-12-12 22:23:43 +0000
  • 147d6d1ffc added IRIX CC and Compaq C++ on Tru64 Unix Jens Maurer 2000-12-12 22:16:31 +0000
  • 2336e27995 renamed class_concept_check_fail_expected to avoid mac file name length limitations Jeremy Siek 2000-12-12 21:36:37 +0000
  • 43f440729d Fixed links to avoid www.pythonlabs.com Dave Abrahams 2000-12-12 03:37:33 +0000
  • 5dff38e7b9 removed the not-really-needed test files of the concept check tests Jeremy Siek 2000-12-10 17:54:14 +0000
  • 992e0fb58e fixed a couple typo's, and a metrowerks porting issue Jeremy Siek 2000-12-10 17:49:54 +0000
  • b628c9ce64 fixed some Metrowerks compiler errors and warnings Jeremy Siek 2000-12-10 17:48:24 +0000
  • 569d61858f added link to SGI STL def of "concept" and added a History and Acknowledgements section Jeremy Siek 2000-12-10 16:31:14 +0000
  • ab005de1a2 1.19.0 runup Beman Dawes 2000-12-10 15:53:46 +0000
  • 79438871d1 regex: tweeks for linux. + Beos: compiler status John Maddock 2000-12-10 11:52:26 +0000
  • efcbc3e4ba Correct the generated filenames Dave Abrahams 2000-12-10 03:42:28 +0000
  • 42392fe1ce Correct asynchrony with python generator Dave Abrahams 2000-12-10 03:41:32 +0000
  • 514f6bf255 update to match code Jeremy Siek 2000-12-09 23:28:50 +0000
  • 0280886ceb fixed spelling of concept covering file Jeremy Siek 2000-12-09 23:18:14 +0000
  • 0c838c3438 small edit Jeremy Siek 2000-12-09 23:15:15 +0000
  • 302fcbf002 linked reference listing to sgi stl concept docs Jeremy Siek 2000-12-09 23:10:21 +0000
  • fc1da9cffd more reorganization and editing of the concept docs Jeremy Siek 2000-12-09 23:00:15 +0000
  • 8382e5e79e putting this back into the main intro file Jeremy Siek 2000-12-09 22:58:09 +0000
  • 2a7108f3cc a C++ standard version of LessThanComparable Jeremy Siek 2000-12-09 22:39:50 +0000
  • 1a7b2d01b2 added #include boost/config.hpp at top to remove truncation warning on VC++ Jeremy Siek 2000-12-09 20:28:48 +0000
  • 5c2f7239d2 added note about at() being deprecated Jeremy Siek 2000-12-09 20:26:32 +0000
  • ab7fdd00fc changed at() to operator[] Jeremy Siek 2000-12-09 20:26:03 +0000
  • 79f97eb79c added nums for edge property enums Jeremy Siek 2000-12-09 19:53:09 +0000
  • 1f4c22ea0f fixing VC++ compiler errors and warnings Jeremy Siek 2000-12-09 19:22:30 +0000
  • 92aaf637f8 changed url for c++boost.gif Jeremy Siek 2000-12-09 18:43:16 +0000
  • a4beee3b60 added -lm to KCC so fibonacci_heap.cpp will link Jeremy Siek 2000-12-09 18:28:31 +0000
  • a7edf3213e changed path for c++boost.gif Jeremy Siek 2000-12-09 17:06:47 +0000
  • c62fd488f0 added #ifdef around stanford graphbase stuff Jeremy Siek 2000-12-09 17:01:36 +0000
  • 095c0113c2 new file Jeremy Siek 2000-12-09 16:58:05 +0000
  • 9e4f9eaff6 added -Wno-long-long to suppress warnings about long long Jeremy Siek 2000-12-09 16:48:26 +0000
  • 81ec0bb4dd fixed some compiler warnings about unused variables Jeremy Siek 2000-12-09 16:45:15 +0000
  • 50844aca4d removed -c when compiling with KCC, since that suppresses compiler errors that would show up during pre-linking of templates Jeremy Siek 2000-12-09 16:15:12 +0000
  • b00057d3a8 pending/concept_checks.hpp -> concept_check.hpp Jeremy Siek 2000-12-09 16:10:50 +0000
  • a28180afac added sunos sections, with Sun's C++, g++ and KAI C++ Jeremy Siek 2000-12-09 16:05:30 +0000
  • 69e884c237 fixed a couple compiler errors Jeremy Siek 2000-12-09 15:59:54 +0000
  • fe1c090458 fixed some links, added Beman's name as review manager Jeremy Siek 2000-12-09 15:44:48 +0000
  • ea0dd42038 pending/concept_checks.hpp -> concept_check.hpp Jeremy Siek 2000-12-09 15:36:46 +0000
  • 32cfc2bc31 changed some #include's Jeremy Siek 2000-12-09 15:33:36 +0000
  • 5715b84fa2 removed "pending" prefix on concept check headers Jeremy Siek 2000-12-09 15:32:00 +0000
  • 8f9397ab08 concept_checks.hpp -> concept_check.hpp Jeremy Siek 2000-12-09 15:30:30 +0000
  • 8268572f79 moved out of pending Jeremy Siek 2000-12-09 15:28:38 +0000
  • 19656ce6b4 moved from pending to boost/ Jeremy Siek 2000-12-09 15:27:57 +0000
  • 60e8d4561f changing directory name, and reorganizing docs Jeremy Siek 2000-12-09 15:24:02 +0000
  • 8c1261f7c2 regex configure tweeks. John Maddock 2000-12-09 11:44:27 +0000
  • 3f6b267691 updated information Jeremy Siek 2000-12-08 22:19:48 +0000
  • 0029ad4b0e changed the absolute links to people/jeremy and people/liequan to be relative Jeremy Siek 2000-12-08 22:18:53 +0000
  • 8071e0aa86 CVS says it needs a commit; who knows why? Beman Dawes 2000-12-08 17:35:43 +0000
  • 7ac5ebb8bc Link changed: graph/docs -> graph/doc Beman Dawes 2000-12-08 17:31:28 +0000
  • ff1486d159 recommit after docs->doc dir name change Beman Dawes 2000-12-08 15:41:46 +0000
  • aa64cdd514 recommit after docs->doc dir name change Beman Dawes 2000-12-08 15:30:27 +0000
  • cab494585a Fixed broken link Beman Dawes 2000-12-08 15:12:31 +0000
  • cfa371f69a Resolve conflict caused by John Maddock and I editing at the same time. (No real conflict; CVS just got nervous.) Beman Dawes 2000-12-06 19:08:38 +0000
  • 133b05b95d Try filtering if too many messages Q&A added Beman Dawes 2000-12-06 18:53:46 +0000
  • 628f77a347 Add "why not separate mailing list for my favorite library?" Beman Dawes 2000-12-06 15:13:40 +0000
  • 0fdd0bb3ff put boost/config.hpp at top Jeremy Siek 2000-12-06 14:58:16 +0000
  • 4bfdf9efc5 Fix typo shared_array should have read shared_ptr in one place (Ed Brey) Beman Dawes 2000-12-06 14:46:44 +0000
  • 2dd5580977 added Andreas Scherer Jens Maurer 2000-12-05 21:30:36 +0000
  • e861ced455 put rand back in Jeremy Siek 2000-12-05 16:00:37 +0000
  • 7e63bbd5bc fail loudly for non-Linux systems Jens Maurer 2000-12-04 22:40:25 +0000
  • 048513ba66 re-run with static_assert_test.cpp Jens Maurer 2000-12-04 22:37:38 +0000
  • c40a8a77d7 fixed 25! ambiguity Jeremy Siek 2000-12-04 17:35:53 +0000
  • 6e2d698ae4 fixed typo, missing O(M*N), thanks Karl Fuerlinger! Jeremy Siek 2000-12-04 14:54:04 +0000
  • 6146b0de4d fixed some KCC stuff and changed less_than_op to tighten up what it provides Jeremy Siek 2000-12-03 23:17:23 +0000
  • d87ca060e5 static assertion integration changes. John Maddock 2000-12-03 12:35:12 +0000
  • 5027328292 Static assert initial checkin John Maddock 2000-12-03 12:29:42 +0000
  • c3a512d1b6 regex: minor VC6 optimisation changes. John Maddock 2000-12-03 12:16:18 +0000
  • d69fc789aa various changes, almost forgot to check in Jeremy Siek 2000-12-03 06:20:23 +0000
  • 43304ca821 fixed opposite, thanks Krishna! Jeremy Siek 2000-12-03 02:10:48 +0000
  • d4d0d90348 Avoid spurious MSVC NOMINMAX redefinition warning (submitted by Andreas Scherer) Beman Dawes 2000-12-01 17:11:40 +0000
  • 3c1f454de8 Applied fixes for como courtesy of Jens Maurer. Dave Abrahams 2000-12-01 02:27:06 +0000
  • 0e1e375afd changed how monoid identity element works Jeremy Siek 2000-12-01 00:57:49 +0000
  • ddf7a83658 update Jens Maurer 2000-11-30 22:57:58 +0000
  • 3acabf6b40 finished concept covering for STL algorithms Jeremy Siek 2000-11-30 22:04:39 +0000
  • aefc91427e added some more archetypes Jeremy Siek 2000-11-30 22:03:33 +0000
  • 90b0d399cc Remove nested namespace cast in preparaton for formal review, fix spacing. Beman Dawes 2000-11-30 19:10:30 +0000
  • fd674b2a50 regex: updated snip4.cpp (fixed patholgical expressions). John Maddock 2000-11-30 12:05:15 +0000
  • f10ebe16dd Fixed __module__ name extraction logic so that when a module is not initializing the module name comes from the global __name__. Dave Abrahams 2000-11-30 04:53:31 +0000
  • 48cee8b8ab Added module() function to get the module being built Added initializing() function to distinguish whether a module is initializing Changed logic so that multiple non-overlapping module_builders() may be constructed. This fixes a bug when BPL is built as a shared lib. Dave Abrahams 2000-11-30 04:51:05 +0000
  • bc5285962d work on archetypes Jeremy Siek 2000-11-30 02:54:39 +0000
  • 9855334375 added tons of functions to stl_concept_covering.cpp Jeremy Siek 2000-11-30 02:49:31 +0000
  • b2ce590bdb changed name of extension_class_coerce to standard_coerce. Dave Abrahams 2000-11-29 14:18:37 +0000
  • a9cc18363c changed name of extension_class_coerce to standard_coerce. Dave Abrahams 2000-11-29 13:42:45 +0000
  • b7968d9577 changed name of extension_class_coerce to standard_coerce, applied Ullrich's documentation fix for standard_coerce. Dave Abrahams 2000-11-29 13:41:18 +0000
  • 2cd8008676 Minor updates Beman Dawes 2000-11-29 13:07:29 +0000
  • 217c5022da regex: added some missing std:: prefixes, updated Be compiler status page. John Maddock 2000-11-29 12:48:20 +0000
  • a137430f6d fixed html bugs recovered by "validator.w3.org" Ullrich Köthe 2000-11-28 21:38:21 +0000
  • 0f7e7cc67a minor improvements, fix of typos Ullrich Köthe 2000-11-28 21:22:21 +0000
  • d52d7c593a Fix for compatibility with STLport using native iostreams Dave Abrahams 2000-11-28 05:19:10 +0000
  • 6bd961fbaa removed non-portable but beautiful &ldquo;/&rdquo; Dave Abrahams 2000-11-28 05:17:55 +0000
  • 4b09c09bfa boost-ification Dave Abrahams 2000-11-28 05:17:07 +0000
  • a04a423989 GCC 2.95.2 bug workaround courtesy Jens Maurer Dave Abrahams 2000-11-28 05:04:54 +0000