c5450989abBoost.Ratio: moved to trunk
Vicente J. Botet Escriba
2011-01-02 16:26:51 +0000
c1dda87263Undeprecate unique_path(). Instead, add a note mentioning the workaround for lack of thread safety and possible change to cwd. unique_path() is just too convenient to deprecate!
Beman Dawes
2011-01-02 14:59:04 +0000
6c84ebe181Added example to work with units
Barend Gehrels
2011-01-02 14:11:22 +0000
c7e3596ca0Doc update (usually change from Doxygen group) Changed some strategies from struct to class
Barend Gehrels
2011-01-01 22:35:47 +0000
809c09b2e2Fix Windows sensitivity because of string compares. Really should have used path rather than string, but that needs to wait for another day.
Beman Dawes
2011-01-01 22:27:38 +0000
eb7a048e85Parameterized and literal support for integer, real and boolean parsers. Fix for lazy parser and handles_container<>. Added docs for as<T> (docs for Qi only).
Bryce Adelstein-Lelbach
2011-01-01 22:22:56 +0000
7526f1e88f[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file
Neil Groves
2011-01-01 16:51:31 +0000
0f953732b4[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.
Neil Groves
2011-01-01 16:46:32 +0000
a8be55a47dDoc update, enhanced converter, added many groups, fixed many endpoints
Barend Gehrels
2011-01-01 16:22:40 +0000
556eff350fMoved doxygen_xml2qbk to doc/src/docutils/tools conforming folderstructure of MPL
Barend Gehrels
2011-01-01 13:17:49 +0000
471e9ee11eAdded support for integral literals to Qi.
Bryce Adelstein-Lelbach
2010-12-30 21:55:39 +0000
8fa5491988merge #67490 from trunk
Eric Niebler
2010-12-30 18:41:42 +0000
29e26ada18Move from sandbox to trunk (libs part)
Barend Gehrels
2010-12-30 18:18:37 +0000
2e95cab27bMove from sandbox to trunk
Barend Gehrels
2010-12-30 18:12:27 +0000
ae3f71ef7dClean up tabs, replace C-style assert with BOOST_ASSERT
Beman Dawes
2010-12-30 02:05:34 +0000
0cfe2b1b41Added specialization for T const* in reference_type
Joel de Guzman
2010-12-29 23:38:19 +0000
6da01321e4Regenerated docs, fixed a few typos.
Bryce Adelstein-Lelbach
2010-12-29 21:57:54 +0000
22ee7a1e07Reorganized Spirit tests, broke down larger tests so they won't time out on ICC.
Bryce Adelstein-Lelbach
2010-12-29 21:17:01 +0000
de45a0f736Upgrade inspect for Filesystem V3
Beman Dawes
2010-12-29 20:23:58 +0000
e91aedc6e2Fusion: merge from trunk
Christopher Schmidt
2010-12-29 19:54:59 +0000
53bb66545bfix ADL issue with comma operator in and_ transform
Eric Niebler
2010-12-29 15:00:20 +0000
42732a600dBring bcp up to date with filesystem V3.
John Maddock
2010-12-29 12:56:46 +0000
9afdec5bfbAdded the get_c_string function back in (it dispatches to the get_c_string_impl CP). Fixed utree::list_type attribute so that only non-list utree nodes are wrapped in lists (this was the original behavior we wanted).
Bryce Adelstein-Lelbach
2010-12-29 01:37:28 +0000
0a6d56617cmerging current boost/python and libs/python from trunk into release branch
Ralf W. Grosse-Kunstleve
2010-12-28 20:38:29 +0000
333f744acbAdded crbegin and crend to Boost.Array; refs #4761. Will close ticket when merged to release branch
Marshall Clow
2010-12-28 19:14:23 +0000
91a0c16617Added cbegin and cend to Boost.Array; refs #4761. Will close ticket when merged to release branch
Marshall Clow
2010-12-28 18:39:14 +0000
6a644fa412Spirit: utree modifications, mostly
Hartmut Kaiser
2010-12-27 23:45:44 +0000
1624b70fcamerge [67464], [67465], and [67470] from trunk
Eric Niebler
2010-12-27 21:22:55 +0000
637caf444bremove unneeded headers
Eric Niebler
2010-12-27 20:59:53 +0000
7663e88c9fFix bug in special-case handling of ibeta_inv. Fix concept test failures with mpfr_class in legendre.hpp and non_central_t.hpp. Fixes#5015.
John Maddock
2010-12-27 18:37:15 +0000
eb022cbb6bwork around gcc-4.2 ICE in poly_function.hpp
Eric Niebler
2010-12-27 04:25:07 +0000
d8f053e80badd Proto callable for fusion::at
Eric Niebler
2010-12-27 04:03:56 +0000
a8f866809amake clean-up
Eric Niebler
2010-12-27 04:00:57 +0000
e953ecba72[boost][range] - Trac item 4226 - Implemented a safe_bool utility class that is intended to be refactored into a core area. Integrated this into iterator_range.
Neil Groves
2010-12-26 23:14:08 +0000
da02ffa791Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham
Ralf W. Grosse-Kunstleve
2010-12-26 22:42:32 +0000
f94bcbf911[boost][range] - Improved the implementation of strided range to eliminate requirements for boost::size(rng) to be a valid expression. Each traversal category of strided_iterator is now individually implemented.
Neil Groves
2010-12-26 20:33:33 +0000
1c377bb96eSpirit: removed remaining uses of fusion::unused_type
Hartmut Kaiser
2010-12-26 18:56:03 +0000
d87d1bc0afSpirit: header blues...
Hartmut Kaiser
2010-12-26 17:19:30 +0000
e7927ad8cdSpirit: touching up utree
Hartmut Kaiser
2010-12-26 17:18:24 +0000
0c5b2ac675Spirit: clearly distinguish proto expressions from fusion sequences
Hartmut Kaiser
2010-12-26 15:31:01 +0000
ad47e74701Spirit: added test
Hartmut Kaiser
2010-12-26 15:30:11 +0000
bbfed3e407[boost][range] - merge from trunk which fixes a defect in the strided range adaptor, and contains improvements to the documentation
Neil Groves
2010-12-26 15:13:43 +0000
a6ad276924[boost][range] - Correctly attribute the test case kindly contributed by Michel Morin.
Neil Groves
2010-12-26 14:15:23 +0000
408d92b0e1Fixed wrong count when compare throws
Ion Gaztañaga
2010-12-26 09:54:34 +0000
94b13d9c45Added XSI shared memory
Ion Gaztañaga
2010-12-26 09:53:56 +0000
9b563772a6Fixed wrong count when compare throws
Ion Gaztañaga
2010-12-26 09:48:36 +0000
ce83e15629Added XSI shared memory
Ion Gaztañaga
2010-12-26 09:47:54 +0000
f9952f002cSpirit: removed fusion as an associated namespace from spirit
Hartmut Kaiser
2010-12-25 21:58:51 +0000
83257ea631Spirit: fixing Karma string literal problem
Hartmut Kaiser
2010-12-24 02:10:11 +0000
5c3baeac0battempt to make binary archive created with versions < 1.42 readable
Robert Ramey
2010-12-24 01:26:58 +0000
9d8933fe6ashorten names of temporary files
Robert Ramey
2010-12-23 22:34:54 +0000
c140b0956eattempt to make binary archive created with versions < 1.42 readable
Robert Ramey
2010-12-23 22:33:45 +0000
e1541d4dcfAdded the as directive.
Bryce Adelstein-Lelbach
2010-12-23 21:14:50 +0000
6245d0f1f4inspect checks for use of C assert macro
Eric Niebler
2010-12-23 18:56:29 +0000
be92fe77bbwork around gcc-4.2 ICE
Eric Niebler
2010-12-23 18:34:33 +0000
5b4788e5f6[boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296.
Neil Groves
2010-12-23 18:10:09 +0000
b7608b8ad8boost/python/converter/builtin_converters.hpp: fix for Python 3 (by Austin Bingham)
Ralf W. Grosse-Kunstleve
2010-12-23 16:36:53 +0000
dee037942d[boost][range] - Resolved Trac ticket 4355 - Concepts did not check that iterators must be dereferencable.
Neil Groves
2010-12-23 11:56:27 +0000
e57551c3fe[boost][range] - Added documentation for the join() function. This is to resolve Trac ticket 4740.
Neil Groves
2010-12-23 10:56:23 +0000