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
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Merge topic 'target-language-genex'
Brad King
2015-03-10
1
-12/+38
|
\
|
*
Genex: Allow COMPILE_LANGUAGE when processing include directories.
Stephen Kelly
2015-03-09
1
-0/+26
|
*
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-16/+16
*
|
Merge topic 'custom-command-multiple-outputs'
Brad King
2015-03-09
1
-54/+2
|
\
\
|
|
/
|
/
|
|
*
Makefile: Fix multiple custom command outputs regression (#15116)
Brad King
2015-03-07
1
-54/+2
|
*
Merge branch 'makefile-missing-comment' into release
Brad King
2015-02-10
1
-1/+1
|
|
\
*
|
|
cmAlgorithms: Add cmWrap.
Stephen Kelly
2015-02-20
1
-6/+1
*
|
|
Use cmJoin where possible.
Stephen Kelly
2015-02-20
1
-7/+1
*
|
|
Merge topic 'use-cmRange'
Brad King
2015-02-12
1
-13/+11
|
\
\
\
|
*
|
|
Convert loop into two algorithms.
Stephen Kelly
2015-02-11
1
-10/+6
|
*
|
|
Convert loop to the common pattern.
Stephen Kelly
2015-02-11
1
-10/+4
|
*
|
|
Move loop inside of condition.
Stephen Kelly
2015-02-11
1
-12/+12
|
*
|
|
Handle last element outside of the loop.
Stephen Kelly
2015-02-11
1
-3/+11
*
|
|
|
Merge topic 'makefile-missing-comment'
Brad King
2015-02-11
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Makefile: Fix regression in target-bound custom command COMMENT output
Nils Gladitz
2015-02-10
1
-1/+1
*
|
|
Merge topic 'use-algorithms'
Brad King
2015-02-10
1
-9/+5
|
\
\
\
|
*
|
|
Convert loop to algorithm.
Stephen Kelly
2015-02-06
1
-5/+2
|
*
|
|
Extract a prefix variable from loop.
Stephen Kelly
2015-02-06
1
-5/+2
|
*
|
|
Take computation out of loop.
Stephen Kelly
2015-02-06
1
-1/+3
|
|
|
/
|
|
/
|
*
|
|
Makefile: Change link step message color to bold green
Brad King
2015-02-07
1
-1/+1
*
|
|
Makefile: Fix output during parallel builds (#12991)
Brad King
2015-02-06
1
-4/+19
*
|
|
bootstrap: Enable color Makefile output
Brad King
2015-02-05
1
-9/+1
|
/
/
*
|
Makefile: Generate .NOTPARALLEL without .PHONY (#14312)
Brad King
2015-01-30
1
-1/+1
*
|
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
1
-3/+3
|
\
\
|
*
|
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
|
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
|
|
Convert raw loops to vector member insert.
Stephen Kelly
2015-01-18
1
-5/+2
|
/
/
*
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-5/+5
|
\
\
|
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-5/+5
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-7/+2
|
/
/
*
|
Makefile: Workaround Borland Make bug with multiple outputs
Brad King
2014-12-06
1
-0/+14
*
|
Makefile: Fix rebuild with multiple custom command outputs (#15116)
Brad King
2014-12-05
1
-3/+43
*
|
Makefile: Add assembly and preprocessed targets for Fortran
Tim Gallagher
2014-11-10
1
-2/+3
*
|
Makefile: Refactor checks for lang-specific targets and export compile cmds
Tim Gallagher
2014-11-05
1
-18/+24
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
|
/
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
1
-2/+2
*
LocalGenerator: Add a string overload for AppendFlags
Ben Boeckel
2014-05-07
1
-3/+10
*
Merge topic 'target-transitive-sources'
Brad King
2014-04-03
1
-2/+4
|
\
|
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-2/+4
*
|
Makefile: Generate single-quoted object lists for Watcom
Jiri Malak
2014-03-27
1
-3/+27
*
|
cmLocalUnixMakefileGenerator3: Re-organize ConvertToQuotedOutputPath
Jiri Malak
2014-03-27
1
-33/+32
|
/
*
Merge topic 'watcom-updates'
Brad King
2014-03-20
1
-0/+1
|
\
|
*
Watcom: Add one blank line to Makefile for better readability
Jiri Malak
2014-03-17
1
-0/+1
*
|
Rename local 'dir_max' variables to 'dir'
Stephen Kelly
2014-03-17
1
-6/+6
|
/
*
cmLocalGenerator: Add ComputeObjectFilenames interface.
Stephen Kelly
2014-03-13
1
-0/+14
*
cmGeneratorTarget: Constify cmSourceFile* in containers.
Stephen Kelly
2014-03-13
1
-3/+3
*
Makefiles: Compute local object files on demand.
Stephen Kelly
2014-03-13
1
-12/+46
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-16/+18
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-6/+7
[next]