- 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 5 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
-
Kurt Schwehr authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 26 Feb, 2018 1 commit
-
-
- 18 Oct, 2017 1 commit
-
-
Mathis Rosenhauer authored
-
- 13 Oct, 2017 3 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 06 Oct, 2017 2 commits
-
-
Mathis Rosenhauer authored
Use Cmake for fuzzing.
-
Mathis Rosenhauer authored
-
- 12 Aug, 2017 1 commit
-
-
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>
-
- 17 Jul, 2017 5 commits
-
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
Mathis Rosenhauer authored
-
- 14 Jul, 2017 1 commit
-
-
Mathis Rosenhauer authored
-
- 12 Jul, 2017 1 commit
-
-
Mathis Rosenhauer authored
-