Aegisub/aegisub/libaegisub/include/libaegisub
Thomas Goyne a59d2a8e2e Fix 64-bit compilation errors
Originally committed to SVN as r4663.
2010-07-08 04:50:46 +00:00
..
cajun Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
access.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
charset.h Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
charset_conv.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
charset_conv_win.h Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
charsets.def Remove charsets which libiconv does not support from charsets.def 2010-07-06 19:23:01 +00:00
colour.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
exception.h Remove stray ;'s 2010-06-05 23:44:07 +00:00
io.h Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
line_iterator.h Fix 64-bit compilation errors 2010-07-08 04:50:46 +00:00
log.h Move the bulk of TextFileWriter's logic to libaegisub. 2010-07-07 02:41:46 +00:00
mru.h Move cajun includes into the cpp files rather than headers so that only files in libaegisub include them. 2010-06-11 02:25:07 +00:00
mutex.h Add Googles mutex.h which seems to be used in many of googles projects. It's better to use something that's well-tested rather than rolling our own. Also a huge time saver. 2010-05-31 21:57:08 +00:00
option.h Move cajun includes into the cpp files rather than headers so that only files in libaegisub include them. 2010-06-11 02:25:07 +00:00
option_value.h Add the name of the option to OptionValue's error messages 2010-06-24 01:24:49 +00:00
path.h Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further. 2010-05-24 17:57:07 +00:00
types.h wrap config.h include under LAGI and put -DLAGI when compiling to ensure it's only included when building libaegisub. 2010-06-24 01:49:48 +00:00
util.h Include <algorithm> to get std::for_each 2010-06-24 01:51:18 +00:00
util_win.h Add an ErrorString utility which converts the code from GetLastError() into a human readable std::string. 2010-05-22 21:09:37 +00:00
validator.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
vfr.h Rewrite VFR handling in Aegisub. 2010-07-08 04:29:04 +00:00