Thomas Goyne
|
4dc38447dc
|
Check the return value from lua_open()
It always fails when running under valgrind because valgrind does not
implement mmap functionality that LuaJIT requires.
|
2014-07-11 09:26:58 -07:00 |
|
Thomas Goyne
|
bffbae0ed9
|
Fix vc++ compilation
|
2014-07-10 12:55:38 -07:00 |
|
Thomas Goyne
|
bf03904fb8
|
Change the default ffms audio error handling mode to ignore
Truncating the file at the first decoding error seems to cause a lot of
confusion, especially since the UI doesn't mention that it happened
anywhere.
|
2014-07-10 11:44:57 -07:00 |
|
Thomas Goyne
|
2df4c4c194
|
Use wxDCFontChanger correctly
Fixes the audio display timeline font changing based on what else is
being painted.
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
a5c2ef273f
|
Add tests for floating point sample conversion
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
63de3232f7
|
Add test for channel downmixing
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
f32bdff84a
|
Add tests for the sample doubling converter and make it work correctly
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
93ad15efb1
|
Reuse the decoding buffer in the audio converters
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
b9c75d8706
|
Add tests for the audio bitdepth conversions
And fix some bugs in it, and make it not rely on undefined behavior.
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
585e9489d9
|
Move some of the audio provider machinery to libaegisub
And add tests.
|
2014-07-10 11:44:56 -07:00 |
|
Thomas Goyne
|
e942a7f0f7
|
Fix int overflow when saving audio clips
|
2014-07-08 16:38:33 -07:00 |
|
Thomas Goyne
|
e713f741a4
|
Make some functions static
|
2014-07-08 16:38:16 -07:00 |
|
Thomas Goyne
|
e60197962a
|
Fix buffer overflow when getting text extents
lfFaceName needs to be null-terminated, so only copy up to 31 characters
into the buffer.
|
2014-07-08 09:23:19 -07:00 |
|
Thomas Goyne
|
8a5b4ae3a3
|
Fix keycode mapping for backspace, enter, tab and escape
|
2014-07-08 09:23:19 -07:00 |
|
Thomas Goyne
|
a58ed7343d
|
Add Aegisub's include dirs before the system ones rather than after
|
2014-07-07 09:42:02 -07:00 |
|
Thomas Goyne
|
a11da3350c
|
Save a backup copy of the old hotkey file if migrating from the old format
|
2014-07-07 09:42:02 -07:00 |
|
Thomas Goyne
|
365c04333c
|
Install the unicode-compatible Lua module loader before loading moonscript
Closes #1760.
|
2014-07-07 09:23:36 -07:00 |
|
Thomas Goyne
|
6c0752035c
|
Slightly optimize AssDialogue serialization
|
2014-07-07 08:40:38 -07:00 |
|
doplank
|
3844a1cb80
|
Update Indonesian translation
|
2014-07-07 08:40:38 -07:00 |
|
Thomas Goyne
|
5a14b36389
|
Remove unused test util functions
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
935c6bc3a7
|
Store hotkeys in a less dumb format
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
033baed930
|
Add simple tests for agi::Split
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
2757ebd94f
|
Add character counter tests
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
3b34ed9a77
|
Move AssTime to libaegisub and add tests
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
ba0e544d70
|
Swallow spam from coveralls submission
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
8c7fd37aa9
|
Clean up the SRT reader/writer a bit
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
8576c4993f
|
Fix SRT timestamp parsing
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
dd70da35d4
|
Remove some cruft from the fonts collector
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
e924db1fda
|
Store open dialogs in an unsorted vector
Even if every dialog in the program was open at once, linearly searching
a vector is quite fast enough.
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
f0f836c47b
|
Eliminate a pointless std::map in charset_conv
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
a22dd0f9ca
|
Clean up the json parser a little
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
d9016cc8ea
|
Debloat and slightly speed up the MRU code
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
518342b919
|
Make the hotkey code a bit less bloated
|
2014-07-06 19:25:48 -07:00 |
|
Thomas Goyne
|
c0c05e982a
|
Support passing a test filter to make test
|
2014-07-04 21:14:29 -07:00 |
|
Thomas Goyne
|
7cafee39fc
|
Exclude the Windows-specific files from coveralls
|
2014-07-04 20:37:36 -07:00 |
|
Thomas Goyne
|
df8ad34838
|
Eliminate pointless runtime datastructures for CalltipProvider
And add some tests and make it actually work correctly.
|
2014-07-04 20:37:36 -07:00 |
|
Thomas Goyne
|
93522e30a8
|
Use a static table of tokens for agi::Path
The set of possible tokens is fixed, so using std::map is a bunch of
pointless overhead (that turns out to not even really simplify the
code).
|
2014-07-04 20:37:36 -07:00 |
|
Thomas Goyne
|
6fab17d860
|
Add basic tests for lfs
|
2014-07-04 10:52:38 -07:00 |
|
Thomas Goyne
|
9befa29707
|
Don't exclude tests dir from coverage information
|
2014-07-04 08:45:05 -07:00 |
|
Thomas Goyne
|
830b54ec69
|
Build in debug mode on travis
|
2014-07-04 08:41:57 -07:00 |
|
Thomas Goyne
|
7dc8dd6075
|
Install moonscript for busted on travis
|
2014-07-04 08:41:57 -07:00 |
|
Thomas Goyne
|
771ce976cc
|
Use the boost 1.55 tarball on travis since cloning the repo takes forever
|
2014-07-04 07:51:56 -07:00 |
|
Thomas Goyne
|
5d92024201
|
Exclude more stuff from coveralls to cut down on noise
|
2014-07-04 07:21:55 -07:00 |
|
Thomas Goyne
|
6ce9ce1546
|
Remove unused helper function
|
2014-07-03 10:57:53 -07:00 |
|
Thomas Goyne
|
2f0ddb4f32
|
Improve the line_iterator tests
|
2014-07-03 10:57:53 -07:00 |
|
Thomas Goyne
|
14969ec2ea
|
Submit code coverage information to Coveralls
|
2014-07-03 10:57:53 -07:00 |
|
Thomas Goyne
|
d56868e820
|
Fiddle with the dependency info for libresrc to hopefully work better
|
2014-07-02 18:20:11 -07:00 |
|
Thomas Goyne
|
3832f700c5
|
Eliminate race condition in fs::Touch test
|
2014-07-02 18:20:11 -07:00 |
|
Thomas Goyne
|
92958a874b
|
Add travis CI support
|
2014-07-02 18:20:11 -07:00 |
|
Thomas Goyne
|
3ddafcd34a
|
Disable iconv tests that require on libiconv functionality when not using libiconv
|
2014-07-02 18:20:10 -07:00 |
|