Aegisub/aegisub/libaegisub
2011-02-23 03:34:23 +00:00
..
common Remove <sys/param.h> and <sys/mount.h> from common/util.cpp this stems from my accident involving placing code meant for unix/util.cpp into unix/common.cpp which was partially fixed in r5366. 2011-02-23 03:34:23 +00:00
include/libaegisub libaegisub: use statvfs instead of statfs 2011-02-23 00:54:18 +00:00
osx Relicense libosxutil code (osx/util.cpp and include/util_osx.h) using the same license as the rest of the library. (obsd/2-clause bsdl) Done with the permission of current copyright holder jfs (Niels Martin Hansen). 2010-08-14 18:45:41 +00:00
unix Add <vector> 2011-02-23 03:24:08 +00:00
windows Make Windows path.cpp actually build. Still not really tested. 2011-02-09 21:55:40 +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 sys/param.h under ifndef _WIN32, I need to be more vigilant against including Unix headers in Windows builds. 2011-02-23 03:29:30 +00:00
Makefile Add a short method to make an std::string lowercase. 2011-02-09 22:31:44 +00:00