- 17 Sep, 2021 1 commit
-
-
Mathis Rosenhauer authored
-
- 29 Jun, 2021 1 commit
-
-
Miloš Komarčević authored
Better match for HDF5's legacy FindSZIP.cmake
-
- 28 Jun, 2021 1 commit
-
-
Miloš Komarčević authored
Signed-off-by:
Miloš Komarčević <miloskomarcevic@aim.com>
-
- 16 Jun, 2021 1 commit
-
-
Mathis Rosenhauer authored
-
- 28 May, 2021 1 commit
-
-
Jan-Willem Blokland authored
* CMake: (fix) Changed names of the resulting config files. Changed the name LibaecTargets.cmake, LibaecConfig.cmake and LibaecConfigVersion.cmake to libaecTargets.cmake, libaecConfig.cmake and libaecConfigVersion.cmake such that these files can be found by cmake on a Linux machine. * CMake: (feature) Better integration with HDF5. - Changed the build such that always a static and shared library with be built. - Rewritten CMake config files such that - One can select the shared or static library. - Set several libaec variables such one can, for example, check if the libaec library is found. - Set several Szip variables for the same reason as for setting the libaec variables. This is useful for a better integration with HDF5 when building HDF5 from scratch.
-
- 11 Feb, 2021 2 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 22 Jan, 2021 3 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 07 Jan, 2021 1 commit
-
-
Kurt Schwehr authored
-
- 29 Jan, 2020 1 commit
-
-
Brennan Ashton authored
Signed-off-by:
Brennan Ashton <bashton@brennanashton.com>
-
- 11 Feb, 2019 2 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 10 Feb, 2019 2 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 06 Feb, 2019 2 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 04 Feb, 2019 2 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 06 Sep, 2018 2 commits
-
-
Mathis Rosenhauer authored
-
Kurt Schwehr authored
-
- 04 Sep, 2018 7 commits
-
-
Kurt Schwehr authored
- Localize vars - Add const - Simplify status reporting and status var - Free any malloced memory in the OOM case - Remove unnecessary goto - Use stderr for error message
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 31 Aug, 2018 9 commits
-
-
Mathis Rosenhauer authored
Thanks to Kurt Schwehr for finding this
-
Mathis Rosenhauer authored
Found by UBSan
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Kurt Schwehr authored
C99 is now required. Therefore HAVE_STDINT_H is no longer necessary.
-
MathisRosenhauer authored
encode_accessors.h: include "config.h" to allow header to stand alone
-
MathisRosenhauer authored
Minor cleanup of fuzz_target.cc
-
MathisRosenhauer authored
codespell: dependance ==> dependence
-
- 30 Aug, 2018 2 commits
-
-
Kurt Schwehr authored
Some compilers do header precompilation and this requires that each header can stand alone. Including config.h sets HAVE_STDINT_H.
-
Kurt Schwehr authored
- Include What You Use (IWYU) - add cstddef - Convert to C++ includes of C headers - Localize vars - Combine definition and initialization of dest - Convert C cast to C++ cast - Remove unused source var
-