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: 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
|
\
|
*
CodeBlocks: improve support for OBJECT libraries
Alex Neundorf
2012-04-09
1
-2/+28
|
*
-fix #13081: support OBJECT libraries in CodeBlocks/QtCreator projects
Alex Neundorf
2012-03-31
1
-2/+15
*
|
Ninja: enable Ninja for CodeBlocks
Peter Kuemmel
2012-04-07
1
-0/+3
|
/
*
Merge topic 'target-include-directories'
David Cole
2012-03-08
1
-5/+6
|
\
|
*
Extract and use the INCLUDE_DIRECTORIES target properties.
Stephen Kelly
2012-02-22
1
-5/+6
*
|
Factor cmInstallType out of cmTarget::TargetType
Brad King
2012-02-27
1
-4/+0
|
/
*
Merge topic 'CodeBlocks-quoting'
David Cole
2011-10-11
1
-1/+3
|
\
|
*
Fix XML safety issue with adding preprocessor defines in CodeBlocks project.
Clinton Stimpson
2011-10-05
1
-1/+3
*
|
Merge topic 'CodeBlocksIncludeDirsAndDefines'
David Cole
2011-08-02
1
-0/+54
|
\
\
|
*
|
Also put builtin include dirs into CodeBlocks project file
Alex Neundorf
2011-08-01
1
-0/+38
|
|
/
|
*
Patch by Campbell Barton: puts definitions into C::B project file
Alex Neundorf
2011-07-29
1
-0/+16
*
|
Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110)
Alex Neundorf
2011-07-29
1
-0/+7
|
/
*
Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)
Alex Neundorf
2011-02-13
1
-0/+7
*
Don't disable colors in the CodeBlocks generator and minor cleanup.
Alex Neundorf
2010-11-11
1
-9/+0
*
Don't enforce VERBOSE makefiles for the CodeBlocks generator
Alex Neundorf
2010-11-11
1
-1/+3
*
Remove trailing whitespace
Alex Neundorf
2010-11-11
1
-37/+37
*
CodeBlocks Generator: Do not omit files in the project file listing.
Alex Neundorf
2010-10-05
1
-4/+0
*
Default to gcc as the compiler.
Bill Hoffman
2010-03-15
1
-2/+2
*
-make paths with spaces work in the CodeBlocks generator with MinGW (#10014)
Alexander Neundorf
2010-01-24
1
-6/+10
*
make testing the CodeBlocks and Eclipse generators easier by not requiring th...
Alexander Neundorf
2009-10-20
1
-2/+7
*
fix line length
Alexander Neundorf
2009-10-13
1
-1/+2
*
fix indentation
Alexander Neundorf
2009-10-12
1
-75/+74
*
fix #9687
Alexander Neundorf
2009-10-12
1
-4/+12
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-18/+12
*
Fix bug #9529.
Alexander Neundorf
2009-09-26
1
-2/+23
*
As in the Eclipse generator: don't insert the edit_cache target if it is ccma...
Alexander Neundorf
2009-09-10
1
-1/+18
*
Improve the algorithm which skips targets so they are not added to the codebl...
Alexander Neundorf
2009-09-06
1
-47/+16
*
ENH: get the build type specific location
Alexander Neundorf
2009-07-07
1
-1/+2
*
COMP: don't use vector::at(), this doesn't seem to exist everyhwere
Alexander Neundorf
2009-06-29
1
-2/+2
*
ENH: create a "Virtual Folder" in CodeBlocks, which contains all the cmake
Alexander Neundorf
2009-06-28
1
-0/+192
*
ENH: also support nmake and msvc for use with CodeBlocks under Windows,
Alexander Neundorf
2009-06-28
1
-2/+2
*
ENH: only check for the existance of a header file if:
Alexander Neundorf
2009-03-10
1
-11/+55
*
ENH: automatically add headers of implementation file to the codeblocks proje...
Alexander Neundorf
2009-03-08
1
-4/+36
*
BUG: fix #8203: codeblocks + mingw doesn't like the extra quotes around the
Alexander Neundorf
2009-01-09
1
-0/+7
[next]