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
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeParseImplicitLinkInfo: Exclude libclang_rt libraries
Brad King
2016-07-11
1
-0/+6
*
Merge topic 'tiff-typo'
Brad King
2016-07-11
1
-7/+7
|
\
|
*
FindTIFF: Correct variable names in unit test
Roger Leigh
2016-07-10
1
-7/+7
*
|
Source: Remove long-unused .cvsignore file
Brad King
2016-07-08
2
-2/+2
|
/
*
Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files
Brad King
2016-07-06
4
-0/+45
*
try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
Brad King
2016-06-29
5
-0/+81
*
Merge topic 'GenerateExportHeader-custom-content'
Brad King
2016-06-29
1
-1/+1
|
\
|
*
Tests: Run clang-format on GenerateExportHeader code
Brad King
2016-06-29
1
-1/+1
*
|
Merge topic 'GenerateExportHeader-custom-content'
Brad King
2016-06-29
2
-0/+7
|
\
\
|
|
/
|
*
GenerateExportHeader: Add option to specify custom content
Brad King
2016-06-28
2
-0/+7
*
|
Merge topic 'revert-try_compile-config-flags'
Brad King
2016-06-29
3
-21/+0
|
\
\
|
|
/
|
/
|
|
*
Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"
Brad King
2016-06-28
3
-21/+0
*
|
Merge topic 'ninja-no-rsp-for-rc'
Brad King
2016-06-28
5
-0/+24
|
\
\
|
*
|
ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC files
Ben Boeckel
2016-06-27
5
-0/+24
|
|
/
*
|
Merge topic 'vs-tool-override'
Brad King
2016-06-23
2
-1/+128
|
\
\
|
*
|
VS: Add a VS_TOOL_OVERRIDE source file property
Gilles Khouzam
2016-06-20
2
-1/+128
*
|
|
Merge topic 'vs-sdk-refs'
Brad King
2016-06-23
1
-0/+3
|
\
\
\
|
*
|
|
VS: Add VS_SDK_REFERENCES target property to reference external SDKs
Gilles Khouzam
2016-06-22
1
-0/+3
|
|
/
/
*
|
|
Merge topic 'xcode-bundle-extension'
Brad King
2016-06-23
1
-1/+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Xcode: Properly handle BUNDLE_EXTENSION
Gregor Jasny
2016-06-18
1
-1/+0
*
|
|
Merge topic 'cmake-trace-source'
Brad King
2016-06-20
4
-0/+9
|
\
\
\
|
*
|
|
cmake: Add an option to control what files needs to be traced
Alex Turbov
2016-06-17
4
-0/+9
|
|
/
/
*
|
|
Merge topic 'cpack-deb-test-fixes'
Brad King
2016-06-20
3
-10/+13
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
CPack/Deb: Fix test to actually test the preinst script
Domen Vrankar
2016-06-20
1
-2/+2
|
*
CPack/Deb: Fix tests for SELinux-enabled systems
Domen Vrankar
2016-06-20
3
-10/+13
*
|
Merge topic 'link_what_you_use'
Brad King
2016-06-17
13
-0/+62
|
\
\
|
*
|
Add options to run `ldd -u -r` as a "link-what-you-use" tool
Bill Hoffman
2016-06-17
13
-0/+62
*
|
|
Merge topic 'cleanup-streams'
Brad King
2016-06-16
2
-4/+2
|
\
\
\
|
*
|
|
Remove redundant arguments from fstream constructors
Daniel Pfeifer
2016-06-14
2
-4/+2
*
|
|
|
Parser: Issue file open error messages through dedicated API
Stephen Kelly
2016-06-13
4
-20/+4
|
/
/
/
*
|
|
Merge topic 'fix-Message-API-ISP-violation'
Brad King
2016-06-13
5
-0/+25
|
\
\
\
|
*
|
|
cmake: Issue message independent of cmMakefile definition
Stephen Kelly
2016-06-12
5
-0/+25
*
|
|
|
Merge topic 'find-lib32'
Brad King
2016-06-13
15
-18/+47
|
\
\
\
\
|
*
|
|
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
15
-18/+47
|
|
/
/
/
*
|
|
|
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
2
-10/+17
*
|
|
|
PseudoMemcheck: revise style with clang-format.
Daniel Pfeifer
2016-06-10
1
-14/+8
|
/
/
/
*
|
|
Merge topic 'watcom-workaround'
Brad King
2016-06-10
1
-1/+3
|
\
\
\
|
*
|
|
Tests: Restore fix to Plugin test on Watcom compiler
Brad King
2016-06-09
1
-1/+3
*
|
|
|
Merge topic 'java-export-targets'
Brad King
2016-06-09
12
-12/+199
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Tests: Add test for exported JARs
Matthew Woehlke
2016-06-07
10
-0/+187
|
*
|
|
Tests/Java: Clean up style of Java test code
Matthew Woehlke
2016-06-07
2
-12/+12
|
|
/
/
*
|
|
Merge topic 'add-FindVulkan'
Brad King
2016-06-08
1
-1/+1
|
\
\
\
|
*
|
|
Tests/FindVulkan: Run clang-format
Brad King
2016-06-08
1
-1/+1
*
|
|
|
Merge topic 'add-FindVulkan'
Brad King
2016-06-08
4
-0/+58
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Add FindVulkan.cmake.
Matthäus G. Chajdas
2016-06-08
4
-0/+58
*
|
|
|
Merge topic 'find_path-in-framework'
Brad King
2016-06-08
4
-0/+8
|
\
\
\
\
|
*
|
|
|
find_path: Fix location of <dir/header.h> in a framework on OS X
Harry Mallon
2016-06-07
4
-0/+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Tests/FindOpenCL: Run clang-format to fix style
Brad King
2016-06-07
1
-4/+5
|
/
/
/
*
|
|
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-2/+1
*
|
|
Merge topic 'productbuild'
Brad King
2016-06-06
1
-0/+11
|
\
\
\
|
|
/
/
|
/
|
|
[next]