Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(INSTALL): Add undocumented options to control output verbosity | Brad King | 2014-06-24 | 1 | -3/+58 |
* | file(INSTALL): Report existing DIRECTORY as Up-to-date | Brad King | 2014-06-24 | 1 | -1/+2 |
* | file(INSTALL): Do not pre-create DESTINATION for DIRECTORY | Brad King | 2014-06-24 | 1 | -10/+13 |
* | cmInstallTargetGenerator: Drop default constructor arguments | Brad King | 2014-06-24 | 2 | -9/+22 |
* | Merge topic 'encoding-parse-commandline' | Brad King | 2014-06-23 | 1 | -1/+1 |
|\ | |||||
| * | Encoding: Fix debug asserts parsing command line options with non-ascii chars. | Clinton Stimpson | 2014-06-17 | 1 | -1/+1 |
| * | Merge topic 'fix-valgrind-in-path' | Brad King | 2014-06-17 | 1 | -4/+5 |
| |\ | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-23 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-22 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-21 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-20 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-19 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-18 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-17 | 1 | -1/+1 |
* | | | Merge topic 'fix-valgrind-in-path' | Brad King | 2014-06-16 | 1 | -4/+5 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix ctest to allow valgrind to show up in the path name of a memcheck tool. | Bill Hoffman | 2014-06-13 | 1 | -4/+5 |
* | | Merge topic 'features-cleanups' | Brad King | 2014-06-16 | 1 | -2/+5 |
|\ \ | |||||
| * | | Features: Escape the COMPILE_OPTIONS for dialects. | Stephen Kelly | 2014-06-13 | 1 | -2/+5 |
* | | | Merge topic 'ninja-avoid-double-phony' | Brad King | 2014-06-16 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | Ninja: Remove CMake includes from explicit depends (#14972) | Adam Strzelecki | 2014-06-16 | 1 | -0/+9 |
| * | | | CMake 3.0.0v3.0.0 | Brad King | 2014-06-09 | 1 | -1/+1 |
| * | | | Merge branch 'fix-ctest-option-summary' into release | Brad King | 2014-06-05 | 1 | -1/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'fix-build-crash-on-bad-generator' into release | Brad King | 2014-06-03 | 1 | -1/+7 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'cmake-credits' into release | Brad King | 2014-06-03 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'cmake-credits' into release | Brad King | 2014-06-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'vs-subdir-sln-depends' | Brad King | 2014-06-16 | 5 | -44/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | VS: Remove unused parameter of WriteTargetConfigurations | Brad King | 2014-06-13 | 3 | -4/+2 |
| * | | | | | | | | VS: Fix subproject .sln dependencies on custom targets | Brad King | 2014-06-12 | 2 | -30/+17 |
| * | | | | | | | | VS: Move VS-only API out of cmGlobalGenerator | Brad King | 2014-06-12 | 4 | -33/+32 |
* | | | | | | | | | Merge topic 'cmake-no-args-output' | Brad King | 2014-06-16 | 5 | -5/+52 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmake,ccmake: Produce shorter output on no arguments (#14973) | Adam Strzelecki | 2014-06-13 | 5 | -5/+52 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-16 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-15 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-14 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'fix-read-after-free' | Brad King | 2014-06-13 | 1 | -5/+13 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmake: Fix read-after-free while checking command-line arguments | Brad King | 2014-06-12 | 1 | -5/+13 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'add_jacoco_coverage_parsing' | Brad King | 2014-06-13 | 5 | -1/+271 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CTest: Add Jacoco Coverage functionality | Joseph Snyder | 2014-06-12 | 5 | -1/+271 |
* | | | | | | | | | | Merge topic 'setlocale' | Brad King | 2014-06-13 | 4 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive. | Clinton Stimpson | 2014-06-12 | 4 | -4/+4 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-13 | 1 | -1/+1 |
| |_|_|/ / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge topic 'dev/variable-lookup' | Brad King | 2014-06-12 | 3 | -22/+35 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | cmDefinitions: Use a hashmap for faster checks | Ben Boeckel | 2014-06-09 | 2 | -2/+10 |
| * | | | | | | | | cmDefinitions: Avoid a find-then-insert when setting variables | Ben Boeckel | 2014-06-09 | 1 | -10/+1 |
| * | | | | | | | | cmDefinitions: Don't store parent lookups | Ben Boeckel | 2014-06-09 | 3 | -10/+24 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-12 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-11 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'no-parse-directory' | Brad King | 2014-06-10 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmake: Do not open directories as scripts (#14966) | Brad King | 2014-06-09 | 1 | -1/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'android-platform' | Brad King | 2014-06-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ |