Aegisub/libaegisub
Thomas Goyne 6c685daf98 Ditch boost.circular_buffer
It drags in a ton of crap, is kinda slow at runtime due to using
std::deque, and doesn't actually make the code much simpler than just
using a manual ring buffer.
2014-05-26 09:34:19 -07:00
..
ass Clean up unused includes 2014-05-23 07:28:24 -07:00
common Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
include/libaegisub Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
lua Clean up unused includes 2014-05-23 07:28:24 -07:00
osx Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
unix Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
windows Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
Makefile Add RGB <-> YCbCr conversion stuff to libaegisub 2014-05-19 19:32:25 -07:00
lagi_pre.h Remove a bunch of unused crap from lagi_pre.h 2014-05-26 09:34:19 -07:00