Commit Graph

  • 6b9ce69842 * New treap-based containers: treap, treap_set, treap_multiset. * Corrected compilation bug for Windows-based 64 bit compilers. * Corrected exception-safety bugs in container constructors. * Updated documentation to show rvalue-references funcions instead of emulation functions. Ion Gaztañaga 2008-12-13 13:49:31 +0000
  • 7951597daa * Updated documentation to show rvalue-references funcions instead of emulation functions. * More non-copyable classes are now movable. * Move-constructor and assignments now leave moved object in default-constructed state instead of just swapping contents. * Several bugfixes (#2391, #2431, #1390, #2570, #2528). Ion Gaztañaga 2008-12-13 13:47:00 +0000
  • acb49e76e2 * Updated documentation to show rvalue-references funcions instead of emulation functions. * More non-copyable classes are now movable. * Move-constructor and assignments now leave moved object in default-constructed state instead of just swapping contents. * Several bugfixes (#2391, #2431, #1390, #2570, #2528). Ion Gaztañaga 2008-12-13 13:43:10 +0000
  • 73737ec912 rewritten the workaround in rev 50235 in a more maintainable fashion Joaquín M López Muñoz 2008-12-12 21:06:02 +0000
  • a5f1413789 Add strftime Beman Dawes 2008-12-12 18:20:45 +0000
  • c980cbc0a1 Rename so VC++ IDE Recent Projects name is more explicit Beman Dawes 2008-12-12 16:31:13 +0000
  • 8fcb59b49d added Simon Atanasyan to the acnowledgements section Joaquín M López Muñoz 2008-12-12 15:51:07 +0000
  • 75f103a498 Make doxygen command "\throw" work with boostbook. Roland Schwarz 2008-12-12 15:06:44 +0000
  • 9b912c9e08 Add a couple more exemptions from using std::fpclassify. John Maddock 2008-12-12 10:32:01 +0000
  • 608c7cf8aa Pathscale seems to ignore the inheritence from power_typeof_helper. Use forwarding functions instead. Steven Watanabe 2008-12-11 21:00:17 +0000
  • e218b12d69 Merged revisions 50169,50185 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-11 17:58:43 +0000
  • c96a26ac12 handle more combinations of const/pointer/reference in result<> Steven Watanabe 2008-12-11 15:51:39 +0000
  • 9e12b4cdbc Remove old 1.35 cmath code Steven Watanabe 2008-12-11 03:52:05 +0000
  • 34214ab0d8 Merge compiler workarounds, construction from a literal 0, and use of a couple Boost.Math functions from trunk Steven Watanabe 2008-12-11 03:09:08 +0000
  • 6f71d51c81 added workaround for http://bugs.sun.com/view_bug.do?bug_id=6782987 from Simon Atanasyan Joaquín M López Muñoz 2008-12-10 22:00:33 +0000
  • e86ffcff30 Updating the adjacency list invalidation table. Andrew Sutton 2008-12-10 16:17:19 +0000
  • b50d00109e Fixing the graph type for listS tests. Andrew Sutton 2008-12-10 16:12:39 +0000
  • 79a19f26c5 Added some comments about a peculiar condition in the testing. Andrew Sutton 2008-12-10 15:56:02 +0000
  • fbddb38efc Added tests for out edge and adjacency components under add_vertex. Andrew Sutton 2008-12-10 15:46:05 +0000
  • 74e3f31b9a Added a small test framework for experimenting with invalidating iterators and descriptors. Not part of the test suite. Andrew Sutton 2008-12-10 14:28:25 +0000
  • 41cab0fc7e Adjust to new results location, after URI got published on the email lists. Rene Rivera 2008-12-10 03:09:44 +0000
  • 09531c9998 Merged new array-of-array tests of swap utility from trunk to release branch, following changeset [49954]. Niels Dekker 2008-12-09 18:21:25 +0000
  • d0c9e7c6a9 Marked Borland 5.9.3 E2285 errors on boost::swap's array-of-array tests as "expected failure", referring to CodeGear report 10267 Niels Dekker 2008-12-09 18:10:49 +0000
  • e8cd22e977 Patch for gcc-3.2 compiler errors. John Maddock 2008-12-09 16:34:59 +0000
  • 8dd2b1797c Fix some xsl type errors. Daniel James 2008-12-09 13:52:07 +0000
  • 2e0cd9bbb1 Added reference build. John Maddock 2008-12-09 12:11:12 +0000
  • 6a2c997964 Made test case self contained and added start of "gold standard" reference build. John Maddock 2008-12-09 12:09:56 +0000
  • f2c30c6db7 Revert a change I accidentally checked in. Daniel James 2008-12-09 10:54:48 +0000
  • 2c6cd1695d Disable use of std::fpclassify for more platforms. John Maddock 2008-12-09 10:15:46 +0000
  • bda772a75a Put the markup strings in their own cpp file to avoid gcc warnings. Daniel James 2008-12-08 23:38:29 +0000
  • d3b8f6a9ed Avoid a couple of gcc warnings. Daniel James 2008-12-08 23:35:33 +0000
  • 50cead508b Run the docbook chunker quietly, unless boostbook.verbose is set. Daniel James 2008-12-08 23:35:20 +0000
  • 695f6fd5a9 Remove an unused variable in order to avoid a gcc warning. Daniel James 2008-12-08 23:35:08 +0000
  • c684b75186 Since I accidently added a quickbook fail tests to the Jamfile in the last checkin, I might as well add them. Daniel James 2008-12-08 23:20:26 +0000
  • 730a22b501 Hard fail on quickbook post process errors. Daniel James 2008-12-08 23:14:23 +0000
  • 64b97b3c0d Fail on a mismatched '' in the python and c++ syntax highlighters. And then ignore the rest of the code block to avoid further errors and warnings. Daniel James 2008-12-08 21:51:56 +0000
  • dfc17fa29b Fixed #1622. A viable solution relies on the fact that incident edges in a loop are stored adjacently in the out edge list of the vertex. A simple modification of the global edge erasing loop for undirected graphs will skip the next iterator if both the current and next contain the same iterator. Andrew Sutton 2008-12-08 19:03:20 +0000
  • d07613d658 Added SVG versions of the graphics. Updated doc test case to build PDF cleanly. John Maddock 2008-12-08 18:56:33 +0000
  • 2988dfbaa4 Added Doxygen test case. John Maddock 2008-12-08 17:59:12 +0000
  • 18a4f9bd08 Ticket #2570 again Ion Gaztañaga 2008-12-08 16:27:11 +0000
  • de7191f85c Use new include paths for classic spirit in quickbook text_diff utility. Daniel James 2008-12-08 16:17:13 +0000
  • 540cdc51f7 Fixing #2550. Added a check for this condition in the test files. Andrew Sutton 2008-12-08 15:22:32 +0000
  • eafd343154 Removing GCC check for hash_set/hash_map so we don't automatically break any code. Added a section of workarounds to the documentation. Andrew Sutton 2008-12-08 15:06:55 +0000
  • 593f524d98 Whitespace cleanup. Andrew Sutton 2008-12-08 15:06:05 +0000
  • b4f6cd7636 Fixed typo in code block, added Boostbook example/test as well. John Maddock 2008-12-08 14:10:51 +0000
  • e1dee9bb02 temporary hack to make proto work with C++0x Eric Niebler 2008-12-08 02:06:58 +0000
  • 3f222b3aa5 Include more attributes in test results Vladimir Prus 2008-12-07 14:56:43 +0000
  • 947512c2bf Remove doc build from snapshot scripts, rename inspect.sh to snapshot_inspect.sh, beef up snapshot scripts. Beman Dawes 2008-12-07 14:29:33 +0000
  • 9710f64ba1 Fix processing of unmatched escape characters in code - and issue a warning for unexpected characters. Daniel James 2008-12-07 12:37:07 +0000
  • c429d54445 Use 'common.mkdir' as the name of the action shown to user. There's no need to include 'quick-fix' in that text :-) Vladimir Prus 2008-12-07 08:55:43 +0000
  • 8d2b9ab965 Include annotations in test log Vladimir Prus 2008-12-07 08:41:56 +0000
  • d4d861fed6 Support for 32+64 fat binaries on Darwin. Vladimir Prus 2008-12-07 08:25:41 +0000
  • 589ea035a4 Revive threading support for intel-linux. Vladimir Prus 2008-12-07 08:02:47 +0000
  • 5d9c8f2966 eliminate bogus gcc warning Eric Niebler 2008-12-07 06:21:54 +0000
  • 13d69703db added streaming for unused_type Joel de Guzman 2008-12-06 23:35:05 +0000
  • 85b1bc2124 Merged revisions 50165 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-06 21:32:06 +0000
  • e080070b0b fix bad link Eric Niebler 2008-12-06 21:02:38 +0000
  • 24ccc3ac0b Merged revisions 50106 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-06 20:59:40 +0000
  • 89da11df3b Revert my change to the quickbook jamfile, it isn't adequately tested. Daniel James 2008-12-06 19:22:32 +0000
  • 62120cd167 Added debugging info to test case. John Maddock 2008-12-06 16:07:42 +0000
  • 75062e4440 Fix Intel/Linux compile failures, and reinstate some old workarounds for broken std::fpclassify implementations. John Maddock 2008-12-06 16:06:15 +0000
  • ca21a73fde Copy boostbook.dtd into the correct position for the 1.1 uri. I'm not sure what should be done with the existing location. Daniel James 2008-12-06 14:07:35 +0000
  • 2b864c7e0f Define BOOST_NO_INITIALIZER_LISTS for codegear. Daniel James 2008-12-06 13:48:38 +0000
  • c82e4e7f86 Merged revisions 49256 via svnmerge from https://svn.boost.org/svn/boost/trunk Jürgen Hunold 2008-12-06 09:23:01 +0000
  • 6a33ef9daa Fix #416 Jürgen Hunold 2008-12-06 09:10:20 +0000
  • 2f511ad249 ticket 2570: boost::interprocess::message_queue::timed_send and timed_receive bug Ion Gaztañaga 2008-12-05 22:57:51 +0000
  • 59c958ddb5 Defined BOOST_CYGWIN_PATH when building quickbook on cygwin. Daniel James 2008-12-05 19:03:19 +0000
  • d09e5ecfed Add deprecation header for wrong-spelled Edmonds-Karp-Max-Flox. Preparaion to fix #416 Jürgen Hunold 2008-12-05 17:53:22 +0000
  • 351ce1eaf0 Added initial documentation test. John Maddock 2008-12-05 16:34:46 +0000
  • 508bc6ccb0 Clarified test case. John Maddock 2008-12-05 16:08:17 +0000
  • 19fb652f81 Integrated Johan Rade's floating point utilities code. John Maddock 2008-12-05 16:05:26 +0000
  • d29f46d334 Initial commit Beman Dawes 2008-12-05 15:17:56 +0000
  • 9980998e96 updated to use "classic" spirit includes and namespace Joel de Guzman 2008-12-05 02:13:59 +0000
  • c4ec0bb755 Fixes #1220: lexical_cast requires RTTI Alexander Nasonov 2008-12-04 23:18:50 +0000
  • a7a400eccc Fixes #1220: lexical_cast requires RTTI Alexander Nasonov 2008-12-04 22:59:27 +0000
  • f0c3d8a3d9 Fixes #2311: any::operator= should have by-value argument Alexander Nasonov 2008-12-04 22:31:02 +0000
  • daba79c0f3 Fixes #2311: any::operator= should have by-value argument Alexander Nasonov 2008-12-04 22:22:39 +0000
  • 55da8d4f3e Add support for initializer lists to config and the unordered containers. Daniel James 2008-12-04 21:30:19 +0000
  • 8537fa5a21 Use .exe extensions on cygwin. Fixes #2163 Steven Watanabe 2008-12-04 16:57:44 +0000
  • 1709ef6e4e Mention that builtin variables exist only in the global module Vladimir Prus 2008-12-04 16:25:00 +0000
  • bdd631124b Run Boost.Build tests Vladimir Prus 2008-12-04 10:15:13 +0000
  • beb39bccb8 Added dependency to the test file. John Maddock 2008-12-04 10:14:19 +0000
  • 7e667a8bec circular_buffer: #2538 Warning suppression in circular buffer test jamfile Jan Gaspar 2008-12-04 09:09:48 +0000
  • 8742457fdc unpack_expr works with Fusion Forward Sequences Eric Niebler 2008-12-04 06:14:06 +0000
  • 725d18ba13 added expected failures for test_intermod_holder in flyweight Joaquín M López Muñoz 2008-12-03 20:54:57 +0000
  • 8d35b4cc1c added threading=multi for Linux as discussed in http://lists.boost.org/boost-build/2008/11/20641.php Joaquín M López Muñoz 2008-12-03 20:08:15 +0000
  • 5bb84a2616 Keep a count of errors in quickbook, and return an error code when appropriate. Refs #1399. Daniel James 2008-12-03 19:14:42 +0000
  • be4e43a8d3 Added expected failures of CodeGear 6.10.0 on swap tests (array_of_class and array_of_array_of_class). Niels Dekker 2008-12-03 18:20:21 +0000
  • cbab3b8121 Add missing \. John Maddock 2008-12-03 18:12:16 +0000
  • 689d5f388d mark up spirit library test karma_sequence that can take too long to compile with aC++ Boris Gubenko 2008-12-03 18:10:42 +0000
  • 141bd8cf61 Added checks for required tools. John Maddock 2008-12-03 18:10:33 +0000
  • 71d515a429 Added quickbook-fail-test rule and two tests that make use of it: note that these currently fail. John Maddock 2008-12-03 09:42:52 +0000
  • e0d2e79388 Spirit.Karma: Fixed optional operator Hartmut Kaiser 2008-12-02 23:27:11 +0000
  • 4438daa609 added flyweight Joaquín M López Muñoz 2008-12-02 21:49:42 +0000
  • e63cc2ece1 Boost.Flyweight initial commit Joaquín M López Muñoz 2008-12-02 21:28:53 +0000
  • a169b17090 Fix Jamfile by adding <preserve-test-targets>on to test requirements. John Maddock 2008-12-02 13:13:57 +0000
  • c6c7f85ea3 Fix -Wundef warning and suspect usage of BOOST_STRICT_CONFIG. John Maddock 2008-12-02 10:10:46 +0000
  • 17603ec154 Merge warning suppressions from Trunk. John Maddock 2008-12-02 10:08:02 +0000
  • 172f44ab32 Suppressed a couple more -Wundef warnings. John Maddock 2008-12-02 10:06:10 +0000
  • db9ea171c5 Add using/typedef to clear the remaining pathscale failures Steven Watanabe 2008-12-02 04:05:27 +0000