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: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property
Kyle Edwards
2022-12-06
1
-0/+5
*
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
Alex Turbov
2022-11-17
1
-5/+3
*
EXPORT_COMPILE_COMMANDS: add `output` field
Ben Boeckel
2022-10-28
1
-2/+4
*
Makefiles: Restore path consistency in the global dispatch makefile
Brad King
2022-08-03
1
-33/+40
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-2/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
cmGlobalCommonGenerator: Adopt GetEditCacheCommand
NAKAMURA Takumi
2021-06-29
1
-30/+0
*
Makefiles: Remove non-functioning relative path conversion
Brad King
2021-05-17
1
-19/+0
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-19/+7
*
cmStateDirectory: Rename ConvertToRelPathIf{Not => }Contained
Brad King
2021-05-12
1
-1/+1
*
Source: Fix typos and spelling in comments
Josef Angstenberger
2021-05-07
1
-1/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
Refactoring: Abstract Makefile line continuation format
Marc Chevrier
2020-11-28
1
-0/+1
*
Makefiles: Explicitly tell 'make' tool what Makefile name to use
Oliver Schneider
2020-11-16
1
-0/+5
*
Makefiles: Use -j option as "-jN" and not "-j N"
Fred Baksik
2020-10-26
1
-3/+4
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-2/+2
*
Makefiles: Use IsInBuildSystem in global generator target type checks
Brad King
2020-08-03
1
-21/+9
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-4/+3
*
Merge topic 'fix-typos-identified-using-codespell'
Brad King
2020-07-23
1
-1/+1
|
\
|
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
|
Allow generator expressions in the EXCLUDE_FROM_ALL target property
Joerg Bornemann
2020-07-21
1
-2/+2
|
/
*
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
[next]