| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ \ \ \ |
|
| * | | | | | | Tests: fix build of dummy memtester on AIX | Rolf Eike Beer | 2013-05-21 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge topic 'string-MAKE_C_IDENTIFIER-subcommand' | Brad King | 2013-05-22 | 1 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | string: Add MAKE_C_IDENTIFIER subcommand | Stephen Kelly | 2013-05-21 | 1 | -0/+6 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge topic 'add-EXPORT_NAME-property' | Brad King | 2013-05-22 | 9 | -7/+65 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 9 | -7/+65 |
|
|
* | | | | | | Merge topic 'fix-include_directories-whitespace-handling' | Brad King | 2013-05-21 | 2 | -0/+12 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | include_directories: Fix handling of empty or space-only entries | Stephen Kelly | 2013-05-21 | 2 | -0/+12 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'fix-genex-comma-parse' | Brad King | 2013-05-21 | 2 | -0/+20 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Fix handling of commas in arbitrary content in genexes. | Stephen Kelly | 2013-05-16 | 2 | -0/+20 |
| |/ / / |
|
* | | | | Merge topic 'implicit-link-sanitize-regex' | Brad King | 2013-05-21 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Sanitize linker name to parse implicit link line (#14154) | Brad King | 2013-05-17 | 1 | -0/+1 |
| | |/ /
| |/| | |
|