Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | VS: Add Resx configuration to the vcxproj file | Jonas Andersen | 2013-06-28 | 1 | -0/+1 | |
* | | | | | Merge topic 'split-GeneratorExpression-test' | Brad King | 2013-07-01 | 3 | -9/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Split the GeneratorExpression test into a third part. | Stephen Kelly | 2013-06-28 | 3 | -9/+22 | |
* | | | | | | Merge topic 'ninja_phony_targets' | Brad King | 2013-07-01 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add a test to expose a bug with add_custom_command and ninja. | Robert Maynard | 2013-06-25 | 1 | -0/+13 | |
* | | | | | | | Add generator expressions for compiler versions. | Stephen Kelly | 2013-06-28 | 2 | -1/+23 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | 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 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | |