aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
AgeCommit message (Expand)Author
2016-01-06IOS: Cleanup Xcode settingsVincent Bénony
2016-01-06IOS: Fixes small issues about the project nameVincent Bénony
2016-01-06IOS: Cleanup preprocessor macrosVincent Bénony
2016-01-06IOS: Modernize Xcode projectVincent Bénony
2016-01-06IOS: More Xcode path fixedVincent Bénony
2016-01-06IOS: Fixes Xcode group pathsVincent Bénony
2016-01-06IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)Vincent Bénony
2016-01-06IOS: Removes an unused local variableVincent Bénony
2016-01-06IOS: Fixes a small memory leakVincent Bénony
2016-01-06IOS: Replaces whitespaces with tabVincent Bénony
2016-01-06IOS: Fixes a crash of the create_project tool when the lib directory is not f...Vincent Bénony
2016-01-06IOS: Replaces spaces with tabsVincent Bénony
2016-01-06IOS: Once again, changes the iOS deployment targetVincent Bénony
2016-01-06IOS: Changes the deployment target to iOS 7.0Vincent Bénony
2016-01-06IOS: Properly adds the resource files to the targetsVincent Bénony
2016-01-06IOS: Adds an helper functionVincent Bénony
2016-01-06IOS : Rename a functionVincent Bénony
2016-01-06IOS: Converts spaces to tabsVincent Bénony
2016-01-06IOS: Adds the image asset catalog to the iOS targerVincent Bénony
2016-01-06IOS: Removes "auto", and use an explicit typeVincent Bénony
2016-01-06IOS: Typo in commentVincent Bénony
2016-01-06IOS: Fixes various iOS compilation flags, and missing frameworksVincent Bénony
2016-01-06IOS: Keep the MACOSX, and IPHONE macros according to the targetVincent Bénony
2016-01-06IOS: Remove the simulator specific targetVincent Bénony
2016-01-06ISO: Removes the ENABLE_IOS macroVincent Bénony
2016-01-06IOS: Adds the POSIX macro to the create_project Xcode projectVincent Bénony
2016-01-06IOS: Adds the IPHONE macro to the generated projectVincent Bénony
2016-01-06IOS: Create a separate for adding resourcesVincent Bénony
2015-10-12CREATE_PROJECT: Cleanup and turn off exception handling againPaul Gilbert
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2015-07-20CREATE_PROJECT: Use NULL instead of nullptrFilippos Karapetis
2015-07-20CREATE_PROJECT: Rename XCodeProvider -> XcodeProviderFilippos Karapetis
2015-04-09CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link theora and jpeg in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use SRCROOT-relative include paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Set projectDirPath to the source-path in XCode.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Don't add -fno-rtti.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Remove leftover _rootGroups.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS f...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable RTTI in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add the product files to a group in XCode aswell (makes thing...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add macros to disable IOS-project creation for now.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Revert idea about createOneProjectPerEngine.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so tha...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring i...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGrou...Einar Johan Trøan Sømåen