- 18 Sep, 2022 2 commits
-
-
Laurent Montel authored
-
Dawid Wrobel authored
-
- 17 Sep, 2022 1 commit
-
-
Script Kiddy authored
-
- 16 Sep, 2022 1 commit
-
-
Ahmad Samir authored
GIT_SILENT
-
- 10 Sep, 2022 2 commits
-
-
Antoni Bella Pérez authored
-
Antoni Bella Pérez authored
-
- 05 Sep, 2022 1 commit
-
-
Script Kiddy authored
-
- 30 Aug, 2022 1 commit
-
-
Ahmad Samir authored
GIT_SILENT
-
- 25 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 17 Aug, 2022 1 commit
-
-
Script Kiddy authored
-
- 07 Aug, 2022 1 commit
-
-
Script Kiddy authored
-
- 09 Jul, 2022 1 commit
-
-
Script Kiddy authored
-
- 03 Jul, 2022 1 commit
-
-
Yuri Chornoivan authored
-
- 02 Jul, 2022 1 commit
-
-
Script Kiddy authored
-
- 27 Jun, 2022 2 commits
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 23 Jun, 2022 5 commits
-
-
Michael Pyne authored
In this case we just copy all the strings from one QStringList into a newly-created QStringList which will be immediately returned. Instead just return the source QStringList, no need for the intermediate steps here.
-
Michael Pyne authored
-
Michael Pyne authored
Caught by clazy: /kf5/frameworks/kdoctools/src/meinproc.cpp:94:35: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary] const QString checkFilename = parser.positionalArguments().first(); Although we know that .first() must be a valid reference by this point in the code, it's a reference to a temporary and using this reference is undefined behavior even though QStringList dtor is clearly not going to do anything with the memory as it is still referenced by `parser`. But it's undefined behavior all the same and who knows what interesting optimizations the compiler will cook up for this someday if left unfixed. Fixed by making the temporary a named variable.
-
Michael Pyne authored
The old htdig option is not listed anywhere now but I don't see that coming back anytime soon and all the other options are implemented already.
-
Michael Pyne authored
Commit e44d403c removed the only usage of this file-local function, which I confirmed with a ripgrep search across the repository. Removing this made MyPair and PairList dead code as well, and these were also removed. Tested by building, installing, and using the resulting executable to build kdesrc-build docs, and by ensuring the kdoctools autotests still pass.
-
- 12 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 11 Jun, 2022 1 commit
-
-
Christoph Cullmann authored
nix package manager provides like homebrew the right version inside the cmake prefixes it exports allow to search there, too, like for homebrew allows to compile unpatched kdoctools with nix on e.g. nixos
-
- 04 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 22 May, 2022 1 commit
-
-
Johnny Jazeix authored
-
- 14 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 09 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Apr, 2022 1 commit
-
-
Christoph Cullmann authored
-
- 02 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 30 Mar, 2022 1 commit
-
-
Ahmad Samir authored
Task tracked at: teams/frameworks-devs/kf6-workboard#2
-
- 13 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 16 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 06 Feb, 2022 1 commit
-
-
Add a new language (pass all tests)
-
- 05 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 02 Feb, 2022 1 commit
-
- 22 Jan, 2022 1 commit
-
-
Volker Krause authored
Needs forwarding the Qt6 build option.
-
- 09 Jan, 2022 1 commit
-
-
Volker Krause authored
This should fix KF6 CI builds using kdoctools such as kservice, kconfigwidgets and kpackage.
-
- 08 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 06 Jan, 2022 1 commit
-
-
Laurent Montel authored
-