- Sep 17, 2021
-
- Jun 29, 2021
-
-
Miloš Komarčević authored
Better match for HDF5's legacy FindSZIP.cmake
-
- Jun 28, 2021
-
-
Miloš Komarčević authored
Signed-off-by:
Miloš Komarčević <miloskomarcevic@aim.com>
-
- Jun 16, 2021
-
- May 28, 2021
-
-
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.
-
- Feb 11, 2021
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Jan 22, 2021
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Jan 07, 2021
-
-
Kurt Schwehr authored
-
- Jan 29, 2020
-
-
Brennan Ashton authored
Signed-off-by:
Brennan Ashton <bashton@brennanashton.com>
-
- Feb 11, 2019
-
-
Mathis Rosenhauer authored
- Feb 10, 2019
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Feb 06, 2019
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Feb 04, 2019
-
-
Mathis Rosenhauer authored
- Sep 06, 2018
-
-
Mathis Rosenhauer authored
-
-
- Sep 04, 2018
-
-
- 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
-
- Aug 31, 2018
-
-
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.
-
v023 Testuser authored
encode_accessors.h: include "config.h" to allow header to stand alone
-
v023 Testuser authored
Minor cleanup of fuzz_target.cc
-
v023 Testuser authored
codespell: dependance ==> dependence
-
- Aug 30, 2018
-
-
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
-