- 18 Oct, 2017 1 commit
-
-
- 28 Sep, 2017 1 commit
-
-
Fix issues diagnosed by clang-tidy [readability-else-after-return] These were mostly only showing up on OSX. Signed-off-by:
Matthias Maennich <matthias@maennich.net>
-
- 25 Sep, 2017 1 commit
-
-
Matthias Männich authored
Signed-off-by:
Matthias Maennich <matthias@maennich.net>
-
- 15 Sep, 2017 2 commits
-
-
Pavel Solodovnikov authored
-
Brad King authored
We now require C++11 support including `override`. Drop use of the old compatibility macro. Convert references as follows: git grep -l CM_OVERRIDE -- '*.h' '*.hxx' '*.cxx' | xargs sed -i 's/CM_OVERRIDE/override/g'
-
- 12 Sep, 2017 1 commit
-
-
Pavel Solodovnikov authored
Changes done via `clang-tidy` with some manual fine-tuning for the variable naming and `auto` type deduction where appropriate.
-
- 27 Aug, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 24 Aug, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 28 Jun, 2017 1 commit
-
-
Nils Gladitz authored
While some features require external Unix tools the generator is mostly portable. By enabling it on Windows it can be used for cross platform packaging.
-
- 03 Jun, 2017 2 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
- 26 May, 2017 1 commit
-
-
Pavel Solodovnikov authored
-
- 15 May, 2017 1 commit
-
-
Include header needed for `CP_ACP`.
-
- 04 May, 2017 1 commit
-
-
None of these usages of `std::list` were inserting or removing elements in the middle of the structure, so there were no benefits to using it. Other uses were related to C pointers being stable in a list of strings whereas in a vector of strings, small pointer optimizations could be moved and become invalid after a modification to the hosting vector. None of these uses modified the vector after handing out a C string to an external store.
-
- 21 Apr, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 13 Apr, 2017 2 commits
-
-
Brad King authored
Add a `FILES_FROM_DIR` option to install a specific set of files specified relative to a given directory and preserve their layout in the destination. Currently we intend to use this internally to implement other things so we don't provide an `install()` porcelain or documentation yet.
-
Brad King authored
Delay conversion to absolute path until the last moment.
-
- 11 Apr, 2017 1 commit
-
-
Daniel Pfeifer authored
Automate with: git grep -l '#include <cm_' -- Source \ | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g' git grep -l '#include <cmsys/' -- Source \ | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g' git grep -l '#include <cm[A-Z]' -- Source \ | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
-
- 29 Mar, 2017 2 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
- 28 Mar, 2017 1 commit
-
-
Domen Vrankar authored
-
- 24 Mar, 2017 1 commit
-
-
Daniel Pfeifer authored
-
- 10 Mar, 2017 1 commit
-
-
Leave it undocumented for now because we intend to use it internally and it cannot be made available everywhere.
-
- 16 Jan, 2017 1 commit
-
-
Brad King authored
Since commit v3.3.0-rc1~318^2~1 (file: Teach GLOB to list directories optionally, 2015-03-17) using `LIST_DIRECTORIES` followed by no expression causes a crash. Fix the logic to avoid the crash. Fixes: #16565
-
- 12 Dec, 2016 2 commits
-
-
- 28 Nov, 2016 1 commit
-
-
- 10 Nov, 2016 2 commits
- 08 Nov, 2016 1 commit
-
-
- 02 Nov, 2016 1 commit
-
-
Clinton Stimpson authored
The switch to use UTF-8 encoding has been defaulted to on for quite some time since commit v3.2.0-rc1~116^2 (Encoding: Switch to use UTF-8 internally by default on Windows, 2014-12-26).
-
- 30 Oct, 2016 1 commit
-
-
Daniel Pfeifer authored
-
- 26 Oct, 2016 1 commit
-
-
Daniel Pfeifer authored
-
- 21 Oct, 2016 1 commit
-
-
Daniel Pfeifer authored
Clang-tidy reports some issues only from the currently compiled source file and its associated header file. Separating the compilation of commands exposed some clang-tidy issues that were not reported previously. Fix them.
-
- 20 Oct, 2016 1 commit
-
-
- 27 Sep, 2016 1 commit
-
-
Brad King authored
Per-source copyright/license notice headers that spell out copyright holder names and years are hard to maintain and often out-of-date or plain wrong. Precise contributor information is already maintained automatically by the version control tool. Ultimately it is the receiver of a file who is responsible for determining its licensing status, and per-source notices are merely a convenience. Therefore it is simpler and more accurate for each source to have a generic notice of the license name and references to more detailed information on copyright holders and full license terms. Our `Copyright.txt` file now contains a list of Contributors whose names appeared source-level copyright notices. It also references version control history for more precise information. Therefore we no longer need to spell out the list of Contributors in each source file notice. Replace CMake per-source copyright/license notice headers with a short description of the license and links to `Copyright.txt` and online information available from "https://cmake.org/licensing". The online URL also handles cases of modules being copied out of our source into other projects, so we can drop our notices about replacing links with full license text. Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority of the replacements mechanically. Manually fix up shebang lines and trailing newlines in a few files. Manually update the notices in a few files that the script does not handle.
-
- 16 Sep, 2016 2 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
- 15 Sep, 2016 1 commit
-
-
Ruslan Baratov authored
-
- 13 Sep, 2016 1 commit
-
-
Ruslan Baratov authored
-