index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
create_msvc
/
create_msvc.cpp
Age
Commit message (
Expand
)
Author
2010-08-01
create_msvc: Fix SCUMMVM_LIBS support for MSVC2010.
Johannes Schickel
2010-07-23
TOOLS: Formatting fixes.
Johannes Schickel
2010-07-23
TOOLS: Preliminary SCUMMVM_LIBS support for msvc8/9.
Johannes Schickel
2010-07-23
TOOLS: Fix MSVC 2010 project files.
Johannes Schickel
2010-06-26
Add flag to set USE_DETECTLANG in create_msvc.
Johannes Schickel
2010-06-15
Add translation feature support in create_msvc.
Johannes Schickel
2010-05-26
Reverted commit #49107 - it is pointless to keep silencing this warning (whic...
Filippos Karapetis
2010-05-19
Disabled probably false positive warning 4121 (alignment of a member was sens...
Filippos Karapetis
2010-05-19
Added missing single quote
Filippos Karapetis
2010-05-19
formatting
Eugene Sandulenko
2010-05-19
Patch from Littleboy to silence useless warning due to VideoDecoder changes
Eugene Sandulenko
2010-05-10
Fix build with scalers for msvc.
Andre Heider
2010-04-29
Final patch from #2891357 "create_msvc: Add support for MSVC10".
Johannes Schickel
2010-03-08
Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche...
Johannes Schickel
2010-01-31
Yet another little formatting fix.
Johannes Schickel
2010-01-31
Formatting.
Johannes Schickel
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-11
Patch from tracker item #2909981 which documents the various MSVC warnings we...
Max Horn
2010-01-11
Added MSVC warning 4355 ignore for the M4 project
Paul Gilbert
2009-12-30
Mark MSVC 2010 as experimental in the tool's help output too.
Johannes Schickel
2009-12-30
Commit of slightly modified (formatting only) patch 4 "Add MSVC10 support" fr...
Johannes Schickel
2009-12-30
Commit patch 2 "Simplify createBuildProp code" from fr #2891357 "create_msvc:...
Johannes Schickel
2009-12-30
Commit patch 1 "Extract version specific code" from fr #2891357 "create_msvc:...
Johannes Schickel
2009-12-25
Commit of patch #2909981 "create_msvc: Updated default warnings + per-project...
Johannes Schickel
2009-12-12
create_msvc: (littleboy) Fixed closing of search handle (should use FindClose...
Arnaud Boutonné
2009-12-07
Formatting.
Johannes Schickel
2009-12-07
Disabled language extensions in the generated MSVC project files (refer to pa...
Filippos Karapetis
2009-11-03
Enable FLAC by default for MSVC, since our new prebuilt library package suppo...
Johannes Schickel
2009-11-03
Turn off warning 4267 ("conversion from 'size_t' to xxx, possible loss of dat...
Filippos Karapetis
2009-10-28
Fix possible use of double backslash in relative file path value.
Johannes Schickel
2009-10-28
Cleanup.
Johannes Schickel
2009-10-28
Change help text to nicely fit 80xY terminals.
Johannes Schickel
2009-10-28
Fix bug createUUID, which caused our custom createUUID implementation to fail...
Johannes Schickel
2009-10-27
Only use std::srand once. (Fixes bug that createUUID always creates identical...
Johannes Schickel
2009-10-27
Fix building under MSVC.
Johannes Schickel
2009-10-27
Implement support for "scanFiles" for POSIX systems, now the tool should work...
Johannes Schickel
2009-10-27
Implemented a working createUUID for *NIX systems (and some minor cleanup).
Johannes Schickel
2009-10-27
Fix whitespace usage.
Johannes Schickel
2009-10-27
Add another assert to check for return value of "new".
Johannes Schickel
2009-10-27
Got rid of use of exceptions.
Johannes Schickel
2009-10-27
Add missing include.
Johannes Schickel
2009-10-26
Cleanup.
Johannes Schickel
2009-10-26
- Add support for AMD64 (x64) builds in automatically generated MSVC project ...
Johannes Schickel
2009-10-26
Cleanup.
Johannes Schickel
2009-10-25
Allow overwriting of the output path.
Johannes Schickel
2009-10-25
Add warning when no engine definitions are found (or the configure file is mi...
Johannes Schickel
2009-10-25
Allow overwriting the file prefix in the relative path arguments of MSVC proj...
Johannes Schickel
2009-10-25
Use slashes instead of backslashes in internal path representation.
Johannes Schickel
2009-10-25
Initial check in of a tool which is able to create MSVC project files out of ...
Johannes Schickel