Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Each target dependency edge needs a unique object (#13935) | Brad King | 2013-02-19 | 1 | -1/+0 |
| | | | | | | | | | | | | | Generate a unique PBXTargetDependency and PBXContainerItemProxy for every edge in the dependency graph as required by the Xcode format. Xcode only accidentally loads project files that re-use the same PBXTargetDependency for every edge leading to a single target. If one is removed by hand in the IDE then Xcode may crash due to dangling references from the others. Since cmGlobalXCodeGenerator::AddDependTarget is called exactly once for every edge in the target dependency graph we do not need to keep track of which edges have been visited to avoid generating duplicates. | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | Xcode: Save object id values in CMakeCache.txt (#11690) | David Cole | 2011-08-24 | 1 | -19/+21 |
| | | | | | | | | | For project and target objects, save their ids in CMakeCache.txt. Hopefully, that will be enough to allow user settings to be saved across multiple CMake generate operations. Other object types may also need their ids saved: if so, more code than this commit will be necessary... | ||||
* | Xcode: Quote ',' in Xcode string values (#12259) | Johan Björk | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | XCode: Also qoute [] as needed to set build-configurations. | Johan Björk | 2011-04-07 | 1 | -10/+20 |
| | |||||
* | Xcode: Quote string values containing '$' (#11244) | Mikkel Krautz | 2010-09-20 | 1 | -1/+1 |
| | | | | | Allow use of $(STANDARD_32BIT_ARCHS) as CMAKE_OSX_ARCHITECTURES. The expanded value must remain a single string. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Simplify string attributes in Xcode generator | Brad King | 2008-09-02 | 1 | -25/+33 |
| | | | | | | | This change cleans up the implementation of cmXCodeObject to avoid un-escaping and re-escaping string values. There is no need to store the string in escaped form. It can be escaped once when it is printed out to the generated project file. | ||||
* | ENH: fix for 64 bit cmake on mac | Bill Hoffman | 2008-05-09 | 1 | -0/+4 |
| | |||||
* | ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵ | David Cole | 2007-08-14 | 1 | -3/+31 |
| | | | | Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder. | ||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -0/+16 |
| | |||||
* | ENH: @ must be escaped in xcode projects | Bill Hoffman | 2007-05-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix for quotes in strings for flags #4022 | Bill Hoffman | 2007-02-21 | 1 | -1/+3 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+6 |
| | |||||
* | ENH: Add copy stages for bundle files | Andy Cedilnik | 2006-03-29 | 1 | -0/+1 |
| | |||||
* | BUG: some UNIX fixes for my m_ commit | Ken Martin | 2006-03-15 | 1 | -22/+22 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -44/+44 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -2/+4 |
| | |||||
* | ENH: more chars need quotes | Bill Hoffman | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | ENH: fixes for xcode21 and build styles and comments in the generated project | Bill Hoffman | 2005-11-16 | 1 | -20/+74 |
| | |||||
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 1 | -2/+4 |
| | |||||
* | ENH: fix bug in target linking | Bill Hoffman | 2005-02-07 | 1 | -5/+23 |
| | |||||
* | ENH: this version can build cmake | Bill Hoffman | 2005-02-04 | 1 | -1/+4 |
| | |||||
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -3/+11 |
| | |||||
* | ENH: getting closer | Bill Hoffman | 2005-02-02 | 1 | -16/+2 |
| | |||||
* | ENH: getting closer | Bill Hoffman | 2005-02-01 | 1 | -0/+8 |
| | |||||
* | ENH: xcode almost working for simple exe, but not yet | Bill Hoffman | 2005-01-27 | 1 | -0/+3 |
| | |||||
* | ENH: fix a few more xcode things | Bill Hoffman | 2005-01-27 | 1 | -4/+18 |
| | |||||
* | ENH: add missing ; | Bill Hoffman | 2005-01-27 | 1 | -1/+1 |
| | |||||
* | ENH: add more xcode stuff | Bill Hoffman | 2005-01-27 | 1 | -2/+6 |
| | |||||
* | ENH: add initial non-working XCode stuff | Bill Hoffman | 2005-01-25 | 1 | -14/+15 |
| | |||||
* | ENH: initial xcode stuff | Bill Hoffman | 2005-01-24 | 1 | -23/+27 |
| | |||||
* | ENH: start xcode stuff | Bill Hoffman | 2005-01-21 | 1 | -0/+97 |