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
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
*
cmSourceFile: Rename non-const GetLanguage
Tushar Maheshwari
2019-08-27
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-20/+13
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-4/+2
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-4/+5
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-15/+10
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-25/+22
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-3/+2
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-3/+2
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-2/+2
|
/
*
Use cmSourceFile::GetIsGenerated
Sebastian Holtermann
2019-02-01
1
-1/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-1/+0
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-1/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-2/+2
*
Fix misc. typos
luz.paz
2018-06-04
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+12
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-8/+6
*
Generators: remove KDevelop3 generator
Alex Neundorf
2018-01-24
1
-1/+1
*
CUDA: Add cu as default source file extension
Robert Maynard
2018-01-08
1
-2/+2
*
Merge topic 'CodeBlocks-custom-compiler-id'
Brad King
2017-11-29
1
-0/+7
|
\
|
*
CodeBlocks: add option for the CB compiler ID
Melven Roehrig-Zoellner
2017-11-27
1
-0/+7
*
|
Performance: Improve efficiency of source file lookup in cmMakefile
Aaron Orenstein
2017-11-17
1
-8/+2
|
/
*
CodeBlocks: add option to exclude external files
Alexandr (Sagrer) Gridnev
2017-09-14
1
-0/+20
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-91/+61
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-2/+2
*
CodeBlocks: Avoid listing files multiple times
Alexandr (Sagrer) Gridnev
2017-08-30
1
-6/+7
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-6/+6
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-4/+6
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-4/+4
*
Allow CodeBlocks for NMake Makefiles JOM
Konstantin Podsvirov
2017-01-10
1
-1/+2
*
clang-tidy: apply readability-redundant-control-flow fixes
Daniel Pfeifer
2016-12-12
1
-1/+0
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-6/+5
*
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
-21/+21
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3/+10
*
CodeBlocks: List C++ includes first
Kevin Ottens
2016-08-26
1
-2/+2
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-22/+21
*
issues: update references to the CMake issue tracker
Ben Boeckel
2016-08-15
1
-2/+2
*
Refactor extra generator registration to use factories
Tobias Hunger
2016-08-03
1
-11/+17
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+7
*
Merge topic 'CodeBlocks-generated-sources'
Brad King
2016-06-17
1
-2/+4
|
\
|
*
CodeBlocks: Show generated files in non-utility targets
Enrico Bedau
2016-06-16
1
-2/+4
*
|
Merge topic 'CodeBlocks-include-order'
Brad King
2016-06-17
1
-7/+11
|
\
\
|
|
/
|
/
|
|
*
cmExtraCodeBlocksGenerator: Do not shuffle include directories
Tobias Hunger
2016-06-17
1
-7/+11
[next]