Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | Cameron Cawley | |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2017-02-06 | CREATE_PROJECT: Disable engines for which required features are not available | Thierry Crozat | |
2016-08-22 | CREATE_PROJECT: Switch SDL backend to SDL2 by default | Filippos Karapetis | |
This adapts create_project with the changes in de04a68c06 | |||
2016-03-24 | DEVTOOLS: Improve SDL2 support in create_project. | Johannes Schickel | |
This adapts MSBuild and XCode project generators to output project files which can be used to build the SDL backend with SDL2 easily. | |||
2016-03-24 | DEVTOOLS: Slight formatting fix. | Johannes Schickel | |
2016-01-06 | IOS: Merge master | Vincent Bénony | |
2016-01-06 | IOS: Adds an helper function | Vincent Bénony | |
2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony | |
2015-12-12 | DEVTOOLS: A few formatting fixes. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Factor out function to create directories in create_project. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: 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-09-27 | DEVTOOLS: 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-11 | CREATE_PROJECT: Remove usage of std::to_string() | Littleboy | |
2013-07-07 | CREATE_PROJECT: Add support for tests | Littleboy | |
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build | |||
2012-09-05 | CREATE_PROJECT: Add config option to disable language extensions and edit ↵ | Littleboy | |
and continue (per-project) | |||
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-09-06 | CREATE_PROJECT: Add support for creating Visual Studio projects for the dev ↵ | Littleboy | |
tools - Move project name and description to BuildSetup structure - Add list of tools to generate project for (similar to the list of features) | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-02 | Merge remote-tracking branch 'upstream/master' into nsis | Littleboy | |
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk | |||
2011-04-28 | CREATE_PROJECT: Get rid of variadic macro usage. | Johannes Schickel | |
Variadic macros are C99 and ugly in C++. If we would want to do it differently we should rather rely on C++0x's initializer lists. But since we cannot assume all compilers we want create_project to build support that we cannot do that. | |||
2011-04-27 | TOOLS: Update create_project to optionally create an installer after a ↵ | Littleboy | |
successful build | |||
2011-04-24 | CREATE_PROJECT: Move project-specific information to configuration file | Littleboy | |
User-visible output and project-specific names are now defined in a config header. This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual). | |||
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |