summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.4.1v3.4.1Brad King2015-12-021-1/+1
* Merge branch 'backport-NIOS2-CPU' into releaseBrad King2015-12-022-0/+8
|\
| * Add NIOS2 CPU supportMarek Vasut2015-12-022-0/+8
* | Merge branch 'include-for-mode_t' into releaseBrad King2015-12-021-0/+2
|\ \
| * | Include `sys/types.h` header to get `mode_t`Kylie McClain2015-12-021-0/+2
| |/
* | Merge branch 'reduce-realpath-calls' into releaseBrad King2015-12-012-4/+28
|\ \
| * | cmOrderDirectories: Reduce repeat realpath() callsBrad King2015-12-012-2/+18
| * | cmOrderDirectories: Factor out directory comparisonBrad King2015-12-012-4/+12
| |/
* | Merge branch 'reduce-cmState-accumulation' into releaseBrad King2015-11-308-66/+121
|\ \
| * | cmState: Avoid accumulating snapshot storage for short-lived scopesBrad King2015-11-253-0/+34
| * | cmState: Avoid accumulating policy stack storage for short-lived scopesBrad King2015-11-251-1/+1
| * | cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-lineBrad King2015-11-252-4/+13
| * | cmLinkedTree: Add Pop methodBrad King2015-11-251-0/+21
| * | cmLinkedTree: Rename 'Extend' method to 'Push'Brad King2015-11-252-35/+35
| * | cmState: Enforce policy scope balancing around variable scopesBrad King2015-11-242-6/+2
| * | cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopesBrad King2015-11-241-4/+2
| * | cmMakefile: Remove unused PolicyPushPop interfacesBrad King2015-11-242-10/+4
| * | cmMakefile: Clarify purpose of method that pops a scope snapshotBrad King2015-11-242-8/+11
* | | Merge branch 'fix-find_package-version-file-error-stack' into releaseBrad King2015-11-2519-2/+40
|\ \ \ | |/ /
| * | Merge branch 'test-cmake_policy-unmatched' into fix-find_package-version-file...Brad King2015-11-2418-0/+36
| |\ \
| | * | Tests: Add case for package version file unmatched policy scopeBrad King2015-11-2411-0/+22
| | * | Tests: Add case for unmatched cmake_policy({PUSH,POP})Brad King2015-11-247-0/+14
| * | | cmState: Skip variable scope snapshots to avoid call stack duplicatesBrad King2015-11-241-2/+4
| | |/ | |/|
* | | Merge branch 'test-add_subdirectory-in-function' into releaseBrad King2015-11-244-0/+33
|\ \ \
| * | | Tests: Add case for add_subdirectory inside a functionBrad King2015-11-234-0/+33
| | |/ | |/|
* | | Merge branch 'revert-compiler-links-statically' into releaseBrad King2015-11-237-23/+0
|\ \ \
| * | | Revert "Disable shared library support when compiler links statically" (#15855)Brad King2015-11-237-23/+0
* | | | Merge branch 'backport-fix-autodef-bigobj-64' into releaseBrad King2015-11-202-1/+3
|\ \ \ \
| * | | | Fix auto export symbols for Dlls containing /bigobj for 64bit builds.Bill Hoffman2015-11-202-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'avoid-divide-by-zero' into releaseBrad King2015-11-191-1/+7
|\ \ \ \
| * | | | cmELF: Avoid divide by zero if there are no dynamic section entriesTy Smith2015-11-191-1/+7
| |/ / /
* | | | Merge branch 'fix-forced-toolchain-dialect' into releaseBrad King2015-11-197-0/+29
|\ \ \ \
| * | | | Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-197-0/+29
* | | | | Merge branch 'backport-android-no-versioned-soname' into releaseBrad King2015-11-191-0/+1
|\ \ \ \ \
| * | | | | Android: Restore generation of non-versioned soname (#15851)Brad King2015-11-191-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'FindGTest-avoid-CMP0064' into releaseBrad King2015-11-181-3/+3
|\ \ \ \ \
| * | | | | FindGTest: Refactor test type checks to avoid cases triggering CMP0064Brad King2015-11-181-3/+3
| |/ / / /
* | | | | Merge branch 'fix-ms-manifest-no-linker' into releaseBrad King2015-11-182-1/+5
|\ \ \ \ \
| * | | | | MSVC: Fix linking with /MANIFEST:NO optionBrad King2015-11-182-1/+5
| |/ / / /
* | | | | Merge branch 'fix-compute-default-dialect-lto' into releaseBrad King2015-11-182-0/+2
|\ \ \ \ \
| * | | | | Make C and C++ default dialect detection robust to advanced optimizationsBrad King2015-11-182-0/+2
| |/ / / /
* | | | | Merge branch 'cray-fortran-version' into releaseBrad King2015-11-121-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Cray: Implement Fortran compiler version detection (#15845)Brad King2015-11-121-0/+2
* | | | | CMake 3.4.0v3.4.0Brad King2015-11-121-1/+1
* | | | | Merge branch 'fix-install-rules' into releaseBrad King2015-11-091-6/+1
|\ \ \ \ \
| * | | | | Install: Move SetHaveInstallRule to a more-obvious placeStephen Kelly2015-11-081-6/+1
|/ / / / /
* | | | | CMake 3.4.0-rc3v3.4.0-rc3Brad King2015-11-021-1/+1
* | | | | Merge branch 'doc-apple-info-plist-properties' into releaseBrad King2015-10-302-29/+37
|\ \ \ \ \
| * | | | | Help: Document target properties setting Info.plist fields (#15820)Brad King2015-10-302-29/+37
| |/ / / /
* | | | | Merge branch 'fix-find_program-regression' into releaseBrad King2015-10-305-0/+27
|\ \ \ \ \