Aegisub/libaegisub/common
Myaamori 84ac716972 meson: add uchardet port
Meson port instead of using CMake as I ran into issues with the
src directory (where uchardet.h is located) not being appended
to the include path, and on Windows I ran into a Meson issue
where a -D macro definition was being interpreted as a filename.
In the end a Meson port seemed simpler than working out the CMake
issues, as the CMakeLists.txt files were straightforward and easy
to port.

Note that because of the directory structure of the uchardet source
I had to change the include directive from uchardet/uchardet.h
to just uchardet.h. This is actually more in line with the uchardet
pkg-config file, which appends /usr/include/uchardet to the include path.
2021-05-21 21:09:36 -04:00
..
cajun
calltip_provider.cpp Improve code coverage of tests 2015-07-28 14:30:03 -07:00
character_count.cpp Properly ignore ASS whitespace characters in character counter 2019-09-22 17:39:43 -07:00
charset.cpp meson: add uchardet port 2021-05-21 21:09:36 -04:00
charset_6937.cpp
charset_6937.h
charset_conv.cpp iconv wrapper: allocate a smaller buffer on the stack 2021-01-16 05:31:08 -05:00
color.cpp
dispatch.cpp
file_mapping.cpp
format.cpp Add some extern template declarations for stuff with vtables 2014-12-28 20:43:29 -08:00
fs.cpp
hotkey.cpp
io.cpp Update to Visual Studio 2015 2015-07-30 19:20:10 -07:00
json.cpp
kana_table.cpp
karaoke_matcher.cpp
keyframe.cpp Add support for WWXD keyframes in qpfile format 2018-05-10 03:28:51 -04:00
line_iterator.cpp Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
log.cpp
mru.cpp
option.cpp Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
option_value.cpp Pull some of OptionValue to a cpp file 2014-12-28 20:21:48 -08:00
parser.cpp
parser.h
path.cpp
thesaurus.cpp Replace most remaining uses of boost::split with agi::Split 2015-02-08 08:11:14 -08:00
util.cpp In tagless_find_helper only tag before start should be ignored 2019-09-22 17:41:02 -07:00
vfr.cpp Remove agi::vfr::Framerate's explicit swap implementation 2015-07-28 14:30:03 -07:00
ycbcr_conv.cpp