Aegisub/aegisub/src/command
Thomas Goyne f3428bccbd Fix compilation with wx built with --enable-stl
--enable-stl replaces the implicit conversion to char/wchar_t* with one
to std::[w]string. This breaks conversions to boost::filesytem::path and
makes some ternaries ambiguous (which GCC helpfully reports as no
conversion existing rather than an ambiguous conversion).
2014-01-05 08:21:53 -08:00
..
Makefile.inc Use non-recursive make for libresrc and command so that dependencies can actually be set correctly. Fixes parallel builds. 2011-12-22 21:20:34 +00:00
app.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
audio.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
automation.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
command.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
command.h Add a better error message when a hotkey is set for an invalid command 2014-01-04 06:20:31 -08:00
edit.cpp Use raw string literals for regular expressions where useful 2013-12-12 09:27:52 -08:00
grid.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
help.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
icon.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
icon.h Kill the #ifndef AGI_PRE guards 2012-12-02 06:33:29 -08:00
keyframe.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
recent.cpp Remove entirely superfluous doxygen comments in commands 2013-10-25 14:03:35 -07:00
subtitle.cpp Fix typo in help text 2014-01-03 07:41:36 -08:00
time.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
timecode.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
tool.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00
video.cpp Fix compilation with wx built with --enable-stl 2014-01-05 08:21:53 -08:00
vis_tool.cpp Run clang-modernize on things 2013-11-23 09:57:22 -08:00