Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 1 | -2/+1 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read' | Brad King | 2013-05-31 | 3 | -0/+33 |
|\ \ \ | |||||
| * | | | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-05-30 | 3 | -0/+33 |
| |/ / | |||||
* | | | Merge topic 'fix-FileIsDirectory-SEGV' | Brad King | 2013-05-30 | 7 | -0/+25 |
|\ \ \ | |||||
| * | | | if: Add test for IS_DIRECTORY | Brad King | 2013-05-28 | 7 | -0/+25 |
* | | | | Merge topic 'ExternalData-no-re-stage' | Brad King | 2013-05-28 | 3 | -0/+43 |
|\ \ \ \ | |||||
| * | | | | ExternalData: Do not re-stage staged object files | Brad King | 2013-05-24 | 3 | -0/+43 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'silence-vs6-warnings' | Brad King | 2013-05-28 | 4 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | Tests/CompileDefinitions: Avoid spaces in defines on VS 6 | Stephen Kelly | 2013-05-24 | 4 | -4/+18 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'genex-generate-file' | Brad King | 2013-05-28 | 20 | -0/+71 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | file: Add GENERATE command to produce files at generate time | Stephen Kelly | 2013-05-24 | 20 | -0/+71 |
| |/ / | |||||
* | | | Merge topic 'geh-cleanup-identifiers' | Brad King | 2013-05-24 | 5 | -0/+44 |
|\ \ \ | |||||
| * | | | GenerateExportHeader: Generate only C identifiers as defines | Stephen Kelly | 2013-05-24 | 5 | -0/+44 |
* | | | | Merge topic 'geh-add-missing-test' | Brad King | 2013-05-24 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Tests/Module/GenerateExportHeader: Test exported free-function | Stephen Kelly | 2013-05-24 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge topic 'geh-output-tweak' | Brad King | 2013-05-24 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | GenerateExportHeader: Add newlines to separate the compiler output. | Stephen Kelly | 2013-05-23 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge topic 'language-generator-expressions' | Brad King | 2013-05-24 | 8 | -0/+116 |
|\ \ \ \ | |||||
| * | | | | Add $<LINK_LANGUAGE> generator expression | Stephen Kelly | 2013-05-24 | 8 | -0/+116 |
* | | | | | Merge topic 'fix-include_directories-whitespace-handling' | Brad King | 2013-05-24 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Tests/IncludeDirectories: Avoid shared library with no symbols | Brad King | 2013-05-23 | 1 | -1/+4 |
* | | | | | | Merge topic 'Memchecker-Mac-fix' | Brad King | 2013-05-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Tests: ignore GuardMalloc messages on all Apple build, not just XCode ones | Rolf Eike Beer | 2013-05-23 | 1 | -1/+1 |
* | | | | | | Merge topic 'join-genex' | Brad King | 2013-05-22 | 4 | -3/+29 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Add the JOIN generator expression. | Stephen Kelly | 2013-05-16 | 4 | -3/+29 |
* | | | | | | Merge topic 'Memchecker-AIX-fix' | Brad King | 2013-05-22 | 1 | -1/+1 |
|\ \ \ \ \ \ |