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
*
Merge topic 'cross-compiling-toolchain-variables'
Brad King
2013-11-22
11
-0/+193
|
\
|
*
Introduce CMAKE_STAGING_PREFIX variable.
Stephen Kelly
2013-11-21
11
-0/+193
*
|
Add policy CMP0040 to disallow custom commands on missing targets
Nils Gladitz
2013-11-21
19
-0/+74
*
|
Tests: Don't read the LOCATION property from build targets.
Stephen Kelly
2013-11-19
7
-28/+13
|
/
*
Merge topic 'cleanup-build-commands'
Brad King
2013-11-19
18
-250/+228
|
\
|
*
Tests: Do not use an explicit make program for VS generators
Brad King
2013-11-18
1
-1/+5
|
*
Tests: Fix MFC test heuristic for empty CMAKE_TEST_MAKEPROGRAM
Brad King
2013-11-18
1
-1/+1
|
*
Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram
Brad King
2013-11-18
6
-9/+9
|
*
Tests: Configure SubProject-Stage2 test more robustly
Brad King
2013-11-18
1
-13/+12
|
*
Tests: Simplify VSExcludeFromDefaultBuild configuration
Brad King
2013-11-18
1
-2/+9
|
*
Tests: Simplify VSProjectInSubdir configuration
Brad King
2013-11-18
1
-25/+11
|
*
Tests: Simplify CTest.BuildCommand.ProjectInSubdir configuration
Brad King
2013-11-18
2
-7/+8
|
*
Tests: Pass --build-options to every test
Brad King
2013-11-18
1
-27/+98
|
*
Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)
Brad King
2013-11-18
1
-2/+2
|
*
Tests: Split <test>_EXTRA_OPTIONS into <test>_(CTEST|BUILD)_OPTIONS
Brad King
2013-11-18
1
-10/+12
|
*
Tests: Simplify ExternalProjectUpdate test arguments
Brad King
2013-11-18
1
-1/+0
|
*
Tests: Fix make capability selection for empty CMAKE_TEST_MAKEPROGRAM
Brad King
2013-11-18
1
-3/+3
|
*
Tests: Teach MakeClean to use "cmake --build"
Brad King
2013-11-18
1
-9/+2
|
*
Tests: Teach SimpleInstall to use "cmake --build"
Brad King
2013-11-18
2
-28/+22
|
*
Tests: Launch CMake.Install test through 'cmake --build'
Brad King
2013-11-18
1
-18/+4
|
*
Tests: Launch BootstrapTest through cmake instead of ctest
Brad King
2013-11-18
2
-10/+16
|
*
Tests: Move CMAKE_TEST_MAKEPROGRAM into Tests/CMakeLists.txt
Brad King
2013-11-18
1
-0/+4
|
*
Tests: Drop remnants of unused ShellInstall test
Brad King
2013-11-18
2
-76/+0
|
*
build_command: Return a "cmake --build" command-line
Brad King
2013-11-15
4
-10/+12
*
|
CMP0037: Extend policy to reserved names and custom targets
Nils Gladitz
2013-11-19
16
-40/+161
|
/
*
Merge topic 'set_emptyvar_PARENT_SCOPE'
Brad King
2013-11-14
5
-0/+41
|
\
|
*
set: Add unit tests for set/unset PARENT_SCOPE
Daniele E. Domenichelli
2013-11-13
5
-0/+41
*
|
Merge topic 'configure_file-drop-IMMEDIATE'
Brad King
2013-11-14
9
-16/+16
|
\
\
|
*
|
Drop use of configure_file IMMEDIATE option
Daniele E. Domenichelli
2013-11-13
9
-16/+16
|
|
/
*
|
ExternalData: Allow local stores without any URL templates
Brad King
2013-11-13
8
-1/+49
*
|
Merge topic 'cmake-copyright-year'
Brad King
2013-11-13
2
-0/+25
|
\
\
|
*
|
Copyright.txt: Add test to check year range
Brad King
2013-11-12
2
-0/+25
|
|
/
*
|
Merge topic 'policy-summary-periods'
Brad King
2013-11-13
2
-2/+2
|
\
\
|
*
|
CMP0039: Add missing '.' to policy summary line
Daniele E. Domenichelli
2013-11-12
2
-2/+2
*
|
|
Merge topic 'fix-INTERFACE-with-no-SHARED-libs'
Brad King
2013-11-13
3
-0/+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add_library: Fix INTERFACE on platforms with no shared libs (#14561)
Stephen Kelly
2013-11-12
3
-0/+7
|
|
/
*
|
Merge topic 'test-RunCMake.CMP0037-everywhere'
Brad King
2013-11-12
19
-92/+99
|
\
\
|
|
/
|
/
|
|
*
Enable RunCMake.CMP0037 test everywhere
Brad King
2013-11-11
19
-92/+99
*
|
Merge topic 'test-LINK_ONLY-expression'
Brad King
2013-11-08
4
-5/+17
|
\
\
|
*
|
Genex: Add a test for the LINK_ONLY expression.
Stephen Kelly
2013-11-06
4
-5/+17
*
|
|
Merge topic 'tll-target-policies'
Brad King
2013-11-08
36
-0/+216
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Disallow linking to utility targets (#13902).
Stephen Kelly
2013-11-07
12
-0/+51
|
*
|
Disallow link-to-self (#13947).
Stephen Kelly
2013-11-07
13
-0/+44
|
*
|
Disallow invalid target names (#13140)
Stephen Kelly
2013-11-07
13
-0/+121
|
|
/
*
|
CFBundle test: Add isysroot argument when calling Rez.
Clinton Stimpson
2013-11-06
1
-1/+7
|
/
*
Merge topic 'fix-automoc-compile-definitions'
Brad King
2013-11-05
1
-1/+4
|
\
|
*
Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
Stephen Kelly
2013-11-05
1
-1/+4
*
|
Merge topic 'test-Assembler-no-g'
Brad King
2013-11-05
1
-0/+3
|
\
\
|
*
|
Tests/Assembler: Drop -g when generating sample assembly source
Brad King
2013-11-01
1
-0/+3
*
|
|
Merge topic 'policy-CMP0022-fixes-for-master'
Brad King
2013-11-04
19
-12/+106
|
\
\
\
[next]