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
/
RunCMake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'tests-hide-ldd-check-errors'
Brad King
2016-07-22
1
-1/+2
|
\
|
*
Tests: Hide errors from `ldd --help` output check
Brad King
2016-07-21
1
-1/+2
*
|
Merge topic 'windows-export-all-fix-objlib'
Brad King
2016-07-22
3
-1/+9
|
\
\
|
|
/
|
/
|
|
*
VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries
Brad King
2016-07-21
3
-1/+9
*
|
Ninja: Fix inter-target order-only dependencies of custom commands
Brad King
2016-07-20
2
-0/+45
|
/
*
Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files
Brad King
2016-07-14
4
-0/+73
*
Merge topic 'windows-export-all-from-exe'
Brad King
2016-07-13
3
-0/+22
|
\
|
*
Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports
Yury Zhuravlev
2016-07-11
3
-0/+22
*
|
Fix typos.
Felix Geyer
2016-07-10
1
-1/+1
*
|
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 '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 '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
*
|
|
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
|
|
/
/
*
|
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
8
-18/+40
|
/
/
*
|
find_path: Fix location of <dir/header.h> in a framework on OS X
Harry Mallon
2016-06-07
4
-0/+8
|
/
*
Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)
Brad King
2016-06-02
3
-0/+14
*
try_compile: Optionally forward custom platform variables to test project
Brad King
2016-05-25
2
-0/+27
*
CPack/Deb possibility to change package name
Domen Vrankar
2016-05-23
17
-13/+38
*
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
*
|
file: Sort GLOB results to make it deterministic (#14491)
Reiner Herrmann
2016-05-17
3
-9/+0
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
63
-97/+143
*
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
4
-0/+24
|
\
\
|
*
|
CPack/RPM different package names
Domen Vrankar
2016-05-15
4
-0/+24
|
|
/
*
|
Merge topic 'cpack-deb-improvements'
Brad King
2016-05-16
18
-16/+198
|
\
\
|
|
/
|
/
|
|
*
CPack/Deb test changes due to breaking changes
Domen Vrankar
2016-05-13
18
-16/+198
*
|
Drop find_(library|file|path) prefixes from PATH on non-Windows
Brad King
2016-05-09
3
-3/+9
|
/
*
CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR
Jean-Christophe Fillion-Robin
2016-05-09
8
-1/+134
*
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
*
CMP0059: Fix typo in policy description
Brad King
2016-05-02
1
-2/+2
*
Merge topic 'test-watcom-workaround'
Brad King
2016-05-02
1
-1/+2
|
\
|
*
Tests: Fix RunCMake.BuildDepends filesystem delay for Watcom WMake
Brad King
2016-04-29
1
-1/+2
*
|
Merge topic 'clang-format-include-order'
Brad King
2016-05-02
2
-2/+2
|
\
\
|
*
|
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
2
-2/+2
|
|
/
[next]