- 06 Jul, 2018 39 commits
-
-
scoder authored
Removed mention of a version so old that nobody should be concerned.
-
scoder authored
Adding tests for "pure python mode" part 12
-
scoder authored
Added tests to "Interfacing with external C code" part 2
-
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
-
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.
-