index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake 3.4.3
v3.4.3
Brad King
2016-01-25
1
-1/+1
*
Merge branch 'vs-win10-sdk' into release
Brad King
2016-01-21
3
-6/+8
|
\
|
*
VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)
Brad King
2016-01-21
3
-6/+8
*
|
CMake 3.4.2
v3.4.2
Brad King
2016-01-19
1
-1/+1
*
|
Merge branch 'vs-win10-sdk' into release
Brad King
2016-01-11
3
-17/+35
|
\
\
|
|
/
|
*
VS: Fix Windows 10 SDK version selection (#15831)
Brad King
2016-01-11
1
-17/+9
|
*
cmSystemTools: Add VersionCompareEqual helper
Brad King
2016-01-11
2
-0/+10
|
*
VS: Do not select a partial Windows 10 SDK folder (#15831)
Brad King
2016-01-08
1
-0/+16
*
|
Merge branch 'vs14-debug-enum' into release
Brad King
2016-01-11
1
-2/+18
|
\
\
|
*
|
VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation (#15894)
Brad King
2016-01-08
1
-2/+18
|
|
/
*
|
Merge branch 'vs-compiler-id-itanium' into release
Brad King
2015-12-21
1
-3/+0
|
\
\
|
*
|
CMakeDetermineCompilerId: Fix VS Itanium platform name (#15889)
Brad King
2015-12-21
1
-3/+0
|
|
/
*
|
Merge branch 'fix-CMP0065-NEW-AIX-HP' into release
Brad King
2015-12-11
4
-4/+28
|
\
\
|
*
|
AIX,HP-UX: Fix RPATH handling when CMP0065 is set to NEW
Marc Chevrier
2015-12-11
4
-4/+28
|
|
/
*
|
Merge branch 'fix-java-idlj-jarsigner-typos' into release
Brad King
2015-12-03
1
-3/+3
|
\
\
|
|
/
|
/
|
|
*
FindJava: Fix typos in IdlJ and JarSigner component implementation
Marc Chevrier
2015-12-03
1
-3/+3
|
/
*
CMake 3.4.1
v3.4.1
Brad King
2015-12-02
1
-1/+1
*
Merge branch 'backport-NIOS2-CPU' into release
Brad King
2015-12-02
2
-0/+8
|
\
|
*
Add NIOS2 CPU support
Marek Vasut
2015-12-02
2
-0/+8
*
|
Merge branch 'include-for-mode_t' into release
Brad King
2015-12-02
1
-0/+2
|
\
\
|
*
|
Include `sys/types.h` header to get `mode_t`
Kylie McClain
2015-12-02
1
-0/+2
|
|
/
*
|
Merge branch 'reduce-realpath-calls' into release
Brad King
2015-12-01
2
-4/+28
|
\
\
|
*
|
cmOrderDirectories: Reduce repeat realpath() calls
Brad King
2015-12-01
2
-2/+18
|
*
|
cmOrderDirectories: Factor out directory comparison
Brad King
2015-12-01
2
-4/+12
|
|
/
*
|
Merge branch 'reduce-cmState-accumulation' into release
Brad King
2015-11-30
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
*
|
|
Merge branch 'fix-find_package-version-file-error-stack' into release
Brad King
2015-11-25
19
-2/+40
|
\
\
\
|
|
/
/
|
*
|
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
|
|
*
|
Tests: Add case for unmatched cmake_policy({PUSH,POP})
Brad King
2015-11-24
7
-0/+14
|
*
|
|
cmState: Skip variable scope snapshots to avoid call stack duplicates
Brad King
2015-11-24
1
-2/+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'test-add_subdirectory-in-function' into release
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 branch 'revert-compiler-links-statically' into release
Brad King
2015-11-23
7
-23/+0
|
\
\
\
|
*
|
|
Revert "Disable shared library support when compiler links statically" (#15855)
Brad King
2015-11-23
7
-23/+0
*
|
|
|
Merge branch 'backport-fix-autodef-bigobj-64' into release
Brad King
2015-11-20
2
-1/+3
|
\
\
\
\
|
*
|
|
|
Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
Bill Hoffman
2015-11-20
2
-1/+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'avoid-divide-by-zero' into release
Brad King
2015-11-19
1
-1/+7
|
\
\
\
\
|
*
|
|
|
cmELF: Avoid divide by zero if there are no dynamic section entries
Ty Smith
2015-11-19
1
-1/+7
|
|
/
/
/
*
|
|
|
Merge branch 'fix-forced-toolchain-dialect' into release
Brad King
2015-11-19
7
-0/+29
|
\
\
\
\
|
*
|
|
|
Project: Guess default standard dialect if compiler was forced (#15852)
Brad King
2015-11-19
7
-0/+29
*
|
|
|
|
Merge branch 'backport-android-no-versioned-soname' into release
Brad King
2015-11-19
1
-0/+1
|
\
\
\
\
\
[next]