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
*
CTest: Clarify that resource requirements can be split
Kyle Edwards
2019-11-25
8
-2/+22
*
CTest: Add version field to resource spec file
Kyle Edwards
2019-11-25
1
-0/+4
*
PCH: Do not issue an error on duplicate target_precompile_headers call
Cristian Adam
2019-11-15
2
-2/+15
*
Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16
Brad King
2019-11-12
3
-4/+8
|
\
|
*
Unity: Don't include sources with HEADER_FILE_ONLY property set
Cristian Adam
2019-11-11
3
-4/+8
*
|
Merge topic 'objc-xcode-flags' into release-3.16
Brad King
2019-11-12
5
-0/+44
|
\
\
|
*
|
ObjC: Add OBJC/OBJCXX flags to Xcode projects
Cristian Adam
2019-11-11
5
-0/+44
*
|
|
Merge topic 'pch-no-duplicates' into release-3.16
Craig Scott
2019-11-12
4
-26/+7
|
\
\
\
|
*
|
|
PCH: No repeated path for internal generated PCH files
Cristian Adam
2019-11-11
4
-26/+7
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16
Craig Scott
2019-11-12
10
-18/+51
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Tests: Add RunCMake.CPackCommandLine case for multi-config package
Brad King
2019-11-11
6
-0/+51
|
*
|
CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS
Alex Turbov
2019-11-11
4
-18/+0
*
|
|
Merge topic 'objc-trycompile' into release-3.16
Brad King
2019-11-11
10
-0/+46
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ObjC: Add try_compile support
Cristian Adam
2019-11-09
10
-0/+46
*
|
|
Merge topic 'ctest-resource-groups' into release-3.16
Kyle Edwards
2019-11-07
86
-339/+342
|
\
\
\
|
*
|
|
CTest: Rename hardware -> resources for RunCMake tests
Craig Scott
2019-11-05
84
-287/+287
|
*
|
|
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-17/+17
|
*
|
|
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
4
-5/+5
|
*
|
|
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
5
-78/+81
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'unity-include-generated' into release-3.16
Brad King
2019-11-07
2
-7/+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Unity build: Include GENERATED files into unity build
Cristian Adam
2019-11-06
2
-7/+4
*
|
|
Merge topic 'xcode-restore-CMakeLists' into release-3.16
Brad King
2019-11-06
3
-0/+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Xcode: Fix generated references to CMakeLists.txt files
Brad King
2019-11-05
3
-0/+21
|
|
/
*
|
Merge branch 'source_group-tree' into release-3.16
Brad King
2019-11-05
2
-2/+32
|
\
\
|
*
|
source_group: ensure that passed file is not a directory
Mateusz Janek
2019-11-04
2
-2/+32
|
|
/
*
|
ForceToRelativePath: Fix spurious assertion when local path is root dir
Craig Scott
2019-11-02
3
-0/+15
|
/
*
Merge branch 'framework-tests-multiarch-old-macos' into release-3.16
Brad King
2019-10-28
3
-5/+3
|
\
|
*
Tests: Match file command output for older macOS (Framework test)
Craig Scott
2019-10-27
2
-4/+2
|
*
Tests: Prevent CMP0012 policy warnings in Framework test output
Craig Scott
2019-10-27
1
-1/+1
*
|
project: Fix potential buffer write-past-end for version components
Craig Scott
2019-10-26
2
-0/+33
|
/
*
Merge branch 'doc-pch-compile-language' into release-3.16
Brad King
2019-10-16
2
-1/+18
|
\
|
*
PCH: Document and test COMPILE_LANGUAGE genex for per-language header
Brad King
2019-10-16
2
-1/+18
*
|
cmake: Fix relative path regression in -C
Peter Waller
2019-10-14
12
-10/+38
|
/
*
CLI: Rename --loglevel to --log-level for naming consistency
Craig Scott
2019-10-10
15
-40/+136
*
PCH: Fix CMake test files indentation
Cristian Adam
2019-10-03
4
-20/+20
*
PCH: Add multi-language PCH generation support
Cristian Adam
2019-10-03
3
-0/+27
*
Merge topic 'ctest-hardware-allocation'
Brad King
2019-10-03
69
-4/+952
|
\
|
*
CTest: Add Json output for PROCESSES property
Kyle Edwards
2019-10-02
2
-4/+62
|
*
Tests: Add test for CTest hardware allocation feature
Kyle Edwards
2019-10-02
23
-26/+204
|
*
Tests: Write tests for cthwalloc helper tool
Kyle Edwards
2019-10-02
45
-0/+284
|
*
Tests: Write cthwalloc helper tool
Kyle Edwards
2019-10-02
2
-0/+428
*
|
Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets
Brad King
2019-10-02
2
-0/+12
|
/
*
Merge topic 'ninja-depend-shared-symlinks'
Brad King
2019-10-02
2
-2/+27
|
\
|
*
Ninja: Ensure shared library version symlinks are created for dependents
Brad King
2019-10-01
2
-2/+27
*
|
Merge topic 'clang-format-normalize-headers-presentation'
Brad King
2019-10-02
4
-6/+9
|
\
\
|
*
|
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
4
-6/+9
|
|
/
*
|
Merge topic 'pch-compile-pdb'
Brad King
2019-10-02
4
-0/+18
|
\
\
|
*
|
PCH: Report error when setting COMPILE_PDB_NAME property
Cristian Adam
2019-10-01
4
-0/+18
*
|
|
Merge topic 'test-iface-paths'
Brad King
2019-10-02
8
-13/+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Tests: Shorten name RunCMake.IfacePaths_{INCLUDE_DIRECTORIES => INCDIRS}
Brad King
2019-10-01
8
-13/+13
|
|
/
[next]