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
*
Add -W options to control deprecated warning messages.
Michael Scott
2015-12-01
4
-0/+14
*
Refactor the -W options parser to be generic.
Michael Scott
2015-12-01
5
-1/+18
*
Explicitly enable author (dev) warnings by default.
Michael Scott
2015-12-01
5
-0/+14
*
Make message suppression more consistent.
Michael Scott
2015-11-30
3
-3/+18
*
Tests: Revise message in RunCMake.CommandLine -Wdev case
Michael Scott
2015-11-30
3
-3/+3
*
Merge topic 'fix-find_package-version-file-error-stack'
Brad King
2015-11-25
11
-0/+22
|
\
|
*
Merge branch 'test-cmake_policy-unmatched' into fix-find_package-version-file...
Brad King
2015-11-24
18
-0/+36
|
|
\
|
|
*
Tests: Add case for package version file unmatched policy scope
Brad King
2015-11-24
11
-0/+22
|
*
|
Merge branch 'fix-find_program-regression' into release
Brad King
2015-10-30
4
-0/+14
|
|
\
\
*
|
\
\
Merge topic 'test-cmake_policy-unmatched'
Brad King
2015-11-25
7
-0/+14
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Tests: Add case for unmatched cmake_policy({PUSH,POP})
Brad King
2015-11-24
7
-0/+14
*
|
|
|
Merge topic 'test-add_subdirectory-in-function'
Brad King
2015-11-24
4
-0/+33
|
\
\
\
\
|
*
|
|
|
Tests: Add case for add_subdirectory inside a function
Brad King
2015-11-23
4
-0/+33
|
|
/
/
/
*
|
|
|
Merge topic 'ninja-symbolic-custom-command'
Brad King
2015-11-20
2
-0/+26
|
\
\
\
\
|
*
|
|
|
Ninja: Always re-run custom commands that have symbolic dependencies
Brad King
2015-11-19
2
-0/+26
*
|
|
|
|
Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
Bill Hoffman
2015-11-19
1
-0/+2
|
/
/
/
/
*
|
|
|
Add test for OSX/iOS Framework directory structure (#15833)
Gregor Jasny
2015-11-13
9
-0/+131
*
|
|
|
Merge topic 'fix-find_program-regression'
Brad King
2015-11-02
4
-0/+14
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
find_program: Fix regression in finding an already-known path
Brad King
2015-10-30
4
-0/+14
*
|
|
|
FindPkgConfig: return actual error when a package is not found (#15810)
Benjamin Chrétien
2015-10-28
1
-2/+3
*
|
|
|
Tests: Disable parallel test execution while running ctest_test
Stephen Kelly
2015-10-27
1
-0/+1
*
|
|
|
Tests: Don't overwrite RunCMake_TEST_FAILED variable
Stephen Kelly
2015-10-27
1
-5/+5
*
|
|
|
Merge topic 'xcode-watch-and-tvos'
Brad King
2015-10-26
2
-6/+56
|
\
\
\
\
|
*
|
|
|
Xcode: Recognise Watch and TV OS as embedded platforms
Gregor Jasny
2015-10-23
2
-6/+56
*
|
|
|
|
Merge topic 'xcode-optimization-flags'
Brad King
2015-10-26
7
-0/+63
|
\
\
\
\
\
|
*
|
|
|
|
Xcode: Use regular expression to extract all optimisation flags (#15794)
Gregor Jasny
2015-10-23
7
-0/+63
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'fix-test-RUN_SERIAL-failure-regression'
Brad King
2015-10-26
4
-0/+27
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
CTest: Fix regression in handling of a RUN_SERIAL test that fails
Brad King
2015-10-23
4
-0/+27
*
|
|
|
|
Merge topic 'cmLocalGenerator-generator-target-storage'
Brad King
2015-10-21
8
-52/+74
|
\
\
\
\
\
|
*
|
|
|
|
CMP0063: Split unit test by target type.
Stephen Kelly
2015-10-20
8
-52/+74
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'fix-CMP0054-elseif-warning'
Brad King
2015-10-21
4
-0/+29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Stephen Kelly
2015-10-20
4
-0/+29
*
|
|
|
Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script mode
Tamas Kenez
2015-10-06
2
-0/+15
|
/
/
/
*
|
|
Tests: Fix RunCMake.CPack_* tests to use proper CMake generator
Domen Vrankar
2015-10-01
2
-45/+3
*
|
|
Tests: Avoid OS X 10.5 limitation warning in RunCMake.CPack* tests
Brad King
2015-10-01
1
-0/+2
*
|
|
Tests: Add trailing newlines to generated sources in RunCMake.CPack_* tests
Brad King
2015-10-01
1
-3/+3
*
|
|
CPack: allow packaging of empty directories
Domen Vrankar
2015-09-28
18
-2/+64
*
|
|
Merge topic 'test-Wno-dev'
Brad King
2015-09-28
3
-0/+16
|
\
\
\
|
*
|
|
Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747)
Michael Scott
2015-09-25
3
-0/+16
*
|
|
|
Merge topic 'genex-SHELL_PATH'
Brad King
2015-09-28
4
-0/+23
|
\
\
\
\
|
*
|
|
|
Genex: Add a SHELL_PATH expression
Stefan Kislinskiy
2015-09-28
4
-0/+23
*
|
|
|
|
Merge topic 'test-RunCMake-BuildDepends-Borland'
Brad King
2015-09-28
1
-1/+7
|
\
\
\
\
\
|
*
|
|
|
|
Tests: Fix RunCMake.BuildDepends filesystem delay for Borland Makefiles
Brad King
2015-09-25
1
-1/+7
*
|
|
|
|
|
Merge topic 'revert-cpack-package-empty-dirs'
Brad King
2015-09-26
11
-36/+0
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Revert topic 'cpack-package-empty-dirs'
Brad King
2015-09-25
11
-36/+0
*
|
|
|
|
|
Merge topic 'revert-cmake-W-options'
Brad King
2015-09-25
18
-76/+0
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'improve-variable-help-formatting' into revert-cmake-W-options
Brad King
2015-09-22
62
-3/+607
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Revert topic 'cmake-W-options' (#15747)
Brad King
2015-09-22
18
-76/+0
*
|
|
|
|
|
|
|
install: Allow generator expressions in DIRECTORY DESTINATION
Robert Goulet
2015-09-24
4
-0/+9
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Tests: Cover install(FILES) with a genex DESTINATION
Brad King
2015-09-23
4
-0/+9
[next]