Commit Graph

160 Commits

Author SHA1 Message Date
Moritz Bunkus
83a08c7353 Fix a lot of warnings about comparing signed/unsigned integers 2010-06-06 23:26:10 +02:00
Moritz Bunkus
af3db5191d Don't shadow variables 2010-03-27 19:26:41 +01:00
Moritz Bunkus
b253f1d9ec Include a proxy header file for common/common.h
gcc < 4.4 has a bug that is triggered by included a header with a
precompiled version more than once. Including a proxy header file that
wraps the actual precompiled one inside a #ifdef guard is fine, though.
2010-03-23 20:26:52 +01:00
Steve Lhomme
10338df395 the common/mm_io.h include implies common.h 2010-03-15 21:54:50 +01:00
Steve Lhomme
079d2ae3ce clean the use of avilib.h 2010-03-13 19:04:03 +01:00
Steve Lhomme
099fa41bc7 avoid some macro collisions with MSVC 2010-03-12 20:39:51 +01:00
Steve Lhomme
58541a33a9 Preliminary support for coremake 2010-03-12 20:38:38 +01:00
Moritz Bunkus
4535f4fa78 Added boost/foreach.hpp and configure checks in case the system version is older than 1.34.0.
I want Debian Etch & OpenSuSE 10.x to continue to be supported, and
those only ship with Boost 1.33.0.
2009-11-25 22:29:02 +01:00
Moritz Bunkus
743eb3816e Added the UTF8-CPP project and functions for converting between UTF-8 encoded std::strings and std::wstrings. 2009-08-18 19:33:17 +02:00
Moritz Bunkus
bd86697a61 Moved the directories 'librmff' and 'avilib-0.6.10' to a common subdirectory 'lib'. 2009-08-18 11:29:48 +02:00