Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-31fix name of one clang-tidy checkMatthieu Gallien
2020-09-15Disable bugprone-forward-declaration-namespace checkKevin Ottens
2020-09-01Enable all the other bugprone clang-tidy checksKevin Ottens
2020-09-01Enable bugprone-terminating-continue clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-too-small-loop-variable clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-macro-parentheses clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-forward-declaration-namespace clang-tidy checkKevin Ottens
2020-09-01Enable the bugprone-branch-clone clang-tidy checkKevin Ottens
2020-09-01Enable the bugprone-argument-comment clang-tidy checkKevin Ottens
2020-08-31Enable all the misc clang-tidy check except oneKevin Ottens
2020-08-13Enable the modernize-loop-convert check on clang-tidyKevin Ottens
2020-08-13Enable the modernize-deprecated-headers check on clang-tidyKevin Ottens
2020-08-13Enable the modernize-use-equals-default check on clang-tidyKevin Ottens
2020-08-12Enable the modernize-user-nullptr check on clang-tidyKevin Ottens
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
2020-08-12Enable "trivial" modernize clang-tidy checksKevin Ottens
2020-08-12Add more raw string literals missed previouslyKevin Ottens
2020-06-04Add some more make_unique callsKevin Ottens
2020-06-03Cleanup the missing braced init list returnsKevin Ottens
2020-06-03Use default member init when applicableKevin Ottens
2020-06-03Add missing auto opportunitiesKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-05-28Remove the last redundant void arg I left behindKevin Ottens
2020-05-27Run clang-tidy from the 5.12-clang pipelineKevin Ottens