| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fortran-compiler-launcher' | Brad King | 2017-11-29 | 1 | -0/+1 |
|\ |
|
| * | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 1 | -0/+1 |
|
|
* | | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -0/+1 |
|/ |
|
* | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable | Brad King | 2017-11-17 | 1 | -0/+1 |
|
|
* | Add new target-property `IMPORTED_GLOBAL`. | Deniz Bahadir | 2017-11-07 | 1 | -0/+53 |
|
|
* | cmTarget: Simplified and fixed a string-comparision. | Deniz Bahadir | 2017-11-03 | 1 | -1/+1 |
|
|
* | Do not initialize NO_SYSTEM_FROM_IMPORTED on INTERFACE libraries | Brad King | 2017-10-13 | 1 | -4/+1 |
|
|
* | Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES | Sebastian Holtermann | 2017-09-29 | 1 | -0/+1 |
|
|
* | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 1 | -0/+1 |
|
|
* | cmSourceFileLocation: Drop unnecessary copy-assignment operator | Aaron Orenstein | 2017-09-20 | 1 | -2/+3 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -26/+17 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | Add properties to run cppcheck along with the compiler | Bill Hoffman | 2017-08-30 | 1 | -0/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -92/+92 |
|
|
* | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -2/+2 |
|
|
* | Autogen: Add AUTOMOC_MACRO_NAMES support | Sebastian Holtermann | 2017-08-18 | 1 | -0/+1 |
|
|
* | CUDA: Add option to run the compiler through launcher tools | Brad King | 2017-06-09 | 1 | -0/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+8 |
|\ |
|
| * | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+8 |
|
|
* | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -53/+89 |
|/ |
|
* | Merge topic 'objlib-extend' | Brad King | 2017-04-19 | 1 | -11/+19 |
|\ |
|
| * | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 1 | -11/+19 |
|
|
* | | Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG> | Ruslan Baratov | 2017-04-17 | 1 | -7/+4 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION' | Ruslan Baratov | 2017-03-02 | 1 | -0/+1 |
|
|
* | Autogen: Add AUTOUIC_SEARCH_PATHS support | Sebastian Holtermann | 2017-03-02 | 1 | -0/+1 |
|
|
* | Autogen: Add AUTOMOC_DEPEND_FILTERS support | Sebastian Holtermann | 2017-02-22 | 1 | -0/+1 |
|
|
* | Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property | Clinton Stimpson | 2017-02-14 | 1 | -0/+1 |
|
|
* | Apple: Add support for static frameworks | Gregor Jasny | 2017-01-31 | 1 | -1/+2 |
|
|
* | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 1 | -0/+2 |
|
|
* | Add a getter for manually added target dependencies | Gregor Jasny | 2017-01-16 | 1 | -0/+17 |
|
|
* | cmTarget: Enforce TYPE being a read-only property | Gregor Jasny | 2017-01-09 | 1 | -0/+6 |
|
|
* | 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 |
|
|