| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'variable-CMAKE_FOLDER' | Brad King | 2018-04-02 | 1 | -0/+1 |
|\ |
|
| * | Add CMAKE_FOLDER variable to initialize FOLDER target property | Marc B | 2018-03-29 | 1 | -0/+1 |
|
|
* | | cmTarget: Remove unused variable | Brad King | 2018-03-28 | 1 | -6/+1 |
|/ |
|
* | Merge topic 'update-dllplatform' | Brad King | 2018-03-12 | 1 | -2/+2 |
|\ |
|
| * | Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX | Stephan Szabo | 2018-03-09 | 1 | -2/+2 |
|
|
* | | Do not produce legacy _LIB_DEPENDS cache entries | Brad King | 2018-03-07 | 1 | -1/+3 |
|
|
* | | cmTarget: Remove unnecessary RecordDependencies member | Brad King | 2018-03-06 | 1 | -10/+3 |
|
|
* | | cmTarget: Simplify ClearDependencyInformation implementation | Brad King | 2018-03-06 | 1 | -16/+1 |
|
|
* | | cmTarget: Simplify ClearDependencyInformation signature | Brad King | 2018-03-06 | 1 | -4/+3 |
|/ |
|
* | objlib: Allow other libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 1 | -10/+8 |
|
|
* | MAINT: Misc. typos | luz.paz | 2018-02-13 | 1 | -1/+1 |
|
|
* | cmTarget: use static strings for special property names | Ben Boeckel | 2018-01-31 | 1 | -14/+28 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+7 |
|
|
* | Autogen: Process files concurrently in AUTOMOC and AUTOUIC | Sebastian Holtermann | 2018-01-17 | 1 | -0/+1 |
|
|
* | cmSourceFile: mark known locations as such | Ben Boeckel | 2018-01-10 | 1 | -2/+4 |
|
|
* | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -0/+1 |
|
|
* | 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 |
|
|