- 25 Jul, 2015 5 commits
-
-
Stefan Behnel authored
-
Petr Viktorin authored
-
scoder authored
Further Assignment Operator Fixes
-
scoder authored
Support operator bool() for C++ classes.
-
Robert Bradshaw authored
-
- 24 Jul, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Jul, 2015 2 commits
-
-
-
Stefan Behnel authored
-
- 22 Jul, 2015 6 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Formerly bad code involving unassigned reference temporaries was generated.
-
Robert Bradshaw authored
-
-
Robert Bradshaw authored
Now that we split CInitCode and CppInitCode, we no longer generate valid C code even if C++ features are not used.
-
- 20 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 19 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
Were these ever used, this would have been an error.
-
- 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.
-
- 15 Jul, 2015 4 commits
-
-
Ian Henriksen authored
generate_assignment_code signatures so that subclassing will work properly when first building Cython.
-
Ian Henriksen authored
-
Ian Henriksen authored
all left hand sides have the same type.
-
Ian Henriksen authored
operators declared for C++ classes.
-
- 14 Jul, 2015 7 commits
-
-
Ian Henriksen authored
-
Ian Henriksen authored
a different type using an overloaded assignment operator.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-