aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.h
AgeCommit message (Collapse)Author
2016-01-06DEVTOOL: FormattingVincent Bénony
2016-01-06DEVTOOL: CleanupVincent Bénony
2016-01-06IOS: Merge masterVincent Bénony
2016-01-06IOS: Compute MD5 identifiers instead of randomVincent Bénony
To avoid recompiling the wole project each time we use the create_project tool.
2016-01-06IOS: Properly adds the resource files to the targetsVincent Bénony
2016-01-06IOS : Rename a functionVincent Bénony
2016-01-06IOS: Adds the image asset catalog to the iOS targerVincent Bénony
2016-01-06IOS: Fixes various iOS compilation flags, and missing frameworksVincent Bénony
2016-01-06IOS: Create a separate for adding resourcesVincent Bénony
2015-12-12DEVTOOLS: Adjust enum constant names to match our conventions.Johannes Schickel
2015-12-12DEVTOOLS: 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-12DEVTOOLS: Cleanup code.Johannes Schickel
2015-12-12DEVTOOLS: 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-12DEVTOOLS: Run astyle over xcode.[cpp/h].Johannes Schickel
Manual fix up included.
2015-12-12DEVTOOLS: 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-20CREATE_PROJECT: Rename XCodeProvider -> XcodeProviderFilippos Karapetis
2015-04-09CREATE_PROJECT: Remove leftover _rootGroups.Einar Johan Trøan Sømåen
2015-04-09CREATE_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-09CREATE_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-09CREATE_PROJECT: Revert idea about createOneProjectPerEngine.Einar Johan Trøan Sømåen
2015-04-09CREATE_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-09CREATE_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-02CREATE_PROJECT: Implement basic XCode providerJulien
This only outputs a skeleton project with no files and targets yet
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien