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
*
Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files
Brad King
2016-07-14
6
-21/+21
*
MSVC: Set all CMAKE_*_LINKER_FLAGS_INIT directly
Brad King
2016-07-13
1
-28/+19
*
Embarcadero: Set all CMAKE_*_LINKER_FLAGS_INIT directly
Brad King
2016-07-13
1
-9/+5
*
Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files
Brad King
2016-07-06
10
-46/+46
*
OpenWatcom: Partially modernize platform information modules
Brad King
2016-07-06
5
-0/+24
*
Intel: Do not use MSVC-like flags for Fortran
Brad King
2016-07-05
1
-14/+17
*
Merge topic 'aix-clang'
Brad King
2016-06-21
2
-0/+2
|
\
|
*
AIX: Add support for Clang compiler
Wu Zhao
2016-06-20
2
-0/+2
*
|
Merge topic 'revert-vs-clang-minsize'
Brad King
2016-06-20
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
VS: Fix regressed mapping for the cl `/Os` compiler flag
Brad King
2016-06-17
1
-1/+1
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
3
-2/+5
*
|
Merge topic 'SunOS-PathScale'
Brad King
2016-06-07
4
-0/+37
|
\
\
|
*
|
Platform: add flag definitions for PathScale compiler on SunOS (#16135)
Michał Górny
2016-06-06
4
-0/+37
|
|
/
*
|
Modules: Rename internal platform-specific compiler determination modules
Brad King
2016-06-02
4
-0/+0
|
/
*
OS X: Drop warning about SDK and deployment target version mismatch
Brad King
2016-05-26
1
-10/+0
*
AIX,HP: Allow user to override the default runtime path (libpath)
Matthew Hanna
2016-05-17
2
-2/+6
*
MSVC: Drop space in `/DNDEBUG` flag for consistency (#16052)
Brad King
2016-04-07
2
-9/+9
*
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
2
-2/+2
*
ASM: Add missing <INCLUDES> placeholder for "compile" rules
Gregor Jasny
2016-03-29
2
-2/+2
*
Cygwin: Add support for Clang compiler
Han Sangjin
2016-03-10
2
-0/+2
*
Merge topic 'remove-vs6-generator'
Brad King
2016-03-10
2
-7/+0
|
\
|
*
Drop Visual Studio 6 generator
Brad King
2016-03-09
2
-7/+0
*
|
Merge topic 'clang-iframework-version'
Brad King
2016-03-10
1
-1/+1
|
\
\
|
*
|
OS X: Use -iframework with Clang only on version >= 3.2
Jean-Christophe Fillion-Robin
2016-03-09
1
-1/+1
|
|
/
*
|
VS: in Clang/C2 toolset, setup correct compiler settings
Mariusz Pluciński
2016-03-10
1
-7/+23
|
/
*
Windows: Find Program Files directories more robustly from environment
Brad King
2016-01-15
1
-33/+19
*
Merge topic 'fix-CMP0065-NEW-AIX-HP'
Brad King
2015-12-14
4
-4/+28
|
\
|
*
AIX,HP-UX: Fix RPATH handling when CMP0065 is set to NEW
Marc Chevrier
2015-12-11
4
-4/+28
*
|
Merge topic 'detect-cray-wrappers'
Brad King
2015-12-09
2
-182/+64
|
\
\
|
*
|
Cray: Refactor the Cray platform files to use compiler wrapper checks
Chuck Atkins
2015-12-09
2
-182/+64
*
|
|
Embarcadero: Fix bug where duplicate Ninja job pools would be created.
James Johnston
2015-12-03
1
-1/+5
|
/
/
*
|
Merge topic 'add-cray-linux-platform'
Brad King
2015-11-19
1
-66/+88
|
\
\
|
*
|
Cray: Fix static / dynamic detection logic and parse more driver flags
Chuck Atkins
2015-11-18
1
-66/+88
*
|
|
SunOS: Remove obsolete Studio compiler library directories
April Chin
2015-11-16
1
-6/+0
|
/
/
*
|
Cray: New platform file for Cray Linux Environment and PrgEnv
Chuck Atkins
2015-11-14
2
-0/+239
*
|
Ninja: Refactor selection of 'deps = ' value for MS-compatible toolchains
Brad King
2015-10-20
1
-0/+2
|
/
*
Xcode: Adjust deployment target SDK version to host version
Gregor Jasny
2015-10-12
1
-0/+4
*
MSVC: Add system libs for WindowsStore on VS 2015
Gilles Khouzam
2015-10-02
1
-1/+3
*
Add support for *.manifest source files with MSVC tools
Brad King
2015-09-17
1
-2/+2
*
MSVC: Rewrite manifest file handling with Makefile and Ninja
Brad King
2015-09-17
1
-2/+2
*
Merge topic 'ar-option-order'
Brad King
2015-09-10
1
-1/+1
|
\
|
*
Re-order 'ar' options 'cq' => 'qc'
Brad King
2015-09-09
1
-1/+1
*
|
GHS: Find latest 'int' directory
Geoff Viola
2015-09-09
1
-7/+29
|
/
*
Darwin: Add support for tbd library stub files
Gregor Jasny
2015-08-24
1
-1/+1
*
Merge topic 'hp-ux-itanium-shared-libs'
Brad King
2015-08-21
1
-3/+5
|
\
|
*
HP-UX: Do not use ".sl" extension for shared libs on Itanium
Brad King
2015-08-18
1
-3/+5
*
|
Add support for ARTOS platform using GNU C with ac compiler driver
Kars de Jong
2015-08-17
2
-0/+26
*
|
HP-UX: Fix linker search type flags for C shared libs on HP-UX
Chuck Atkins
2015-08-12
1
-12/+5
|
/
*
SunOS: Drop special case for linking C++ shared libraries with gcc (#15673)
Brad King
2015-07-30
1
-8/+0
*
Merge topic 'osx-iframework'
Brad King
2015-07-23
2
-0/+10
|
\
[next]