summaryrefslogtreecommitdiffstats
path: root/lib/zlib/example.c.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-0/+0
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+0
| | | * Make our CMake slightly less insane
* Ignore MSVC build artefacts in submodularised libraries.Mattes D2015-11-051-0/+0
|
* Outsourced all libraries into submodulesJulian Laubstein2015-11-042-601/+0
|
* Renamed unused source files from zlib.madmaxoft2014-01-131-0/+601
These files are included in zlib, but they should not be compiled into the actual library. Since they contain example code on how to use the lib, I decided to keep them, renamed to .txt.