Aegisub/tests
Thomas Goyne 427037a552 Reimplement boost::split_iterator to make it less slow
boost::split_iterator type-erases the predicate, which makes it require
a virtual call per character (!) along with a heap allocation. As it
turns out we only ever need one predicate (comparing to a single
character), so replace it with a split_iterator that just does that.
2015-02-07 14:56:27 -08:00
..
keyframe Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
options Make UnknownElement moveable and not copyable 2014-06-29 10:45:26 -07:00
support Remove unused test util functions 2014-07-06 19:25:49 -07:00
tests Reimplement boost::split_iterator to make it less slow 2015-02-07 14:56:27 -08:00
vfr Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
Makefile Remove unused test util functions 2014-07-06 19:25:49 -07:00
setup.bat Debloat and slightly speed up the MRU code 2014-07-06 19:25:48 -07:00
setup.sh Debloat and slightly speed up the MRU code 2014-07-06 19:25:48 -07:00