Commit Graph

17 Commits

Author SHA1 Message Date
Phillip Stephens db2df1fcbe
Merge pull request #7 from bionade24/master
Fix building on gcc>=12 and Clang >=13 by including <iterator> explicitly.
2023-10-22 08:29:08 -07:00
Oskar Roesler (bionade24) 5cb18da508
Include <iterator> explicitly for building on gcc12, clang13 and higher. 2023-08-28 12:25:37 +02:00
Jack Andersen 546a969527
Merge pull request #3 from robUx4/c-wrapper
Add a C wrapper for decompression
2020-05-09 12:10:08 -10:00
Steve Lhomme 8ecaec4c70 Add a C wrapper for decompression 2020-05-09 18:31:38 +02:00
Jack Andersen cce882f183
Merge pull request #2 from robUx4/cxx_standard
Use the official way to set the C++ standard
2020-05-06 12:28:58 -10:00
Steve Lhomme 43d3639dbd Use the official way to set the C++ standard
https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html

It may also work in newer version of MSVC
2020-05-03 09:35:24 +02:00
Jack Andersen 671e2b9864 Merge branch 'master' of https://github.com/jackoalan/lzokay 2019-07-19 18:19:30 -10:00
Jack Andersen 5c6f05a3da Remove pointless static keywords 2019-07-19 18:19:17 -10:00
Jack Andersen c92240cd03
Update README.md 2019-07-13 11:35:06 -10:00
Jack Andersen 55a3d116fa
Fix README with API changes 2019-07-13 11:33:55 -10:00
Jack Andersen 343f9707f6 Update test.cpp for API change 2019-06-13 14:40:21 -10:00
Jack Andersen 82e4029131 Merge branch 'cmake' of https://github.com/sfuller/lzokay 2019-06-13 14:36:31 -10:00
Jack Andersen b1b1ea05a0 Make public API have separate input/output dest size variables 2019-06-13 14:32:25 -10:00
Jack Andersen 55892696bb Better CMake dependency integration 2019-06-11 15:58:24 -10:00
Sam Fuller 41969f2d67 Use modern CMake mechanism to enable c++14 2019-02-08 18:29:52 -08:00
Sam Fuller 87467048df Adding install commands and cmake build config file support 2019-01-04 14:53:04 -07:00
Jack Andersen f7da328248 Initial commit 2018-12-23 15:43:24 -10:00