Commit Graph

  • 4d4fe0010f Added copyright statement Björn Karlsson 2003-02-04 11:54:01 +0000
  • 8992af95d1 Link bug workaround for MSVC and old Dec CXX Dave Abrahams 2002-11-20 13:17:52 +0000
  • ae40fce7c9 added namespace qualifiers to make MIPS PRO happy Jaakko Järvi 2002-10-31 18:14:29 +0000
  • 607b65a946 fixing a borland warning Jaakko Järvi 2002-10-08 19:24:36 +0000
  • 2c213c8295 fix one borland warning Jaakko Järvi 2002-10-08 18:43:52 +0000
  • 5b8506c39b typo fixes Jaakko Järvi 2002-10-02 16:51:43 +0000
  • 22f56bbe58 fixed Bemans name in a comment Jaakko Järvi 2002-10-01 03:26:10 +0000
  • fb8fa3c7b6 work-around for MIPSpro bug Ralf W. Grosse-Kunstleve 2002-09-30 19:45:22 +0000
  • cc5a2ae388 Fixes which make it possible to declare with reference elements Dave Abrahams 2002-09-28 07:25:27 +0000
  • 4cd544f4c1 applied patch Markus Schöpflin, ::template replaced with ::BOOST_NESTED_TEMPLATE Jaakko Järvi 2002-09-20 15:55:10 +0000
  • 74a2ab1242 changed jamfile includes from <include> to <sysinclude> Jaakko Järvi 2002-09-13 16:26:12 +0000
  • 7896766f8f a fix of a fix Jaakko Järvi 2002-09-12 20:59:05 +0000
  • 0a33edd21d workaround for isspace and metrowerks Jaakko Järvi 2002-09-12 20:50:10 +0000
  • 53c1bb2c20 removed an extraneous include Jaakko Järvi 2002-08-20 15:54:11 +0000
  • ea8d71487d workaround for boost test library problem Jaakko Järvi 2002-08-20 15:51:36 +0000
  • 6a92d10f25 added a redirection index.html file Jaakko Järvi 2002-08-15 18:26:17 +0000
  • 3570bdb6b6 fixed some warningns about unused variables, added Jamfile Jaakko Järvi 2002-08-14 20:55:52 +0000
  • 788896864a Fixed a dumb typo (thanks Marsh) Douglas Gregor 2002-06-24 14:20:29 +0000
  • d24e9b9a72 added a test for != Jaakko Järvi 2002-06-06 15:47:23 +0000
  • 22d8e8ecc0 fixed != by suggestion of Björn Karlsson Jaakko Järvi 2002-06-06 15:44:51 +0000
  • 08be3cbe04 removing tabs Jaakko Järvi 2002-05-09 17:26:37 +0000
  • b1621fad71 removed the demand for element types being copy constructible Jaakko Järvi 2002-05-07 21:44:26 +0000
  • 001f5b4c14 Previous changes broke tuples for Borland, this should fix it Jaakko Järvi 2002-05-01 20:53:44 +0000
  • 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 +0000
  • 6d2cb1d793 Fixed VC7 compile problems (thanks to Sofus Mortensen). John Maddock 2002-04-14 11:45:32 +0000
  • 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 +0000
  • 5f196d037f added missing "inherited" typedef Dave Abrahams 2002-01-17 07:47:25 +0000
  • 2ab1b6705f Changed occurances of "tuples::get" to "get" to verify new forwarding code in tuples.hpp John Maddock 2002-01-13 12:12:48 +0000
  • 55a83b6408 Added forwarding get functions to solve problems with using::tuples::get statement. John Maddock 2002-01-13 12:09:39 +0000
  • c89357006b reflecting the removal of src/tuple.cpp Jaakko Järvi 2001-12-12 22:20:42 +0000
  • 2fe366f263 reflecting the change to remove tuple.cpp, adding some thanks Jaakko Järvi 2001-12-12 22:17:09 +0000
  • 8b3b6efe24 not needed anymore Jaakko Järvi 2001-12-12 22:08:12 +0000
  • 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 +0000
  • 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 +0000
  • 8f29dbe149 Thomas Witt's patch for icl501: adds better test coverage + tests for length template Jaakko Järvi 2001-11-16 23:24:43 +0000
  • e531e7ce2e added a comment about performance penalties with some compilers Jaakko Järvi 2001-11-05 21:18:48 +0000
  • a6d8c4f20c superseded by boost/ref.hpp Jaakko Järvi 2001-09-26 13:23:31 +0000
  • cd416f50be Changed tuple.hpp to use ref.hpp Peter Dimov 2001-09-26 12:27:43 +0000
  • 9559531c52 Fixed unused variables that show up as warnings when doing regression tests. Darin Adler 2001-09-24 23:21:16 +0000
  • 4503ed841b Get rid of unused parameter to avoid warnings. Darin Adler 2001-09-22 19:36:44 +0000
  • a9b6ca508a Borland C++ fixes: typedef dependent types before using them. John Maddock 2001-09-22 11:51:14 +0000
  • 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 +0000
  • 66ae617224 small change to avoid a warning for an unused variable Jaakko Järvi 2001-09-17 10:31:44 +0000
  • 5b40ff62c6 merged tuples_subnamespace branch to main trunk Jaakko Järvi 2001-09-14 07:55:58 +0000
  • 531fb617eb Merged the tuples_subnamespace branch to main trunk. Jaakko Järvi 2001-09-14 07:55:25 +0000
  • 2764718489 Reintroduced tuples subnamespace, documents now reflect that change Jaakko Järvi 2001-09-14 07:54:33 +0000
  • 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 +0000
  • 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 +0000
  • d427f6027d added documentation for default construction of cons lists Jaakko Järvi 2001-09-04 10:59:20 +0000
  • 1c01745973 adding a test for cons list default construction Jaakko Järvi 2001-09-04 10:50:13 +0000
  • c789016905 included rich_cons Jaakko Järvi 2001-09-04 10:44:37 +0000
  • 5fb17f027f SGI MIPSpro workaround in default_arg error checking Jeremy Siek 2001-09-03 15:42:55 +0000
  • 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 +0000
  • 3bbc493fc1 Corrected/refined the requirement for a tuple element type Jaakko Järvi 2001-08-31 14:50:06 +0000
  • 23a2b7ba58 removed cons list construction tests if BOOST_NO_PARTIAL_SPECIALIZATION Jaakko Järvi 2001-08-24 10:47:05 +0000
  • d84c84e7ed added new constructor for cons lists Jaakko Järvi 2001-08-24 10:43:25 +0000
  • 8ef8d44ed8 Documented a new constructor for cons lists Jaakko Järvi 2001-08-24 10:41:01 +0000
  • 5bc99464e0 added few tests for cons lists Jaakko Järvi 2001-08-24 10:22:45 +0000
  • 54efc84392 changes to avoid warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:52:16 +0000
  • 523933502c small change to avoid unnecessary warnings with g++ -Wall Jaakko Järvi 2001-08-24 05:50:45 +0000
  • a2e79e63af Added more typenames to make gcc 3.0 -pedantic happy Jaakko Järvi 2001-08-23 13:46:03 +0000
  • 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 +0000
  • 00688f9a4a Minor spelling fixes, add author link Beman Dawes 2001-08-10 16:03:01 +0000
  • c80a1d86d8 Adding the tuple library files Jaakko Järvi 2001-08-10 11:48:57 +0000
  • adeeed1f6d Adding the Tuple library files Jaakko Järvi 2001-08-10 11:45:43 +0000