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
/
cmGlobalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefiles: Remove need to create local generator at configure time.
Stephen Kelly
2015-09-24
1
-11/+5
*
Makefiles: Port to cmOutputConverter.
Stephen Kelly
2015-09-24
1
-1/+2
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-3/+7
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
cmLocalGenerator: Remove Parent pointer.
Stephen Kelly
2015-08-28
1
-4/+3
*
Merge topic 'use-generator-target'
Brad King
2015-08-27
1
-1/+2
|
\
|
*
cmGeneratorTarget: Move GetLanguages from cmTarget.
Stephen Kelly
2015-08-26
1
-1/+2
*
|
Merge topic 'rm-cmLocalGenerator-Children'
Brad King
2015-08-27
1
-5/+5
|
\
\
|
*
|
cmLocalGenerator: Implement child traversal in terms of cmState.
Stephen Kelly
2015-08-24
1
-3/+5
|
*
|
Makefiles: Remove valueless cast.
Stephen Kelly
2015-08-24
1
-3/+1
|
|
/
*
|
cmGlobalUnixMakefileGenerator3: Implement progress in terms of cmState.
Stephen Kelly
2015-08-24
1
-3/+6
*
|
cmGlobalUnixMakefileGenerator3: Inline an IsExcluded call.
Stephen Kelly
2015-08-24
1
-1/+9
|
/
*
cmGlobalUnixMakefileGenerator3: Change the progress container key.
Stephen Kelly
2015-08-23
1
-2/+2
*
cmGlobalUnixMakefileGenerator3: Rename member.
Stephen Kelly
2015-08-23
1
-3/+3
*
cmGlobalGenerator: Rename progress initializer method.
Stephen Kelly
2015-08-23
1
-1/+1
*
cmGlobalGenerator: Move LG to target map to subclass.
Stephen Kelly
2015-08-23
1
-0/+43
*
cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.
Stephen Kelly
2015-08-06
1
-2/+2
*
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
Stephen Kelly
2015-08-05
1
-3/+3
*
Makefile: Optionally disable target completion messages in build output
Michael Ensslin
2015-07-14
1
-2/+14
*
cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor
Brad King
2015-07-09
1
-3/+3
*
Add common base classes to Makefile and Ninja generators
Brad King
2015-07-09
1
-1/+1
*
cmGlobalGenerator: Map local generators to generator targets.
Stephen Kelly
2015-07-01
1
-8/+7
*
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-12/+12
*
cmMakefile: Move IsRoot API from cmLocalGenerator.
Stephen Kelly
2015-06-21
1
-2/+2
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-2/+3
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-1/+2
*
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Stephen Kelly
2015-05-18
1
-0/+1
*
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
Stephen Kelly
2015-05-18
1
-0/+1
*
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Stephen Kelly
2015-05-16
1
-0/+1
*
cmGlobalUnixMakefileGenerator3: Host the include directive.
Stephen Kelly
2015-05-16
1
-0/+2
*
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
*
Use new top-level check abstraction.
Stephen Kelly
2015-05-14
1
-2/+2
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-3/+1
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2/+3
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-7/+7
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Use the Home directories from the cmake class where intended.
Stephen Kelly
2015-04-20
1
-2/+2
*
Remove redundant calls to MakeStartDirectoriesCurrent.
Stephen Kelly
2015-04-20
1
-1/+0
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-1/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
JOM: Pass /NOLOGO when driving builds as is done for NMake
Brad King
2015-03-02
1
-1/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
*
Makefile: Fix output during parallel builds (#12991)
Brad King
2015-02-06
1
-25/+18
*
Replace foo.size() 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
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
1
-1/+1
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1/+2
*
Makefiles: Remove duplicate code.
Stephen Kelly
2014-03-17
1
-15/+0
[next]