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
/
cmGlobalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-69/+46
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-11/+5
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-11/+5
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+2
|
/
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-0/+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4/+1
*
Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level
Sebastian Holtermann
2019-05-18
1
-5/+9
*
Makefiles: Make build root targets "all", "clean" and "preinstall" recursive
Sebastian Holtermann
2019-05-18
1
-39/+24
*
Makefiles: Avoid pointer repurposing
Sebastian Holtermann
2019-05-17
1
-4/+4
*
Makefiles: Inline range loop range arguments
Sebastian Holtermann
2019-05-17
1
-30/+14
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-1/+1
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-3/+3
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-1/+1
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-14/+20
*
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-9/+9
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-8/+14
|
\
|
*
cmake: Add options for verbose output to --build mode
Florian Maushart
2019-01-28
1
-1/+8
|
*
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-7/+6
*
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-8/+13
|
\
\
|
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-8/+13
|
|
/
*
|
Merge topic 'exclude_from_all'
Brad King
2019-01-25
1
-2/+2
|
\
\
|
*
|
Pass EXCLUDE_FROM_ALL from directory to targets
Zack Galbreath
2019-01-21
1
-2/+2
*
|
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-8/+8
|
\
\
\
|
*
|
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-8/+8
|
|
/
/
*
|
|
cmLocalUnixMakefileGenerator3: more methods accept std::string
Vitaly Stakhovsky
2019-01-22
1
-9/+8
|
|
/
|
/
|
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-6/+6
|
/
*
cmGlobalUnixMakefileGenerator3: Fix memory leak warning
Kyle Edwards
2019-01-14
1
-4/+4
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-6/+5
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+10
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-22/+23
*
Cleanup: Fix typos and grammar in docs and code
Craig Scott
2018-04-22
1
-1/+1
*
Add glob verify support to XCode, VS, Ninja, and Makefile generators
Shane Parris
2018-04-02
1
-0/+7
*
Makefile: Fix "make clean" when there are no targets
Brad King
2018-03-08
1
-0/+4
*
Document and extend the CMAKE_SUPPRESS_REGENERATION variable
Shane Parris
2018-02-23
1
-5/+21
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-4/+3
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-3/+3
*
Makefiles: Drop 'requires' step and its supporting infrastructure
Yurii Batrak
2017-12-14
1
-28/+0
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-93/+58
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-11/+12
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-5/+6
*
Avoid some copies
Daniel Pfeifer
2016-10-30
1
-1/+1
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+2
*
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-6/+5
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-30/+35
*
Merge topic 'nmake-encoding'
Brad King
2016-10-07
1
-1/+2
|
\
[next]