Merge pull request #14 from boostorg/dependency
Michael Caisse
2018-09-09 09:14:34 -0700
bbf48ff290Drop dependency on Boost.Mpl
Glen Fernandes
2018-09-08 09:19:15 -0400
7226a74471Merge branch 'master' into develop
James E. King III
2018-08-13 21:44:29 +0000
5e14874d04fix readme badges and links for appveyor and covscan
James E. King III
2018-07-23 17:13:08 +0000
376201b10dAdd CI framework - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc.
James E. King III
2018-05-17 17:19:41 +0000
ed0a0ebd72Merge branch 'develop'
Edward Diener
2018-02-20 08:36:45 -0500
90b0397f54Remove out-dated/unused/duplicate files.
Ahmed Charles
2014-02-08 20:31:42 -0800
d2d56f6de8Merge warning fixes from develop.
Daniel James
2013-12-08 11:23:31 +0000
389bf0d089Create merge point from git.
Daniel James
2013-12-08 11:20:36 +0000
ccd9f52467Supress msvc warnings. Fixes#5102.
Steven Watanabe
2011-04-06 22:26:42 +0000
229e3055a0Suppress warnings on msvc 10.
Steven Watanabe
2011-03-29 15:14:53 +0000
36701c51abConcept: Remove obsolete GCC version check.
Stephen Kelly
2013-10-01 08:42:50 +0000
dd7163b7f0Concept: Remove obsolete GCC version checks.
Stephen Kelly
2013-09-30 15:54:47 +0000
724b43f885Concept: Remove obsolete MSVC version checks.
Stephen Kelly
2013-09-30 00:18:01 +0000
168e60aa3dAdded unused attribute for new versions of GCC
Jeremiah Willcock
2013-05-25 02:11:20 +0000
9521991561Concept: fix minor warning.
Vicente J. Botet Escriba
2013-04-20 14:02:02 +0000
590fed825c[concept_check] "Shadowed variable warning" (fixes#6738)
Jeffrey Lee Hellrung, Jr.
2012-05-28 07:56:11 +0000
38154ae6cf[concept_check] "Shadowed variable warning" (refs #6738)
Jeffrey Lee Hellrung, Jr.
2012-05-18 02:58:12 +0000
da5ab9b807Merged r76050, r75547, r75891, r76049, r76083, and r76439 from trunk (reverse_graph bug fixes and fix for #6293); refs #6293
Jeremiah Willcock
2012-01-15 23:32:09 +0000
60b5eb331cApplied fixed version of patch from #6293; fixes#6293
Jeremiah Willcock
2011-12-18 21:09:34 +0000
52adefee9aSupress msvc warnings. Fixes#5102.
Steven Watanabe
2011-04-06 22:26:42 +0000
d78b6bae1cSuppress warnings on msvc 10.
Steven Watanabe
2011-03-29 15:14:53 +0000
a16e4a65daStop using BOOST_NO_CONCEPTS macro as it's going to be removed from Boost.Config.
John Maddock
2011-03-23 12:20:49 +0000
d66a39d4fcChange to use BOOST_HAS_CONCEPTS since BOOST_NO_CONCEPTS has been removed (it's been dropped from the standard).
John Maddock
2011-03-15 12:54:46 +0000
15afb20c84Applied patch - refs #4918; will merge to release after tests cycle
Marshall Clow
2011-01-07 00:23:47 +0000
b4ff615db8Eliminate warnings from BinaryFunction, UnaryPredicate, BinaryPredicate concept check classes.
Neil Groves
2010-12-23 00:43:10 +0000
807fcd7b97Merged r47768 (new example) and r62611 (fix for bug #4032) from trunk; refs #4032
Jeremiah Willcock
2010-10-05 18:15:27 +0000
45d722b5c3Merge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
f81493caa1Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000
a1772df31bAdded char as an integral type; fixes#2629
Jeremiah Willcock
2010-06-08 23:37:21 +0000
d4658af6d7Moved Collection concept into Boost.ConceptCheck; moved other MultiArray concepts into boost::multi_array_concepts and documented them in reference.xml (do not know how to rebuild HTML from that); fixes#4032
Jeremiah Willcock
2010-06-08 23:28:23 +0000
3f1842a89eDummy-Constructor only for gcc > 4.
Jürgen Hunold
2010-04-10 17:50:26 +0000
0eac9e329bSilence gcc warnings when using UnaryFunction with reference parameters.
Jürgen Hunold
2010-04-09 09:04:51 +0000
1f226e2dc9Fixes#3980.
John Maddock
2010-03-04 18:03:05 +0000
e8bd11887bFixes#3980.
John Maddock
2010-03-04 18:01:36 +0000
c12ec71acbrm 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
08250885bfrm 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
199cb1692bFixed more links to property_map.
Daniel James
2009-10-04 10:31:47 +0000
2d21b2041fAdd boost license info to documentation for a few libraries.
Daniel James
2009-07-26 20:11:03 +0000
d9282dbe8cCopyrights 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
9ceeae9e9fAdd boost license info to documentation for a few libraries.
Daniel James
2009-07-22 22:35:08 +0000
533211c4adAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
e234ae22f6concept:: => concepts:: fixes#865
Dave Abrahams
2009-06-08 14:41:16 +0000
deea7c6a58Fixed more links to property_map
Jeremiah Willcock
2009-05-31 01:48:28 +0000
8842c10761Merge misc. changes from trunk, mostly minor documentation fixes.
Daniel James
2009-03-22 10:42:48 +0000
2c2d720874Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
dc164705adMinor markup fix in concept check documentation.
Daniel James
2009-02-21 18:49:48 +0000
a37267f181Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues.
John Maddock
2009-02-17 10:05:58 +0000
2fbf9d1375merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
3dcaf09ecfmerged warning fixes from trunk (-r41358:49813)
Stephan Diederich
2008-11-17 09:57:04 +0000
30dc63f52fUpdating 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
80de3d1903Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
eb4c1f2587silence MSVC8 warnings through pragmas, fixes#2296
Stephan Diederich
2008-09-17 18:44:34 +0000
63c674c575Improve visibility of concept failure messages
Dave Abrahams
2008-07-25 09:38:53 +0000
5c06a2ea0bNo compilers without partial specialization see this file.
Dave Abrahams
2008-07-25 09:26:15 +0000