37552e925dAdded has_new_operator from Robert Ramey.
John Maddock
2009-03-24 13:35:49 +0000
883d0d03a5Patch for ICU on AIX.
John Maddock
2009-03-24 10:08:54 +0000
610dea4cbaFix use of C99 macro names.
John Maddock
2009-03-24 10:05:46 +0000
52fa100fefUse our own escape character parser.
Daniel James
2009-03-24 08:34:09 +0000
671b234ba3moved to type traits
Robert Ramey
2009-03-23 18:48:51 +0000
391dd7cd63corrections for some SUN compilers
Robert Ramey
2009-03-23 17:55:51 +0000
b2406ba728correction for some SUN compilers
Robert Ramey
2009-03-23 17:54:49 +0000
33e9f2d5daremove -- from toolset
Robert Ramey
2009-03-23 17:06:42 +0000
2b352ccf39Document new exceptions
Robert Ramey
2009-03-23 17:00:33 +0000
bad465918cfix static warning when /Za option is used with MSVC
Robert Ramey
2009-03-23 16:59:46 +0000
c79dde8bc3Throw new exception when program class version is less than file class version. Other miscellaneous improvements
Robert Ramey
2009-03-23 16:59:07 +0000
73bb9402ffFix a link.
Daniel James
2009-03-22 14:03:26 +0000
d5945a2270Merge misc. changes from trunk, mostly minor documentation fixes.
Daniel James
2009-03-22 10:42:48 +0000
94ca74e176Include unistd.h
Vladimir Prus
2009-03-21 23:12:15 +0000
055a2cf235Remove function_types from the list of compiled libraries.
Vladimir Prus
2009-03-21 23:00:22 +0000
c852808371On sun, use stlport.
Vladimir Prus
2009-03-21 22:51:21 +0000
5bceac8a0eUbreak stdlib=sun-stlport.
Vladimir Prus
2009-03-21 22:45:05 +0000
9d4a2b1982Disable new addressof code for all Borland versions. Refs #2878.
Peter Dimov
2009-03-21 20:20:37 +0000
3bf45df38aFix 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
3beca9d5e4Sync up the quickbook CMakeLists.txt file
Daniel James
2009-03-21 16:20:03 +0000
27792a47eeMerge quickbook documentation. Using 'boost:' links.
Daniel James
2009-03-21 16:14:28 +0000
4c3b06d039Revert r51403.
Daniel James
2009-03-21 15:48:55 +0000
5a9b9a6b8fFix html.
Daniel James
2009-03-21 15:35:35 +0000
fa571d01c2Added 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
a86aa05422Fixes#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
6727e2bb67Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878.
Peter Dimov
2009-03-20 17:14:00 +0000
b12939e6bbadded default implementation for iterator_facade
Joel de Guzman
2009-03-20 09:45:36 +0000
6eeb751839work around gcc optimizer bug fixes#2655
Eric Niebler
2009-03-20 03:51:43 +0000
a0e55bafd5fixed tuples::length not having a specialization for const tuple<> and const null_type
Joel de Guzman
2009-03-20 01:21:42 +0000
2e8dd2d3aaMerge [51686] to release.
Peter Dimov
2009-03-18 23:02:27 +0000
425a6d1245Improve property_tree documentation.
Sebastian Redl
2009-03-18 13:16:05 +0000
71f99cb6c1add proto::noinvoke to block metafunction invocation in ObjectTransforms
Eric Niebler
2009-03-17 18:21:40 +0000
ee40c28f1dwork around issue with <termios.h> #define'ing B0
Eric Niebler
2009-03-16 22:26:20 +0000
3afa177b2dGive the variablelist a margin.
Daniel James
2009-03-16 20:21:46 +0000
0ba892e6d8Detab
Daniel James
2009-03-16 20:21:24 +0000
bb7f2e36e8Use paragraphs inside purpose tags.
Daniel James
2009-03-16 20:21:05 +0000
de722e3cc5Fix syntax error in tests.
Daniel James
2009-03-16 20:19:00 +0000
71580c6aedAvoid a gcc warning about initialization order.
Daniel James
2009-03-16 20:18:41 +0000
2647e4ad88Merged [51797] from trunk.
Frank Mori Hess
2009-03-16 18:35:42 +0000
4abe5b64edFix for broken links from Danel James.
Frank Mori Hess
2009-03-16 18:30:11 +0000
926bfb7351Revert 51733 - it broke the regression testing system
Beman Dawes
2009-03-16 15:49:17 +0000
4377e3241eUpdated 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
923d9c6df5Remove another use of -qtwolink.
Vladimir Prus
2009-03-16 10:57:06 +0000
7ca0d2f29bfunctional.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
306c4635a3test_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
43aa3b1fabtest71.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
caf344078aUbreak prebuilt libraries on vacpp.
Vladimir Prus
2009-03-13 19:08:55 +0000
e3a298e76cAdd instrumentation code and some FPU control options.
John Maddock
2009-03-13 17:56:28 +0000
20938d16cfAdd 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
218d4f99bbIntel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes#2851
Eric Niebler
2009-03-13 16:56:25 +0000
8a6b0a7b45Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes#2851
Eric Niebler
2009-03-13 16:54:45 +0000
c946f2279bApply quickbook docs patch by Ryan Gallagher, with minor corrections.
Sebastian Redl
2009-03-13 16:06:47 +0000
e711b0dfceApply doxygen docs patch by Ryan Gallagher, with minor corrections
Sebastian Redl
2009-03-13 16:03:25 +0000
03423f21b0Make Boost.Function compile under BOOST_NO_EXCEPTIONS.
Douglas Gregor
2009-03-13 05:49:02 +0000
839513e7f8Try 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
1056ba663fImplement 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
984de1ff2dFix properties on some quickbook files, which wasn't merged properly before.
Daniel James
2009-03-12 21:50:30 +0000
055ba53838add new constructor from vector to permutation matrix
Gunter Winkler
2009-03-12 21:35:10 +0000
03deea8323disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
Gunter Winkler
2009-03-12 21:16:44 +0000
468f673c24Merging Signals2 to release branch.
Frank Mori Hess
2009-03-11 17:51:08 +0000
d148f82c5dMerged [48041] from release branch, since it was never applied to trunk.
Frank Mori Hess
2009-03-11 17:44:30 +0000
032d584e08Merged [51699] and [51700] from trunk to release. Closes#1897
Frank Mori Hess
2009-03-11 15:08:14 +0000
841000d264Added missing semicolon at end of ü
Frank Mori Hess
2009-03-11 13:55:29 +0000
2f840e3de4Adding 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
f1e3e6ad22Use -bnoipath on vacpp/AIX.
Vladimir Prus
2009-03-11 12:43:24 +0000
2c4e500a8aSet 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
6c02ae2572changes to support virtual base class serialization
Robert Ramey
2009-03-11 02:19:57 +0000
ad75d3d0b2changed int to long unsigned int to accomodate 64 bit compilers
Robert Ramey
2009-03-10 20:37:26 +0000
83daa5bf01Merge [51643] to release. Fixes#2813.
Peter Dimov
2009-03-10 18:26:57 +0000
8f6b210786BOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers
Peder Holt
2009-03-10 18:07:38 +0000
7609b649fbAttempt to fix como link failure.
Peter Dimov
2009-03-10 18:07:13 +0000
9434905f3bMark sp_convertible, ip_convertible, wp_convertible as expected failures on Borland.
Peter Dimov
2009-03-10 17:59:59 +0000
1fb32bc6daRemoved 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
d890d65f78Try to support inbodydescription in doxygen xml.
Daniel James
2009-03-10 08:09:14 +0000
5c2ba060a2Wave: now compiles even with BOOST_FILESYSTEM_NO_DEPRECATED defined
Hartmut Kaiser
2009-03-10 01:35:54 +0000
18833ae60fWave: Added missing file
Hartmut Kaiser
2009-03-10 01:29:35 +0000