summaryrefslogtreecommitdiffstats
path: root/externals/boost (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-11Externals: Upgrade bundled Boost to 1.64Yuri Kunde Schlesner1-0/+0
2017-03-13externals: Update to boost v1.63.0Yuri Kunde Schlesner1-0/+0
2016-09-15externals/boost: Use latest upstream with variant.bunnei1-0/+0
2016-04-21Update to ext-boost with interval_maptfarley1-0/+0
2015-08-17Update boost external to v1.59.0Yuri Kunde Schlesner1-0/+0
2015-02-12Update ext-boost commit again which got reverted by #500Yuri Kunde Schlesner1-0/+0
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-0/+0
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-02-02Update boost externalYuri Kunde Schlesner1-0/+0
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner1-0/+0
2014-12-29Clipper: Avoid dynamic allocationsYuri Kunde Schlesner1-0/+0
The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead.
2014-12-07externals: Add boost submodule.Tony Wasserka1-0/+0