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
/
Platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'aix-shared-flags'
Brad King
2013-03-12
2
-2/+2
|
\
|
*
AIX: Do not use -brtl to create shared libraries (#13997)
Brad King
2013-03-11
2
-2/+2
*
|
Merge topic 'rpath-use-implicit-link-dirs'
Brad King
2013-02-15
1
-0/+1
|
\
\
|
*
\
Merge topic 'LINK_LIBRARIES-property' into rpath-use-implicit-link-dirs
Brad King
2013-02-14
6
-30/+52
|
|
\
\
|
*
|
|
AIX-GNU: Put implicit link directories in runtime libpath (#13909)
Brad King
2013-02-14
1
-0/+1
|
|
|
/
|
|
/
|
*
|
|
Embarcadero: Fix default link stack/heap flags (#13912)
Brad King
2013-02-13
1
-1/+1
*
|
|
MSVC: Fix CMAKE_CL_64 in CXX-only projects (#13896)
Brad King
2013-02-07
1
-1/+1
*
|
|
Set WINCE to 1 when building for WindowsCE
Patrick Gansterer
2013-02-01
1
-2/+3
*
|
|
OS X: Detect implicit linker framework search paths
Brad King
2012-12-11
1
-0/+18
*
|
|
OS X: Detect implicit link directories on modern toolchains
Brad King
2012-12-11
2
-0/+2
|
|
/
|
/
|
*
|
OpenBSD: Install shared libraries without executable permission
Amit Kulkarni
2012-12-04
1
-0/+4
*
|
CMake: Remove "/STACK:10000000" from default linker flags (#12437)
David Cole
2012-11-23
2
-3/+3
*
|
MSVC: Drop default use of /Zm1000 for VS >= 7.1
Brad King
2012-11-16
1
-1/+6
*
|
Merge topic 'osx-bad-sdk-xcode-3.2.6'
Brad King
2012-11-13
1
-0/+17
|
\
\
|
*
|
OS X: Warn about known SDK breakage by Xcode 3.2.6
Brad King
2012-11-08
1
-0/+17
|
|
/
|
*
Merge branch 'osx-sysroot-cleanup' into release
Brad King
2012-11-06
1
-0/+1
|
|
\
*
|
\
Merge topic 'osx-sysroot-cleanup'
Brad King
2012-11-06
1
-0/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
OS X: Fix default CMAKE_OSX_SYSROOT with deployment target
Brad King
2012-11-05
1
-0/+1
*
|
|
BSD: Do not require dlfcn.h to build shared libs (#13573)
Brad King
2012-10-05
2
-26/+22
|
|
/
|
/
|
*
|
Ninja: move <OBJECTS> in front of the first linker option
Peter Kümmel
2012-10-01
3
-3/+6
*
|
Revert "Ninja: don't expand any rsp files"
Bill Hoffman
2012-10-01
2
-11/+5
|
/
*
OS X: Teach deployment target sanity check about SDK names
Brad King
2012-09-22
1
-20/+30
*
OS X: Further improve default CMAKE_OSX_SYSROOT selection
Brad King
2012-09-21
1
-1/+3
*
OS X: If CMAKE_OSX_SYSROOT is already set do not compute default
Brad King
2012-09-21
1
-4/+6
*
OS X: Simplify selection of CMAKE_OSX_ARCHITECTURES
Brad King
2012-09-21
1
-23/+4
*
OS X: Allow CMAKE_OSX_SYSROOT to be a logical SDK name
Brad King
2012-09-21
1
-2/+35
*
OS X: Improve default CMAKE_OSX_SYSROOT selection
Brad King
2012-09-21
1
-44/+39
*
OS X: Always generate -isysroot if any SDK is in use
Brad King
2012-09-21
4
-7/+8
*
Merge topic 'vs-link-rsp'
Brad King
2012-09-19
2
-5/+11
|
\
|
*
Ninja: don't expand any rsp files
Peter Kuemmel
2012-09-19
2
-5/+11
*
|
OS X: Add platform-specific Clang compiler info files (#13536)
Brad King
2012-09-17
3
-0/+30
|
/
*
Add WindowsCE platform information files
Patrick Gansterer
2012-09-05
5
-9/+49
*
Merge topic 'msvc-compiler-info'
Brad King
2012-08-31
1
-2/+2
|
\
|
*
VS: Fix MSVC_IDE definition recently broken by refactoring
Brad King
2012-08-30
1
-2/+2
*
|
Merge topic 'mingw-unix-generator'
Brad King
2012-08-30
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
Find mingw's windres also when Unix Makefiles are used
Peter Kümmel
2012-08-27
1
-0/+4
*
|
Merge branch 'cmake-platform-info-version' into msvc-compiler-info
Brad King
2012-08-30
1
-3/+3
|
\
\
|
*
|
Make platform information files specific to the CMake version
Brad King
2012-08-24
2
-9/+9
|
|
/
*
|
Modernize MSVC compiler information files
Brad King
2012-08-30
4
-99/+81
*
|
VS: Simplify MSVC version reporting
Brad King
2012-08-30
2
-98/+42
*
|
VS: Remove support for "free" version 2003 tools
Brad King
2012-08-23
2
-57/+11
|
/
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
29
-149/+149
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
73
-1288/+1288
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
16
-36/+36
*
Merge topic 'watcom-compiler-version'
Brad King
2012-08-13
1
-37/+24
|
\
|
*
Watcom: Simplify compiler version detection (#11866)
Brad King
2012-08-13
1
-37/+24
*
|
Prefer generic system compilers by default for C, C++, and Fortran
Brad King
2012-08-02
4
-0/+24
|
/
*
Merge topic 'ninja-rspfile-link-libraries'
David Cole
2012-07-12
1
-1/+3
|
\
|
*
Ninja: disable work around when linking with mingw
Peter Kümmel
2012-07-11
1
-1/+3
*
|
Merge topic 'aix-gnu-asm'
David Cole
2012-07-12
1
-0/+2
|
\
\
[next]