Remove use of boost foreach.
[libsub.git] / test / ssa_reader_test.cc
2021-01-13 Carl HetheringtonRemove use of boost foreach.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2020-09-30 Carl HetheringtonObfuscate some test file names.
2020-02-13 Carl HetheringtonSupport SSA tags in SRT files (DoM #938).
2019-06-24 Carl HetheringtonAdd support for \c in SSA.
2019-02-08 Carl HetheringtonAdd some more tests.
2017-07-28 Carl HetheringtonSupport \fs in ssa. 1.0-more-ssa-tags
2017-07-28 Carl HetheringtonSupport \pos in ssa.
2017-07-28 Carl HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2016-08-12 Carl HetheringtonAdd check for file existence.
2016-06-26 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-06-26 Carl HetheringtonFix coalesced override codes (\i1\b1 and such).
2016-06-20 Carl HetheringtonAccept V4+ styles as well as V4 ones in SSA.
2016-06-20 Carl HetheringtonFix bold and newlines (in some cases) in SSA.
2016-06-19 Carl HetheringtonFix some small errors in SSA/ASS parsing.
2016-06-11 Carl HetheringtonSupport an commands in SSA.
2016-06-11 Carl HetheringtonMacro-ify test to trim it down a bit.
2016-06-11 Carl HetheringtonTest and fix italic support in SSA.
2016-06-09 Carl HetheringtonFix build on some GCCs.
2016-06-09 Carl HetheringtonVarious work on improving vertical position handling.
2016-06-06 Carl HetheringtonAdd another test stub.
2016-06-02 Carl HetheringtonAdd failing SSA test.
2016-02-15 Carl HetheringtonBasic support for parsing in-line markup in SSA.
2016-02-11 Carl HetheringtonRudimentary SSA parser.