| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
|
|
* | Xcode: use ranged for loops, cleanup existing for loops | Craig Scott | 2017-11-10 | 1 | -15/+11 |
|
|
* | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 1 | -1/+2 |
|
|
* | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 1 | -3/+3 |
|
|
* | Fix some occurrences of readability-avoid-const-params-in-decls | Matthias Maennich | 2017-09-28 | 1 | -3/+3 |
|
|
* | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 1 | -4/+4 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+2 |
|
|
* | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 1 | -2/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Xcode: Add function to conditionally add Xcode Attributes | Gregor Jasny | 2016-06-17 | 1 | -0/+16 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -116/+93 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -9/+0 |
|
|
* | Help clang-format wrap after braces on long initializer lists | Brad King | 2016-05-06 | 1 | -0/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Xcode: Refactor block writes to allow any level of nesting | Robert Goulet | 2016-02-24 | 1 | -63/+63 |
|
|
* | Xcode: Escape all backslashes in strings (#15328) | Gregor Jasny | 2016-01-07 | 1 | -2/+2 |
|
|
* | Xcode: Invert quoting logic to whitelist of characters | Gregor Jasny | 2015-08-05 | 1 | -1/+5 |
|
|
* | Xcode: Quote strings containing a tilde (#15672) | Gregor Jasny | 2015-07-31 | 1 | -1/+1 |
|
|
* | Xcode: Refine quoting rules for Strings | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Let PrintComment decide if the comment is non-empty | Gregor Jasny | 2015-04-17 | 1 | -4/+1 |
|
|
* | Xcode: PrintComment will prepend a whitespace itself before the comment | Gregor Jasny | 2015-04-17 | 1 | -3/+2 |
|
|
* | Xcode: Do not add whitespace after attribute group opening brace | Gregor Jasny | 2015-04-17 | 1 | -1/+5 |
|
|
* | Xcode: Properly indent PBXFileReference and PBXBuildFile | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Indent using tabs | Gregor Jasny | 2015-04-17 | 1 | -1/+1 |
|
|
* | Xcode: Also quote strings containing // (#15487) | Gregor Jasny | 2015-04-04 | 1 | -0/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Use strings for AddString methods | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Xcode: Each target dependency edge needs a unique object (#13935) | Brad King | 2013-02-19 | 1 | -1/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -12/+12 |
|
|
* | Xcode: Save object id values in CMakeCache.txt (#11690) | David Cole | 2011-08-24 | 1 | -19/+21 |
|
|
* | 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 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Simplify string attributes in Xcode generator | Brad King | 2008-09-02 | 1 | -25/+33 |
|
|
* | 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 |
|
|
* | 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 |
|
|