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 '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
*
Merge topic 'remove-c_str-calls'
Brad King
2014-03-12
1
-50/+50
|
\
|
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-4/+4
|
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-46/+46
*
|
Makefile: Improve handling of WMake verbose output and errors
Jiri Malak
2014-03-10
1
-12/+25
|
/
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-8/+8
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-7/+7
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-1/+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+1
*
Merge topic 'make-entry-no-parallel'
Brad King
2013-12-20
1
-0/+11
|
\
|
*
Makefile: Allow "gmake target1 target2 -j" (#14312)
Brad King
2013-12-20
1
-0/+11
*
|
Remove INTERFACE build targets.
Stephen Kelly
2013-12-10
1
-1/+0
|
/
*
Merge topic 'use-generator-target'
Brad King
2013-12-02
1
-0/+5
|
\
|
*
Don't generate subdir convenience rules for IMPORTED targets.
Stephen Kelly
2013-11-29
1
-0/+5
*
|
INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
Stephen Kelly
2013-11-25
1
-1/+2
|
/
*
Port some of the generator API to cmGeneratorTarget.
Stephen Kelly
2013-11-22
1
-23/+31
*
Refactor tool selection for edit_cache (#14544)
Brad King
2013-11-12
1
-11/+0
*
Create make rules for INTERFACE_LIBRARY targets.
Stephen Kelly
2013-10-21
1
-0/+1
*
Makefile: Always create clean target command
Brad King
2013-10-16
1
-37/+37
*
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-16/+16
*
Merge topic 'drop-old-vs-dependency'
Brad King
2013-07-16
1
-1/+0
|
\
|
*
VS,Xcode: Drop incorrect legacy dependency trace (#14291)
Brad King
2013-07-15
1
-1/+0
*
|
Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
Stephen Kelly
2013-07-11
1
-2/+2
|
/
*
Fix spelling and typos (non-binary)
Andreas Mohr
2013-05-07
1
-4/+4
[next]