0461c0a070Merge branch 'develop'
Edward Diener
2015-10-15 01:01:28 -0400
6ad2d6b207Fixed ADL problem upon invocation
Edward Diener
2015-07-19 13:03:39 -0400
45eebd0b85fix a unused variable warning
Sebastien Loriot
2015-07-16 13:11:12 +0200
d6132a7645Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:22:36 +0000
3462c3dc06Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:20:59 +0000
bc19656218Parameter: Remove obsolete MSVC version checks.
Stephen Kelly
2013-10-01 08:48:50 +0000
09cc5cf219Parameter: Remove obsolete GCC version checks.
Stephen Kelly
2013-09-30 15:58:35 +0000
dd466e7d54Parameter: fix minor warnings.
Vicente J. Botet Escriba
2013-04-20 14:12:43 +0000
368205ab37Merge pull request #8 from sloriot/patch-2
Edward Diener
2015-07-16 07:40:24 -0400
9821c1a5f9fix a unused variable warning
Sebastien Loriot
2015-07-16 13:11:12 +0200
d3a422ba6eMerge pull request #6 from eldiener/develop
Edward Diener
2015-05-29 13:13:07 -0400
aaf00c5449Remove unneeded and incorrect #line directives, which just confuse some compilers, most notably VC++ which fails some tests purely on its confusion.
Edward Diener
2015-05-27 10:03:38 -0400
a9a4287f4dAdd metadata file.
Daniel James
2014-08-18 15:08:36 +0100
e1f43668e7Merge pull request #5 from danieljames/metadata
Peter Dimov
2015-01-25 20:32:38 +0200
3b34198a6fAdd metadata file.
Daniel James
2014-08-18 15:08:36 +0100
49ab4faa2bMerge r86524 (Correct broken links to C++ standard papers); fixes#9212
Michel Morin
2013-11-13 03:22:55 +0000
54854d4a3aCorrect broken links to C++ standard papers. Refs #9212.
Michel Morin
2013-10-30 12:51:24 +0000
45295c87bcMerge 86392 from trunk. The spirit change was not applied because the file is not present in branches/release.
Beman Dawes
2013-10-27 21:10:04 +0000
0dcd40da74Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
Beman Dawes
2013-10-22 15:23:42 +0000
a510824ee4Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:22:36 +0000
7465ba08d3Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:20:59 +0000
8dca3b7307Parameter: Remove obsolete MSVC version checks.
Stephen Kelly
2013-10-01 08:48:50 +0000
51a02e0822Parameter: Remove obsolete GCC version checks.
Stephen Kelly
2013-09-30 15:58:35 +0000
a07961f561Undo previous commit, it was meant for another branch
Vladimir Prus
2013-09-25 08:32:03 +0000
4e26b448e9Initial modular patch, from Bjorn.
Vladimir Prus
2013-09-25 08:13:57 +0000
b5e57e0024Parameter: fix minor warnings.
Vicente J. Botet Escriba
2013-04-20 14:12:43 +0000
b74489d477Merged Boost.Parameter fixes from trunk to support accessing named paramter types tag:❌:_.
Lorenzo Caminiti
2012-06-07 18:21:25 +0000
475001a591parameter: merge fix from trunk (required for boost.heap)
Tim Blechmann
2011-12-21 11:20:00 +0000
f9e0d1c5c3parameter: merge enable_if fix from trunk
Tim Blechmann
2011-12-19 18:00:17 +0000
23ed477c44parameter: access enable_if via namespace boost
Tim Blechmann
2011-12-11 14:30:27 +0000
6427d82103[parameter] increase BOOST_PARAMETER_MAX_ARITY to 8
Tim Blechmann
2011-12-05 09:55:21 +0000
436209fa82Fix Boost.Parameter documentation bugs. Properly test type requirements example.
Daniel Wallin
2011-11-08 22:00:12 +0000
9d66bd7632Allow placeholder expressions in the type requirements for BOOST_PARAMETER_FUNCTION et al:
Daniel Wallin
2011-11-08 21:57:28 +0000
0b0ce28a8aParameter: Merge [62231] from release - missing includes.
Daniel James
2011-03-24 21:12:54 +0000
c9cf0ab0f5Merged changes from trunk.
Andrey Semashev
2010-05-27 17:58:58 +0000
ee32bc6f67Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace.
Andrey Semashev
2010-05-26 16:30:14 +0000
20301b3da4Add some missing includes for the parameter library
Douglas Gregor
2010-05-26 07:47:05 +0000
c2177b122cDecoupled arg_list and maybe. This removes a few dependencies on other headers and speeds up compilation.
Andrey Semashev
2010-05-25 15:53:47 +0000
359b3a5c3aFix for #3490, parameter depends on python. Use toplevel aligned_storage and copy in referent_storage metafunction from python's detail namespace. Passes all tests on gcc 4.3.3.
Troy D. Straszheim
2009-10-22 03:55:24 +0000
522c1e33b0rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
9f4334c1c1rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
7ff5c4b996Merge some missing link/libraries changes. Fixes #2279,#3454.
Daniel James
2009-09-15 21:16:58 +0000
298108e7edCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
1b1499b94cAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
ae3bfbad46Fixed more links to property_map
Jeremiah Willcock
2009-05-31 01:40:59 +0000
82b5cc0208Silence "unused parameter" warning in BOOST_PARAMETER_FUNCTION(). Fixes#2808.
Daniel Wallin
2009-05-29 18:06:46 +0000
91623e6241parameter-doc: Regenerated HTML from ReST source.
Daniel Wallin
2009-01-30 21:28:11 +0000
4af5c63d46parameter-doc: Added missing default value on optional parameter specification.
Daniel Wallin
2009-01-30 21:08:22 +0000
1c2f56c672Restored static-member-functions0 test
David Deakins
2009-01-30 05:55:10 +0000
08b0a74035Check in missing file (thanks for pointing that out, David Deakins!)
Dave Abrahams
2009-01-30 00:52:33 +0000
4c8725641dCommented out missing test file
David Deakins
2009-01-30 00:09:10 +0000
b91cd816c8bug fix for value_type and numerous doc fixes, along with literate programming tests
Dave Abrahams
2009-01-28 23:33:37 +0000
3cf03f73camerge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
f9a2fba9abUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
55792af45fContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
04cea6497dMerging all parameter changes from trunk. These all look like they fix bugs, although the one that lets you use the argument pack to compute a return type was never tested (still isn't).
Dave Abrahams
2008-07-15 16:02:00 +0000
e054a75533Minor doc cleanups
Dave Abrahams
2008-07-01 15:59:23 +0000
834f245953Fixed#1044. ArgumentPack is now available in the return type calculation
Daniel Wallin
2008-05-08 20:04:24 +0000
ef9dfeb2d1add missing #include
Eric Niebler
2008-04-28 16:46:33 +0000