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
/
cmExtraSublimeTextGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
Deprecate "extra" generators in favor of cmake-file-api(7)
Brad King
2023-02-15
1
-1/+2
*
cmLocalGenerator: Remove unused IncludePathStyle infrastructure
Brad King
2021-12-01
1
-2/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-7/+7
*
cmLocalGenerator: Clarify GetIncludeFlags signature
Brad King
2021-02-25
1
-1/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
Compile with explicit language flag when source LANGUAGE property is set
Brad King
2020-12-02
1
-0/+5
*
Revert "specify language flag when source LANGUAGE property is set"
Brad King
2020-11-19
1
-7/+0
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-3/+3
*
Explicitly specify language flag when source LANGUAGE property is set
Robert Maynard
2020-06-09
1
-0/+7
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-2/+1
*
Update links to gitlab.kitware.com repos to add `-/`
Brad King
2020-05-26
1
-1/+1
*
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-10/+12
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-3/+3
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-4/+5
*
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
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-3/+3
*
cmSourceFile: Rename non-const GetLanguage
Tushar Maheshwari
2019-08-27
1
-3/+3
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6/+4
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-1/+2
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-4/+4
*
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-1/+0
*
cmLocalGenerator: Remove AddCompileDefinitions method
Brad King
2018-10-10
1
-6/+1
*
genex: Simplify cmGeneratorExpressionInterpreter
Brad King
2018-09-07
1
-6/+6
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+1
*
sourceFile properties: add property INCLUDE_DIRECTORIES
Marc Chevrier
2018-01-24
1
-10/+32
*
sourceFile properties: add property COMPILE_OPTIONS
Marc Chevrier
2018-01-23
1
-2/+9
*
Genex: Per-source $<COMPILE_LANGUAGE:...> support
Marc Chevrier
2017-12-13
1
-7/+13
*
Add generator expression support to per-source COMPILE_DEFINITIONS
Marc Chevrier
2017-12-05
1
-5/+9
*
Refactor per-source generator expression evaluation
Marc Chevrier
2017-12-04
1
-3/+2
*
cmake: Add --open option for IDE generators
Gregor Jasny
2017-10-13
1
-0/+23
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-32/+23
*
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
-5/+5
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-2/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Sublime: Do not build with verbose output
Richard Collins
2017-01-10
1
-9/+3
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-6/+8
[next]