| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -5/+6 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -1/+6 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -7/+31 |
|
|
* | Refactor module definition source enumeration | Brad King | 2017-03-09 | 1 | -5/+10 |
|
|
* | VS: Cache the list of xaml and resx headers | Dmitry Kochkin | 2017-02-27 | 1 | -7/+19 |
|
|
* | Merge topic 'object-library-compile-pdb' | Brad King | 2017-02-27 | 1 | -1/+1 |
|\ |
|
| * | Fix COMPILE_PDB_NAME when used on an OBJECT library | Brad King | 2017-02-24 | 1 | -1/+1 |
|
|
* | | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 1 | -0/+21 |
|
|
* | | Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property | Clinton Stimpson | 2017-02-14 | 1 | -0/+6 |
|
|
* | | Apple: Refactor support for using INSTALL_NAME_DIR. | Clinton Stimpson | 2017-02-14 | 1 | -20/+39 |
|/ |
|
* | Apple: Add support for static frameworks | Gregor Jasny | 2017-01-31 | 1 | -1/+2 |
|
|
* | Xcode: Control emission of EFFECTIVE_PLATFORM_NAME | Gregor Jasny | 2017-01-20 | 1 | -2/+3 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -6/+7 |
|
|
* | cmGeneratorTarget: Add AddIncludeDirectory method (experimental) | Sebastian Holtermann | 2016-12-07 | 1 | -0/+15 |
|
|
* | Merge topic 'imported-interface-libname' | Brad King | 2016-11-09 | 1 | -0/+13 |
|\ |
|
| * | Allow imported INTERFACE libraries to specify a link library name | Brad King | 2016-11-09 | 1 | -0/+13 |
|
|
* | | Merge topic 'include-what-you-use' | Brad King | 2016-11-08 | 1 | -10/+12 |
|\ \ |
|
| * | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -10/+12 |
| |/ |
|
* | | cmGeneratorTarget: Correctly set FortranModuleDirectoryCreated | Daniel Pfeifer | 2016-11-05 | 1 | -0/+1 |
|
|
* | | cmGeneratorTarget: Don't assing a bool to a string | Daniel Pfeifer | 2016-11-05 | 1 | -1/+0 |
|/ |
|
* | Introduce CM_UNORDERED_SET | Daniel Pfeifer | 2016-10-24 | 1 | -27/+22 |
|
|
* | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 1 | -1/+1 |
|\ |
|
| * | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -1/+1 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -94/+95 |
|/ |
|
* | Merge topic 'extract-computed-target-properties' | Brad King | 2016-10-17 | 1 | -1/+56 |
|\ |
|
| * | cmTarget: Move sanity checks and computed property access to callers | Stephen Kelly | 2016-10-16 | 1 | -0/+12 |
|
|
| * | cmGeneratorTarget: Implement cmTargetPropertyComputer interface | Stephen Kelly | 2016-10-15 | 1 | -0/+38 |
|
|
| * | cm{,Generator}Target: Add global generator accessors | Stephen Kelly | 2016-10-15 | 1 | -0/+5 |
|
|
| * | cmTarget: Remove mutable marker from properties | Stephen Kelly | 2016-10-15 | 1 | -1/+1 |
|
|
* | | Factor IDE folder name retrieval out into helper method | Gregor Jasny | 2016-10-17 | 1 | -0/+16 |
|/ |
|
* | Add a BUILD_RPATH target property specifying build-tree RPATH entries | Ruslan Baratov | 2016-10-03 | 1 | -0/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Fortran: Use module dir flag if needed for default module directory | Brad King | 2016-09-20 | 1 | -3/+12 |
|
|
* | cmGeneratorTarget: Refactor Fortran module directory lookup | Brad King | 2016-09-20 | 1 | -2/+5 |
|
|
* | ninja: error out on relink requirements | Ben Boeckel | 2016-09-15 | 1 | -1/+22 |
|
|
* | cmGeneratorTarget: factor out a space | Ben Boeckel | 2016-09-13 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: factor out common part of AddSources commands | Daniel Pfeifer | 2016-09-08 | 1 | -11/+8 |
|
|
* | cmGeneratorTarget: use erase-unique instead of reinitialization | Daniel Pfeifer | 2016-09-08 | 1 | -8/+4 |
|
|
* | cmGeneratorTarget: don't clear container in destructor | Daniel Pfeifer | 2016-09-08 | 1 | -1/+0 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+17 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -46/+37 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -8/+11 |
|
|
* | Honor BUNDLE_EXTENSION also for Frameworks (#14742) | Gregor Jasny | 2016-07-22 | 1 | -2/+13 |
|
|
* | Honor BUNDLE_EXTENSION also for App Bundles (#16148) | Gregor Jasny | 2016-07-22 | 1 | -1/+6 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -16/+14 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -67/+70 |
|
|
* | Use <unordered_set> where available | Daniel Pfeifer | 2016-06-27 | 1 | -1/+4 |
|
|
* | cmGeneratorTarget: Fix Fortran module directory regression | Brad King | 2016-06-21 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 1 | -0/+35 |
|
|