Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this ↵ | Johannes Schickel | |
matches all the external library use too). svn-id: r48208 | |||
2010-01-31 | Yet another little formatting fix. | Johannes Schickel | |
svn-id: r47758 | |||
2010-01-31 | Formatting. | Johannes Schickel | |
svn-id: r47757 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-11 | Patch from tracker item #2909981 which documents the various MSVC warnings ↵ | Max Horn | |
we disabled, and why svn-id: r47259 | |||
2010-01-11 | Added MSVC warning 4355 ignore for the M4 project | Paul Gilbert | |
svn-id: r47248 | |||
2009-12-30 | Mark MSVC 2010 as experimental in the tool's help output too. | Johannes Schickel | |
svn-id: r46764 | |||
2009-12-30 | Commit of patch 5 "Add MSVC10 project & solution" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46761 | |||
2009-12-30 | Commit of slightly modified (formatting only) patch 4 "Add MSVC10 support" ↵ | Johannes Schickel | |
from fr #2891357 "create_msvc: Add support for MSVC10". svn-id: r46760 | |||
2009-12-30 | Commit patch 3 "Silence warnings (in project files)" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46759 | |||
2009-12-30 | Commit patch 2 "Simplify createBuildProp code" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46758 | |||
2009-12-30 | Commit patch 1 "Extract version specific code" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46757 | |||
2009-12-25 | Commit of patch #2909981 "create_msvc: Updated default warnings + ↵ | Johannes Schickel | |
per-project warnings" with some slight changes. svn-id: r46540 | |||
2009-12-12 | create_msvc: (littleboy) Fixed closing of search handle (should use ↵ | Arnaud Boutonné | |
FindClose instead of CloseHandle with handles from FindFirstFile) svn-id: r46353 | |||
2009-12-07 | Formatting. | Johannes Schickel | |
svn-id: r46277 | |||
2009-12-07 | Disabled language extensions in the generated MSVC project files (refer to ↵ | Filippos Karapetis | |
patch #2909854) svn-id: r46274 | |||
2009-11-03 | Enable FLAC by default for MSVC, since our new prebuilt library package ↵ | Johannes Schickel | |
supports FLAC as well. svn-id: r45646 | |||
2009-11-03 | Turn off warning 4267 ("conversion from 'size_t' to xxx, possible loss of ↵ | Filippos Karapetis | |
data"), thrown in 64bit builds svn-id: r45636 | |||
2009-10-28 | Fix possible use of double backslash in relative file path value. | Johannes Schickel | |
svn-id: r45485 | |||
2009-10-28 | Cleanup. | Johannes Schickel | |
svn-id: r45484 | |||
2009-10-28 | Change help text to nicely fit 80xY terminals. | Johannes Schickel | |
svn-id: r45483 | |||
2009-10-28 | Fix bug createUUID, which caused our custom createUUID implementation to ↵ | Johannes Schickel | |
fail to convert some UUIDs to a string correctly. svn-id: r45482 | |||
2009-10-27 | Only use std::srand once. (Fixes bug that createUUID always creates ↵ | Johannes Schickel | |
identical UUIDs, when run only with a short span of time in between). svn-id: r45449 | |||
2009-10-27 | Fix building under MSVC. | Johannes Schickel | |
svn-id: r45448 | |||
2009-10-27 | Include support for "create_msvc" in the Makefile based build system. | Johannes Schickel | |
svn-id: r45447 | |||
2009-10-27 | Implement support for "scanFiles" for POSIX systems, now the tool should ↵ | Johannes Schickel | |
work fine for *NIX too. svn-id: r45446 | |||
2009-10-27 | Implemented a working createUUID for *NIX systems (and some minor cleanup). | Johannes Schickel | |
svn-id: r45445 | |||
2009-10-27 | Fix whitespace usage. | Johannes Schickel | |
svn-id: r45444 | |||
2009-10-27 | Add another assert to check for return value of "new". | Johannes Schickel | |
svn-id: r45443 | |||
2009-10-27 | Got rid of use of exceptions. | Johannes Schickel | |
svn-id: r45442 | |||
2009-10-27 | Add missing include. | Johannes Schickel | |
svn-id: r45441 | |||
2009-10-26 | Cleanup. | Johannes Schickel | |
svn-id: r45425 | |||
2009-10-26 | - Add support for AMD64 (x64) builds in automatically generated MSVC project ↵ | Johannes Schickel | |
files. - Fixed some file prefix bug, introduced when allowing to overwrite the file prefix via command line. svn-id: r45424 | |||
2009-10-26 | Cleanup. | Johannes Schickel | |
svn-id: r45421 | |||
2009-10-25 | Typos. | Johannes Schickel | |
svn-id: r45386 | |||
2009-10-25 | Allow overwriting of the output path. | Johannes Schickel | |
svn-id: r45385 | |||
2009-10-25 | Add warning when no engine definitions are found (or the configure file is ↵ | Johannes Schickel | |
missing). svn-id: r45384 | |||
2009-10-25 | Allow overwriting the file prefix in the relative path arguments of MSVC ↵ | Johannes Schickel | |
project files. svn-id: r45383 | |||
2009-10-25 | Use slashes instead of backslashes in internal path representation. | Johannes Schickel | |
svn-id: r45381 | |||
2009-10-25 | Initial check in of a tool which is able to create MSVC project files out of ↵ | Johannes Schickel | |
the configure / Makefile based build system. svn-id: r45380 |