| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | |
| 2014-12-29 | Clipper: Avoid dynamic allocations | Yuri 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-07 | externals: Add boost submodule. | Tony Wasserka | |
