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
/
Source
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge topic 'exclude_from_all'
Brad King
2019-01-25
1
-10/+3
|
\
\
\
|
*
|
|
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-10/+3
*
|
|
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-7/+6
|
\
\
\
\
|
*
|
|
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-7/+6
|
|
/
/
/
*
|
|
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-2/+2
|
|
/
/
|
/
|
|
*
|
|
cmMakefile: GetModulesFile() accepts std::string param
Vitaly Stakhovsky
2019-01-21
1
-18/+13
|
|
/
|
/
|
*
|
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-12/+12
|
\
\
|
*
|
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-12/+12
|
|
/
*
|
Merge topic 'use-emplace'
Brad King
2019-01-21
1
-5/+5
|
\
\
|
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-5/+5
|
|
/
*
|
GHS: Integrity Application updates
Fred Baksik
2019-01-16
1
-1/+2
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-21/+24
*
Merge topic 'nmake-compile-commands'
Craig Scott
2019-01-07
1
-3/+15
|
\
|
*
cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabs
Yan Pashkovsky
2018-12-14
1
-3/+15
*
|
fileapi: Report cmake generator in reply index file
Brad King
2018-12-12
1
-0/+9
*
|
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-2/+2
|
/
*
Autogen: Add cmQtAutoGenGlobalInitializer class
Sebastian Holtermann
2018-11-11
1
-59/+5
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-1/+1
*
Merge topic 'provide_explicit_source_and_build_command_line_options'
Brad King
2018-09-19
1
-2/+2
|
\
|
*
CMake: Internally uses -S instead of -H to specify source directory
Robert Maynard
2018-09-15
1
-2/+2
*
|
Merge topic 'fix-getsafedef-stdstring'
Brad King
2018-09-19
1
-4/+1
|
\
\
|
*
|
Restore possibly regressed CMP0018 logic
Brad King
2018-09-19
1
-4/+1
*
|
|
Merge topic 'getsafedef-stdstring'
Brad King
2018-09-18
1
-5/+6
|
\
\
\
|
|
/
/
|
*
|
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-5/+6
*
|
|
Merge topic 'out-of-dir-linking'
Brad King
2018-09-14
1
-8/+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
1
-1/+22
|
*
|
Make internal TARGET_PROPERTY generator expressions more robust
Brad King
2018-09-12
1
-0/+18
|
*
|
cmGlobalGenerator: Remove unused FindLocalGenerator method
Brad King
2018-09-11
1
-13/+0
*
|
|
cmState::GetInitializedCacheValue: Return as const std::string*
Vitaly Stakhovsky
2018-09-10
1
-7/+7
|
/
/
*
|
Merge topic 'grd-stdstring'
Brad King
2018-09-06
1
-1/+1
|
\
\
|
*
|
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-1/+1
|
|
/
*
|
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-2/+2
|
/
*
cmGlobalGenerator::AddInstallComponent(): Accept std::string argument
Vitaly Stakhovsky
2018-08-30
1
-2/+2
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-2/+2
*
Autogen: Use integers to store the Qt version
Sebastian Holtermann
2018-08-13
1
-4/+4
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-5/+5
*
Autogen: Use a single AUTOGEN setup function in cmGlobalGenerator
Sebastian Holtermann
2018-08-03
1
-24/+25
*
cmGlobalGenerator: Avoid -Wstringop-truncation warning
Brad King
2018-07-31
1
-1/+1
*
Autogen: Improve error detection during configuration
Sebastian Holtermann
2018-07-11
1
-2/+6
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-22/+26
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-6/+15
*
OpenWatcom: Add workaround for lack of error on missing library
Brad King
2018-04-18
1
-0/+7
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-2/+12
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+10
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-50/+49
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-50/+49
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-2/+3
|
/
*
Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer
Sebastian Holtermann
2018-01-17
1
-5/+5
*
Xcode: rename embedded SDK query function
Gregor Jasny
2017-12-22
1
-1/+1
*
Autogen: Make cmQtAutoGeneratorInitializer an instantiable class
Sebastian Holtermann
2017-11-19
1
-22/+14
[prev]
[next]