summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-static-assert'Brad King2017-03-082-0/+6
|\
| * WriteCompilerDetectionHeader: fix STATIC_ASSERTDaniel Pfeifer2017-03-062-0/+6
* | CUDA: Fix spelling of CudaOnly.SeparateCompilation test targetsBrad King2017-03-071-8/+8
* | Autogen: Test: Add mocDepends testSebastian Holtermann2017-03-069-0/+119
* | Autogen: Test: Add generated qrc file to rccDepends testSebastian Holtermann2017-03-066-9/+39
* | Autogen: Test: Add generated file to moc rerun testSebastian Holtermann2017-03-065-18/+37
* | Autogen: Test: Add timestamp comparison to moc rerun testSebastian Holtermann2017-03-063-15/+32
* | Autogen: Test: Rename automoc_rerun test to mocRerunSebastian Holtermann2017-03-067-9/+9
* | Autogen: Test: Rename autorcc_depends test to rccDependsSebastian Holtermann2017-03-065-8/+8
|/
* Merge topic 'implicit-dir-symlinks'Brad King2017-03-039-0/+74
|\
| * Tests: Add case for RPATH exclusion of symlinks to implicit directoriesBrad King2017-03-029-0/+74
* | Merge topic 'autogen_uic_paths'Brad King2017-03-027-0/+100
|\ \
| * | Autogen: Add AUTOUIC_SEARCH_PATHS testSebastian Holtermann2017-03-027-0/+100
* | | Merge topic 'find_library-custom-lib-suffix'Brad King2017-03-027-1/+14
|\ \ \
| * | | find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-017-1/+14
* | | | Merge topic 'csproj_add_free_source_tags'Brad King2017-03-024-0/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | VS: add test for VS_CSHARP_* source file propertyMichael Stürmer2017-03-014-0/+38
| | |/ | |/|
* | | Merge topic 'FindPkgConfig-version-ops'Brad King2017-03-012-16/+27
|\ \ \
| * | | FindPkgConfig: use new version checking "library >= version" syntaxGautier Pelloux-Prayer2017-02-282-16/+27
* | | | Merge topic 'export-executable-symbols'Brad King2017-03-013-0/+22
|\ \ \ \
| * | | | bindexplib: Always export executable symbols, even they are also readableZsolt Parragi2017-02-283-0/+22
| | |_|/ | |/| |
* | | | Merge topic 'find-libarch-not-symlink'Brad King2017-03-013-0/+29
|\ \ \ \
| * | | | find_library: Skip 'lib => lib<arch>' searches if one symlinks the otherBrad King2017-02-283-0/+29
| * | | | Merge branch '16449-revert-xcode-system-includes' into releaseBrad King2016-11-282-14/+5
| |\ \ \ \
| * | | | | Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINEBrad King2016-11-181-0/+17
| * | | | | Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variableBrad King2016-11-181-0/+8
| * | | | | Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSIONBrad King2016-11-181-1/+8
* | | | | | Merge topic 'autogen_json_fix'Brad King2017-03-014-45/+46
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Autogen: Fix for Q_PLUGIN_METADATA change detection testSebastian Holtermann2017-02-264-45/+46
* | | | | | Merge topic '16607-error-out-on-non-seekable-input-files'Brad King2017-02-284-1/+17
|\ \ \ \ \ \
| * | | | | | cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-274-1/+17
* | | | | | | ExternalProject: only append `COMMAND` if actually adding a commandBen Boeckel2017-02-271-0/+10
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'object-library-compile-pdb'Brad King2017-02-271-0/+1
|\ \ \ \ \ \
| * | | | | | Fix COMPILE_PDB_NAME when used on an OBJECT libraryBrad King2017-02-241-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'test-objlib-deps-cleanup'Brad King2017-02-2710-36/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Tests: Change RunCMake.ObjectLibrary dependencies case to CBrad King2017-02-2610-31/+27
| * | | | | Tests: Fix RunCMake.ObjectLibrary dependency delayBrad King2017-02-261-5/+11
* | | | | | Merge topic '16615-xcode-object-libraries-depends'Brad King2017-02-246-0/+52
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add test for object library dependenciesGregor Jasny2017-02-226-0/+52
* | | | | | Merge topic 'autogen_depends'Brad King2017-02-2410-6/+46
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS testSebastian Holtermann2017-02-2210-6/+46
* | | | | | Merge topic 'clang-format-attrs'Brad King2017-02-234-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-224-0/+8
* | | | | | Merge topic 'autogen_json'Brad King2017-02-2236-13/+575
|\ \ \ \ \ \
| * | | | | | Autogen: Don't use .moc include in Q_PLUGIN_METADATA testSebastian Holtermann2017-02-212-12/+8
| * | | | | | Autogen: Tests: Set different compression levels in rcc testSebastian Holtermann2017-02-211-0/+11
| * | | | | | Autogen: Tests: Add Q_PLUGIN_METADATA testSebastian Holtermann2017-02-2117-2/+203
| * | | | | | Autogen: Tests: Add moc include testsSebastian Holtermann2017-02-2119-0/+354
| * | | | | | Autogen: Tests: Clean commentsSebastian Holtermann2017-02-211-11/+11
| | |/ / / / | |/| | | |
* | | | | | Make CMAKE_HOST_SYSTEM_NAME available in scripting contextGregor Jasny2017-02-191-1/+0
|/ / / / /