aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/boost
AgeCommit message (Collapse)Author
2016-10-07Fix wake from sleep issue with Boost 1.59.0Michael Ford
2016-03-01[depends] Delete unused patchesMarcoFalke
Superseded by 4bdad99f5000539dcf03ddc92c142fa6deb44c01
2015-06-13depends: fix Boost 1.55 build on GCC 5Jacob Welsh
Boost assumes variadic templates are always available in GCC 4.4+, but they aren't since we don't build with -std=c++11. This applies the patch that fixed the issue in boost 1.57: https://github.com/boostorg/config/commit/eec808554936ae068b23df07ab54d4dc6302a695 See also: https://svn.boost.org/trac/boost/ticket/10500
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation