OSDN Git Service

introduce qFastCompress() and qFastUncompress()
authorIvailo Monev <xakepa10@laimg.moc>
Fri, 28 Jun 2019 20:40:35 +0000 (20:40 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sat, 29 Jun 2019 11:30:09 +0000 (11:30 +0000)
commit45549aa40e5f21fec8a2d8a5e3e6f3abda112259
tree2525f8d1c8b84eb2964f5a1cbec34140c0d2c5b1
parentcc4e80d2c53c9e943946712e0250a6053ecc68fc
introduce qFastCompress() and qFastUncompress()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
14 files changed:
.travis.yml
CMakeLists.txt
README
cmake/modules/FindZSTD.cmake [new file with mode: 0644]
package/archlinux/PKGBUILD
package/debian/control
src/core/CMakeLists.txt
src/core/io/qresource.cpp
src/core/tools/qbytearray.cpp
src/core/tools/qbytearray.h
src/network/access/qnetworkdiskcache.cpp
src/plugins/iconengines/svgiconengine/qsvgiconengine.cpp
src/tools/rcc/rcc.cpp
tests/benchmarks/core/tools/qbytearray/main.cpp