aboutsummaryrefslogtreecommitdiff
path: root/projects/kimageformats
AgeCommit message (Collapse)Author
2021-09-06kimageformats needs C++17 now (#6409)tsdgeos
2021-08-24[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)jonathanmetzman
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
2021-06-08[kimageformats] use newer libaom and libavif (#5892)Daniel Novomeský
2021-02-26Add HEIF format to kimageformats project (#5261)Daniel Novomeský
2021-02-02Fix karchive and kimageformats afl build (#5098)tsdgeos
* Fix karchive and kimageformats afl build * Remove unneeded /bin/bash line Co-authored-by: Abhishek Arya <inferno@chromium.org>
2021-01-04kimageformats: fuzz the new .ani image handler (#4907)tsdgeos
2020-12-19[kimageformats] add extra flags for libaom dependency (#4874)Daniel Novomeský
2020-12-17Fix build scripts for kimageformats (#4864)Daniel Novomeský
2020-12-15Add AVIF format to kimageformats project (#4850)Daniel Novomeský
* Add AVIF format to kimageformats project * Update build.sh Include license Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-06-13anongit.kde.org is gone, use invent.kde.org (#3983)tsdgeos
2020-04-16kimageformats: fix build (#3662)tsdgeos
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-09-26Use 5.15 branch of Qt for now (#2888)tsdgeos
A direct clone now gives you dev which is future Qt 6, none of the code using Qt expects Qt6 yet Using 5.15 now (instead 5.12 before) means we have to disable sanitize=vptr in parts of qt in kimageformats since those parts now compile with no-rtti While at it make the compilation script a bit better: * Don't need to disable compressing rcc files, only needed to pass the CFLAGS to the QMAKE_CFLAGS * Also fix the "make qmake faster" sed command
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-04-16[kimageformats] Split fuzzer into 9 fuzzers (#2327)tsdgeos
oss-fuzz devels say this is optimal
2019-03-31[kimageformats] Include ora and kra handlers (#2277)tsdgeos
This pulls karchive that pulls, ecm and libzip and libzip pulls zlib
2019-02-03kimageformats: Also exercise the canRead() codepath (#2128)tsdgeos
2019-01-28Add new project: kimageformats (#2119)tsdgeos