- 24 Oct, 2016 10 commits
-
-
Daniel Pfeifer authored
Enabled is never set to false. Remove the member variable and all related getters and setters.
-
Brad King authored
2214011f Make cmCPackGenerator not inherit from cmObject 7f9a8d53 Make cmCPackGeneratorFactory not inherit from cmObject fb0b087c Make cmCTestGenericHandler not inherit from cmObject 2169b0fa Make cmCPackLog not inherit from cmObject 9855ebf1 Make cmCommand not inherit from cmObject
-
Brad King authored
569509f4 Fix newly discovered clang-tidy issues 6c9b3b5c cmCommand: implement functions in cxx file 8483dab8 bootstrap: Sort source files lexicographically 4fb70919 Create all commands from a single function 608afd4f Separate compilation for commands included in cmBootstrapCommands2 64f9c282 Separate compilation for commands included in cmBootstrapCommands1 f69e768d Separate compilation for commands included in cmCommands
-
Daniel Pfeifer authored
Avoid duplicating switch among std::unordered_map, cmsys::hash_map, and std::map.
-
Kitware Robot authored
- 23 Oct, 2016 1 commit
-
-
Kitware Robot authored
-
- 22 Oct, 2016 6 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- 21 Oct, 2016 16 commits
-
-
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.
-
Tobias Hunger authored
Some information was not updated to reflect the latest implementation. Reported-by:
Sylvain Joubert <joubert.sy@gmail.com>
-
Daniel Pfeifer authored
Determine the number of processors and provide it to the bootstrap script. Also make sure this test does not run parallel with other tests.
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Brad King authored
Add missing "unwind" and "atomic" libraries needed for this combination. See `${ndk}/sources/cxx-stl/llvm-libc++/libs/armeabi/libc++.a` for the libraries the NDK uses. Issue: #16380
-
Kitware Robot authored
-
- 20 Oct, 2016 7 commits
-
-
Dāvis Mosāns authored
Pass ANSI encoding to cmGeneratedFileStream for use with Ninja generator.
-
Brad King authored
-
Jens Weggemann authored
If this property has an empty list entry, check for `IMPORTED_LOCATION` instead of `IMPORTED_LOCATION_<CONFIG>`. This allows custom imported targets to have some configurations mapped and others fall back to a default location. Closes: #16280
-
Brad King authored
-
Brad King authored
Diagnose failure to run `ninja --version` and abort early. Otherwise we end up aborting with a confusing message about ninja version "" being too old. Closes: #16378
-
Brad King authored
Revise its signature to return `bool` so that it can fail and abort configuration early.
-