Aegisub/aegisub/libaegisub
2010-06-05 23:42:49 +00:00
..
common Move most character set conversion code to libaegisub and make everything use the new conversion functionality. 2010-06-03 20:32:25 +00:00
include/libaegisub Add struct tm which mimics the struct on unix. Also setup the types file into seperate namespaces for clarity. The corrosponding change to windows/utils.cpp snuck into r4437. 2010-06-05 18:17:55 +00:00
unix Add some debug trace info. 2010-06-03 18:09:00 +00:00
windows Remove useless whitespace, I need to setup msvc to disable all it's auto-indentation features which are terrible. 2010-06-05 18:16:16 +00:00
config.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
lagi_pre.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
Makefile.am Add -ansi to CPPFLAGS which stops GCC from being stupid and defining unprefixed pp macros (such as "unix"), while i'm here add -pedantic 2010-06-05 23:42:49 +00:00