- 29 Apr, 2017 2 commits
-
-
Wenzel Jakob authored
The added flag enables non-buffered console output when using Ninja
-
Wenzel Jakob authored
Enumerations on Python 2.7 were not always implicitly converted to integers (depending on the target size). This patch adds a __long__ conversion function (only enabled on 2.7) which fixes this issue. The attached test case fails without this patch.
-
- 03 Mar, 2017 1 commit
-
-
Matthieu Bec authored
-
- 20 Nov, 2016 1 commit
-
-
Dean Moldovan authored
A flake8 configuration is included in setup.cfg and the checks are executed automatically on Travis: * Ensures a consistent PEP8 code style * Does basic linting to prevent possible bugs
-
- 16 Nov, 2016 1 commit
-
-
Pim Schellart authored
* Allow enums to be ordered * Support binary operators
-
- 19 Aug, 2016 1 commit
-
-
Dean Moldovan authored
There are more enum tests than 'constants and functions'.
-