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
*
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
|
\
\
\
|
*
|
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-10/+10
*
|
|
|
Merge topic 'unixmfg3-string'
Brad King
2019-01-25
1
-26/+22
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cmLocalUnixMakefileGenerator3: more methods accept std::string
Vitaly Stakhovsky
2019-01-22
1
-26/+22
*
|
|
|
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-3/+3
|
/
/
/
*
|
|
Merge topic 'stdout-string'
Brad King
2019-01-22
1
-3/+3
|
\
\
\
|
*
|
|
cmSystemTools: Stdout(),Stderr() accept std::string argument
Vitaly Stakhovsky
2019-01-20
1
-3/+3
|
|
/
/
*
|
|
Merge topic 'depends-string'
Brad King
2019-01-22
1
-11/+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cmDepends: all members accept std::string arguments
Vitaly Stakhovsky
2019-01-19
1
-11/+8
|
|
/
*
|
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-2/+1
|
\
\
|
*
|
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-2/+1
|
|
/
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-9/+9
|
/
*
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
Bruno Manganelli
2018-12-08
1
-2/+1
*
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Bruno Manganelli
2018-12-07
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-4/+4
*
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-2/+5
*
cmLocalGenerator: Remove AddCompileDefinitions method
Brad King
2018-10-10
1
-2/+2
*
Merge topic 'provide_explicit_source_and_build_command_line_options'
Brad King
2018-09-19
1
-2/+2
|
\
|
*
CMake: Internally uses -S instead of -H to specify source directory
Robert Maynard
2018-09-15
1
-2/+2
*
|
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-1/+2
*
|
Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value
Brad King
2018-09-11
1
-3/+1
|
/
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-6/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-12/+14
*
Add glob verify support to XCode, VS, Ninja, and Makefile generators
Shane Parris
2018-04-02
1
-1/+15
*
Document and extend the CMAKE_SUPPRESS_REGENERATION variable
Shane Parris
2018-02-23
1
-20/+27
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+9
*
Makefile,Ninja: De-duplicate ComputeObjectFilenames method
Brad King
2018-01-29
1
-14/+0
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-21/+25
*
LocalGenerator: refactoring
Marc Chevrier
2018-01-23
1
-3/+3
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
Makefiles: Avoid nested make calls for Fortran module dependencies
Yurii Batrak
2017-12-14
1
-0/+2
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-4/+4
[next]