| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'initial_cuda_language_support' | Brad King | 2016-11-29 | 1 | -0/+4 |
|\ |
|
| * | CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY | Robert Maynard | 2016-11-14 | 1 | -0/+1 |
|
|
| * | CUDA: Add support language levels (98/11) | Robert Maynard | 2016-11-14 | 1 | -0/+3 |
|
|
* | | Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE libraries | Brad King | 2016-11-21 | 1 | -1/+4 |
|/ |
|
* | Merge topic 'imported-interface-libname' | Brad King | 2016-11-09 | 1 | -18/+53 |
|\ |
|
| * | Allow imported INTERFACE libraries to specify a link library name | Brad King | 2016-11-09 | 1 | -12/+43 |
|
|
| * | cmTarget: Refactor GetMappedConfig to choose location property up front | Brad King | 2016-11-03 | 1 | -5/+7 |
|
|
| * | cmTarget: Add comment clarifying interface library special case | Brad King | 2016-11-03 | 1 | -0/+2 |
|
|
| * | cmTarget: Clarify comments in GetMappedConfig | Brad King | 2016-11-03 | 1 | -3/+3 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -8/+10 |
|/ |
|
* | Introduce CM_UNORDERED_SET | Daniel Pfeifer | 2016-10-24 | 1 | -11/+2 |
|
|
* | Merge topic 'allow-fallback-config-mapping' | Brad King | 2016-10-21 | 1 | -14/+27 |
|\ |
|
| * | Teach MAP_IMPORTED_CONFIG_<CONFIG> to support configuration-less import | Jens Weggemann | 2016-10-20 | 1 | -14/+27 |
|
|
* | | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 1 | -4/+8 |
|\ \ |
|
| * | | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -4/+8 |
| |/ |
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -44/+47 |
|/ |
|
* | cmTarget: Implement GetProperty in terms of cmState::Snapshot | Stephen Kelly | 2016-10-16 | 1 | -3/+10 |
|
|
* | cmTarget: Group code for checking written properties together | Stephen Kelly | 2016-10-16 | 1 | -25/+25 |
|
|
* | cmTarget: Move sanity checks and computed property access to callers | Stephen Kelly | 2016-10-16 | 1 | -18/+5 |
|
|
* | cmTargetPropertyComputer: Template some methods on the Target | Stephen Kelly | 2016-10-15 | 1 | -0/+128 |
|
|
* | cm{,Generator}Target: Add global generator accessors | Stephen Kelly | 2016-10-15 | 1 | -0/+5 |
|
|
* | cmTargetPropertyComputer: Unify whitelist handling from cmTarget | Stephen Kelly | 2016-10-15 | 1 | -21/+9 |
|
|
* | cmTargetPropertyComputer: Move whitelist check from cmTarget | Stephen Kelly | 2016-10-15 | 1 | -31/+3 |
|
|
* | cmTargetPropertyComputer: Extract into new files | Stephen Kelly | 2016-10-15 | 1 | -245/+1 |
|
|
* | cmTargetPropertyComputer: Implement GetProperty without cmMakefile | Stephen Kelly | 2016-10-15 | 1 | -24/+32 |
|
|
* | cmTarget: Extract GetLocation method | Stephen Kelly | 2016-10-15 | 1 | -38/+54 |
|
|
* | cmTarget: Extract GetSources method | Stephen Kelly | 2016-10-15 | 1 | -83/+92 |
|
|
* | cmTarget: Extract location computation methods | Stephen Kelly | 2016-10-15 | 1 | -54/+44 |
|
|
* | cmTarget: Split property computation into separate class | Stephen Kelly | 2016-10-15 | 1 | -49/+75 |
|
|
* | cmTarget: Move IMPORTED check to callers | Stephen Kelly | 2016-10-15 | 1 | -6/+7 |
|
|
* | cmTarget: Move SOURCES property computation before the rest | Stephen Kelly | 2016-10-15 | 1 | -85/+85 |
|
|
* | cmTarget: Use static storage for computed properties | Stephen Kelly | 2016-10-15 | 1 | -12/+21 |
|
|
* | cmTarget: Remove target name from parameter list | Stephen Kelly | 2016-10-07 | 1 | -4/+3 |
|
|
* | cmTarget: Inline MergeLinkLibraries into only caller | Stephen Kelly | 2016-10-07 | 1 | -13/+0 |
|
|
* | cmTarget: Remove useless link library state | Stephen Kelly | 2016-10-07 | 1 | -4/+0 |
|
|
* | cmTarget: Remove addition of zero when merging link libraries | Stephen Kelly | 2016-10-07 | 1 | -1/+0 |
|
|
* | cmTarget: Add assert about link data | Stephen Kelly | 2016-10-07 | 1 | -0/+1 |
|
|
* | Add a BUILD_RPATH target property specifying build-tree RPATH entries | Ruslan Baratov | 2016-10-03 | 1 | -0/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Fix XCODE_ATTRIBUTE_..._LOCATION target property lookup | Brad King | 2016-09-22 | 1 | -1/+2 |
|
|
* | Convert: Remove last uses of HOME enum value | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | cmTarget: Remove unused support for partial construction | Brad King | 2016-09-15 | 1 | -21/+2 |
|
|
* | cmTarget: Inline SetType method at only remaining call site | Brad King | 2016-09-14 | 1 | -9/+6 |
|
|
* | cmTarget: Construct with basic information up front | Brad King | 2016-09-14 | 1 | -9/+10 |
|
|
* | cmTarget: Add method to get a copy adapted for a directory | Brad King | 2016-09-14 | 1 | -0/+9 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -1/+2 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -14/+27 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -4/+8 |
|
|