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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
FindJsonCpp: Drop new module due to upstream jsoncpp providing package
Brad King
2015-02-20
1
-117/+0
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'CMakeParseImplicitLinkInfo-CMP0054'
Brad King
2015-02-19
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CMakeParseImplicitLinkInfo: Avoid if() auto-deref in quoted arg
Brad King
2015-02-18
1
-1/+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge topic 'mingw-no-find_library-dll'
Brad King
2015-02-19
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Windows-GNU: Do not tell find_library to treat '.dll' as linkable
Brad King
2015-02-18
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'compiler-version-Fortran'
Brad King
2015-02-19
3
-2/+146
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fortran: Detect G95 compiler version
Brad King
2015-02-19
1
-0/+2
|
*
|
|
|
|
|
Fortran: Detect PGI compiler version
Brad King
2015-02-19
1
-0/+5
|
*
|
|
|
|
|
Fortran: Detect XL and VisualAge compiler versions
Brad King
2015-02-19
1
-0/+6
|
*
|
|
|
|
|
Fortran: Detect GNU compiler version
Brad King
2015-02-19
1
-0/+5
|
*
|
|
|
|
|
Fortran: Detect PathScale compiler version
Brad King
2015-02-19
1
-0/+5
|
*
|
|
|
|
|
Fortran: Detect SunPro compiler version
Brad King
2015-02-19
1
-1/+9
|
*
|
|
|
|
|
Fortran: Detect Intel compiler version
Brad King
2015-02-19
1
-0/+11
|
*
|
|
|
|
|
Fortran: Add infrastructure to detect compiler version (#15372)
Brad King
2015-02-19
3
-1/+103
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'FindJNI-awt-arch'
Brad King
2015-02-19
1
-0/+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
/
/
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)
Tiago Stürmer Daitx
2015-02-18
1
-0/+1
|
|
/
/
/
|
*
|
|
Merge branch 'cpack_rpm_mulit_prefix_fixup' into release
v3.2.0-rc1
Brad King
2015-02-11
1
-1/+6
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'FindCoin3D-drop-link' into release
Brad King
2015-02-11
1
-2/+1
|
|
\
\
\
*
|
|
|
|
CPackWIX: Extend the patching mechanism to allow adding content to <Product>.
Nils Gladitz
2015-02-13
2
-1/+5
*
|
|
|
|
Merge topic 'FindCoin3D-drop-link'
Brad King
2015-02-12
1
-2/+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
FindCoin3D: Drop link to project homepage
Brad King
2015-02-11
1
-2/+1
*
|
|
|
|
Merge topic 'cpack_rpm_mulit_prefix_fixup'
Brad King
2015-02-12
1
-1/+6
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
CPackRPM: Do not run file(GLOB_RECURSE) without CMP0009 set to NEW
Domen Vrankar
2015-02-11
1
-1/+6
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'BundleUtilities-install_name_tool-exit'
Brad King
2015-02-11
1
-1/+6
|
\
\
\
|
*
|
|
BundleUtilities: Teach fixup_bundle to check install_name_tool result
Ruslan Baratov
2015-02-10
1
-1/+6
*
|
|
|
FindRuby: Fix finding 64-bit Ruby on Windows
Michael Smith
2015-02-10
1
-4/+9
|
/
/
/
*
|
|
Merge topic 'cpack_rpm_mulit_prefix_fixup'
Brad King
2015-02-10
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
CPackRPM: Fix recognition of absolute relocation paths
Domen Vrankar
2015-02-10
1
-1/+1
|
|
/
*
|
Merge topic 'add-CheckFortranCompilerFlag'
Brad King
2015-02-10
2
-2/+69
|
\
\
|
*
|
CheckFortranCompilerFlag: Add module to check Fortran flag existence
Nicolas Bock
2015-02-05
2
-2/+69
|
|
/
*
|
FindBoost: Search for debug and release libraries separately (#15364)
Gunther Laure
2015-02-05
1
-49/+107
|
/
*
Merge topic 'fix-C-standard-features'
Brad King
2015-02-05
10
-13/+26
|
\
|
*
Features: Fix C90 feature detection.
Stephen Kelly
2015-02-04
3
-3/+3
|
*
Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.
Stephen Kelly
2015-02-04
7
-8/+21
|
*
AppleClang: Remove redundant UNIX condition.
Stephen Kelly
2015-02-04
2
-2/+2
*
|
CPack: Fix NSIS default 64-bit Windows install directory (#14211)
Brad King
2015-02-04
1
-3/+8
*
|
Merge topic 'fix-msvc-linker-flags-typo'
Brad King
2015-02-04
2
-2/+2
|
\
\
|
*
|
MSVC: Fix initialization of RelWithDebInfo shared library link flags (#15385)
Brad King
2015-02-03
2
-2/+2
*
|
|
Merge topic 'CTestCoverageCollectGCOV-refinements'
Brad King
2015-02-04
1
-5/+26
|
\
\
\
|
*
|
|
CTestCoverageCollectGCOV: Fix handling of international characters
Brad King
2015-02-03
1
-1/+2
|
*
|
|
CTestCoverageCollectGCOV: Allow custom flags to gcov
Bill Hoffman
2015-02-03
1
-2/+15
|
*
|
|
CTestCoverageCollectGCOV: Fix handling of large file counts
Bill Hoffman
2015-02-03
1
-2/+9
*
|
|
|
Merge topic 'rpm_multi_prefix'
Brad King
2015-02-03
1
-11/+104
|
\
\
\
\
|
*
|
|
|
CPackRPM: Allow multiple path relocation prefixes for one package
Domen Vrankar
2015-01-29
1
-11/+104
*
|
|
|
|
Features: Update GNU 5.0 C++14 features.
Stephen Kelly
2015-01-31
1
-0/+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Features: Record for MSVC 2010-2015
Robert Maynard
2015-01-30
3
-2/+119
*
|
|
|
Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)
Brad King
2015-01-29
1
-6/+2
*
|
|
|
Merge topic 'OpenSSL_102'
Brad King
2015-01-28
1
-1/+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
FindOpenSSL: fix detection of OpenSSL 1.0.2
Guillaume Belz
2015-01-27
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Configure some CMake-provided targets with USES_TERMINAL (#14915)
Sylvain Joubert
2015-01-27
1
-0/+3
[prev]
[next]