- 06 Jul, 2018 35 commits
-
-
Stefan Behnel authored
-
scoder authored
Added tests to "profiling tutorial" part 6
-
scoder authored
Adding tests for "sharing declarations" part 2
-
scoder authored
Added tests for "language basics" part 6
-
gabrieldemarmiesse authored
-
scoder authored
Added tests for "language basics" part 4
-
scoder authored
Added tests for "language basics" part 3
-
scoder authored
Added tests for "Using C++ in Cython" part 6
-
gabrieldemarmiesse authored
-
scoder authored
Added tests for "language basics" part 7
-
scoder authored
Added tests for "language basics" part 8
-
scoder authored
Small mention in the docs about bytes strings conversion.
-
scoder authored
Added tests for "typed memoryviews" part 6
-
scoder authored
Added an example of using python strings with const memoryviews.
-
scoder authored
Added tests for "typed memoryviews" part 5
-
scoder authored
Added tests for "typed memoryviews" part 4
-
scoder authored
Added tests for "typed memoryviews" part 2
-
scoder authored
Added tests for "typed memoryviews" part 1
-
scoder authored
fixes #2422
-
scoder authored
Fixed minor formatting issue in some of the examples.
-
scoder authored
Added the C array conversion to and from python in "language basics".
-
Stefan Behnel authored
-
-
scoder authored
Avoid being redirected every time the doc is being built.
-
scoder authored
Added mention of .pyd files for windows users.
-
scoder authored
Removed the mode "test" for the tests because it's not a real test mode.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
docs: Added a link to the include directory in "Using C++ in Cython".
-
scoder authored
Added tests for "Using C++ in Cython" part 1
-
scoder authored
Added tests for "Using C++ in Cython" part 2
-
scoder authored
Added tests for "Using C++ in Cython" part 3
-
scoder authored
Added tests for "Using C++ in Cython" part 4
-
scoder authored
Added tests for "Using C++ in Cython" part 5
-
scoder authored
Added tests for "Using C++ in Cython" part 7
-
- 05 Jul, 2018 1 commit
-
-
Stefan Behnel authored
Also exclude the parser from compilation, since its binary size is almost 1MB, but it only contributes a couple of percent to the overall runtime.
-
- 04 Jul, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove some large binary modules from the compiled Cython installation that contribute almost nothing to the compiler speedup (and thus only waste disk space and build time).
-
gabrieldemarmiesse authored
-
- 03 Jul, 2018 1 commit
-
-
scoder authored
docs: Added a note about the performance of slicing C++ stl containers.
-