aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
AgeCommit message (Collapse)Author
2013-11-27DEVTOOLS: Include 'iterator' for std::back_inserter.Johannes Schickel
2013-11-25DEVTOOLS: Add project file directory to include path in generated project files.Johannes Schickel
2013-11-24DEVTOOLS: Make create_project sort SCUMM as first engine.Johannes Schickel
This makes create_project output consistent with configure output again.
2013-11-24DEVTOOLS: Adapt create_project to create engines/ dir if necessaryJohannes Schickel
2013-11-24DEVTOOLS: Factor out function to create directories in create_project.Johannes Schickel
2013-11-24DEVTOOLS: Adapt create_project for new configure.engine files.Johannes Schickel
I could not try any generated project files since I do not have access to the IDEs.
2013-10-23DEVTOOLS: Enable RTTI in create_project generated project files.Johannes Schickel
2013-09-27DEVTOOLS: Make Coverity happy.Eugene Sandulenko
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-17DEVTOOLS: Adapt create_project for libjpeg support.Johannes Schickel
The library name of the static library is based on what libjpeg-turbo uses which should be fine for Windows at least. Untested except for compilation of create_project.
2013-09-11CREATE_PROJECT: Remove usage of std::to_string()Littleboy
2013-09-06CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on ↵Littleboy
Windows
2013-09-06CREATE_PROJECT: Add extra configuration for compilation with LLVMLittleboy
2013-08-16CREATE_PROJECT: Enable built-in theme for MSVC builds again.D G Turner
This reverts commit d089658fb84f67652e9569bc03c76bcc65e7b881.
2013-08-16DEVTOOLS: Enable builtin theme in MSVC 2005 and 2008 in create_project.D G Turner
This reverts commit b830f68bacd18f51f4dd912ce3b54ec47d63f31d as the builtin theme is less than 64K again.
2013-08-14DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project.Johannes Schickel
This is a copy of d089658fb84f67652e9569bc03c76bcc65e7b881 for older MSVC versions. Thanks to Strangerke for noticing.
2013-07-07CREATE_PROJECT: Add support for testsLittleboy
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build
2013-07-07CREATE_PROJECT: Add create_neverhood and create_tony to the list of toolsLittleboy
2013-07-07CREATE_PROJECT: Add the libfaad and libmpeg2 librariesFilippos Karapetis
2013-07-05CREATE_PROJECT: Don't allow the keymapper and the event recorder to be ↵Filippos Karapetis
enabled simultaneously
2013-07-05CREATE_PROJECT: Add the event recorder to the feature flagsFilippos Karapetis
2013-07-04CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is ↵Paul Gilbert
more than 64kb
2013-07-03CREATE_PROJECT: Fix a typo in the help-message (--codeblocks)Einar Johan Trøan Sømåen
2013-06-30TOOLS: Add support for MSVC12 in create_projectLittleboy
2013-04-25CREATE_PROJECT: Add scummvm core project to list of coroutine projects to ↵Paul Gilbert
fix MSVC 10 compilation
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-05CREATE_PROJECT: Copy translations.dat in postbuild stepLittleboy
2012-09-05CREATE_PROJECT: Remove hardcoded define for post-build eventLittleboy
2012-09-05CREATE_PROJECT: Add config option to disable language extensions and edit ↵Littleboy
and continue (per-project)
2012-08-09CREATE_PROJECT: Fix "if" formatting.Johannes Schickel
2012-07-14CREATE_PROJECT: Output Groups and File references in XCode providerLittleboy
2012-07-14CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue)Littleboy
2012-07-14CREATE_PROJECT: Add freetype dll to copied files in postbuild scriptLittleboy
2012-07-14CREATE_PROJECT: Add support for Visual Studio 2012 project creationLittleboy
2012-07-14CREATE_PROJECT: Properly disable Edit and Continue in Debug modeLittleboy
2012-07-14CREATE_PROJECT: Add Visual Studio 2012 projectLittleboy
2012-06-24CREATE_PROJECT: Clarify license on imported codeWillem Jan Palenstijn
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268.
2012-05-20CREATE_PROJECT: Disable edit and continue in the scummvm projectFilippos Karapetis
Edit and continue is not compatible with the coroutine code. Previously, it was disabled in the tinsel project only, but now that the coroutine code has been moved into common, we need to disable edit and continue in the scummvm project instead
2012-05-17CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵Paul Gilbert
compilation properly
2012-05-02CREATE_PROJECT: Fix tool help output to reflect command line changes.D G Turner
2012-04-18BUILD: Move list of engines out of configureMax Horn
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future.
2012-04-17DEVTOOLS: take usage of config.h for xcode; few small updatesPawel Kolodziejski
2012-03-25CREATE_PROJECT: Add the FreeType featureFilippos Karapetis
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2011-12-30CREATE_PROJECT: Add support for enabling the key mapper featureFilippos Karapetis
2011-12-28CREATE_PROJECT: Add a hack to handle the KYRARPG_COMMON_OBJ variable in the ↵Filippos Karapetis
module.mk file of the kyra engine
2011-12-28CREATE_PROJECT: Silence warnings 4510 and 4610 in the kyra engineFilippos Karapetis
2011-11-27JANITORIAL: Remove extra semicolons.Christoph Mallon
2011-11-25BUILD: Sync create_project with configure engine option changes.Alyssa Milburn
2011-11-20ALL: Remove more m4/mads leftovers.Johannes Schickel
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something.
2011-11-17CREATE_PROJECT: Silence warnings 4345 globally and 4355 in DreamwebFilippos Karapetis