| Commit message (Expand) | Author | Age | Files | Lines |
* | Source_Group: Allow an empty prefix with the TREE syntax. | Yohann Benedic | 2018-04-30 | 1 | -1/+5 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | source_group: Fix TREE argument parsing | Mateusz Janek | 2018-01-30 | 1 | -83/+141 |
|
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-13 | 1 | -11/+10 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -11/+10 |
|
|
* | | Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommand | Sebastian Holtermann | 2017-09-09 | 1 | -32/+2 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Merge topic 'source_group-TREE-relative-path' | Brad King | 2017-05-18 | 1 | -12/+20 |
|\ |
|
| * | source_group: Restore TREE support for relative paths | Mateusz Janek | 2017-05-17 | 1 | -12/+20 |
|
|
* | | Merge branch 'backport-source_group-TREE-alt-root' into source_group-TREE-alt... | Brad King | 2017-04-21 | 1 | -16/+43 |
|\ \
| |/ |
|
| * | source_group: Fix TREE with root that is not current source dir | Mateusz Janek | 2017-04-21 | 1 | -16/+44 |
|
|
* | | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -0/+2 |
|/ |
|
* | source_group: Add options create groups matching directory tree | Mateusz Janek | 2017-01-16 | 1 | -0/+165 |
|
|
* | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 1 | -1/+1 |
|
|
* | Separate compilation for commands included in cmCommands | Daniel Pfeifer | 2016-10-21 | 1 | -0/+8 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -40/+23 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Fix style errors added by parent and grandparent | Brad King | 2011-06-08 | 1 | -1/+2 |
|
|
* | CMake: Move tokenize to cmSystemTools | Johan Björk | 2011-06-07 | 1 | -32/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | COMP: parent is not used anymore with this patch, since now the name is | Alexander Neundorf | 2007-08-26 | 1 | -2/+1 |
|
|
* | BUG: fix #4057 (which had several duplicates): handle recursivew source group... | Alexander Neundorf | 2007-08-24 | 1 | -8/+5 |
|
|
* | BUG: handle source_group names which consist only of the delimiter the same w... | Alexander Neundorf | 2007-08-24 | 1 | -8/+7 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -6/+6 |
|
|
* | ENH: fix problem if there are .. in the path to the source file specified in ... | Bill Hoffman | 2006-02-28 | 1 | -0/+1 |
|
|
* | ENH: fix warning and remove unused variable | Bill Hoffman | 2006-02-24 | 1 | -3/+2 |
|
|
* | ENH: fix for bug 2908 crash for empty source group name | Bill Hoffman | 2006-02-23 | 1 | -22/+14 |
|
|
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -8/+66 |
|
|
* | ENH: put back old style call to SOURCE_GROUP, no need to break things for this | Bill Hoffman | 2003-07-28 | 1 | -14/+2 |
|
|
* | ENH: Added backwards compatability. | Brad King | 2003-07-23 | 1 | -1/+21 |
|
|
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -24/+47 |
|
|
* | BUG: Fixed off-by-one error in file list loop. Fix submitted by David A. Karr. | Brad King | 2003-07-23 | 1 | -1/+1 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | Try to improve source group interface | Andy Cedilnik | 2002-10-04 | 1 | -4/+32 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | ENH: change InitialPass to take a const reference to the argument string, to ... | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
|
|
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
|
|
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
|
|
* | ENH: Added SOURCE_GROUP command and corresponding support code. This command... | Brad King | 2001-03-20 | 1 | -0/+31 |
|
|