| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -7/+4 |
|
|
* | Xcode: use ranged for loops, cleanup existing for loops | Craig Scott | 2017-11-10 | 1 | -1/+1 |
|
|
* | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 1 | -3/+1 |
|
|
* | Fix some occurrences of readability-avoid-const-params-in-decls | Matthias Maennich | 2017-09-28 | 1 | -2/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 1 | -2/+7 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Xcode: Add function to conditionally add Xcode Attributes | Gregor Jasny | 2016-06-17 | 1 | -0/+9 |
|
|
* | Xcode: Add const qualifiers | James Touton | 2016-06-17 | 1 | -16/+21 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -95/+89 |
|
|
* | 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 | -0/+4 |
|
|
* | Xcode: Fix typo in comment | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | Xcode: Remove trailing semicolon | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -4/+4 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -9/+9 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -10/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | 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 | -9/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -14/+14 |
|
|
* | Xcode: Save object id values in CMakeCache.txt (#11690) | David Cole | 2011-08-24 | 1 | -0/+4 |
|
|
* | Xcode: Fix parallel build depends with universal binaries (#11844) | Brad King | 2011-06-06 | 1 | -0/+14 |
|
|
* | XCode: Also qoute [] as needed to set build-configurations. | Johan Björk | 2011-04-07 | 1 | -0/+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 | -0/+2 |
|
|
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -0/+16 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -11/+14 |
|
|
* | 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 | -11/+11 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -38/+38 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -4/+10 |
|
|
* | ENH: fixes for xcode21 and build styles and comments in the generated project | Bill Hoffman | 2005-11-16 | 1 | -6/+6 |
|
|
* | ENH: fix warnings | Bill Hoffman | 2005-09-05 | 1 | -1/+1 |
|
|
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 1 | -2/+8 |
|
|
* | ENH: more tests are passing, relative paths, and external objects are the one... | Bill Hoffman | 2005-02-17 | 1 | -0/+20 |
|
|
* | ENH: add link library stuff | Bill Hoffman | 2005-02-08 | 1 | -0/+4 |
|
|
* | ENH: fix bug in target linking | Bill Hoffman | 2005-02-07 | 1 | -0/+5 |
|
|
* | ENH: this version can build cmake | Bill Hoffman | 2005-02-04 | 1 | -0/+24 |
|
|
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -5/+27 |
|
|
* | ENH: getting closer | Bill Hoffman | 2005-02-02 | 1 | -1/+3 |
|
|
* | ENH: add initial non-working XCode stuff | Bill Hoffman | 2005-01-25 | 1 | -4/+5 |
|
|
* | ENH: initial xcode stuff | Bill Hoffman | 2005-01-24 | 1 | -3/+7 |
|
|
* | ENH: start xcode stuff | Bill Hoffman | 2005-01-21 | 1 | -0/+49 |
|
|