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
*
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
*
Rename local 'dir_max' variables to 'dir'
Stephen Kelly
2014-03-17
1
-6/+6
*
cmGlobalGenerator: Make ComputeTargetObjects non-virtual
Stephen Kelly
2014-03-15
1
-24/+0
*
cmLocalGenerator: Add ComputeObjectFilenames interface.
Stephen Kelly
2014-03-13
1
-8/+13
*
cmGeneratorTarget: Constify cmSourceFile* in containers.
Stephen Kelly
2014-03-13
1
-3/+3
*
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Stephen Kelly
2014-03-13
1
-10/+17
*
Makefiles: Compute local object files on demand.
Stephen Kelly
2014-03-13
1
-7/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-7/+7
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-30/+30
*
speedup: Avoid excess iterator dereferences
Ben Boeckel
2014-03-08
1
-57/+68
*
stringapi: Use strings for program paths
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-2/+2
*
stringapi: Use strings for directories
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-6/+6
*
stringapi: Use strings for VS project names
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-7/+5
*
cmGeneratorTarget: Add methods to access source file groups.
Stephen Kelly
2014-01-09
1
-3/+5
*
Constify handling of target dependencies.
Stephen Kelly
2013-12-11
1
-7/+8
[next]