An error occurred fetching the project authors.
- 19 Oct, 2015 1 commit
-
-
memeplex authored
-
- 11 Oct, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 01 Oct, 2015 1 commit
-
-
Stefan Behnel authored
-
- 29 Sep, 2015 1 commit
-
-
Stefan Behnel authored
guess longness suffix of negative decimal integer literals based on their type to prevent the C compiler from truncating their value range
-
- 27 Sep, 2015 3 commits
-
-
Stefan Behnel authored
use explicit helper method for sequence->ctuple coercion rather than calling generic SequenceNode.coerce_to()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 19 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 17 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 12 Sep, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
make str values in compile time DEF env turn into actually usable Unicode strings when compiling under Python 3
-
Stefan Behnel authored
-
- 06 Sep, 2015 1 commit
-
-
Stefan Behnel authored
revert integer literal suffixing again and instead generate C hex literals if no suffix is used to make the C compiler consider unsigned types for their values (see C standard 6.4.4)
-
- 05 Sep, 2015 3 commits
-
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
Stefan Behnel authored
-
- 04 Sep, 2015 18 commits
-
-
Ian Henriksen authored
temporaries when they have an exception declaration.
-
Ian Henriksen authored
and an overloaded operator= when the exception handling routines are different.
-
Ian Henriksen authored
-
Ian Henriksen authored
-
Ian Henriksen authored
-
Ian Henriksen authored
-
Ian Henriksen authored
needed.
-
Ian Henriksen authored
used as an lvalue.
-
Ian Henriksen authored
assignment.
-
Ian Henriksen authored
overloads. Also fixed exception handling for operator&.
-
Ian Henriksen authored
-
Ian Henriksen authored
-
Ian Henriksen authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 02 Sep, 2015 1 commit
-
-
Stefan Behnel authored
fix bytes literal creation from compile-time DEF expressions (used to become Unicode strings due to missing encoding)
-
- 08 Aug, 2015 3 commits
-
-
Stefan Behnel authored
fix passing a C string literal into a void* argument (used in "withgil" test): now requires an explicit cast in C++
-
Stefan Behnel authored
-
Stefan Behnel authored
prevent non-const char* string literals from being interned
-
- 06 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-