Aegisub/libaegisub/windows
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
..
access.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
charset_conv_win.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
fs.cpp Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
lagi_pre.cpp Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
log_win.cpp Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
path_win.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
util_win.cpp Replace timeval junk with std::chrono 2014-05-26 09:34:19 -07:00