Charles Kerr
|
205abbbcce
|
refactor: iwyu string, vector, cstdint (#2898)
* refactor: use cstdint for intX_t types
* refactor: iwyu sstring_view
* refactor: iwyu <cstring>
* refactor: iwyu <vector>
|
2022-04-07 20:50:26 -05:00 |
Charles Kerr
|
a250690f30
|
fix: sonarcloud (#2860)
* fix: break will never be executed
* fix: rewrite rimraf() to be non-throwing
* fix: conditional operation returns same value whether condition is true or false
* fix: use std::array instead of a C-style array
* fix: remove redundant access specifier
* fix: replace switch with if for readability
* fix: convert integer literal to a bool literal
* fix: replace const std::string reference to std::string_view
* fix: remove redundant access specifier
* fix: replace const std::string reference to std::string_view
* fix: remove unused parameter
* fix: remove redundant access specifier
* fix: use std::array instead of C-style array
* fix: remove redundant access specifier
* fix: replace const std::string reference with std::string_view
* fix: remove redundant access specifier
* fix: use std::array instead of C-style array
* fix: remove redundant access specifier
* fix: replace const std::string reference to std::string_view
* fix: remove redundant access specifier
* fix: merge if statement with enclosing one
* chore: clang-format
* chore: clang-format
* Revert "fix: remove redundant access specifier"
This reverts commit 054e4e7eec .
* Revert "fix: remove redundant access specifier"
This reverts commit 2c92f227e8 .
* Revert "fix: remove redundant access specifier"
This reverts commit a0710202a8 .
* Revert "fix: remove redundant access specifier"
This reverts commit 54da1d9397 .
* Revert "fix: remove redundant access specifier"
This reverts commit f7b1777578 .
* Revert "fix: remove redundant access specifier"
This reverts commit ad8e3dfff4 .
* chore: revert access specifier change
|
2022-04-01 14:16:33 -05:00 |
Charles Kerr
|
df1cca9b57
|
chore: update copyright years, make notices consistent (#2463)
|
2022-01-20 12:27:56 -06:00 |
Mike Gelfand
|
eaeed301fa
|
Rename GTK client files to match the classes they contain (#2073)
This also brings naming closer to Qt client which simplifies things a
bit.
|
2021-11-01 03:11:23 +03:00 |