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
/
cmExtraCodeBlocksGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeBlocks: improve support for different compilers
Melven Roehrig-Zoellner
2016-02-16
1
-6/+55
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-5/+9
*
C::B: Port API to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-6/+6
*
Port to GetGeneratorTargets.
Stephen Kelly
2015-10-24
1
-20/+19
*
Merge topic 'clean-up-cmTarget'
Brad King
2015-10-16
1
-20/+20
|
\
|
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-20/+20
*
|
cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.
Stephen Kelly
2015-10-14
1
-14/+11
|
/
*
Merge topic 'add-cmLocalGenerator-API'
Brad King
2015-10-12
1
-13/+11
|
\
|
*
cmLocalGenerator: Add current binary directory accessor.
Stephen Kelly
2015-10-10
1
-8/+6
|
*
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-3/+3
|
*
cmLocalGenerator: Add GetProjectName method.
Stephen Kelly
2015-10-08
1
-2/+2
*
|
C::B: Remove unused variables.
Stephen Kelly
2015-10-08
1
-2/+0
|
/
*
Access sources through cmGeneratorTarget.
Stephen Kelly
2015-10-07
1
-1/+3
*
cmGeneratorTarget: Move compile defintions processing from cmTarget.
Stephen Kelly
2015-08-26
1
-1/+1
*
Move GetLocation to cmGeneratorTarget.
Stephen Kelly
2015-07-27
1
-1/+1
*
Always access target location from a cmGeneratorTarget instance.
Stephen Kelly
2015-07-27
1
-1/+3
*
C::B: Get the Makefile from the LocalGenerator, not vice-versa.
Stephen Kelly
2015-06-22
1
-11/+13
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-5/+5
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Merge topic 'target-language-genex'
Brad King
2015-03-10
1
-1/+1
|
\
|
*
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-1/+1
*
|
CodeBlocks: Declare which source file belongs to which targets.
Nils Gladitz
2015-03-06
1
-33/+38
|
/
*
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-18/+4
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Fix some generator crashes on undefined CMAKE_BUILD_TYPE
Brad King
2014-06-23
1
-1/+1
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
1
-1/+2
*
Watcom: Introduce OpenWatcom compiler id and fix compiler version
Jiri Malak
2014-03-17
1
-1/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-7/+7
*
speedup: Cache strings for comparisons
Ben Boeckel
2014-03-08
1
-1/+2
*
stringapi: Use strings for generator names
Ben Boeckel
2014-03-08
1
-4/+5
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-2/+3
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-1/+2
*
CodeBlocks: fix unescaped command quotes when used with nmake
Nils Gladitz
2014-01-13
1
-3/+5
*
cmTarget: Make GetSourceFiles populate an out-vector parameter.
Stephen Kelly
2014-01-09
1
-1/+2
*
Refactor tool selection for edit_cache (#14544)
Brad King
2013-11-12
1
-20/+0
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-7/+0
*
Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
Stephen Kelly
2013-07-11
1
-11/+7
*
Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)
Stephen Kelly
2013-03-25
1
-4/+2
*
Move GetCompileDefinitions to cmTarget.
Stephen Kelly
2013-01-29
1
-1/+1
*
Ninja: fix building from Codeblocks GUI
Peter Kümmel
2013-01-05
1
-0/+5
*
Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig'
David Cole
2012-10-17
1
-1/+3
|
\
|
*
Fix config-specific INCLUDE_DIRECTORIES in multi-config generators
Stephen Kelly
2012-10-17
1
-1/+3
*
|
Fix regression: write compile definitions if any
Peter Kümmel
2012-10-11
1
-1/+1
|
/
*
Port remaining code to GetCompileDefinitions().
Stephen Kelly
2012-09-21
1
-4/+7
*
Fix indentation in the code blocks generator.
Stephen Kelly
2012-09-21
1
-43/+41
*
Move GetIncludeDirectories to cmGeneratorTarget.
Stephen Kelly
2012-09-19
1
-1/+3
*
Ninja: enable ninja support everywhere
Peter Kümmel
2012-07-20
1
-2/+0
*
Merge topic 'OBJECTLibrariesInCodeBlocks'
David Cole
2012-04-25
1
-2/+41
|
\
[next]