summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'framework-refactor'Brad King2013-06-031-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-2/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read'Brad King2013-05-313-0/+33
|\ \ \ \ \
| * | | | | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-303-0/+33
| |/ / / /
* | | | | Merge topic 'fix-FileIsDirectory-SEGV'Brad King2013-05-307-0/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | if: Add test for IS_DIRECTORYBrad King2013-05-287-0/+25
* | | | | Merge topic 'ExternalData-no-re-stage'Brad King2013-05-283-0/+43
|\ \ \ \ \
| * | | | | ExternalData: Do not re-stage staged object filesBrad King2013-05-243-0/+43
| | |/ / / | |/| | |
* | | | | Merge topic 'silence-vs6-warnings'Brad King2013-05-284-4/+18
|\ \ \ \ \
| * | | | | Tests/CompileDefinitions: Avoid spaces in defines on VS 6Stephen Kelly2013-05-244-4/+18
| | |_|/ / | |/| | |
* | | | | Merge topic 'genex-generate-file'Brad King2013-05-2820-0/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-2420-0/+71
| |/ / /
* | | | Merge topic 'geh-cleanup-identifiers'Brad King2013-05-245-0/+44
|\ \ \ \
| * | | | GenerateExportHeader: Generate only C identifiers as definesStephen Kelly2013-05-245-0/+44
| | |_|/ | |/| |
* | | | Merge topic 'geh-add-missing-test'Brad King2013-05-241-0/+1
|\ \ \ \
| * | | | Tests/Module/GenerateExportHeader: Test exported free-functionStephen Kelly2013-05-241-0/+1
| |/ / /
* | | | Merge topic 'geh-output-tweak'Brad King2013-05-241-2/+2
|\ \ \ \
| * | | | GenerateExportHeader: Add newlines to separate the compiler output.Stephen Kelly2013-05-231-2/+2
| |/ / /
* | | | Merge topic 'language-generator-expressions'Brad King2013-05-248-0/+116
|\ \ \ \
| * | | | Add $<LINK_LANGUAGE> generator expressionStephen Kelly2013-05-248-0/+116
* | | | | Merge topic 'fix-include_directories-whitespace-handling'Brad King2013-05-241-1/+4
|\ \ \ \ \
| * | | | | Tests/IncludeDirectories: Avoid shared library with no symbolsBrad King2013-05-231-1/+4
* | | | | | Merge topic 'Memchecker-Mac-fix'Brad King2013-05-241-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Tests: ignore GuardMalloc messages on all Apple build, not just XCode onesRolf Eike Beer2013-05-231-1/+1
* | | | | | Merge topic 'join-genex'Brad King2013-05-224-3/+29
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add the JOIN generator expression.Stephen Kelly2013-05-164-3/+29
* | | | | | Merge topic 'Memchecker-AIX-fix'Brad King2013-05-221-1/+1
|\ \ \ \ \ \
| * | | | | | Tests: fix build of dummy memtester on AIXRolf Eike Beer2013-05-211-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'string-MAKE_C_IDENTIFIER-subcommand'Brad King2013-05-221-0/+6
|\ \ \ \ \ \
| * | | | | | string: Add MAKE_C_IDENTIFIER subcommandStephen Kelly2013-05-211-0/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'add-EXPORT_NAME-property'Brad King2013-05-229-7/+65
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add EXPORT_NAME property.Stephen Kelly2013-05-189-7/+65
* | | | | | Merge topic 'fix-include_directories-whitespace-handling'Brad King2013-05-212-0/+12
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | include_directories: Fix handling of empty or space-only entriesStephen Kelly2013-05-212-0/+12
| | |/ / / | |/| | |
* | | | | Merge topic 'fix-genex-comma-parse'Brad King2013-05-212-0/+20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix handling of commas in arbitrary content in genexes.Stephen Kelly2013-05-162-0/+20
| |/ / /
* | | | Merge topic 'implicit-link-sanitize-regex'Brad King2013-05-211-0/+1
|\ \ \ \
| * | | | Sanitize linker name to parse implicit link line (#14154)Brad King2013-05-171-0/+1
| | |/ / | |/| |
* | | | Merge topic 'error-on-exported-missing-include-dir'Brad King2013-05-214-0/+15
|\ \ \ \
| * | | | Error on relative path in INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-214-0/+15
| | |/ / | |/| |
* | | | Merge topic 'vs-windows-forms'Brad King2013-05-217-0/+193
|\ \ \ \
| * | | | VS: Add Windows Forms SupportJohn Farrier2013-05-167-0/+193
| |/ / /
* | | | Merge topic 'test-moc-with-empty-COMPILE_DEFINITIONS'Brad King2013-05-213-0/+47
|\ \ \ \
| * | | | Test the use of target transitive compile definitions with moc.Stephen Kelly2013-05-153-0/+47
* | | | | Merge topic 'Automoc-Qt4-Qt5'Brad King2013-05-215-15/+55
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Remove an endif() followed by an if() for the same condition.Stephen Kelly2013-03-161-2/+1
| * | | Add a test for Qt5AutomocStephen Kelly2013-03-163-8/+42
| * | | Make the QtAutomoc test compile with either Qt 4 or Qt 5Stephen Kelly2013-03-162-6/+13
* | | | Merge topic 'MemChecker-improvements'Brad King2013-05-1634-369/+199
|\ \ \ \
| * | | | Tests: ignore Guard Malloc messages in MemChecker testsRolf Eike Beer2013-05-141-1/+7