Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'gcov-module-coverage-exclude' | Brad King | 2015-04-06 | 9 | -17/+98 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CTestCoverageCollectGCOV: Support CTEST_CUSTOM_COVERAGE_EXCLUDE | Nils Gladitz | 2015-04-04 | 9 | -17/+98 | |
* | | | | | | | | Merge topic 'makefile-depscan-BOM' | Brad King | 2015-04-06 | 6 | -0/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Makefile: Tolerate a BOM while scanning source dependencies (#15493) | Brad King | 2015-04-03 | 6 | -0/+43 | |
* | | | | | | | | | Merge topic 'test_cpack_symlinks' | Brad King | 2015-04-06 | 4 | -0/+35 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Tests: Add case for CPack source package with symlinks | Bill Hoffman | 2015-04-06 | 4 | -0/+35 | |
* | | | | | | | | | VS: Add support for XAML source files | Gilles Khouzam | 2015-04-03 | 17 | -1/+343 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'remove-DEFINITIONS-directory-property' | Brad King | 2015-04-02 | 12 | -0/+85 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 12 | -0/+85 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Tests: Fix CMake.ELF test with read-only source (#15489) | Bill Newcomb | 2015-04-01 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'ctest-repeat-until-fail' | Brad King | 2015-04-01 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Fix RunCMake.CTestCommandLine expected output time matching | Brad King | 2015-03-31 | 1 | -11/+11 | |
* | | | | | | | | Merge topic 'solaris-fix-target_link_libraries-test' | Brad King | 2015-04-01 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Do not try to use invalid "ld -v" flag on Solaris | Brad King | 2015-03-31 | 1 | -1/+11 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | CPackRPM: Add basic symlink support (#15209) | Domen Vrankar | 2015-03-31 | 4 | -5/+185 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'cpack-archive-prefix' | Brad King | 2015-03-30 | 4 | -0/+43 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677) | Clinton Stimpson | 2015-03-30 | 4 | -0/+43 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'add_dependencies-INTERFACE-libraries' | Brad King | 2015-03-30 | 6 | -15/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow add_dependencies() on INTERFACE libraries (#15414) | Brad King | 2015-03-27 | 6 | -15/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | ExternalData: Add option to recursively match under directories | Brad King | 2015-03-27 | 21 | -0/+49 | |
|/ / / / / / | ||||||
* | | | | | | Tests: Enable XCTest tests for Xcode 5 | Gregor Jasny | 2015-03-24 | 1 | -1/+1 | |
* | | | | | | Merge topic 'ninja-require-byproducts' | Brad King | 2015-03-23 | 18 | -0/+95 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja: Add policy to require explicit custom command byproducts | Brad King | 2015-03-20 | 18 | -0/+95 | |
* | | | | | | | Merge topic 'add-extra-qbs-generator' | Brad King | 2015-03-23 | 1 | -1/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Qbs: Add new 'extra' generator for qbs project files | Stanislav Ionascu | 2015-03-20 | 1 | -1/+15 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'cpack-rpm-ignore-default-prefix' | Brad King | 2015-03-23 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPack/RPM ignore install prefix relocation path | Domen Vrankar | 2015-03-20 | 2 | -2/+6 | |
* | | | | | | | | Merge topic 'xcode-xctest' | Brad King | 2015-03-23 | 13 | -0/+902 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Add XCTest example to test Frameworks and Cocoa App Bundles | Gregor Jasny | 2015-03-23 | 13 | -0/+890 | |
| * | | | | | | | | Tests: Compute Xcode version for any generator on OS X | Brad King | 2015-03-18 | 1 | -0/+12 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'ctest-repeat-until-fail' | Brad King | 2015-03-23 | 14 | -0/+97 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 14 | -0/+97 | |
* | | | | | | | Merge topic 'file-globbing-directory-listing' | Brad King | 2015-03-20 | 13 | -0/+122 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | file: Teach GLOB to list directories optionally | Domen Vrankar | 2015-03-20 | 13 | -0/+122 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | CPack/RPM improved component override test | Domen Vrankar | 2015-03-17 | 2 | -12/+12 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'cpack_rpm_old_version_tests' | Brad King | 2015-03-17 | 1 | -10/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CPack/RPM architecture test fixup | Domen Vrankar | 2015-03-15 | 1 | -6/+25 | |
| * | | | | | | CPack/RPM relocation paths test fixup | Domen Vrankar | 2015-03-15 | 1 | -4/+6 | |
* | | | | | | | Merge topic 'FindMatlab-rewrite' | Brad King | 2015-03-17 | 17 | -0/+271 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindMatlab: Rewrite module and provide a usage API | Raffi Enficiaud | 2015-03-17 | 17 | -0/+271 | |
| |/ / / / / / | ||||||
* | | | | | | | CTest: Output test-specific env vars in verbose mode (#15446) | Zach Mullen | 2015-03-17 | 5 | -0/+53 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'main_dependency_diagnostic' | Brad King | 2015-03-12 | 11 | -0/+70 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add_custom_command: Diagnose MAIN_DEPENDENCY limitation. | Nils Gladitz | 2015-03-09 | 11 | -0/+70 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'fix_jacoco_coverage_process' | Brad King | 2015-03-12 | 2 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CTest: Fix Jacoco Coverage | Joseph Snyder | 2015-03-06 | 2 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'target-language-genex' | Brad King | 2015-03-10 | 56 | -1/+404 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | File(GENERATE): Process genex evaluation files for each language. | Stephen Kelly | 2015-03-09 | 5 | -1/+32 | |
| * | | | | | | Genex: Allow COMPILE_LANGUAGE when processing include directories. | Stephen Kelly | 2015-03-09 | 10 | -0/+67 | |
| * | | | | | | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 8 | -0/+86 | |
| * | | | | | | Genex: Enable use of COMPILE_LANGUAGE for compile options. | Stephen Kelly | 2015-03-09 | 14 | -0/+100 | |