An error occurred fetching the project authors.
- 15 Feb, 2018 1 commit
-
-
Stefan Behnel authored
-
- 14 Feb, 2018 1 commit
-
-
Stefan Behnel authored
-
- 11 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Disallow memory views as struct members since structs do not allow safe buffer reference management.
-
- 10 Feb, 2018 1 commit
-
-
Stefan Behnel authored
-
- 07 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Use a dedicated ExprNode class for Pythran implemented NumPy methods to move them out of the way of Python call optimisations.
-
- 26 Jan, 2018 3 commits
-
-
Stefan Behnel authored
Use the same function return type inference for builtin types in GeneralCallNode as in SimpleCallNode.
-
Stefan Behnel authored
-
Stefan Behnel authored
Also reduces the C code overhead by removing the explicit 1-arg tuple packing code.
-
- 13 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 03 Jan, 2018 1 commit
-
-
Robert Bradshaw authored
Fixes #2059.
-
- 22 Dec, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Dec, 2017 1 commit
-
-
Stefan Behnel authored
This reverts commit e1ae63dd.
-
- 19 Dec, 2017 1 commit
-
-
Stefan Behnel authored
-
- 17 Dec, 2017 1 commit
-
-
Antoine Pitrou authored
-
- 29 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 28 Nov, 2017 1 commit
-
-
Stefan Behnel authored
Always coerce Python arguments as "num_threads" in parallel sections to C integers, also to catch some coercion problems at compile time. Closes #1957.
-
- 24 Nov, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 17 Nov, 2017 1 commit
-
-
Stefan Behnel authored
Closes #2002.
-
- 12 Nov, 2017 1 commit
-
-
Stefan Behnel authored
-
- 05 Nov, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove direct Unicode hash usage for dict lookups as it proved to be slower after all. Optimising a generic item lookup for dict is faster, though.
-
Stefan Behnel authored
-
Stefan Behnel authored
See #1979.
-
- 29 Oct, 2017 1 commit
-
-
Stefan Behnel authored
-
- 28 Oct, 2017 5 commits
-
-
Stefan Behnel authored
-
Nils Braun authored
-
Nils Braun authored
-
Nils Braun authored
-
Nils Braun authored
-
- 24 Oct, 2017 1 commit
-
-
Stefan Behnel authored
Repair indexing syntax in generated Pythran code: must use "(...)" for multiple indices, but "[...]" for a single index. Also refactor indexing code to avoid duplication. Closes #1946.
-
- 17 Oct, 2017 1 commit
-
-
Unknown authored
Most are non-user facing. Found using: `codespell -d -q 3`
-
- 15 Oct, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 10 Oct, 2017 2 commits
-
-
Stefan Behnel authored
Avoid useless None check when testing non-None containers for emptiness, e.g. for the result of a comprehension.
-
Stefan Behnel authored
Remove overambitious constant folding of comprehensions when they occur in a boolean context. Never assume that they are empty, since the iteration might already have required side-effects. Closes #1920.
-
- 08 Oct, 2017 1 commit
-
-
Stefan Behnel authored
-
- 07 Oct, 2017 1 commit
-
-
Stefan Behnel authored
Closes #1916.
-
- 03 Oct, 2017 3 commits
-
-
Stefan Behnel authored
Fix compiler crash when analysing a complex name as a type using sizeof(X) translation. Requires type analysis before the "arg_type" is set. Closes #1908.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1906.
-