wangqr
3096376ee6
Revert special naming for LuaJIT shared object
...
This was a hack on macOS when LuaJIT is dynamic only, and no longer needed as we are also using static LuaJIT on macOS now
2020-03-09 19:56:24 -04:00
wangqr
52032dc14b
Upgrade LuaJIT to 2.1.0-beta3
2020-03-09 13:01:09 -04:00
wangqr
f8bd53c479
Add macOS to travis
2020-03-08 01:37:27 -05:00
Luke Gorrie
45cd713ef9
lj_str.c: Remove special-case string interning fastpath
...
lj_str_new() had a separate fast-path and slow-path. This was bad
because (a) the fast-path was complex and (b) the fast-path was
actually slower than the slow-path in practice and (c) in practice it
could cause confusing performance problems depending on the memory
alignment of any often-reused string buffers in a program.
This change specifically makes the 'life' benchmark faster and more
robust to memory layout.
2019-11-02 00:23:50 -04:00
wangqr
ba54e8d12f
Fix build warnings
2019-05-11 21:36:34 -04:00
wangqr
1ae2f60b9a
Fix CMake build errors
2019-05-08 17:09:29 -04:00
wangqr
b6eebcd7ef
Fix build warnings
2019-05-08 17:09:07 -04:00
wangqr
657d9d5149
Bump boost version to 1.69.0
...
Fix Aegisub/Aegisub#93
2019-03-14 23:58:28 -04:00
Thomas Goyne
ebc76c8a11
Update ffmpeg and ffms2
2018-11-23 09:22:18 -08:00
Thomas Goyne
6afb851365
Update freetype2
2018-11-23 09:22:18 -08:00
therealfun
f6a2ac08a6
Makefiles: replace the use of subst macro with patsubst ( #56 )
...
$(subst .c,.o,...) replaces '.c' with '.o' everywhere in pathnames. For
example, renaming the "Aegisub" folder to "Aegisub.cool" will make the
build system generate "Aegisub.oool/.../.o" objects.
https://www.gnu.org/software/make/manual/make.html#Text-Functions
2018-03-05 09:28:29 -08:00
Martin Herkt
3594ade719
build: sort wildcard results for repeatable builds ( #44 )
2017-03-30 10:08:30 -07:00
Thomas Goyne
d1e5a2674b
Statically link ffms2 on Windows
...
It used to need to be dynamic due to that it was a nightmare to build,
with very specific toolchain requirements, but that's no longer the
case.
2016-03-13 17:38:49 -07:00
Thomas Goyne
e3ad5ea976
Update wxWidgets to 3.1.0
2016-03-13 16:33:52 -07:00
Thomas Goyne
45315476bd
Switch to a maintained fork of universalchardet
2016-02-09 20:29:29 -08:00
Thomas Goyne
fe2925408c
Remove fontconfig entirely from the Windows build
2015-12-29 20:08:07 -08:00
Thomas Goyne
15d78ed190
Update to libass 0.13.1
2015-12-29 19:56:38 -08:00
Thomas Goyne
85b356407f
Reapply OS X/Windows build hacks
2015-09-13 10:02:59 +02:00
darealshinji
736e69ef53
LuaJIT: enable Makefile verbosity with V=1
2015-09-12 13:09:32 +02:00
darealshinji
5c50029074
Aegisub-specific LuaJIT settings
2015-09-12 13:01:34 +02:00
darealshinji
896ede12f3
Apply and update LuaJIT patches
2015-09-12 12:45:23 +02:00
darealshinji
541a9ad590
LuaJIT 2.0.4
2015-09-12 12:38:01 +02:00
Thomas Goyne
ad1af90e74
Update dependencies to VS14 compatible versions
2015-07-30 19:20:10 -07:00
Thomas Goyne
8f5bfb0cae
Make toggle buttons on OS X much more visibly distinct
...
Closes #1839 .
2015-07-27 18:19:41 -07:00
Thomas Goyne
cad8c80aab
Update wxWidgets
2015-05-31 11:49:30 -07:00
Thomas Goyne
5afc543a5a
Update libass to 0.12.2
2015-05-09 11:28:19 -07:00
Thomas Goyne
4d4102fcb3
Update ffms2
...
Fixes handling of positive audio delay.
2015-05-09 10:54:41 -07:00
Thomas Goyne
3554bdc29a
Fix failing tests
2015-02-15 12:37:34 -08:00
Thomas Goyne
0080f3ad39
Update libass
2015-01-26 19:22:59 -08:00
Niels Martin Hansen
a93c51c9ba
Avoid having libiconv export symbols on Windows
2015-01-14 00:21:23 +01:00
Thomas Goyne
bfe7e4688a
Bump wx submodule
2015-01-01 10:24:01 -08:00
Thomas Goyne
3c59ea9a0a
Remove AegisubApp::HandleEvent
...
OnExceptionInMainLoop covers the same functionality.
2015-01-01 10:24:00 -08:00
Thomas Goyne
7fc2b248ad
Update dependencies
2014-11-30 15:28:58 -08:00
Thomas Goyne
6159f1587d
Update wx
...
Removes the need for the RTL hacks in BaseGrid as the bugs have been
fixed properly in wx.
2014-08-23 15:56:32 -07:00
Thomas Goyne
416b9809c8
Update boost to 1.56
...
Closes #1818 .
2014-08-16 14:01:58 -07:00
Thomas Goyne
45b5637e35
Update ffms2
2014-07-23 15:05:58 -07:00
Thomas Goyne
d311da75e0
Change LuaJIT's deployment target back to 10.4
...
Targetting 10.7 makes the error handler segfault, and targetting 10.4
appears to work fine.
2014-07-23 14:53:48 -07:00
Thomas Goyne
97b5163874
Patch os module methods to add Unicode support on Windows
2014-07-15 14:32:54 -07:00
Thomas Goyne
68b824c8ca
Patch io.open and io.popen to support Unicode filenames on Windows
2014-07-15 14:32:54 -07:00
Thomas Goyne
97a7b74dea
Update fontconfig
2014-07-01 12:25:36 -07:00
Thomas Goyne
6a3a401f57
Update fontconfig
2014-06-26 16:50:54 -07:00
Thomas Goyne
3c57dda9ac
Update to hunspell 1.3.3
2014-06-26 16:50:43 -07:00
Thomas Goyne
41b08628bc
Update ffms2
2014-06-24 13:14:21 -07:00
Thomas Goyne
68eaab0f43
Convert the build system to non-recursive make
...
Speeds up a no-op build from 500ms to 60ms and significantly improves
dependency tracking.
2014-06-17 11:37:20 -07:00
Thomas Goyne
6500b379bd
Remove all distfile stuff from the build system
...
It's unused and out of date.
2014-06-09 17:20:56 -07:00
Thomas Goyne
556d655c0b
Update ffmpeg, ffms2, libass
2014-06-06 12:08:51 -07:00
Thomas Goyne
62d64e0949
Update wxWidgets
2014-06-05 12:03:56 -07:00
Thomas Goyne
fb27c98ddd
Update wxWidgets
2014-05-30 13:24:58 -07:00
Thomas Goyne
f522d4df8a
Update ffms2
2014-05-20 09:46:58 -07:00
Thomas Goyne
d5ff5eaf5f
Update fontconfig
2014-05-17 18:01:40 -07:00