Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on ↵ | Einar Johan Trøan Sømåen | |
c++11-compat.h | |||
2015-04-09 | CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during ↵ | Einar Johan Trøan Sømåen | |
writeFileListToProject This has to be applied explicitly, as modifying ADD_FILE_REFERENCE to use SettingsQuoteVariable would be wrong (i.e. SDKROOT should not become "SDKROOT"). | |||
2015-04-09 | CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of ↵ | Einar Johan Trøan Sømåen | |
PBXBuildFile-hashes. | |||
2013-11-24 | DEVTOOLS: Factor out function to create directories in create_project. | Johannes Schickel | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-09 | CREATE_PROJECT: Fix "if" formatting. | Johannes Schickel | |
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2012-06-24 | CREATE_PROJECT: Clarify license on imported code | Willem Jan Palenstijn | |
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268. | |||
2012-04-17 | DEVTOOLS: take usage of config.h for xcode; few small updates | Pawel Kolodziejski | |
2012-03-17 | JANITORIAL: Remove +x from files, which should not be executable. | Christoph Mallon | |
2011-11-20 | ALL: Remove more m4/mads leftovers. | Johannes Schickel | |
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something. | |||
2011-06-02 | CREATE_PROJECT: Add complete build configuration output to XCode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add FrameworkBuildPhase output to XCode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add NativeTarget output to XCode provider | Julien | |
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 | |