index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmLocalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-18
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-22
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-01
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-04
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-26
1
-4
/
+4
*
Avoid using std::bind1st that is removed in C++17
Brad King
2017-09-23
1
-2
/
+1
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
1
-2
/
+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-131
/
+98
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4
/
+4
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-8
/
+8
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-1
/
+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-9
/
+12
*
cmLocalUnixMakefileGenerator3: Remove unnecessary local variable
Brad King
2017-06-01
1
-2
/
+1
*
cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction
Brad King
2017-05-15
1
-2
/
+0
*
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-2
/
+5
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2
/
+2
*
cmAlgorithms: add cmEraseIf function
Daniel Pfeifer
2017-02-10
1
-4
/
+1
[next]