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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTargetPropertyComputer: Initialize static std::unordered_set on construction
Sebastian Holtermann
2019-06-04
1
-16/+15
*
cmTarget: Initialize static std::unordered_set on construction
Sebastian Holtermann
2019-06-04
1
-18/+17
*
cmTarget: Property initialization cleanup
Sebastian Holtermann
2019-06-04
1
-121/+128
*
Merge topic 'GetPrerequisites-variable-typo'
Brad King
2019-06-04
1
-1/+1
|
\
|
*
GetPrerequisites: fix regression in gp_append_unique
Ben Boeckel
2019-06-04
1
-1/+1
*
|
Begin post-3.15 development
Brad King
2019-06-04
3
-2/+11
*
|
Merge branch 'release-3.15'
Brad King
2019-06-04
3
-12/+3
|
\
\
|
|
/
|
/
|
|
*
CMake 3.15.0-rc1 version update
Brad King
2019-06-04
1
-3/+3
|
*
Help: Drop development topic notes to prepare release
Brad King
2019-06-04
2
-9/+0
|
/
*
Merge topic 'doc-3.15-relnotes'
Brad King
2019-06-04
75
-461/+350
|
\
|
*
Help: Organize and revise 3.15 release notes
Brad King
2019-06-04
1
-209/+231
|
*
Help: Consolidate 3.15 release notes
Brad King
2019-06-04
73
-459/+326
|
*
Help: Document Swift_DEPENDENCIES_FILE property defaults
Brad King
2019-06-04
2
-2/+2
|
/
*
Merge topic 'tweaks_to_release_notes'
Brad King
2019-06-04
3
-5/+5
|
\
|
*
Help: Clarify COMPILE_LANG_AND_ID release note
Robert Maynard
2019-06-04
1
-1/+1
|
*
Help: Clarify vs-just-my-code-debugging release note language
Robert Maynard
2019-06-04
1
-3/+3
|
*
Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes
Robert Maynard
2019-06-04
1
-1/+1
|
/
*
Merge topic 'emulator-arguments'
Brad King
2019-06-04
12
-16/+129
|
\
|
*
Teach CROSSCOMPILING_EMULATOR to support arguments
Marek Antoniak
2019-06-03
12
-16/+129
*
|
Merge topic 'remove_directories'
Brad King
2019-06-04
15
-16/+53
|
\
\
|
*
|
cmake: Teach -E remove_directory to remove multiple directories
John Freeman
2019-06-03
11
-15/+43
|
*
|
Tests: Add RunCMake.CommandLine make_directory test checks
John Freeman
2019-06-03
2
-0/+9
|
*
|
Tests: Fix RunCMake.CommandLine make_directory test name
John Freeman
2019-06-03
3
-1/+1
*
|
|
Merge topic 'ninja-nvcc-rsp'
Brad King
2019-06-04
3
-29/+57
|
\
\
\
|
*
|
|
Ninja: Add support for CUDA nvcc response files
Francisco Facioni
2019-06-03
3
-9/+31
|
*
|
|
Ninja: Compute linker response file flag earlier
Francisco Facioni
2019-06-03
1
-22/+28
*
|
|
|
Merge topic 'executables-are-consoled'
Brad King
2019-06-04
7
-1/+48
|
\
\
\
\
|
*
|
|
|
Swift: disallow WIN32_EXECUTABLE properties
Saleem Abdulrasool
2019-06-03
7
-1/+48
|
|
/
/
/
*
|
|
|
Merge topic 'swift-linker-flags'
Brad King
2019-06-04
1
-49/+62
|
\
\
\
\
|
*
|
|
|
Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS`
Saleem Abdulrasool
2019-06-03
1
-49/+62
*
|
|
|
|
Merge topic 'compiler_id_gen_exp_supports_multiple_ids'
Brad King
2019-06-04
15
-70/+167
|
\
\
\
\
\
|
*
|
|
|
|
Help: Add release notes for updated generator expressions
Robert Maynard
2019-06-03
1
-0/+8
|
*
|
|
|
|
Genex: CompileLang and CompileLangAndId now match against a list of ids
Robert Maynard
2019-06-03
9
-20/+47
|
*
|
|
|
|
Genex: PlatformId now can match against a list of ids.
Robert Maynard
2019-06-03
4
-6/+15
|
*
|
|
|
|
Genex: CompilerId now can match against a list of ids.
Robert Maynard
2019-06-03
6
-40/+87
|
*
|
|
|
|
Genex: Add more extensive support for an unbounded number of parameters
Robert Maynard
2019-06-03
2
-4/+10
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'check_language_respects_cuda_host_compiler'
Brad King
2019-06-04
2
-5/+25
|
\
\
\
\
\
|
*
|
|
|
|
CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilation
Robert Maynard
2019-06-03
2
-5/+25
*
|
|
|
|
|
Merge topic 'print-correct-line-number'
Brad King
2019-06-04
5
-7/+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cmListFileCache: When missing ending ) print starting line instead of last one
Bartosz Kosiorek
2019-06-03
5
-7/+10
*
|
|
|
|
|
|
Merge topic 'better_error_message_for_visibility_preset_property'
Brad King
2019-06-04
2
-2/+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
The error message for VISIBILITY_PRESET now documents valid options.
Robert Maynard
2019-06-03
2
-2/+4
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge topic 'test-explicit-dirs'
Brad King
2019-06-04
1
-4/+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Tests: Fix RunCMake.CommandLine test to use generator in no-S-B case
Brad King
2019-06-03
1
-4/+6
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2019-06-04
1
-1/+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'ninja_build_class'
Brad King
2019-06-03
7
-643/+610
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Ninja: Remove non cmNinjaBuild based WriteBuild method
Sebastian Holtermann
2019-05-30
2
-97/+75
|
*
|
|
|
|
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-24/+21
|
*
|
|
|
|
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-7/+6
|
*
|
|
|
|
Ninja: Use cmNinjaBuild class for WriteBuild
Sebastian Holtermann
2019-05-30
1
-11/+5
[next]