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
/
cmExtraEclipseCDT4Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Update links to gitlab.kitware.com repos to add `-/`
Brad King
2020-05-26
1
-1/+1
*
cmState::GetInitializedCacheValue: return cmProp
Vitaly Stakhovsky
2020-04-30
1
-2/+1
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-1/+0
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-2/+2
*
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-4/+4
|
\
|
*
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-4/+4
*
|
Merge topic 'cleanup-endls-2'
Brad King
2020-03-26
1
-2/+2
|
\
\
|
*
|
Refactor: Avoid `std::endl` where it's not necessary (part 2)
Alex Turbov
2020-03-24
1
-2/+2
|
|
/
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
|
/
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-3/+3
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-19/+19
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-14/+11
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+2
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-10/+5
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-26/+13
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-5/+6
*
Merge topic 'eclipse-resource-encoding'
Brad King
2019-07-11
1
-0/+23
|
\
|
*
Eclipse: Add option to set the resource encoding
Martin Gerhardy
2019-07-09
1
-0/+23
*
|
Eclpise: Fix compiler warnings about uninitialized member variables
Martin Gerhardy
2019-07-09
1
-0/+2
|
/
*
Merge topic 'eclipse-interface-lib'
Brad King
2019-03-21
1
-0/+5
|
\
|
*
Eclipse: Fix extra generator to not crash on interface libraries
Brad King
2019-03-20
1
-0/+5
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-3/+4
|
/
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-1/+1
*
Merge topic 'semi-warnings'
Brad King
2019-01-16
1
-1/+0
|
\
|
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-1/+0
*
|
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+3
|
/
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-1/+0
*
Misc. comment typos
luz.paz
2018-12-05
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-41/+58
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-4/+3
*
cmState::GetInitializedCacheValue: Return as const std::string*
Vitaly Stakhovsky
2018-09-10
1
-3/+3
*
Merge topic 'cleanup-find-cstr'
Brad King
2018-08-09
1
-2/+2
|
\
|
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-2/+2
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-3/+3
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+7
*
Eclipse: Add property to include additional contents in .cproject file
Melanie Cappelaere
2018-05-18
1
-0/+7
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
cmMakefile: use std::string in more methods; cleanup c_str()s
Vitaly Stakhovsky
2018-01-23
1
-1/+1
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-95/+67
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-4/+5
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
[next]