Commit Graph

  • 0a33edd21d workaround for isspace and metrowerks Jaakko Järvi 2002-09-12 20:50:10 +00:00
  • 53c1bb2c20 removed an extraneous include Jaakko Järvi 2002-08-20 15:54:11 +00:00
  • ea8d71487d workaround for boost test library problem Jaakko Järvi 2002-08-20 15:51:36 +00:00
  • 6a92d10f25 added a redirection index.html file Jaakko Järvi 2002-08-15 18:26:17 +00:00
  • 3570bdb6b6 fixed some warningns about unused variables, added Jamfile Jaakko Järvi 2002-08-14 20:55:52 +00:00
  • 9a05a2ebe0 This commit was manufactured by cvs2svn to create branch 'python-v2-dev'. svn-branches/python-v2-dev nobody 2002-08-12 13:35:54 +00:00
  • 788896864a Fixed a dumb typo (thanks Marsh) Douglas Gregor 2002-06-24 14:20:29 +00:00
  • d24e9b9a72 added a test for != Jaakko Järvi 2002-06-06 15:47:23 +00:00
  • 22d8e8ecc0 fixed != by suggestion of Björn Karlsson Jaakko Järvi 2002-06-06 15:44:51 +00:00
  • 86502276c3 This commit was manufactured by cvs2svn to create tag 'Version_1_28_0'. boost-1.28.0 nobody 2002-05-16 13:26:18 +00:00
  • 5f6c33b4a8 This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'. svn-branches/RC_1_28_0 nobody 2002-05-10 04:34:27 +00:00
  • 08be3cbe04 removing tabs Jaakko Järvi 2002-05-09 17:26:37 +00:00
  • b1621fad71 removed the demand for element types being copy constructible Jaakko Järvi 2002-05-07 21:44:26 +00:00
  • 001f5b4c14 Previous changes broke tuples for Borland, this should fix it Jaakko Järvi 2002-05-01 20:53:44 +00:00
  • 75d7917f66 - tuple types can now have void and plain function types as elements - tuple objects can hold non-copyable objects (such as arrays) Jaakko Järvi 2002-04-19 19:32:19 +00:00
  • 6d2cb1d793 Fixed VC7 compile problems (thanks to Sofus Mortensen). John Maddock 2002-04-14 11:45:32 +00:00
  • dd70baeb84 This commit was manufactured by cvs2svn to create branch 'compiler_supported_error_messages'. svn-branches/compiler_supported_error_messages nobody 2002-03-22 12:16:42 +00:00
  • 59d9feed35 This commit was manufactured by cvs2svn to create tag 'Version_1_27_0'. boost-1.27.0 nobody 2002-02-07 13:33:59 +00:00
  • 1041e8f836 This commit was manufactured by cvs2svn to create branch 'RC_1_27_0'. svn-branches/RC_1_27_0 nobody 2002-02-06 03:32:50 +00:00
  • ce02fa0c58 Removed crazy mess up from previous change: (the body of the test was commented out with #if 0) John Maddock 2002-01-23 12:40:44 +00:00
  • 5f196d037f added missing "inherited" typedef Dave Abrahams 2002-01-17 07:47:25 +00:00
  • 2ab1b6705f Changed occurances of "tuples::get" to "get" to verify new forwarding code in tuples.hpp John Maddock 2002-01-13 12:12:48 +00:00
  • 55a83b6408 Added forwarding get functions to solve problems with using::tuples::get statement. John Maddock 2002-01-13 12:09:39 +00:00
  • c89357006b reflecting the removal of src/tuple.cpp Jaakko Järvi 2001-12-12 22:20:42 +00:00
  • 2fe366f263 reflecting the change to remove tuple.cpp, adding some thanks Jaakko Järvi 2001-12-12 22:17:09 +00:00
  • 8b3b6efe24 not needed anymore Jaakko Järvi 2001-12-12 22:08:12 +00:00
  • 2e825630f8 made the iomanipulator storage indexes static members of a class. Now all code can be in header files. Jaakko Järvi 2001-12-12 21:35:41 +00:00
  • e30e95e436 This commit was manufactured by cvs2svn to create tag 'Version_1_26_0'. boost-1.26.0 nobody 2001-11-30 18:24:42 +00:00
  • 8408cc0bd5 thomas witt:s patch for icl501, adds a workaround for explicitly qualified arguments Also fixed length, so that it now works for empty tuples as well Jaakko Järvi 2001-11-16 23:27:08 +00:00
  • 8f29dbe149 Thomas Witt's patch for icl501: adds better test coverage + tests for length template Jaakko Järvi 2001-11-16 23:24:43 +00:00
  • a9dd85165c This commit was manufactured by cvs2svn to create tag 'Version_1_25_1_BGL'. boost-1.25.1-bgl nobody 2001-11-08 17:13:50 +00:00
  • 1adfa88477 This commit was manufactured by cvs2svn to create tag 'Version_1_25_1'. boost-1.25.1 nobody 2001-11-07 10:35:13 +00:00
  • e531e7ce2e added a comment about performance penalties with some compilers Jaakko Järvi 2001-11-05 21:18:48 +00:00
  • 1e0fa89122 This commit was manufactured by cvs2svn to create tag 'Version_1_25_0'. boost-1.25.0 nobody 2001-10-01 16:59:12 +00:00
  • a6d8c4f20c superseded by boost/ref.hpp Jaakko Järvi 2001-09-26 13:23:31 +00:00
  • cd416f50be Changed tuple.hpp to use ref.hpp Peter Dimov 2001-09-26 12:27:43 +00:00
  • 9559531c52 Fixed unused variables that show up as warnings when doing regression tests. Darin Adler 2001-09-24 23:21:16 +00:00
  • 4503ed841b Get rid of unused parameter to avoid warnings. Darin Adler 2001-09-22 19:36:44 +00:00
  • a9b6ca508a Borland C++ fixes: typedef dependent types before using them. John Maddock 2001-09-22 11:51:14 +00:00
  • 063758ef7f added full namespace qualifiers in get<N> calls to avoid errors in edg-strict mode Jaakko Järvi 2001-09-17 10:32:32 +00:00
  • 66ae617224 small change to avoid a warning for an unused variable Jaakko Järvi 2001-09-17 10:31:44 +00:00
  • 5b40ff62c6 merged tuples_subnamespace branch to main trunk Jaakko Järvi 2001-09-14 07:55:58 +00:00
  • 531fb617eb Merged the tuples_subnamespace branch to main trunk. Jaakko Järvi 2001-09-14 07:55:25 +00:00
  • 2764718489 Reintroduced tuples subnamespace, documents now reflect that change Jaakko Järvi 2001-09-14 07:54:33 +00:00
  • 2d62dc5f16 moved some tests that require user interaction from tuple_test_bench.cpp to another_tuple_test_bench.cpp svn-branches/tuples_subnamespace Jaakko Järvi 2001-09-07 11:04:50 +00:00
  • 2a2632a159 tuples in separate namespaces now compile under MSVC++ as well changed tuple_length, tuple_element, tuple_access_traits to tuples::length, tuples::element and tuples::access_traits Jaakko Järvi 2001-09-07 11:02:01 +00:00
  • b8cca277e5 Now works on non-MSVC compilers Douglas Gregor 2001-09-06 22:25:15 +00:00
  • e1bba349b3 tuple_basic_no_partial_spec.hpp: - Fixed cons construction for compilers with no partial specialization that aren't MSVC Douglas Gregor 2001-09-06 22:05:24 +00:00
  • c10fd424bc Definitions now in tuples subnamespace Jaakko Järvi 2001-09-06 13:51:22 +00:00
  • 984cbdc728 tuples subnamespace added Jaakko Järvi 2001-09-06 13:50:27 +00:00
  • 09a730c9bc most definitions are now in tuples subnamespace, more tests moved to tuple_test_bench.cpp Jaakko Järvi 2001-09-06 13:49:31 +00:00
  • 43ea26d05e This commit was manufactured by cvs2svn to create branch 'tuples_subnamespace'. nobody 2001-09-05 03:22:32 +00:00
  • 31efdb5485 Added support for assignment from std::pair. Test in tuple_test_bench.cpp enabled for MSVC version Douglas Gregor 2001-09-05 03:22:31 +00:00
  • d427f6027d added documentation for default construction of cons lists Jaakko Järvi 2001-09-04 10:59:20 +00:00
  • 1c01745973 adding a test for cons list default construction Jaakko Järvi 2001-09-04 10:50:13 +00:00
  • c789016905 included rich_cons Jaakko Järvi 2001-09-04 10:44:37 +00:00
  • 5fb17f027f SGI MIPSpro workaround in default_arg error checking Jeremy Siek 2001-09-03 15:42:55 +00:00
  • b9cb417106 MSVC version of get<N> can now handle const tuples properly Testcase for const tuples added Douglas Gregor 2001-09-01 01:52:14 +00:00
  • 3bbc493fc1 Corrected/refined the requirement for a tuple element type Jaakko Järvi 2001-08-31 14:50:06 +00:00
  • 588a6eeb1b Added default constructor for cons<>. svn-branches/rich_cons Dave Abrahams 2001-08-30 14:44:24 +00:00
  • 23a2b7ba58 removed cons list construction tests if BOOST_NO_PARTIAL_SPECIALIZATION Jaakko Järvi 2001-08-24 10:47:05 +00:00
  • 0b8d721265 This commit was manufactured by cvs2svn to create branch 'rich_cons'. nobody 2001-08-24 10:43:26 +00:00
  • d84c84e7ed added new constructor for cons lists Jaakko Järvi 2001-08-24 10:43:25 +00:00
  • 8ef8d44ed8 Documented a new constructor for cons lists Jaakko Järvi 2001-08-24 10:41:01 +00:00
  • 5bc99464e0 added few tests for cons lists Jaakko Järvi 2001-08-24 10:22:45 +00:00
  • 54efc84392 changes to avoid warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:52:16 +00:00
  • 523933502c small change to avoid unnecessary warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:50:45 +00:00
  • a2e79e63af Added more typenames to make gcc 3.0 -pedantic happy Jaakko Järvi 2001-08-23 13:46:03 +00:00
  • 1469663d60 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 +00:00
  • 7e084995e9 This commit was manufactured by cvs2svn to create tag 'Version_1_24_0'. boost-1.24.0 nobody 2001-08-20 14:01:13 +00:00
  • 00688f9a4a Minor spelling fixes, add author link Beman Dawes 2001-08-10 16:03:01 +00:00
  • c80a1d86d8 Adding the tuple library files Jaakko Järvi 2001-08-10 11:48:57 +00:00
  • adeeed1f6d Adding the Tuple library files Jaakko Järvi 2001-08-10 11:45:43 +00:00