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
*
Makefile: Fix regression in .SILENT rule
Daniel Colascione
2020-06-22
1
-3/+4
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-6/+4
*
Merge topic 'makefile-objc'
Brad King
2020-04-28
1
-1/+1
|
\
|
*
Makefiles: Scan Objective C/C++ preprocessor dependencies
Brad King
2020-04-28
1
-1/+1
*
|
Makefiles: Factor out makefile target path escaping and quoting
Brad King
2020-04-15
1
-39/+16
*
|
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-4/+4
*
|
Merge topic 'cleanup-endls-1'
Brad King
2020-03-27
1
-16/+12
|
\
\
|
*
|
Refactor: Avoid `std::endl` where it's not necessary (part 1)
Alex Turbov
2020-03-26
1
-16/+12
*
|
|
Merge topic 'make-nested-silent'
Brad King
2020-03-27
1
-1/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Makefiles: Fix silencing of nested calls for GNU make 4.3
Brad King
2020-03-26
1
-1/+5
*
|
|
Merge topic 'string-prefix'
Brad King
2020-03-26
1
-1/+1
|
\
\
\
|
*
|
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
|
|
|
Merge topic 'cleanup-CollapseFullPath-calls'
Brad King
2020-03-26
1
-22/+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove redundant calls to CollapseFullPath
Brad King
2020-03-24
1
-22/+15
|
|
/
/
*
|
|
cmState::GetTargetTypeName: return type is *cmProp
Vitaly Stakhovsky
2020-03-19
1
-1/+2
|
/
/
*
|
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-2/+2
*
|
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-5/+5
*
|
makefiles: suppress RCS and SCCS implicit rules
Ben Boeckel
2020-01-24
1
-3/+9
*
|
Refactoring: suppress cmEraseIf in favor of cm::erase_if
Marc Chevrier
2020-01-09
1
-2/+2
*
|
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
[next]