aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/boost
Commit message (Collapse)AuthorAge
* Update ext-boost commit again which got reverted by #500Gravatar Yuri Kunde Schlesner2015-02-12
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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.
* Update boost externalGravatar Yuri Kunde Schlesner2015-02-02
|
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
|
* Clipper: Avoid dynamic allocationsGravatar Yuri Kunde Schlesner2014-12-29
| | | | | | 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.
* externals: Add boost submodule.Gravatar Tony Wasserka2014-12-07