- 18 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
This not only fixes bugs like auto-conversion of std::map[enum, enum] but also fixes a bug where the compiler-chosen type of int for the enum may not have been long.
-
- 17 Jul, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
This is a bit of a hack, but as Cython doesn't yet understand const overloads with different (usually const) return types, it can't provide the right type of reference in this case.
-
- 14 Jul, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Jul, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Fixed some memory leaks in Utility/Embed.c
-
scoder authored
Fixed __Pyx_sst_abs with C++11
-
- 12 Jul, 2015 5 commits
-
-
Michael Ensslin authored
Found by clang's static analyzer. None of those are significant, but we might as well fix them.
-
Michael Ensslin authored
Some compilers appear to require you to explicitly `#include <cstdlib>` before providing `std::abs`.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
deep-copy finally clauses of try-finally statements earlier to properly support arbitrary statements in them (genexprs, lambdas, etc.)
-
- 11 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Jul, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Jul, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
write XML results before printing test results to make it more likely that we get a test result dump also on later crashes or hangs
-
Stefan Behnel authored
-
Stefan Behnel authored
-