Commit Graph

  • 37552e925d Added has_new_operator from Robert Ramey. John Maddock 2009-03-24 13:35:49 +0000
  • 883d0d03a5 Patch for ICU on AIX. John Maddock 2009-03-24 10:08:54 +0000
  • 610dea4cba Fix use of C99 macro names. John Maddock 2009-03-24 10:05:46 +0000
  • 52fa100fef Use our own escape character parser. Daniel James 2009-03-24 08:34:09 +0000
  • 671b234ba3 moved to type traits Robert Ramey 2009-03-23 18:48:51 +0000
  • 391dd7cd63 corrections for some SUN compilers Robert Ramey 2009-03-23 17:55:51 +0000
  • b2406ba728 correction for some SUN compilers Robert Ramey 2009-03-23 17:54:49 +0000
  • 33e9f2d5da remove -- from toolset Robert Ramey 2009-03-23 17:06:42 +0000
  • 2b352ccf39 Document new exceptions Robert Ramey 2009-03-23 17:00:33 +0000
  • bad465918c fix static warning when /Za option is used with MSVC Robert Ramey 2009-03-23 16:59:46 +0000
  • c79dde8bc3 Throw new exception when program class version is less than file class version. Other miscellaneous improvements Robert Ramey 2009-03-23 16:59:07 +0000
  • 055a8a2663 Fix spelling boo boo (Shawn Roe) Beman Dawes 2009-03-23 11:51:58 +0000
  • 8da1f5cc86 Fix #2725 Beman Dawes 2009-03-23 11:30:54 +0000
  • 53a491edc8 Bring back the constructor-enabled enable_shared_from_this as enable_shared_from_this2. Peter Dimov 2009-03-22 21:11:17 +0000
  • 3f1b5c3b43 Delete enable_shared_from_this2.hpp from boost/. Peter Dimov 2009-03-22 20:14:13 +0000
  • 5e92c1d0b2 Move enable_shared_from_this2.hpp to boost/smart_ptr. Peter Dimov 2009-03-22 20:13:16 +0000
  • 52af7530e0 Bring back the new enable_shared_from_this. Peter Dimov 2009-03-22 20:08:39 +0000
  • 440224400d Merge [51872], [51891] to release. Closes #2878. Peter Dimov 2009-03-22 20:05:02 +0000
  • 276645af5f fix for virtual base classes Robert Ramey 2009-03-22 19:07:34 +0000
  • fe2bf9eb70 fix for virtual base classes Robert Ramey 2009-03-22 19:06:55 +0000
  • d29dade8aa const correctness Robert Ramey 2009-03-22 19:05:10 +0000
  • e544e2baf6 Merged revisions 45283,48266 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2009-03-22 17:30:02 +0000
  • 73bb9402ff Fix a link. Daniel James 2009-03-22 14:03:26 +0000
  • d5945a2270 Merge misc. changes from trunk, mostly minor documentation fixes. Daniel James 2009-03-22 10:42:48 +0000
  • 94ca74e176 Include unistd.h Vladimir Prus 2009-03-21 23:12:15 +0000
  • 055a2cf235 Remove function_types from the list of compiled libraries. Vladimir Prus 2009-03-21 23:00:22 +0000
  • c852808371 On sun, use stlport. Vladimir Prus 2009-03-21 22:51:21 +0000
  • 5bceac8a0e Ubreak stdlib=sun-stlport. Vladimir Prus 2009-03-21 22:45:05 +0000
  • 9d4a2b1982 Disable new addressof code for all Borland versions. Refs #2878. Peter Dimov 2009-03-21 20:20:37 +0000
  • 3bf45df38a Fix bug in cyl_bessel_i that hits when v=0.5 and x is small. Fix return type of signbit to match C99 std. Update and regenerate docs. Fixes #2877. John Maddock 2009-03-21 18:44:20 +0000
  • 3beca9d5e4 Sync up the quickbook CMakeLists.txt file Daniel James 2009-03-21 16:20:03 +0000
  • 27792a47ee Merge quickbook documentation. Using 'boost:' links. Daniel James 2009-03-21 16:14:28 +0000
  • 1429d9124e Merged revisions 51403-51404,51800-51801,51803,51883 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2009-03-21 16:08:52 +0000
  • 4c3b06d039 Revert r51403. Daniel James 2009-03-21 15:48:55 +0000
  • 5a9b9a6b8f Fix html. Daniel James 2009-03-21 15:35:35 +0000
  • fa571d01c2 Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS (take two). The C++0x features were disabled for MSVC 2010 as it is too far from release now. The macros are also defined for Borland and Codegear as these features are not announced in the release notes. Andrey Semashev 2009-03-21 12:39:47 +0000
  • a86aa05422 Fixes #2873: Change doc source to point to the correct #include for the beta function and regenerate the docs. John Maddock 2009-03-21 09:47:48 +0000
  • 256b7305a6 Merged revisions 51808,51821 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-03-20 23:22:17 +0000
  • 051a8f13a6 Merged revisions 51863 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-03-20 23:13:24 +0000
  • 3233b7f4ac Merged revisions 51752-51753 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-03-20 22:43:53 +0000
  • 6727e2bb67 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878. Peter Dimov 2009-03-20 17:14:00 +0000
  • b12939e6bb added default implementation for iterator_facade Joel de Guzman 2009-03-20 09:45:36 +0000
  • 6eeb751839 work around gcc optimizer bug fixes #2655 Eric Niebler 2009-03-20 03:51:43 +0000
  • a0e55bafd5 fixed tuples::length not having a specialization for const tuple<> and const null_type Joel de Guzman 2009-03-20 01:21:42 +0000
  • 2e8dd2d3aa Merge [51686] to release. Peter Dimov 2009-03-18 23:02:27 +0000
  • 425a6d1245 Improve property_tree documentation. Sebastian Redl 2009-03-18 13:16:05 +0000
  • 71f99cb6c1 add proto::noinvoke to block metafunction invocation in ObjectTransforms Eric Niebler 2009-03-17 18:21:40 +0000
  • ee40c28f1d work around issue with <termios.h> #define'ing B0 Eric Niebler 2009-03-16 22:26:20 +0000
  • 3afa177b2d Give the variablelist a margin. Daniel James 2009-03-16 20:21:46 +0000
  • 0ba892e6d8 Detab Daniel James 2009-03-16 20:21:24 +0000
  • bb7f2e36e8 Use paragraphs inside purpose tags. Daniel James 2009-03-16 20:21:05 +0000
  • de722e3cc5 Fix syntax error in tests. Daniel James 2009-03-16 20:19:00 +0000
  • 71580c6aed Avoid a gcc warning about initialization order. Daniel James 2009-03-16 20:18:41 +0000
  • 2647e4ad88 Merged [51797] from trunk. Frank Mori Hess 2009-03-16 18:35:42 +0000
  • 4abe5b64ed Fix for broken links from Danel James. Frank Mori Hess 2009-03-16 18:30:11 +0000
  • 926bfb7351 Revert 51733 - it broke the regression testing system Beman Dawes 2009-03-16 15:49:17 +0000
  • 4377e3241e Updated the sign functions to use Johan Rade's fp-utilities code. Added tests for the sign functions. Added docs for the sign functions and moved some sections around. John Maddock 2009-03-16 13:25:22 +0000
  • 923d9c6df5 Remove another use of -qtwolink. Vladimir Prus 2009-03-16 10:57:06 +0000
  • 8aa5b46d05 Fix fold/reverse_fold docs (http://thread.gmane.org/gmane.comp.lib.boost.devel/187366) Aleksey Gurtovoy 2009-03-16 06:28:47 +0000
  • add0fa9ff8 replaced duplicate 'size_type' by 'difference_type' Gunter Winkler 2009-03-14 21:29:22 +0000
  • dcac8f1b8f Merge most of the recent changes to quickbook and boostbook. Daniel James 2009-03-14 11:42:38 +0000
  • 4547142904 Use new is_virtual_base_of Robert Ramey 2009-03-14 06:12:58 +0000
  • f03af90e82 fwd.hpp: * default arguments for generalized_vector_of_vector Gunter Winkler 2009-03-13 21:10:04 +0000
  • 7ca0d2f29b functional.hpp: * added triangular_type definitions * added transposed_layout to basic_row_major and basic_column_major * fix #2800 : transposed_structure has to switch row major and column major Gunter Winkler 2009-03-13 21:07:16 +0000
  • 306c4635a3 test_lu.cpp: added copyright header triangular_access.cpp: tests constant and mutable iterators over triangular matrices triangular_layout.cpp: tests storage layout of symmetric and triangular matrices common/testhelper.hpp: added more common helper functions for tests Jamfile.v2: added new unit tests Gunter Winkler 2009-03-13 20:57:52 +0000
  • 43aa3b1fab test71.cpp: fixed initialization of vector of intervals test73.cpp: fixed typo (size instead of size1) test7.cpp: added comment Gunter Winkler 2009-03-13 20:50:42 +0000
  • 5f55da3736 Don't use -qtwolink. It is reported in http://permalink.gmane.org/gmane.comp.lib.boost.build/20456 as breaking things. Vladimir Prus 2009-03-13 19:12:02 +0000
  • caf344078a Ubreak prebuilt libraries on vacpp. Vladimir Prus 2009-03-13 19:08:55 +0000
  • e3a298e76c Add instrumentation code and some FPU control options. John Maddock 2009-03-13 17:56:28 +0000
  • 20938d16cf Add is_virtual_base_of. Add extra tests for is_base_of to test virtual inheritance. Trivial warning fix for is_abstract: fixes #2827. John Maddock 2009-03-13 17:55:21 +0000
  • 218d4f99bb Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes #2851 Eric Niebler 2009-03-13 16:56:25 +0000
  • 8a6b0a7b45 Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes #2851 Eric Niebler 2009-03-13 16:54:45 +0000
  • c946f2279b Apply quickbook docs patch by Ryan Gallagher, with minor corrections. Sebastian Redl 2009-03-13 16:06:47 +0000
  • e711b0dfce Apply doxygen docs patch by Ryan Gallagher, with minor corrections Sebastian Redl 2009-03-13 16:03:25 +0000
  • 03423f21b0 Make Boost.Function compile under BOOST_NO_EXCEPTIONS. Douglas Gregor 2009-03-13 05:49:02 +0000
  • 839513e7f8 Try new version of is_virtual_base_of.hpp Back recent change to work around issue. Check result of intel compiler compile Robert Ramey 2009-03-13 05:31:53 +0000
  • 1056ba663f Implement an optimization that David Abrahams and myself came up with, where Boost.Function uses a bit in the vtable pointer to indicate when the target function object has a trivial copy constructor, trivial destructor, and fits within the small object buffer. In this case, we just copy the bits of the function object rather than performing an indirect call to the manager. Douglas Gregor 2009-03-13 05:23:53 +0000
  • 984de1ff2d Fix properties on some quickbook files, which wasn't merged properly before. Daniel James 2009-03-12 21:50:30 +0000
  • 055ba53838 add new constructor from vector to permutation matrix Gunter Winkler 2009-03-12 21:35:10 +0000
  • 03deea8323 disabled tests for general_vector_of_vector because tests still fail. this class is still experimental. Gunter Winkler 2009-03-12 21:16:44 +0000
  • 77c0bcf36a Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS. Andrey Semashev 2009-03-12 14:48:49 +0000
  • 9d3ce6e6bb Merge hash and unordered changes. Daniel James 2009-03-11 22:51:09 +0000
  • 8c223ed5e7 Initial commit. Beman Dawes 2009-03-11 20:19:27 +0000
  • 468f673c24 Merging Signals2 to release branch. Frank Mori Hess 2009-03-11 17:51:08 +0000
  • d148f82c5d Merged [48041] from release branch, since it was never applied to trunk. Frank Mori Hess 2009-03-11 17:44:30 +0000
  • 032d584e08 Merged [51699] and [51700] from trunk to release. Closes #1897 Frank Mori Hess 2009-03-11 15:08:14 +0000
  • 841000d264 Added missing semicolon at end of &uuml Frank Mori Hess 2009-03-11 13:55:29 +0000
  • 2f840e3de4 Adding documentation for make_shared and allocate_shared to smart_ptr docs. It is adopted from n2351 "Improving shared_ptr for C++0x, Revision 2". Also includes some minor corrections. Refs #1897 Frank Mori Hess 2009-03-11 13:48:51 +0000
  • f1e3e6ad22 Use -bnoipath on vacpp/AIX. Vladimir Prus 2009-03-11 12:43:24 +0000
  • 2c4e500a8a Set margins to 0pt so they line up with surrounding text rather than appearing outside it - prevents margins from overlapping other content. John Maddock 2009-03-11 10:22:42 +0000
  • 6c02ae2572 changes to support virtual base class serialization Robert Ramey 2009-03-11 02:19:57 +0000
  • ad75d3d0b2 changed int to long unsigned int to accomodate 64 bit compilers Robert Ramey 2009-03-10 20:37:26 +0000
  • 83daa5bf01 Merge [51643] to release. Fixes #2813. Peter Dimov 2009-03-10 18:26:57 +0000
  • 8f6b210786 BOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers Peder Holt 2009-03-10 18:07:38 +0000
  • 7609b649fb Attempt to fix como link failure. Peter Dimov 2009-03-10 18:07:13 +0000
  • 9434905f3b Mark sp_convertible, ip_convertible, wp_convertible as expected failures on Borland. Peter Dimov 2009-03-10 17:59:59 +0000
  • 1fb32bc6da Removed use of typeid in typeof implementation for VC7.1, as this caused problems in some uses of BOOST_TYPEOF Peder Holt 2009-03-10 09:33:21 +0000
  • d890d65f78 Try to support inbodydescription in doxygen xml. Daniel James 2009-03-10 08:09:14 +0000
  • 5c2ba060a2 Wave: now compiles even with BOOST_FILESYSTEM_NO_DEPRECATED defined Hartmut Kaiser 2009-03-10 01:35:54 +0000
  • 18833ae60f Wave: Added missing file Hartmut Kaiser 2009-03-10 01:29:35 +0000