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
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Makefiles: Re-implement makefile target path escaping and quoting
Brad King
2020-04-15
1
-5/+58
*
Makefiles: Factor out makefile target path escaping and quoting
Brad King
2020-04-15
1
-0/+19
*
Makefiles: Do not use '\#' escape sequence with Windows-style make tools
Brad King
2020-04-15
1
-0/+6
*
Merge topic 'cleanup-endls-1'
Brad King
2020-03-27
1
-9/+8
|
\
|
*
Refactor: Avoid `std::endl` where it's not necessary (part 1)
Alex Turbov
2020-03-26
1
-9/+8
*
|
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-2/+2
|
\
\
|
*
|
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-2/+2
|
|
/
*
|
Remove redundant calls to CollapseFullPath
Brad King
2020-03-24
1
-6/+4
|
/
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-6/+7
*
Makefiles: Re-run CMake if file configured in subdirectory is missing
Hugh Sorby
2020-02-14
1
-9/+8
*
Makefiles: Organize help output to group 'like' targets
Robert Maynard
2020-01-22
1
-8/+23
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-1/+1
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2/+2
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-129/+134
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-21/+23
*
Makefiles: Fix EXCLUDE_FROM_ALL OFF on sub/sub/tgt in sub/all
Brad King
2019-09-30
1
-60/+29
*
Ninja,Makefile: Fix subdir "all" with nested EXCLUDE_FROM_ALL subdir
Brad King
2019-09-30
1
-0/+3
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-6/+25
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-2/+2
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-2/+2
|
*
|
Makefiles: Revert "Make build root targets ... recursive"
Brad King
2019-09-27
1
-5/+24
*
|
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
|
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
|
|
/
|
/
|
[next]