Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Introduce the INTERFACE_LINK_LIBRARIES property. | Stephen Kelly | 2013-07-08 | 1 | -7/+172 | |
* | | GenexEval: Add abstracted access to link interface for a target. | Stephen Kelly | 2013-07-07 | 1 | -0/+16 | |
|/ | ||||||
* | automoc: add a global AUTOMOC_TARGETS_FOLDER property | Alex Neundorf | 2013-06-28 | 1 | -1/+3 | |
* | VS: Add support for .NET target framework version | Christian Maaser | 2013-06-14 | 1 | -0/+5 | |
* | Merge topic 'add_compile_options-command' | Brad King | 2013-06-05 | 1 | -1/+9 | |
|\ | ||||||
| * | Introduce add_compile_options command. | Stephen Kelly | 2013-06-04 | 1 | -1/+9 | |
* | | Merge topic 'VISIBILITY_PRESET-property' | Brad King | 2013-06-05 | 1 | -0/+33 | |
|\ \ | ||||||
| * | | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property. | Stephen Kelly | 2013-06-02 | 1 | -0/+12 | |
| * | | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 1 | -0/+21 | |
* | | | Merge topic 'cfbundle-location' | Brad King | 2013-06-04 | 1 | -2/+17 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -2/+17 | |
* | | | Merge topic 'target-COMPILE_OPTIONS' | Brad King | 2013-06-03 | 1 | -27/+265 | |
|\ \ \ | ||||||
| * | | | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 1 | -0/+14 | |
| * | | | Add COMPILE_OPTIONS target property. | Stephen Kelly | 2013-06-02 | 1 | -0/+224 | |
| * | | | cmTarget: Rename LinkInterfaceIncludeDirectoriesEntries | Stephen Kelly | 2013-06-02 | 1 | -6/+6 | |
| * | | | cmTarget: Rename struct to be more re-usable. | Stephen Kelly | 2013-06-02 | 1 | -21/+21 | |
* | | | | Merge topic 'vs-RootNamespace' | Brad King | 2013-06-03 | 1 | -0/+5 | |
|\ \ \ \ | ||||||
| * | | | | VS: Add VS_GLOBAL_ROOTNAMESPACE target property | John Farrier | 2013-05-31 | 1 | -0/+5 | |
* | | | | | Merge topic 'fix-style' | Brad King | 2013-06-03 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix indentation. | Stephen Kelly | 2013-05-29 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 1 | -2/+103 | |
|\ \ \ \ \ | ||||||
| * | | | | | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 1 | -0/+4 | |
| * | | | | | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 1 | -2/+99 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 1 | -56/+104 | |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | ||||||
| * | | | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -56/+104 | |
| |/ / | ||||||
* | | | Merge topic 'language-generator-expressions' | Brad King | 2013-05-24 | 1 | -3/+7 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add $<LINK_LANGUAGE> generator expression | Stephen Kelly | 2013-05-24 | 1 | -3/+7 | |
* | | | Merge topic 'LinkLine-typedef' | Brad King | 2013-05-22 | 1 | -2/+0 | |
|\ \ \ | ||||||
| * | | | cmTarget: drop the unused local typedef LinkLine | Rolf Eike Beer | 2013-05-22 | 1 | -2/+0 | |
* | | | | Merge topic 'add-EXPORT_NAME-property' | Brad King | 2013-05-22 | 1 | -0/+43 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 1 | -0/+43 | |
* | | | | Merge topic 'unused-cleanup' | Brad King | 2013-05-21 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove unused marker for a variable which is now used. | Stephen Kelly | 2013-05-16 | 1 | -1/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'fix-style' | Brad King | 2013-05-21 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix style. | Stephen Kelly | 2013-05-16 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge topic 'error-on-exported-missing-include-dir' | Brad King | 2013-05-21 | 1 | -3/+33 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Error on relative path in INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-05-21 | 1 | -3/+33 | |
| |/ / | ||||||
* | | | Merge topic 'doc-improvements' | Brad King | 2013-05-16 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 1 | -2/+2 | |
| * | | | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'vs-no-compiler-pdb-setting' | Brad King | 2013-05-16 | 1 | -4/+4 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | VS: Separate compiler and linker PDB files (#11899, #14062) | Brad King | 2013-04-05 | 1 | -4/+4 | |
| |/ | ||||||
* | | Memoize usage requirement include directories in a config-specific map | Stephen Kelly | 2013-05-06 | 1 | -4/+18 | |
* | | Fix include dir propagation from conditionally linked targets | Stephen Kelly | 2013-05-06 | 1 | -12/+27 | |
* | | Centralize maintenance of usage requirement include directories | Stephen Kelly | 2013-05-06 | 1 | -6/+17 | |
|/ | ||||||
* | Merge topic 'error-on-exported-missing-include-dir' | Brad King | 2013-03-28 | 1 | -0/+14 | |
|\ | ||||||
| * | Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIES | Stephen Kelly | 2013-03-26 | 1 | -0/+14 | |
* | | Merge topic 'error-on-exported-missing-include-dir' | Brad King | 2013-03-26 | 1 | -3/+28 | |
|\ \ | |/ | ||||||
| * | Report an error on IMPORTED targets with a faulty INTERFACE | Stephen Kelly | 2013-03-26 | 1 | -3/+28 | |
* | | Merge topic 'fix-COMPILE_DEFINITIONS-config' | Brad King | 2013-03-26 | 1 | -13/+17 | |
|\ \ | |/ |/| |