- 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
-
Kurt Schwehr authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Feb 26, 2018
-
-
- Oct 18, 2017
-
- Oct 13, 2017
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- Oct 06, 2017
-
-
Mathis Rosenhauer authored
Use Cmake for fuzzing.
-
Mathis Rosenhauer authored
-
- Aug 12, 2017
-
-
Some files, e.g. encode_accessors.c, use loop initial declarations that are only allowed in C99 mode. Newer compilers enable that mode automatically, but olders might fail. CMAKE_C_STANDARD got add in CMake-3.1, so let's increase the minimal version by 0.1. Signed-off-by:
Christoph Junghans <junghans@votca.org>
-
- Jul 17, 2017
-
-
Mathis Rosenhauer authored