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
*
Add options to run `ldd -u -r` as a "link-what-you-use" tool
Bill Hoffman
2016-06-17
13
-0/+62
*
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
|
\
\
|
|
/
|
/
|
|
*
productbuild: Add new productbuild cpack generator.
Clinton Stimpson
2016-06-03
1
-0/+11
*
|
Merge topic 'fix-TARGET_PROPERTY-LOCATION-crash'
Brad King
2016-06-03
3
-0/+14
|
\
\
|
*
|
Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)
Brad King
2016-06-02
3
-0/+14
|
|
/
*
|
FindOpenCL: Add an imported target
Matthäus G. Chajdas
2016-06-02
4
-0/+44
|
/
*
Merge topic 'remove-needless-copies'
Brad King
2016-05-27
1
-1/+1
|
\
|
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-1/+1
*
|
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
2
-9/+9
|
/
*
try_compile: Optionally forward custom platform variables to test project
Brad King
2016-05-25
2
-0/+27
*
Merge topic 'standard-include-directories'
Brad King
2016-05-25
4
-0/+11
|
\
|
*
Add a variable to specify language-wide system include directories
Brad King
2016-05-25
4
-0/+11
*
|
Merge topic 'cpack-deb-different-package-names'
Brad King
2016-05-24
19
-13/+43
|
\
\
|
*
|
CPack/Deb possibility to change package name
Domen Vrankar
2016-05-23
19
-13/+43
|
|
/
*
|
CPack/Deb prevent accidental component dependencies
Domen Vrankar
2016-05-23
2
-0/+2
|
/
*
Merge topic 'ninja-output-path-prefix'
Brad King
2016-05-19
21
-0/+328
|
\
|
*
Tests: Select RunCMake.Ninja test cases based on ninja version
Brad King
2016-05-18
1
-0/+20
|
*
Ninja: Support embedding of CMake as subninja project
Nicolas Despres
2016-05-17
21
-0/+308
*
|
ExternalProject: Always run update step with non-empty UPDATE_COMMAND
Brad King
2016-05-18
1
-0/+12
*
|
Merge topic 'file-glob-sort'
Brad King
2016-05-18
3
-9/+0
|
\
\
|
*
|
file: Sort GLOB results to make it deterministic (#14491)
Reiner Herrmann
2016-05-17
3
-9/+0
|
|
/
*
|
GHS: Use shorter object file names on collision
Geoff Viola
2016-05-18
4
-1/+20
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
668
-5444/+5326
*
Merge topic 'findpkgconfig-target'
Brad King
2016-05-16
2
-0/+27
|
\
|
*
FindPkgConfig: optionally create imported target for the found libraries
Rolf Eike Beer
2016-05-14
2
-0/+27
*
|
Merge topic 'cpack-rpm-adding-dist-to-release-tag'
Brad King
2016-05-16
4
-0/+21
|
\
\
|
*
|
CPack/RPM adding dist to release tag test
Domen Vrankar
2016-05-14
4
-0/+21
|
|
/
*
|
Merge topic 'cpack-rpm-different-package-names'
Brad King
2016-05-16
5
-1/+25
|
\
\
|
*
|
CPack/RPM different package names
Domen Vrankar
2016-05-15
5
-1/+25
|
|
/
*
|
Merge topic 'cpack-deb-improvements'
Brad King
2016-05-16
27
-29/+211
|
\
\
|
|
/
|
/
|
|
*
CPack/Deb test changes due to breaking changes
Domen Vrankar
2016-05-13
27
-29/+211
*
|
InstallRequiredSystemLibraries: Optionally install Windows UCRT (#16073)
Brad King
2016-05-12
2
-0/+2
*
|
Tests: Wrap long comment lines in VSXaml test
Brad King
2016-05-11
1
-7/+9
*
|
Tests: Protect unicode literals from clang-format Cpp03 formatting
Brad King
2016-05-11
1
-0/+2
*
|
Drop find_(library|file|path) prefixes from PATH on non-Windows
Brad King
2016-05-09
3
-3/+9
|
/
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-2/+0
*
Merge topic 'custom-command-CROSSCOMPILING_EMULATOR'
Brad King
2016-05-09
8
-1/+134
|
\
|
*
CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR
Jean-Christophe Fillion-Robin
2016-05-09
8
-1/+134
*
|
Help clang-format wrap after braces on long initializer lists
Brad King
2016-05-06
1
-0/+2
|
/
*
Tests: Improve source file name in RunCMake.CrosscompilingEmulator
Jean-Christophe Fillion-Robin
2016-05-03
5
-7/+9
*
Tests: Cover genex behavior in CROSSCOMPILING_EMULATOR test case
Jean-Christophe Fillion-Robin
2016-05-03
3
-4/+35
*
Merge topic 'doc-cmake-policies-manual-improvements'
Brad King
2016-05-03
1
-2/+2
|
\
[next]