Fix Coverity Scan badge
James E. King III
2018-05-27 09:43:24 -0400
7244ad725bAdded 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-18 01:54:05 +0000
76251f9402Merge changes from develop for the 1.63.0 release
Marshall Clow
2016-11-30 13:07:36 -0800
1d232e4386Merge pull request #3 from all3fox/deprecate_function_requires
Edward Diener
2016-11-16 21:58:30 -0500
11f2e42123Use BOOST_CONCEPT_ASSERT instead of deprecated function_requires()
Alexander Lisianoi
2016-09-11 15:43:33 +0200
6c4722c108Merge changes from develop for the 1.58.0 release
Marshall Clow
2015-04-01 10:31:16 -0700
e6f683550fAdd metadata file.
Daniel James
2014-08-18 15:09:18 +0100
adc5a6790fMerge branch 'develop'
Peter Dimov
2014-06-08 00:24:24 +0300
1599d4a522Replace uses of <boost/pending/cstddef.hpp> with <ctsddef> in preparation of its removal.
Peter Dimov
2014-06-08 00:23:38 +0300
a19f52f91bMerge branch 'develop'
K. Noel Belcourt
2014-05-15 20:13:33 -0600
4527ed250cMerge branch 'master' into develop
K. Noel Belcourt
2014-05-15 20:13:13 -0600
a835b2e3c6Fix master property_map test by applying patch from develop.
K. Noel Belcourt
2014-01-28 21:37:31 -0700
23c4e0ee5fChanged some names to fix shadowing warnings; refs #9376
Jeremiah Willcock
2013-11-13 17:36:15 +0000
fe5a399206Added optional key type for static_property_map; added make_static_property_map; documented static_property_map and the new stuff
Jeremiah Willcock
2013-11-09 19:04:41 +0000
6df3582be7Moved parallel vector_property_map into its own file
Jeremiah Willcock
2013-10-21 18:43:32 +0000
7bf1c34e84Moved parts of PBGL used by parallel property maps over to property map directories and namespaces; this fixes circular dependencies between these two libraries (assuming boost/property_map/parallel is treated as a separate library)
Jeremiah Willcock
2013-10-21 18:29:04 +0000
2c9b8b7164Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:19:17 +0000
da90ea23f1Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Stephen Kelly
2013-10-11 23:15:00 +0000
de83524e43Remove use of BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
Stephen Kelly
2013-09-25 10:28:28 +0000
9fa17b3fffMerged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
Jeremiah Willcock
2013-09-21 20:17:00 +0000
e443bf60d3Added commented-out assertion failure for pointers as property maps
Jeremiah Willcock
2013-09-12 15:17:53 +0000
3a19cb0897Second batch of Boost.Graph and Boost.PropertyMap changes for 1.51
Jeremiah Willcock
2012-06-30 20:22:16 +0000
c2641cf376Merged first batch of 1.51 changes for Boost.Graph and Boost.PropertyMap
Jeremiah Willcock
2012-06-30 20:00:41 +0000
7f8f7b7e39Added explicit static_pointer_cast as upcast to try to work around VC++ issues
Jeremiah Willcock
2012-06-29 19:51:09 +0000
c6095e03b6Merged in more trunk bug fixes for Boost.Graph and Boost.PropertyMap
Jeremiah Willcock
2012-05-26 18:56:37 +0000
fb63a51edbMerged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
Jeremiah Willcock
2012-05-26 18:23:01 +0000
1929e46a8cRemoved GCC 2.95 workarounds, changed to make_shared for exception safety, tried more to get VC++ to work
Jeremiah Willcock
2012-05-12 20:34:38 +0000
0953207c95Changed property_map to property_map_ in constructor
Jeremiah Willcock
2012-05-08 22:06:56 +0000
0e1d74de35Trying to work around VC++ problem
Jeremiah Willcock
2012-04-28 07:35:12 +0000
034220eaabAdded (edited) new version of identity_property_map documentation from Alex Hagen-Zanker; fixes#6550
Jeremiah Willcock
2012-04-16 17:40:44 +0000
3d424ac00fMerge documentation changes.
Daniel James
2010-07-19 23:29:09 +0000
c1eaf3d8afRestore dynamic_property_map.html's css.
Daniel James
2010-07-19 20:18:55 +0000
f64c6550b8Merged various changes from trunk
Jeremiah Willcock
2010-07-05 16:17:38 +0000
07347e6fb7Rebuild fusion documentation.
Daniel James
2010-07-04 19:20:50 +0000
f27fbb3895Applied patch from Joaquín M López Muñoz to work around VC++ 10 issue
Jeremiah Willcock
2010-05-11 20:32:46 +0000
99e54ab2a0Applied changes r58876, r59133, r59134, r59628, r60078, r60079, r60126, r60127, r60196, r60197, r60198, r60365, r60366, r60384, r60385, r60472, r60485, r60610, r60611, r60651, r60769, r60770, r60899, r60900, r60916, r60919, r60920, r60958, r60998, r60999, r61000 from trunk, except for changes to <boost/detail/algorithm.hpp> which are waiting for Boost.Range algorithms to be merged; added find_if to <boost/detail/algorithm.hpp>
Jeremiah Willcock
2010-04-02 15:25:11 +0000
4090e3230aConverted dynamic_properties to use boost::shared_ptr instead of std::auto_ptr
Jeremiah Willcock
2010-03-29 18:26:22 +0000
5af372c513Fix gcc -pedantic warning: extra ';'.
Jürgen Hunold
2010-03-11 08:39:59 +0000
2077e8faadMade property_traits members conditionally defined to enable SFINAE on functions that use it; code from Steven Watanabe
Jeremiah Willcock
2010-03-08 19:44:00 +0000
8235a06ef8rm 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
6855812263rm 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
33f07e37c4Merged in changes from trunk for Boost.Graph and Boost.PropertyMap. Includes r56013, r56014, r56015, r56016, r56017, r56089, r56097, r56116, r56117, r56126, r56127, r56128, r56140, r56147, r56300, r56301, r56339, r56360, r56454, r56473, r56563, r56651, r56654, r56658, r56682, r56732, r56796, r56855, r56856, r56868, r55667, r56860, r55473, r55507, r55528, r55749, r56147, r55723, r56109, r56859, and r55780.
Jeremiah Willcock
2009-10-15 20:40:46 +0000
4df343e25aAdded missing function
Jeremiah Willcock
2009-09-18 20:12:36 +0000
8a7452a76bMerged r55245 from trunk
Jeremiah Willcock
2009-07-29 03:01:59 +0000
09aeb740ceMoved included .cpp files to .ipp so that they will be installed
Jeremiah Willcock
2009-07-29 02:54:07 +0000
a463f12836Merged r55093 from trunk to fix forwarding headers
Jeremiah Willcock
2009-07-23 01:54:23 +0000
f0c25ad062Made redirect headers actually have correct includes
Jeremiah Willcock
2009-07-22 20:50:11 +0000
82348a8d3cMerged patches mentioned in comments 34-53 from ticket 3134 into release branch; refs #3134
Jeremiah Willcock
2009-06-30 17:08:49 +0000
5ecedf49cbAdded copyright and license info
Jeremiah Willcock
2009-04-18 23:53:09 +0000
273bc0e215Approximated non-ASCII character by ASCII one
Jeremiah Willcock
2009-04-18 23:51:36 +0000
57d91095efMerged in code and docs from Parallel BGL; CMake-based build system for tests and examples and docs is not working; src and doc can be built with bjam
Jeremiah Willcock
2009-04-11 01:33:02 +0000
01022cc469Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
Jeremiah Willcock
2009-04-07 01:28:38 +0000
bfdcce76b0Merged more changes from Parallel BGL
Jeremiah Willcock
2009-04-01 18:07:00 +0000