| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle more than one process with sanitizer errors. | Bill Hoffman | 2014-07-24 | 1 | -0/+7 |
|
|
* | Merge topic 'fix_sanitizer_test_to_work_with_sanitizer' | Brad King | 2014-07-23 | 3 | -2/+10 |
|\ |
|
| * | Fix leak and address sanitizer tests to be able to run with real tools. | Bill Hoffman | 2014-07-22 | 3 | -2/+10 |
|
|
* | | Merge topic 'fix-complex-test-policies' | Brad King | 2014-07-23 | 2 | -0/+30 |
|\ \ |
|
| * | | Tests: Set policies in 'complex' tests | Brad King | 2014-07-22 | 2 | -0/+30 |
| |/ |
|
* | | Merge topic 'fix_guard_malloc_forbc' | Brad King | 2014-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Tests/CTestTestMemcheck: Tolerate malloc guard in BC output | Bill Hoffman | 2014-07-22 | 1 | -1/+1 |
|
|
* | | Merge topic 'fix_Xcode_generator_name' | Brad King | 2014-07-18 | 3 | -4/+5 |
|\ \ |
|
| * | | Tests: Activate tests accidentally excluded from Xcode | Brad King | 2014-07-17 | 3 | -4/+5 |
|
|
* | | | Merge topic 'encoding-ctest-fixes' | Brad King | 2014-07-18 | 1 | -1/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | Encoding: Fix a few encoding problems with ctest. | Clinton Stimpson | 2014-07-18 | 1 | -1/+9 |
| |/ |
|
* | | Honor $<LINK_ONLY> when checking interface properties | Brad King | 2014-07-16 | 4 | -2/+28 |
|
|
* | | Make $<LINK_ONLY> available to projects (#14751) | Brad King | 2014-07-16 | 8 | -2/+35 |
|
|
* | | ctest_memcheck: Add support for memory and leak sanitizer. | Bill Hoffman | 2014-07-16 | 3 | -4/+126 |
|/ |
|
* | Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) | Brad King | 2014-07-14 | 5 | -4/+23 |
|
|
* | Merge topic 'thread-sanitizer' | Brad King | 2014-07-09 | 3 | -0/+66 |
|\ |
|
| * | ctest_memcheck: Add support for ThreadSanitizer | Bill Hoffman | 2014-07-09 | 3 | -0/+66 |
|
|
* | | add_library: Allow arbitrary non-linked sources in OBJECT libraries | Brad King | 2014-07-09 | 4 | -3/+17 |
|
|
* | | Tests: Fix broken dependency in ObjectLibrary test | Brad King | 2014-07-07 | 1 | -1/+1 |
|
|
* | | Tests: Resolve TODO comment left in ObjectLibrary test | Brad King | 2014-07-07 | 2 | -8/+2 |
|/ |
|
* | Merge topic 'refactor-usage-requirement-evaluation' | Brad King | 2014-07-07 | 3 | -10/+14 |
|\ |
|
| * | cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookup | Brad King | 2014-07-07 | 1 | -7/+7 |
|
|
| * | cmTarget: Simplify INTERFACE_SOURCES usage requirement lookup | Brad King | 2014-07-07 | 2 | -3/+7 |
|
|
* | | Merge topic 'ExternalProject_test' | Brad King | 2014-07-07 | 12 | -201/+246 |
|\ \ |
|
| * | | Tests: split the ExternalProject test | Rolf Eike Beer | 2014-07-03 | 12 | -201/+246 |
| |/ |
|
* | | Merge topic 'WriteCompilerDetectionHeader-valid-prefix' | Brad King | 2014-07-07 | 7 | -0/+34 |
|\ \ |
|
| * | | WCDH: Ensure that the prefix argument to the macro is valid. | Stephen Kelly | 2014-07-02 | 7 | -0/+34 |
| |/ |
|
* | | Tests: Fix CTestTestTimeout output order to match regex | Brad King | 2014-07-02 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'ExternalProject_test' | Brad King | 2014-07-02 | 1 | -54/+0 |
|\ |
|
| * | ExternalProject test: remove unused file | Rolf Eike Beer | 2014-07-01 | 1 | -54/+0 |
|
|
* | | Merge topic 'memcheck-test-no-lang' | Brad King | 2014-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | CTestTestMemcheck: do not search for compilers | Rolf Eike Beer | 2014-07-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'tests-add_test-NAME' | Brad King | 2014-07-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Tests: Use add_test(NAME) signature in add_test_macro | Ben Boeckel | 2014-07-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'fix-circular-transitive-properties-segfault' | Brad King | 2014-07-02 | 20 | -0/+128 |
|\ \ |
|
| * | | Genex: Fix stack overflow in transitive property evaluation. | Stephen Kelly | 2014-07-01 | 20 | -0/+128 |
|
|
* | | | Ninja: Add order-only dependencies to link commands (#14728) | Ben Boeckel | 2014-07-01 | 1 | -0/+6 |
| |/
|/| |
|
* | | Merge topic 'test-speedup-RunCMake.include_directories' | Brad King | 2014-07-01 | 19 | -44/+55 |
|\ \ |
|
| * | | Tests: Speed up RunCMake.include_directories test | Brad King | 2014-06-30 | 11 | -11/+11 |
|
|
| * | | Tests: Drop broken and now unused RunCMake_TEST_FILE option | Brad King | 2014-06-30 | 1 | -4/+1 |
|
|
| * | | Tests: Refactor RunCMake.include_directories to drop RunCMake_TEST_FILE | Brad King | 2014-06-30 | 4 | -24/+35 |
|
|
| * | | Tests: Refactor RunCMake.File_Generate to drop RunCMake_TEST_FILE | Brad King | 2014-06-30 | 4 | -5/+8 |
| |/ |
|
* | | Merge topic 'vs14-generator' | Brad King | 2014-06-30 | 10 | -47/+8 |
|\ \
| |/
|/| |
|
| * | Tests: Simplify LoadCommand tests | Brad King | 2014-06-25 | 6 | -34/+0 |
|
|
| * | VS14: Add Visual Studio 14 generator (#14982) | Brad King | 2014-06-25 | 3 | -4/+8 |
|
|
| * | Tests/Preprocess: Remove unnecessary VS version tests | Brad King | 2014-06-24 | 1 | -9/+0 |
|
|
* | | Merge topic 'CTestTestTimeout-increase' | Brad King | 2014-06-27 | 1 | -5/+2 |
|\ \ |
|
| * | | CTestTestTimeout: increase the timeout for all platforms | Rolf Eike Beer | 2014-06-25 | 1 | -5/+2 |
|
|
* | | | Merge topic 'install-messages' | Brad King | 2014-06-27 | 18 | -0/+143 |
|\ \ \ |
|
| * | | | install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) | Brad King | 2014-06-24 | 6 | -0/+24 |
|
|