summaryrefslogtreecommitdiff
path: root/externals/boost
AgeCommit message (Collapse)Author
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2014-12-29Clipper: Avoid dynamic allocationsYuri Kunde Schlesner
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 Wasserka