d3a422ba6e
Merge pull request #6 from eldiener/develop
Edward Diener
2015-05-29 13:13:07 -04:00
aaf00c5449
Remove 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 -04:00
a9a4287f4d
Add metadata file.
Daniel James
2014-08-18 15:08:36 +01:00
e1f43668e7
Merge pull request #5 from danieljames/metadata
Peter Dimov
2015-01-25 20:32:38 +02:00
3b34198a6f
Add metadata file.
Daniel James
2014-08-18 15:08:36 +01:00
49ab4faa2b
Merge r86524 (Correct broken links to C++ standard papers); fixes#9212
Michel Morin
2013-11-13 03:22:55 +00:00
54854d4a3a
Correct broken links to C++ standard papers. Refs #9212.
Michel Morin
2013-10-30 12:51:24 +00:00
45295c87bc
Merge 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 +00:00
0dcd40da74
Add 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 +00:00
a510824ee4
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:22:36 +00:00
7465ba08d3
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:20:59 +00:00
8dca3b7307
Parameter: Remove obsolete MSVC version checks.
Stephen Kelly
2013-10-01 08:48:50 +00:00
51a02e0822
Parameter: Remove obsolete GCC version checks.
Stephen Kelly
2013-09-30 15:58:35 +00:00
a07961f561
Undo previous commit, it was meant for another branch
Vladimir Prus
2013-09-25 08:32:03 +00:00
4e26b448e9
Initial modular patch, from Bjorn.
Vladimir Prus
2013-09-25 08:13:57 +00:00
b5e57e0024
Parameter: fix minor warnings.
Vicente J. Botet Escriba
2013-04-20 14:12:43 +00:00
b74489d477
Merged Boost.Parameter fixes from trunk to support accessing named paramter types tag::x::_.
Lorenzo Caminiti
2012-06-07 18:21:25 +00:00
475001a591
parameter: merge fix from trunk (required for boost.heap)
Tim Blechmann
2011-12-21 11:20:00 +00:00
f9e0d1c5c3
parameter: merge enable_if fix from trunk
Tim Blechmann
2011-12-19 18:00:17 +00:00
23ed477c44
parameter: access enable_if via namespace boost
Tim Blechmann
2011-12-11 14:30:27 +00:00
6427d82103
[parameter] increase BOOST_PARAMETER_MAX_ARITY to 8
Tim Blechmann
2011-12-05 09:55:21 +00:00
436209fa82
Fix Boost.Parameter documentation bugs. Properly test type requirements example.
Daniel Wallin
2011-11-08 22:00:12 +00:00
9d66bd7632
Allow placeholder expressions in the type requirements for BOOST_PARAMETER_FUNCTION et al:
Daniel Wallin
2011-11-08 21:57:28 +00:00
0b0ce28a8a
Parameter: Merge [62231] from release - missing includes.
Daniel James
2011-03-24 21:12:54 +00:00
c9cf0ab0f5
Merged changes from trunk.
Andrey Semashev
2010-05-27 17:58:58 +00:00
ee32bc6f67
Fixed 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 +00:00
20301b3da4
Add some missing includes for the parameter library
Douglas Gregor
2010-05-26 07:47:05 +00:00
c2177b122c
Decoupled arg_list and maybe. This removes a few dependencies on other headers and speeds up compilation.
Andrey Semashev
2010-05-25 15:53:47 +00:00
359b3a5c3a
Fix 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 +00:00
522c1e33b0
rm 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 +00:00
9f4334c1c1
rm 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 +00:00
7ff5c4b996
Merge some missing link/libraries changes. Fixes #2279,#3454.
Daniel James
2009-09-15 21:16:58 +00:00
298108e7ed
Copyrights 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 +00:00
1b1499b94c
Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +00:00
ae3bfbad46
Fixed more links to property_map
Jeremiah Willcock
2009-05-31 01:40:59 +00:00
82b5cc0208
Silence "unused parameter" warning in BOOST_PARAMETER_FUNCTION(). Fixes#2808.
Daniel Wallin
2009-05-29 18:06:46 +00:00
91623e6241
parameter-doc: Regenerated HTML from ReST source.
Daniel Wallin
2009-01-30 21:28:11 +00:00
4af5c63d46
parameter-doc: Added missing default value on optional parameter specification.
Daniel Wallin
2009-01-30 21:08:22 +00:00
1c2f56c672
Restored static-member-functions0 test
David Deakins
2009-01-30 05:55:10 +00:00
08b0a74035
Check in missing file (thanks for pointing that out, David Deakins!)
Dave Abrahams
2009-01-30 00:52:33 +00:00
4c8725641d
Commented out missing test file
David Deakins
2009-01-30 00:09:10 +00:00
b91cd816c8
bug fix for value_type and numerous doc fixes, along with literate programming tests
Dave Abrahams
2009-01-28 23:33:37 +00:00
3cf03f73ca
merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +00:00
f9a2fba9ab
Updating 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 +00:00
55792af45f
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +00:00
04cea6497d
Merging 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 +00:00
e054a75533
Minor doc cleanups
Dave Abrahams
2008-07-01 15:59:23 +00:00
834f245953Fixed#1044. ArgumentPack is now available in the return type calculation
Daniel Wallin
2008-05-08 20:04:24 +00:00
ef9dfeb2d1
add missing #include
Eric Niebler
2008-04-28 16:46:33 +00:00