Michał Janiszewski
3d3b0124ad
CREATE_PROJECT: Make MSVC project understand more architectures
2020-07-15 15:30:55 +02:00
Michał Janiszewski
a23b1789db
CREATE_PROJECT: Add ability to remove feature from setup
2020-07-15 15:30:55 +02:00
Michał Janiszewski
0de86d6fbf
CREATE_PROJECT: Add option to use canonical library names
...
This allows for easier plugging in of alternative providers of libraries
2020-07-15 15:30:55 +02:00
SupSuper
558b07584e
CREATE_PROJECT: Use name-based UUIDs for MSVC projects
...
This keeps the project UUIDs consistent between regenerations,
avoiding excessive workspace reloads.
2019-06-19 00:15:48 +03:00
SupSuper
fd0d65496e
CREATE_PROJECT: Auto-detect Visual Studio version if not specified
...
This removes the need for separate scripts for every version
2019-04-20 07:47:25 -04:00
SupSuper
5c0529abc2
CREATE_PROJECT: Refactor Visual Studio version differences
...
Moved most generation differences to a MSVCVersion class, makes it
easier to support new versions without tracking down if-checks everywhere.
2019-04-20 07:47:25 -04:00
SupSuper
3091345af3
MSVC: Update post-build installer for Inno Setup
2018-12-23 18:39:06 +02:00
Cameron Cawley
8fa2f90a26
CREATE_PROJECT: Support building with Tremor instead of Vorbis
2018-11-27 22:58:02 +00:00
Adrian Frühwirth
cee4d6b853
JANITORIAL: Fix trailing whitespace
2018-05-24 15:30:55 +02:00
Thierry Crozat
2f4d14aba5
CREATE_PROJECT: Disable engines for which required features are not available
2017-02-06 23:18:02 +00:00
Filippos Karapetis
c69eb82527
CREATE_PROJECT: Switch SDL backend to SDL2 by default
...
This adapts create_project with the changes in de04a68c06
2016-08-22 13:09:49 +03:00
Johannes Schickel
dfaf97dda7
DEVTOOLS: Improve SDL2 support in create_project.
...
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 01:26:05 +01:00
Johannes Schickel
567a6b4712
DEVTOOLS: Slight formatting fix.
2016-03-24 01:26:05 +01:00
Vincent Bénony
64f50761ec
IOS: Merge master
2016-01-06 16:19:03 +01:00
Vincent Bénony
a8d65195ce
IOS: Adds an helper function
2016-01-06 15:35:35 +01:00
Vincent Bénony
283eac7e5f
IOS: Create a separate for adding resources
2016-01-06 15:35:32 +01:00
Johannes Schickel
84ac8fa735
DEVTOOLS: A few formatting fixes.
2015-12-12 06:54:58 +01:00
Johannes Schickel
c00ab00f25
DEVTOOLS: Factor out function to create directories in create_project.
2013-11-24 00:48:01 +00:00
Johannes Schickel
6e29e1abee
DEVTOOLS: Adapt create_project for new configure.engine files.
...
I could not try any generated project files since I do not have access to
the IDEs.
2013-11-24 00:48:01 +00:00
Eugene Sandulenko
ca5804a253
DEVTOOLS: Make Coverity happy.
...
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-27 12:28:25 +03:00
Littleboy
8b56d0792c
CREATE_PROJECT: Remove usage of std::to_string()
2013-09-11 21:22:06 -04:00
Littleboy
a949a88220
CREATE_PROJECT: Add support for tests
...
- 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-07 12:10:31 -04:00
Littleboy
9821f30224
CREATE_PROJECT: Add config option to disable language extensions and edit and continue (per-project)
2012-09-05 20:18:24 -04:00
Littleboy
67751f77c8
CREATE_PROJECT: Output Groups and File references in XCode provider
2012-07-14 16:33:41 -04:00
Christoph Mallon
a78b2d777d
JANITORIAL: Remove extra semicolons.
2011-11-27 12:54:22 +01:00
Littleboy
7cfed737d7
CREATE_PROJECT: Add support for creating Visual Studio projects for the dev tools
...
- Move project name and description to BuildSetup structure
- Add list of tools to generate project for (similar to the list of features)
2011-09-06 19:17:39 -04:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Littleboy
0e45aa8655
Merge remote-tracking branch 'upstream/master' into nsis
...
Conflicts:
devtools/create_project/scripts/postbuild.cmd
devtools/create_project/visualstudio.cpp
ports.mk
2011-05-02 17:21:10 -04:00
Johannes Schickel
7f889c6101
CREATE_PROJECT: Get rid of variadic macro usage.
...
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-28 16:47:11 +02:00
Littleboy
3f2b25f879
TOOLS: Update create_project to optionally create an installer after a successful build
2011-04-27 11:08:45 -04:00
Littleboy
878d72b387
CREATE_PROJECT: Move project-specific information to configuration file
...
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-24 16:59:48 -04:00
Max Horn
6cf1de87ac
DEVTOOLS: Renamed 'tools' directory to 'devtools'
2011-04-09 23:47:35 +02:00