Regina Pfeifer
|
9eb0e73f46
cmRange: Move to dedicated header file
|
6 years ago |
Albert Astals Cid
|
ae5e97a005
Delete some default constructors and assignment operators
|
6 years ago |
Vitaly Stakhovsky
|
950c099d83
cmake: Progress functions use `std::string` param
|
6 years ago |
Artur Ryt
|
01b2d6ab74
Modernize: Use ranged for-loops when possible
|
6 years ago |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 years ago |
Vitaly Stakhovsky
|
0779bc9393
ReadListFile: Accept std::string argument
|
6 years ago |
Regina Pfeifer
|
094f01d0f0
cleanup: Prefer compiler provided special member functions
|
6 years ago |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 years ago |
Brad King
|
a7f5cd45e1
Merge topic 'tidy-pass-by-value'
|
6 years ago |
Regina Pfeifer
|
5a0784ddea
clang-tidy: Pass by value
|
6 years ago |
Vitaly Stakhovsky
|
2993fc347a
cmMakefile: GetModulesFile() accepts std::string param
|
6 years ago |
Brad King
|
4dba5d6ce2
Merge topic 'use-emplace'
|
6 years ago |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 years ago |
David Aguilar
|
a5e948a36f
find_package: optionally resolve symlinks when discovering packages
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 years ago |
Regina Pfeifer
|
32cb564bea
clang-tidy: Remove redundant member initializations
|
7 years ago |
Kyle Edwards
|
0f5c1b404b
find_package(): Add policy to remove the FindQt module
|
7 years ago |
Cengizhan Pasaoglu
|
c67ab22cdc
Using front() and back() instead of calculations
|
7 years ago |
Jean-Christophe Fillion-Robin
|
30d08bdce9
doc: Consistently use <PackageName> for describing the name of a package
|
7 years ago |
Vitaly Stakhovsky
|
69ca85cc7f
Remove unnecessary c_str() in RegularExpression::find calls
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Ruslan Baratov
|
4eb5d851d5
Help: Add 'lib32|libx32|lib64' paths to find_package prefixes
|
7 years ago |
Brad King
|
eb35d8884b
find_package: Use PackageName_ROOT variables as search prefixes
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
luzpaz
|
777e87ae00
Fix trivial typos in text
|
8 years ago |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 years ago |
Brad King
|
0b33aee48b
Use C++11 override instead of CM_OVERRIDE
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |