Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape target flags taken from COMPILE_OPTIONS | Brad King | 2013-06-27 | 2 | -6/+19 |
* | Merge topic 'dag-LINKER_LANGUAGE' | Brad King | 2013-06-26 | 10 | -0/+40 |
|\ | |||||
| * | Genex: Report error if a target file is needed to evaluate link libraries. | Stephen Kelly | 2013-06-24 | 6 | -0/+21 |
| * | Genex: Make LINK_LANGUAGE report an error when evaluating link libraries. | Stephen Kelly | 2013-06-24 | 5 | -0/+19 |
* | | Merge topic 'version-compare-genex' | Brad King | 2013-06-26 | 2 | -0/+12 |
|\ \ | |||||
| * | | Add generator expressions for version comparision. | Stephen Kelly | 2013-06-12 | 2 | -0/+12 |
* | | | Merge topic 'export-COMPILE_OPTIONS-property' | Brad King | 2013-06-26 | 3 | -1/+24 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Generate INTERFACE_COMPILE_OPTIONS on export. | Stephen Kelly | 2013-06-10 | 3 | -1/+24 |
| |/ | |||||
* | | Merge topic 'add-whitespace' | Brad King | 2013-06-24 | 2 | -2/+2 |
|\ \ | |||||
| * | | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 2 | -2/+2 |
* | | | Merge topic 'add-cmake_host_system_information-command' | Brad King | 2013-06-24 | 6 | -0/+42 |
|\ \ \ | |||||
| * | | | Add cmake_host_system_information command | Nils Gladitz | 2013-06-19 | 6 | -0/+42 |
| |/ / | |||||
* | | | Merge topic 'add-try_compile-options' | Brad King | 2013-06-24 | 15 | -0/+64 |
|\ \ \ | |/ / |/| | | |||||
| * | | try_compile: Add signature to allow multiple SOURCES | Brad King | 2013-06-06 | 15 | -0/+64 |
| |/ | |||||
* | | Merge topic 'suppress-unused-cli-with-value-in-cache' | Brad King | 2013-06-14 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Don't run the WarnUnusedCliUnused test on Windows. | Stephen Kelly | 2013-06-12 | 1 | -1/+1 |
* | | Merge topic 'fix-genex-HEAD-target' | Brad King | 2013-06-05 | 2 | -0/+11 |
|\ \ | |||||
| * | | Genex: Fix the HEAD target used for evaluated expressions | Stephen Kelly | 2013-06-05 | 2 | -0/+11 |
* | | | Merge topic 'fix-path-root-dot-dot' | Brad King | 2013-06-05 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | get_filename_component: Test ABSOLUTE of .. after root component | Brad King | 2013-06-04 | 1 | -0/+5 |
* | | | | Merge topic 'suppress-unused-cli-with-value-in-cache' | Brad King | 2013-06-05 | 3 | -11/+33 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | CLI: Suppress the unused warning if the key value pair is cached. | Stephen Kelly | 2013-06-04 | 3 | -11/+33 |
* | | | | Merge topic 'add_compile_options-command' | Brad King | 2013-06-05 | 2 | -0/+25 |
|\ \ \ \ | |||||
| * | | | | Introduce add_compile_options command. | Stephen Kelly | 2013-06-04 | 2 | -0/+25 |
* | | | | | Merge topic 'VISIBILITY_PRESET-property' | Brad King | 2013-06-05 | 12 | -0/+85 |
|\ \ \ \ \ | |||||
| * | | | | | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property. | Stephen Kelly | 2013-06-02 | 1 | -0/+4 |
| * | | | | | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 12 | -0/+81 |
* | | | | | | Merge topic 'fix-variable_watch-cases' | Brad King | 2013-06-04 | 7 | -0/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | variable_watch: Print accesses as "CMake Debug Log" messages | Brad King | 2013-06-03 | 2 | -6/+8 |
| * | | | | | | variable_watch: Remove leftover debugging code (#14187) | Brad King | 2013-06-03 | 3 | -0/+13 |
| * | | | | | | variable_watch: Add test for MODIFIED_ACCESS report | Brad King | 2013-06-03 | 5 | -0/+13 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'cfbundle-location' | Brad King | 2013-06-04 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -0/+2 |
* | | | | | | | Merge topic 'qt4-macros-TARGET-arg' | Brad King | 2013-06-04 | 5 | -0/+78 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Qt4Macros: Allow specifying a TARGET in invokations of macros. | Stephen Kelly | 2013-06-03 | 5 | -0/+78 |
* | | | | | | | Merge topic 'escape-regex-specials-in-path' | Brad King | 2013-06-03 | 7 | -37/+53 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Merge branch 'master' into escape-regex-specials-in-path | Rolf Eike Beer | 2013-06-03 | 161 | -621/+2140 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Fix test failures caused by regexp-sensitive characters in the build paths | Modestas Vainius | 2013-06-03 | 7 | -36/+52 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'useless-MATCHES' | Brad King | 2013-06-03 | 4 | -18/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | replace string(... MATCHES "^const$) with string(... STREQUAL "const") | Rolf Eike Beer | 2013-06-02 | 4 | -18/+12 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'target-COMPILE_OPTIONS' | Brad King | 2013-06-03 | 7 | -0/+105 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 4 | -0/+72 |
| * | | | | | | Add COMPILE_OPTIONS target property. | Stephen Kelly | 2013-06-02 | 4 | -0/+33 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'refactor-try_compile-argument-processing' | Brad King | 2013-06-03 | 35 | -0/+88 |
|\ \ \ \ \ \ | |||||
| * | | | | | | try_compile: Refactor argument processing | Brad King | 2013-05-31 | 11 | -9/+17 |
| * | | | | | | try_compile: Add test for bad call error cases | Brad King | 2013-05-31 | 32 | -0/+80 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'qt4-qt5-CMAKE_AUTOMOC' | Brad King | 2013-06-03 | 5 | -0/+53 |
|\ \ \ \ \ \ | |||||
| * | | | | | | QtAutomoc: Get the Qt version through the target link interface | Stephen Kelly | 2013-05-27 | 5 | -0/+53 |
* | | | | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 12 | -0/+249 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | OS X: Add test for rpaths on Mac. | Clinton Stimpson | 2013-06-03 | 12 | -0/+249 |
| | |_|_|/ / / | |/| | | | | |