Aegisub/aegisub/libaegisub/include/libaegisub
Amar Takhar 9d0c5a4890 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.
Originally committed to SVN as r4372.
2010-05-31 21:57:08 +00:00
..
cajun
access.h
charset.h Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp. 2010-05-28 07:40:21 +00:00
colour.h
exception.h
io.h
log.h Commit the beginings of a logging api, this is fairly complete however it has no locking. 2010-05-31 20:55:29 +00:00
mru.h
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
option_value.h
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
util.h
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