Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make message suppression more consistent. | Michael Scott | 2015-11-30 | 8 | -24/+102 |
* | Tests: Revise message in RunCMake.CommandLine -Wdev case | Michael Scott | 2015-11-30 | 3 | -3/+3 |
* | Merge branch 'release' | Brad King | 2015-11-30 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'reduce-cmState-accumulation' into release | Brad King | 2015-11-30 | 8 | -66/+121 |
| |\ | |||||
| * \ | Merge branch 'fix-find_package-version-file-error-stack' into release | Brad King | 2015-11-25 | 19 | -2/+40 |
| |\ \ | |||||
| * \ \ | Merge branch 'test-add_subdirectory-in-function' into release | Brad King | 2015-11-24 | 4 | -0/+33 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'revert-compiler-links-statically' into release | Brad King | 2015-11-23 | 7 | -23/+0 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'reduce-cmState-accumulation-for-master' | Brad King | 2015-11-30 | 8 | -66/+121 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f... | Brad King | 2015-11-25 | 8 | -66/+121 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | cmState: Avoid accumulating snapshot storage for short-lived scopes | Brad King | 2015-11-25 | 3 | -0/+34 |
| | * | | | | | cmState: Avoid accumulating policy stack storage for short-lived scopes | Brad King | 2015-11-25 | 1 | -1/+1 |
| | * | | | | | cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line | Brad King | 2015-11-25 | 2 | -4/+13 |
| | * | | | | | cmLinkedTree: Add Pop method | Brad King | 2015-11-25 | 1 | -0/+21 |
| | * | | | | | cmLinkedTree: Rename 'Extend' method to 'Push' | Brad King | 2015-11-25 | 2 | -35/+35 |
| | * | | | | | cmState: Enforce policy scope balancing around variable scopes | Brad King | 2015-11-25 | 2 | -6/+2 |
| | * | | | | | cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes | Brad King | 2015-11-25 | 1 | -4/+2 |
| | * | | | | | cmMakefile: Remove unused PolicyPushPop interfaces | Brad King | 2015-11-25 | 2 | -10/+4 |
| | * | | | | | cmMakefile: Clarify purpose of method that pops a scope snapshot | Brad King | 2015-11-25 | 2 | -8/+11 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-30 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-29 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-28 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-27 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-26 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge topic 'fix-find_package-version-file-error-stack' | Brad King | 2015-11-25 | 12 | -2/+26 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'test-cmake_policy-unmatched' into fix-find_package-version-file... | Brad King | 2015-11-24 | 18 | -0/+36 |
| |\ \ \ \ | |||||
| | * | | | | Tests: Add case for package version file unmatched policy scope | Brad King | 2015-11-24 | 11 | -0/+22 |
| * | | | | | cmState: Skip variable scope snapshots to avoid call stack duplicates | Brad King | 2015-11-24 | 1 | -2/+4 |
* | | | | | | Merge topic 'test-cmake_policy-unmatched' | Brad King | 2015-11-25 | 7 | -0/+14 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Tests: Add case for unmatched cmake_policy({PUSH,POP}) | Brad King | 2015-11-24 | 7 | -0/+14 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-25 | 1 | -1/+1 |
* | | | | | | Merge topic 'FindCUDA-aarch64' | Brad King | 2015-11-24 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindCUDA: Add paths for crosscompiling to aarch64 | Alexander Szakaly | 2015-11-23 | 1 | -0/+3 |
* | | | | | | | Merge topic 'FindXercesC-imported-targets' | Brad King | 2015-11-24 | 6 | -10/+99 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindXercesC: Add imported targets and unit test | Roger Leigh | 2015-11-23 | 6 | -10/+99 |
* | | | | | | | | Merge topic 'doc-CLEAN_NO_CUSTOM-makefile-only' | Brad King | 2015-11-24 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856) | Brad King | 2015-11-23 | 1 | -4/+3 |
* | | | | | | | | | Merge topic 'test-add_subdirectory-in-function' | Brad King | 2015-11-24 | 4 | -0/+33 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Tests: Add case for add_subdirectory inside a function | Brad King | 2015-11-23 | 4 | -0/+33 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'cpack-dmg-multilanguage-sla' | Brad King | 2015-11-24 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CPack/DragNDrop: Use documented CPACK_DMG_SLA_LANGUAGES variable | Simon Levermann | 2015-11-23 | 1 | -7/+7 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'revert-compiler-links-statically' | Brad King | 2015-11-24 | 7 | -23/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Revert "Disable shared library support when compiler links statically" (#15855) | Brad King | 2015-11-23 | 7 | -23/+0 |
* | | | | | | | | Merge topic 'doc-ios-support' | Brad King | 2015-11-24 | 21 | -72/+102 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Update documentation to reflect support for iOS | Bartosz Kosiorek | 2015-11-23 | 21 | -72/+102 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-11-24 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'release' | Brad King | 2015-11-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Merge branch 'backport-fix-autodef-bigobj-64' into release | Brad King | 2015-11-20 | 2 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'avoid-divide-by-zero' into release | Brad King | 2015-11-19 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'fix-forced-toolchain-dialect' into release | Brad King | 2015-11-19 | 7 | -0/+29 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'expand_cobertura_search' | Brad King | 2015-11-23 | 2 | -3/+19 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | |