summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cmComputeLinkDepends: Convert AddLinkEntries to a templateBrad King2014-07-072-4/+5
* | | | | | | Merge topic 'ExternalProject_test'Brad King2014-07-0712-201/+246
|\ \ \ \ \ \ \
| * | | | | | | Tests: split the ExternalProject testRolf Eike Beer2014-07-0312-201/+246
* | | | | | | | Merge topic 'dev/export-from-obj-libs'Brad King2014-07-071-0/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | GenerateExportHeader: support exporting from OBJECT librariesBen Boeckel2014-07-031-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'WriteCompilerDetectionHeader-valid-prefix'Brad King2014-07-078-0/+42
|\ \ \ \ \ \ \
| * | | | | | | WCDH: Ensure that the prefix argument to the macro is valid.Stephen Kelly2014-07-028-0/+42
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fix-CTestTestTimeout-output-order'Brad King2014-07-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Tests: Fix CTestTestTimeout output order to match regexBrad King2014-07-021-1/+1
* | | | | | | | Merge topic 'ctest-S-message-STATUS'Brad King2014-07-071-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | CTest: Implement message(STATUS) output for 'ctest -S' scriptsBrad King2014-07-021-0/+11
| |/ / / / / /
* | | | | | | Merge topic 'no-cross-install_name_tool'Brad King2014-07-071-3/+1
|\ \ \ \ \ \ \
| * | | | | | | OS X: Only search for install_name_tool if the toolchain has itFlorent Castelli2014-07-021-3/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-071-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-061-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-051-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-041-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2014-07-031-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'ExternalProject_test'Brad King2014-07-021-54/+0
|\ \ \ \ \ \
| * | | | | | ExternalProject test: remove unused fileRolf Eike Beer2014-07-011-54/+0
| |/ / / / /
* | | | | | Merge topic 'memcheck-test-no-lang'Brad King2014-07-021-1/+1
|\ \ \ \ \ \
| * | | | | | CTestTestMemcheck: do not search for compilersRolf Eike Beer2014-07-011-1/+1
| |/ / / / /
* | | | | | Merge topic 'tests-add_test-NAME'Brad King2014-07-021-1/+1
|\ \ \ \ \ \
| * | | | | | Tests: Use add_test(NAME) signature in add_test_macroBen Boeckel2014-07-011-1/+1
| |/ / / / /
* | | | | | Merge topic 'fix-circular-transitive-properties-segfault'Brad King2014-07-0222-0/+171
|\ \ \ \ \ \
| * | | | | | Target: Return null when a transitive property is not defined.Stephen Kelly2014-07-011-0/+30
| * | | | | | Genex: Fix stack overflow in transitive property evaluation.Stephen Kelly2014-07-0121-0/+141
* | | | | | | Merge topic 'ninja-link-order-only-dependencies'Brad King2014-07-022-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Add order-only dependencies to link commands (#14728)Ben Boeckel2014-07-012-1/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'encoding-bugs'Brad King2014-07-022-15/+5
|\ \ \ \ \ \ \
| * | | | | | | Encoding: Replace some system calls with kwsys calls which handle unicode.Clinton Stimpson2014-07-012-15/+5
* | | | | | | | Merge topic 'FindJNI-ppc64le'Brad King2014-07-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | FindJNI: search for ppc64 on ppc64le as wellDinar Valeev2014-07-011-1/+1
* | | | | | | | | Merge topic 'libarchive-encoding'Brad King2014-07-022-8/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Encoding: Fix potential encoding issues with libarchive on Windows.Clinton Stimpson2014-07-022-8/+56
* | | | | | | | | | CMake Nightly Date StampKitware Robot2014-07-021-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'test-speedup-RunCMake.include_directories'Brad King2014-07-0119-44/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Speed up RunCMake.include_directories testBrad King2014-06-3011-11/+11
| * | | | | | | | | Tests: Drop broken and now unused RunCMake_TEST_FILE optionBrad King2014-06-301-4/+1
| * | | | | | | | | Tests: Refactor RunCMake.include_directories to drop RunCMake_TEST_FILEBrad King2014-06-304-24/+35
| * | | | | | | | | Tests: Refactor RunCMake.File_Generate to drop RunCMake_TEST_FILEBrad King2014-06-304-5/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ninja-no-phony-sources'Brad King2014-07-014-44/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja: Skip generating empty phony rulesAdam Strzelecki2014-06-302-14/+21
| * | | | | | | | | Ninja: Don't limit custom cmd side-effects to build folder (#14972)Adam Strzelecki2014-06-301-16/+6
| * | | | | | | | | Ninja: Consider only custom commands deps as side-effects (#14972)Adam Strzelecki2014-06-302-14/+17
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cuda_osx_clang'Brad King2014-07-012-4/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindCUDA: Fix OSX Clang & no C language enabledAdam Strzelecki2014-06-302-4/+14
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindVTK-drop-4.0-support'Brad King2014-07-012-101/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | FindVTK: Drop support for finding VTK 4.0Brad King2014-07-012-101/+17
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-011-1/+1