Commit Graph

7974 Commits

Author SHA1 Message Date
odrling 3ca13c48a3 use boost 1.73.0 2020-05-03 14:47:32 +02:00
odrling 21ea8fd0d8 . 2020-02-02 19:19:14 +01:00
odrling ff583af9f6 . 2020-02-02 17:55:13 +01:00
odrling 18515dba60 install boost with vcpkg 2020-02-02 17:36:47 +01:00
odrling e28d4b7af9 . 2020-01-25 01:42:16 +01:00
odrling 95125fe10e . 2020-01-25 01:40:03 +01:00
odrling 28d0b8ee7d install boost 2020-01-25 01:36:43 +01:00
odrling 1956ae257c . 2019-12-29 23:54:05 +01:00
odrling d2b97e0825 . 2019-12-29 23:35:59 +01:00
odrling 374a1c51dd . 2019-12-29 23:23:10 +01:00
odrling 85ab191b9f . 2019-12-29 22:21:24 +01:00
odrling 725f69ec3f . 2019-12-29 22:12:38 +01:00
odrling 4d6fbbf571 . 2019-12-29 01:30:21 +01:00
odrling 6b072e8fa7 try to fix wxwidgets build (?) 2019-12-29 01:27:48 +01:00
odrling df1c4c3c79 use my frankensteined libass 2019-12-29 00:43:31 +01:00
odrling dc4481e0de . 2019-12-28 23:25:53 +01:00
odrling 19676dd4a7 trying icu official builds 2019-12-28 23:19:42 +01:00
odrling 1d388b1cfa . 2019-12-28 22:59:05 +01:00
odrling db90d0ca51 . 2019-12-28 22:52:50 +01:00
odrling 8c3719ba66 ICU 2019-12-28 22:43:38 +01:00
odrling b8a0cadf00 . 2019-12-28 22:26:39 +01:00
odrling 96dbe88cd1 . 2019-12-28 22:16:27 +01:00
odrling f0dbb49523 . 2019-12-28 22:14:58 +01:00
odrling 4fb6c4a626 . 2019-12-28 22:12:34 +01:00
odrling c87c1dfa9c Revert "."
This reverts commit 59c39c8822.
2019-12-28 22:12:11 +01:00
odrling 59c39c8822 . 2019-12-28 22:10:59 +01:00
odrling 0d6b302c59 Revert "."
This reverts commit 12e43aff1c.
2019-12-28 22:09:42 +01:00
odrling 12e43aff1c . 2019-12-28 22:08:36 +01:00
odrling e8795dd784 . 2019-12-28 22:07:15 +01:00
odrling 670ad4fa3b . 2019-12-28 22:05:38 +01:00
odrling 94d5baa8e9 . 2019-12-28 22:02:37 +01:00
odrling 0de85236c8 wxWidgets 2019-12-28 22:00:53 +01:00
odrling ce7cde458b boost 2019-12-28 21:44:48 +01:00
odrling 7fc0db1613 . 2019-12-28 21:43:05 +01:00
odrling 4ae9594190 . 2019-12-28 21:41:52 +01:00
odrling ba72150c8d :ChrisDespair: 2019-12-28 21:33:20 +01:00
odrling 7cff9f3dd1 . 2019-12-28 21:31:18 +01:00
odrling b820e3594b . 2019-12-28 21:30:31 +01:00
odrling 1fc91d5bf5 . 2019-12-28 21:28:26 +01:00
odrling db8508bd1d . 2019-12-28 21:25:33 +01:00
odrling 71df6cba5c [appveyor] test meson build 2019-12-28 21:20:46 +01:00
line0 2f1f884906 meson: build libiconv as static library 2019-10-27 02:30:01 +01:00
line0 fdc73fc87e meson: define BOOST_USE_WINDOWS_H on Windows
fixes symbol redefinition errors in VS 2019
2019-10-27 02:29:31 +01:00
line0 25bf0c9d9a meson: update dependencies 2019-10-27 02:28:12 +01:00
line0 239712f119 meson: don't build fontconfig file lister on windows 2019-10-27 02:23:40 +01:00
line0 be452d3979 fix PCHs on VS2019
* separate PCH for C and C++
* acconf.h now included in PCHs on windows, too
* meson now auto-generates companion source files for PCH headers
2019-10-27 02:19:38 +01:00
FichteFoll ad5205202f Use i18n.merge_file for real
Requires gettext 0.19, which is available on all major linux dists.

Not compatible with autotools chain! (For now, anyway.)
2019-10-05 21:34:42 +02:00
FichteFoll f477393217 Add commented i18n.merge_file version
Using that makes use of gettext (and msgfmt) rather than intltool,
which is the proper way but requires a more recent gettext version and
I'm not comfortable adding that dependency for now.

Specifically, it would require updating the autotools chain as well
as the template files are incompatible.

See https://wiki.gnome.org/MigratingFromIntltoolToGettext for more info.
2019-10-05 21:34:42 +02:00
FichteFoll 02c7e4b73c Move language specifications to LINGUAS file
This is required when using i18n.merge_file.
2019-10-05 21:34:41 +02:00
FichteFoll 6b8d7c4ce8 Properly build aegisub.desktop 2019-10-05 21:34:41 +02:00