Aegisub/libaegisub/common
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
..
cajun Clean up unused includes 2014-05-23 07:28:24 -07:00
calltip_provider.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
character_count.cpp Fix ignoring override blocks for CPS calculations 2014-05-08 12:34:04 -07:00
charset.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
charset_6937.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
charset_6937.h Make everything final that can be 2014-03-12 19:07:30 -07:00
charset_conv.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
color.cpp Use std::to_string rather than boost::lexical_cast 2014-05-26 09:34:19 -07:00
dispatch.cpp Pass exceptions in async workers back to the main thread 2014-05-09 07:00:48 -07:00
file_mapping.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
fs.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
hotkey.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
io.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
json.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
kana_table.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
karaoke_matcher.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
keyframe.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
log.cpp Ditch boost.circular_buffer 2014-05-26 09:34:19 -07:00
mru.cpp Cut down on pointless uses of std::list 2014-05-26 09:34:19 -07:00
option.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
option_visit.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
option_visit.h Clean up unused includes 2014-05-23 07:28:24 -07:00
parser.cpp Fix a bunch of warnings when building with gcc on linux 2014-05-20 09:46:57 -07:00
parser.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
path.cpp Return absolute paths for files in project_properties() 2014-05-23 07:28:26 -07:00
thesaurus.cpp Remove non-spirit uses of boost.phoenix 2014-05-26 09:34:19 -07:00
util.cpp Use initializer lists rather than std::make_pair 2014-05-26 09:34:18 -07:00
vfr.cpp Cut down on pointless uses of std::list 2014-05-26 09:34:19 -07:00
ycbcr_conv.cpp Add RGB <-> YCbCr conversion stuff to libaegisub 2014-05-19 19:32:25 -07:00