Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-07 | DEVTOOLS: Fix Performance Issue Warning in create_project. | D G Turner | |
This is the last fix for bug Trac #10655. | |||
2017-09-10 | CREATE_PROJECT: Fix typo in Xcode generator interface | Colin Snover | |
2016-01-06 | DEVTOOL: Formatting | Vincent Bénony | |
2016-01-06 | DEVTOOL: Cleanup | Vincent Bénony | |
2016-01-06 | IOS: Merge master | Vincent Bénony | |
2016-01-06 | IOS: Compute MD5 identifiers instead of random | Vincent Bénony | |
To avoid recompiling the wole project each time we use the create_project tool. | |||
2016-01-06 | IOS: Properly adds the resource files to the targets | Vincent Bénony | |
2016-01-06 | IOS : Rename a function | Vincent Bénony | |
2016-01-06 | IOS: Adds the image asset catalog to the iOS targer | Vincent Bénony | |
2016-01-06 | IOS: Fixes various iOS compilation flags, and missing frameworks | Vincent Bénony | |
2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony | |
2015-12-12 | DEVTOOLS: Adjust enum constant names to match our conventions. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Remove 'explicit' keyword from multi parameter constructors. | Johannes Schickel | |
This does not make sense in C++98. For C++11 this only prevents Foo x = {...} initialization, which we can't use anyway. | |||
2015-12-12 | DEVTOOLS: Cleanup code. | Johannes Schickel | |
2015-12-12 | DEVTOOLS: Use default copy constructor. | Johannes Schickel | |
The formerly user supplied copy constructor was not identical to the default generated, but the output of create_project for xcode is unchanged. | |||
2015-12-12 | DEVTOOLS: Run astyle over xcode.[cpp/h]. | Johannes Schickel | |
Manual fix up included. | |||
2015-12-12 | DEVTOOLS: Prefix varibles in structs/classes with '_' in xcode.[h/cpp]. | Johannes Schickel | |
This silences some variables and increases consistency with our code formatting conventions. | |||
2015-07-20 | CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider | Filippos Karapetis | |
2015-04-09 | CREATE_PROJECT: Remove leftover _rootGroups. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Add the product files to a group in XCode aswell (makes ↵ | Einar Johan Trøan Sømåen | |
things easier when configuring build-schemes) | |||
2015-04-09 | CREATE_PROJECT: Introduce a subclass of Object to manage group-creation. | Einar Johan Trøan Sømåen | |
This rewrites the way groups are created, so that the root source folder has groups created for any subfolder that is used, which allows for merging in the engines/-subfolder automatically. | |||
2015-04-09 | CREATE_PROJECT: Revert idea about createOneProjectPerEngine. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Define a group for the Frameworks, and add it to the ↵ | Einar Johan Trøan Sømåen | |
mainGroup, so that the buildPhase can figure things out. | |||
2015-04-09 | CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses ↵ | Einar Johan Trøan Sømåen | |
that want to create one single project. | |||
2011-06-02 | CREATE_PROJECT: Implement basic XCode provider | Julien | |
This only outputs a skeleton project with no files and targets yet | |||
2011-06-01 | CREATE_PROJECT: Add stubs for Xcode provider | Julien | |