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
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+2
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-9/+9
*
cmRulePlaceholderExpander: Port clients to direct-use
Stephen Kelly
2016-10-15
1
-2/+6
*
cmLocalGenerator: Use strings instead of a Target in rule replacement
Stephen Kelly
2016-10-15
1
-1/+2
*
cmLocalGenerator: Use a converter in rule replacement API
Stephen Kelly
2016-10-15
1
-1/+1
*
cmLocalGenerator: Remove the launcher from RuleVariables
Stephen Kelly
2016-10-15
1
-3/+3
*
Makefiles: Extract identical code from condition
Stephen Kelly
2016-10-09
1
-5/+2
*
Makefiles: Replace array access with local variable
Stephen Kelly
2016-10-09
1
-5/+6
*
Makefiles: Separate two coupled calls
Stephen Kelly
2016-10-09
1
-4/+3
*
Merge topic 'nmake-encoding'
Brad King
2016-10-07
1
-3/+8
|
\
|
*
NMake: Use ANSI encoding for NMake Makefiles
Dāvis Mosāns
2016-10-06
1
-3/+8
*
|
Makefiles: Introduce local RelativePath method
Stephen Kelly
2016-10-06
1
-10/+23
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Convert: Inline uses of START_OUTPUT
Stephen Kelly
2016-09-19
1
-4/+7
*
Common: Use a string instead of enum for WorkingDirectory
Stephen Kelly
2016-09-19
1
-1/+1
*
Convert: Move access to BinaryDirectory out of loops
Stephen Kelly
2016-09-19
1
-2/+2
*
Convert: Inline HOME_OUTPUT MAKERULE conversion
Stephen Kelly
2016-09-19
1
-4/+5
*
Convert: Move access to BinaryDirectory out of loops
Stephen Kelly
2016-09-19
1
-4/+2
*
Convert: Avoid HOME_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-3/+3
*
Convert: Move access to CurrentBinaryDirectory out of loops
Stephen Kelly
2016-09-19
1
-5/+5
*
Convert: Avoid START_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-2/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3/+13
*
Convert: Replace Convert(FULL) with equivalent
Stephen Kelly
2016-08-27
1
-15/+17
*
Convert: Replace trivial conversion with new method
Stephen Kelly
2016-08-27
1
-4/+7
*
Convert: Replace UNCHANGED conversions with new API call
Stephen Kelly
2016-08-27
1
-2/+2
*
Convert: Replace FULL conversions with equivalent
Stephen Kelly
2016-08-27
1
-2/+1
*
Convert: Replace uses of Convert(NONE)
Stephen Kelly
2016-08-27
1
-12/+10
*
Makefiles: Replace ternaries with if()s
Stephen Kelly
2016-08-27
1
-4/+8
*
Makefiles: Inline MakeLauncher into only caller
Stephen Kelly
2016-08-27
1
-32/+27
*
Makefiles: Simplify MakeLauncher return value
Stephen Kelly
2016-08-27
1
-3/+2
*
Makefiles: Invert logic in MakeLauncher
Stephen Kelly
2016-08-27
1
-20/+19
*
Makefiles: Remove useless use of Convert
Stephen Kelly
2016-08-27
1
-2/+1
*
Makefiles: Replace method with Wacom specific API
Stephen Kelly
2016-08-27
1
-6/+16
*
Makefiles: Deduplicate variable
Stephen Kelly
2016-08-27
1
-4/+5
*
Makefiles: Change AppendCustomCommand API to strings
Stephen Kelly
2016-08-27
1
-7/+6
*
Makefiles: Change signature of AppendCustomCommand
Stephen Kelly
2016-08-27
1
-3/+3
*
Makefiles: Port CreateCDCommand to string-based API
Stephen Kelly
2016-08-27
1
-14/+13
*
Makefiles: Use string overload of ConvertToOutputForExisting
Stephen Kelly
2016-08-27
1
-1/+1
*
Makefiles: Rename local variable
Stephen Kelly
2016-08-27
1
-2/+2
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+6
*
cmOutputConverter: remove unused 'local' argument
Daniel Pfeifer
2016-06-20
1
-4/+3
*
Refactor Makefile/Ninja tool working directory storage
Brad King
2016-06-17
1
-1/+1
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-1/+1
*
Remove unnecessary local copies.
Daniel Pfeifer
2016-05-26
1
-2/+1
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-6/+6
|
\
|
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-5/+5
|
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
|
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-48/+64
|
/
[next]