Commit graph

10 commits

Author SHA1 Message Date
Volker Krause 50d0703ae0 Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
Albert Astals Cid 0c659a5466 clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
Alexander Lohnau f9cd6c9868 Manually convert license files for fax generator 2021-06-10 08:11:56 +00:00
Albert Astals Cid 19d98d6a74 Run clang-format
find . \( -name "*.cpp" -or -name "*.h"  -or -name "*.c"  -or -name "*.cc" \) -exec clang-format -i {} \;

If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
2020-07-11 09:17:33 +02:00
Albert Astals Cid 96f00a4d29 CI: Enable clazy qstring-arg check 2020-02-19 23:44:37 +01:00
Yuri Chornoivan c04ca1fa96 Fix minor EBN issues 2018-08-31 12:23:45 +03:00
Kevin Funk a53a2402ca clang-tidy: modernize-use-nullptr run
Semi-ACK'd by Albert :)
2017-09-06 00:19:48 +02:00
Martin T. H. Sandsmark 1e32012649 Fix warnings about using struct for classes 2016-07-24 20:38:17 +02:00
Pino Toscano 72e53fd4f0 save the original "data" pointer and delete[] the copy
this way, if we move "data" (for ghostscript/PC research faxes -- see FAXMAGIC) we are always sure to free the right memory buffer
CCBUG: 247300

svn path=/trunk/KDE/kdegraphics/okular/; revision=1161849
2010-08-10 23:09:19 +00:00
Tobias Koenig bb62c975b1 Add generator for G3/G4 fax documents
svn path=/trunk/KDE/kdegraphics/okular/; revision=862560
2008-09-19 09:21:20 +00:00