| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | Makefiles: Sort clean files by using a std::set<std::string> container | Sebastian Holtermann | 2019-05-14 | 1 | -1/+1 |
|
|
* | Ninja,Makefile: use `unique_ptr` for memory management | Saleem Abdulrasool | 2019-04-18 | 1 | -1/+1 |
|
|
* | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -6/+2 |
|
|
* | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 1 | -2/+2 |
|
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -1/+2 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -1/+1 |
|
|
* | Makefile generator: link flags management refactoring | Marc Chevrier | 2018-06-06 | 1 | -0/+2 |
|
|
* | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -3/+0 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -2/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+7 |
|
|
* | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Merge topic 'remove-obsolete' | Brad King | 2016-10-13 | 1 | -2/+0 |
|\ |
|
| * | Makefiles: Remove forbidden flag logic | Stephen Kelly | 2016-10-09 | 1 | -2/+0 |
|
|
* | | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+1 |
|
|
* | | cmLinkLineComputer: Move RPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+1 |
|
|
* | | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+2 |
|
|
* | | Makefiles: Port CreateLinkLibs to cmLinkLineComputer | Stephen Kelly | 2016-10-10 | 1 | -1/+3 |
|
|
* | | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -0/+2 |
|
|
* | | Makefiles: Inline only use of method | Stephen Kelly | 2016-10-09 | 1 | -1/+0 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -5/+9 |
|
|
* | Makefile: Factor out response file checks into common helper | Brad King | 2016-07-20 | 1 | -0/+3 |
|
|
* | Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helper | Yury Zhuravlev | 2016-07-11 | 1 | -0/+4 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -3/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -27/+32 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -2/+0 |
|
|
* | Remove vestigial declarations. | Stephen Kelly | 2015-10-20 | 1 | -1/+0 |
|
|
* | cmMakefileTargetGenerator: Add accessor for GeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -0/+1 |
|
|
* | cmCommonTargetGenerator: Adopt GetDefines method | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmCommonTargetGenerator: Adopt GetFlags method | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmCommonTargetGenerator: Adopt GetFrameworkFlags | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmCommonTargetGenerator: Adopt AppendFortranFormatFlags | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmCommonTargetGenerator: Adopt AddFortranFlags and friends | Brad King | 2015-07-09 | 1 | -8/+0 |
|
|
* | cmCommonTargetGenerator: Adopt Convert method | Brad King | 2015-07-09 | 1 | -12/+0 |
|
|
* | cmCommonTargetGenerator: Adopt ModuleDefinitionFile member | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmCommonTargetGenerator: Adopt GetFeature and friends | Brad King | 2015-07-09 | 1 | -7/+0 |
|
|
* | cmCommonTargetGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -1/+0 |
|
|
* | cmCommonTargetGenerator: Adopt basic target generator members | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -1/+3 |
|
|
* | cmMakefileTargetGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -3/+2 |
|
|
* | Merge topic 'custom-command-multiple-outputs' | Brad King | 2015-04-13 | 1 | -2/+1 |
|\ |
|
| * | Makefile: Fix multiple custom command outputs with one missing | Brad King | 2015-04-10 | 1 | -2/+1 |
|
|
* | | Merge topic 'custom-command-multiple-outputs' | Brad King | 2015-03-09 | 1 | -0/+10 |
|\ \
| |/ |
|