Aegisub/aegisub/tests
Thomas Goyne 07da6f6f1b Split json::Number into json::Double and json::Integer
Trying to decide whether an option should be an int or double after
discarding the differences between "1.0" and "1" simply isn't possible,
and even if an option was initialized correctly, if it was changed to a
round number it could get written as an int and break later.

Also convert cajun to tabs because three spaces to indent is terrible.

Originally committed to SVN as r6018.
2011-12-22 21:12:25 +00:00
..
keyframe Add tests for agi::keyframe 2010-12-31 21:02:31 +00:00
options Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
vfr Rewrite vfr.cpp in libaegisub with tests. Not yet used by Aegisub itself. 2010-07-07 05:24:16 +00:00
libaegisub_access.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
libaegisub_cajun.cpp Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
libaegisub_iconv.cpp Fix crash when iconv Roundtrip test fails 2010-09-10 03:31:20 +00:00
libaegisub_keyframe.cpp Don't load the FPS from Aegisub keyframes. The format breaks vfr and setting the fps should be done with timecode files. 2011-11-20 17:35:00 +00:00
libaegisub_line_iterator.cpp Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
libaegisub_mru.cpp Make the MRU tests significantly less worthless 2011-12-22 21:10:50 +00:00
libaegisub_option.cpp Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
libaegisub_signals.cpp Rename signals.h to signal.h 2010-12-31 21:02:42 +00:00
libaegisub_util.cpp Fix swapped expected and actual values in some of the util tests 2011-07-26 19:51:19 +00:00
libaegisub_vfr.cpp Shift timecodes so that frame 0 always starts at time 0, as nothing related to audio supports non-zero start times 2010-09-23 03:06:22 +00:00
main.cpp Init agi::log::log. 2011-02-09 23:37:18 +00:00
main.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
Makefile Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
setup.bat Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
setup.sh Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
util.cpp Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
util.h Add some tests for agi::Options 2011-12-22 21:11:10 +00:00
util_unix.cpp Split unix/windows code into seperate files to preserve sanity. 2010-05-22 01:38:07 +00:00
util_windows.cpp * Add util_windows.cpp to test project. 2010-05-22 01:41:23 +00:00