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
/
cmLocalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2/+3
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-7/+15
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-2/+1
*
Merge topic 'cmake-e-rm'
Kyle Edwards
2019-11-15
1
-1/+1
|
\
|
*
replace remove and remove_directory with rm in tests
Johnny Jazeix
2019-11-13
1
-1/+1
*
|
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-17/+18
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+3
*
cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory const
Brad King
2019-09-30
1
-1/+1
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-6/+4
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+1
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE
Daniel Eiband
2019-09-17
1
-5/+3
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-8/+5
*
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Brad King
2019-09-05
1
-6/+0
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+4
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-96/+82
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-10/+5
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-10/+5
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-3/+3
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-7/+6
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-2/+2
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-7/+5
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
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
-1/+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+2
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-2/+5
*
Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level
Sebastian Holtermann
2019-05-18
1
-0/+51
*
Makefiles: Inline range loop range arguments
Sebastian Holtermann
2019-05-17
1
-6/+3
*
Makefiles: Sort clean files by using a std::set<std::string> container
Sebastian Holtermann
2019-05-14
1
-1/+1
*
Merge topic 'cmDepends_tweaks'
Brad King
2019-04-01
1
-3/+2
|
\
|
*
cmDepends: Define DependencyMap instead of DependencyVector
Sebastian Holtermann
2019-03-27
1
-3/+2
*
|
cmTarget: Move member `*Commands` to impl
Sebastian Holtermann
2019-03-23
1
-0/+1
|
/
*
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
Sebastian Holtermann
2019-03-18
1
-3/+2
*
Substitute FileComparison in variable names with FileTimeCache
Sebastian Holtermann
2019-03-18
1
-4/+4
*
Rename cmFileTimeComparison to cmFileTimeCache
Sebastian Holtermann
2019-03-18
1
-2/+2
*
cmLocalUnixMakefileGenerator3: Use std::unique_ptr instead of new/delete
Sebastian Holtermann
2019-03-12
1
-10/+6
*
cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them
Sebastian Holtermann
2019-03-12
1
-13/+10
*
cmLocalUnixMakefileGenerator3: Move local strings into local brace scopes
Sebastian Holtermann
2019-03-12
1
-8/+11
*
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
|
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-1/+1
|
/
*
Fortran: Fix submodule file names across compilers
Brad King
2019-02-14
1
-0/+11
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-9/+0
|
\
\
|
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-9/+0
*
|
|
cmFileTimeComparison: use std::string arguments
Vitaly Stakhovsky
2019-01-28
1
-4/+2
*
|
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-10/+10
|
\
\
\
[next]