| Commit message (Expand) | Author | Age | Files | Lines |
* | Features: Refactor <LANG>_STANDARD update | Brad King | 2017-05-01 | 1 | -0/+2 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -3/+2 |
|
|
* | cmGeneratorTarget::SourceFileFlags: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -5/+0 |
|
|
* | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+1 |
|\ |
|
| * | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+1 |
|
|
* | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -16/+26 |
|/ |
|
* | cmGeneratorTarget: Add method to get the object file directory | Brad King | 2017-04-18 | 1 | -0/+4 |
|
|
* | cmGeneratorTarget: Factor out a GetTargetObjectNames method | Brad King | 2017-04-18 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: Drop default GetLinkerLanguage config argument | Brad King | 2017-04-17 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFiles | Brad King | 2017-04-13 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: Add method to collect all sources for all configs | Brad King | 2017-04-13 | 1 | -0/+15 |
|
|
* | Merge topic 'xcode-remove-UseObjectLibraries' | Brad King | 2017-04-13 | 1 | -3/+0 |
|\ |
|
| * | cmGeneratorTarget: Drop unused UseObjectLibraries method | Brad King | 2017-04-12 | 1 | -3/+0 |
|
|
* | | Merge topic 'include-style' | Brad King | 2017-04-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Drop unused GetIDLSources method | Brad King | 2017-04-11 | 1 | -2/+0 |
|/ |
|
* | cmGeneratorTarget: Replace source classifier implementation | Brad King | 2017-04-07 | 1 | -20/+41 |
|
|
* | Merge topic '16733-bundle-genex' | Brad King | 2017-03-31 | 1 | -7/+16 |
|\ |
|
| * | Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions | Gregor Jasny | 2017-03-30 | 1 | -0/+1 |
|
|
| * | cmGeneratorTarget: Use enum to describe bundle directory query level | Gregor Jasny | 2017-03-30 | 1 | -7/+15 |
|
|
* | | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Implement interprocedural optimization for GNU compilers | Ruslan Baratov | 2017-03-30 | 1 | -0/+3 |
|
|
| * | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+1 |
|
|
| * | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -2/+2 |
|
|
* | | Xcode: Properly handle Bundle Resources with more than one hierarchy level | Gregor Jasny | 2017-03-22 | 1 | -1/+3 |
|/ |
|
* | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -0/+2 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -0/+1 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -1/+12 |
|
|
* | Refactor module definition source enumeration | Brad King | 2017-03-09 | 1 | -0/+2 |
|
|
* | VS: Cache the list of xaml and resx headers | Dmitry Kochkin | 2017-02-27 | 1 | -0/+4 |
|
|
* | Apple: Refactor support for using INSTALL_NAME_DIR. | Clinton Stimpson | 2017-02-14 | 1 | -0/+10 |
|
|
* | cmGeneratorTarget: Add AddIncludeDirectory method (experimental) | Sebastian Holtermann | 2016-12-07 | 1 | -0/+6 |
|
|
* | Allow imported INTERFACE libraries to specify a link library name | Brad King | 2016-11-09 | 1 | -0/+4 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | Merge topic 'extract-computed-target-properties' | Brad King | 2016-10-17 | 1 | -0/+4 |
|\ |
|
| * | cmGeneratorTarget: Implement cmTargetPropertyComputer interface | Stephen Kelly | 2016-10-15 | 1 | -0/+2 |
|
|
| * | cm{,Generator}Target: Add global generator accessors | Stephen Kelly | 2016-10-15 | 1 | -0/+2 |
|
|
* | | Factor IDE folder name retrieval out into helper method | Gregor Jasny | 2016-10-17 | 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 | -2/+3 |
|
|
* | cmGeneratorTarget: factor out common part of AddSources commands | Daniel Pfeifer | 2016-09-08 | 1 | -0/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -1/+12 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 1 | -0/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -114/+134 |
|
|
* | Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints | Christoph GrĂ¼ninger | 2016-02-04 | 1 | -1/+1 |
|
|
* | Remove temporary allocations when calling cmGeneratorTarget::GetName. | Milian Wolff | 2016-01-20 | 1 | -1/+1 |
|
|
* | Refactor `.def` file lookup | Tim Grothe | 2015-11-04 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Add API for globally visible IMPORTED | Stephen Kelly | 2015-10-27 | 1 | -0/+1 |
|
|