Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747) | Michael Scott | 2015-09-25 | 3 | -0/+16 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2015-09-28 | 2 | -66/+72 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-26 | 2 | -66/+72 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | KWSys 2015-09-25 (dc4e4a55) | KWSys Robot | 2015-09-26 | 2 | -66/+72 | |
* | | | | | | | | Merge topic 'ninja-cleanup-path-conversion' | Brad King | 2015-09-28 | 11 | -48/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 10 | -47/+51 | |
| * | | | | | | | | Ninja: Fix OBJECT_DIR placeholder substitution in link rules | Brad King | 2015-09-25 | 1 | -1/+3 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'test-fix-C-comments' | Brad King | 2015-09-28 | 2 | -14/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Use C-Style comments in C sources and headers | Marc Chevrier | 2015-09-25 | 2 | -14/+14 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'genex-SHELL_PATH' | Brad King | 2015-09-28 | 13 | -21/+123 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Genex: Add a SHELL_PATH expression | Stefan Kislinskiy | 2015-09-28 | 11 | -18/+120 | |
| * | | | | | | | | Tests: Simplify GeneratorExpression check implementation | Brad King | 2015-09-23 | 2 | -3/+3 | |
* | | | | | | | | | Merge topic 'test-RunCMake-BuildDepends-Borland' | Brad King | 2015-09-28 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: Fix RunCMake.BuildDepends filesystem delay for Borland Makefiles | Brad King | 2015-09-25 | 1 | -1/+7 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'jsoncpp-add-missing-cast' | Brad King | 2015-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | jsoncpp: Add missing cast to convert from char to UInt | Marc Chevrier | 2015-09-25 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-28 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-27 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'revert-cpack-package-empty-dirs' | Brad King | 2015-09-26 | 16 | -68/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert topic 'cpack-package-empty-dirs' | Brad King | 2015-09-25 | 16 | -68/+2 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-26 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'revert-cmake-W-options' | Brad King | 2015-09-25 | 25 | -374/+41 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options | Brad King | 2015-09-22 | 604 | -15451/+21561 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Revert topic 'cmake-W-options' (#15747) | Brad King | 2015-09-22 | 25 | -374/+41 | |
* | | | | | | | | Merge topic 'fix-try_compile-internal-argv' | Brad King | 2015-09-25 | 1 | -5/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmCoreTryCompile: Fix internal argument vector construction | Brad King | 2015-09-24 | 1 | -5/+1 | |
* | | | | | | | | | Merge topic 'install-directory-dest-genex' | Brad King | 2015-09-25 | 11 | -8/+82 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | install: Allow generator expressions in DIRECTORY DESTINATION | Robert Goulet | 2015-09-24 | 11 | -8/+82 | |
* | | | | | | | | | | Merge topic 'Threads-CXX' | Brad King | 2015-09-25 | 11 | -10/+101 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FindThreads: officially announce it works with only C++ enabled | Rolf Eike Beer | 2015-09-25 | 3 | -12/+27 | |
| * | | | | | | | | | | FindThreads: fix printing a pointer value in test code | Rolf Eike Beer | 2015-09-25 | 1 | -1/+1 | |
| * | | | | | | | | | | FindThreads: make the call to try_run() work also if only C++ is enabled | Rolf Eike Beer | 2015-09-25 | 1 | -1/+8 | |
| * | | | | | | | | | | FindThreads: replace CheckIncludeFiles by CheckIncludeFile | Rolf Eike Beer | 2015-09-25 | 1 | -3/+15 | |
| * | | | | | | | | | | Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled | Rolf Eike Beer | 2015-09-25 | 5 | -5/+41 | |
| * | | | | | | | | | | FindThreads: add simple testcase | Rolf Eike Beer | 2015-09-21 | 3 | -0/+21 | |
* | | | | | | | | | | | Merge topic 'fix-max-path-initialization' | Brad King | 2015-09-25 | 6 | -32/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | cmLocalGenerator: Compute object max path on construction. | Stephen Kelly | 2015-09-24 | 3 | -6/+4 | |
| * | | | | | | | | | | cmGlobalGenerator: Create all local generators after Configure(). | Stephen Kelly | 2015-09-24 | 1 | -1/+1 | |
| * | | | | | | | | | | cmGlobalGenerator: Remove unused method. | Stephen Kelly | 2015-09-24 | 2 | -7/+0 | |
| * | | | | | | | | | | cmGlobalGenerator: Create local generators after all makefiles configured. | Stephen Kelly | 2015-09-24 | 3 | -7/+15 | |
| * | | | | | | | | | | cmGlobalGenerator: Create local generator after configuring the makefile. | Stephen Kelly | 2015-09-24 | 1 | -2/+2 | |
| * | | | | | | | | | | cmMakefile: Create the local generator after configuring the makefile. | Stephen Kelly | 2015-09-24 | 1 | -5/+5 | |
| * | | | | | | | | | | Makefiles: Remove need to create local generator at configure time. | Stephen Kelly | 2015-09-24 | 1 | -11/+5 | |
| * | | | | | | | | | | Makefiles: Port to cmOutputConverter. | Stephen Kelly | 2015-09-24 | 1 | -1/+2 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-25 | 1 | -1/+1 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'install-files-dest-genex' | Brad King | 2015-09-24 | 11 | -11/+50 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Tests: Cover install(FILES) with a genex DESTINATION | Brad King | 2015-09-23 | 7 | -6/+15 | |
| * | | | | | | | | | install: Allow generator expressions in FILES DESTINATION | Robert Goulet | 2015-09-23 | 4 | -5/+35 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-24 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'vs-target-ordering' | Brad King | 2015-09-23 | 7 | -14/+26 | |
|\ \ \ \ \ \ \ \ |