- 08 Jul, 2018 1 commit
-
-
gabrieldemarmiesse authored
Added the docs for the compiler options. Used autodata to avoid duplication of the options descriptions in the docs and in the python file.
-
- 20 May, 2018 18 commits
-
-
Stefan Behnel authored
-
scoder authored
Made code examples in the docs compatible with python 2 and 3.
-
Stefan Behnel authored
See #2279.
-
scoder authored
Fixing c library tutorial
-
gabrieldemarmiesse authored
-
scoder authored
Added a C++ example in the cython tutorial.
-
Stefan Behnel authored
Make non-standard Extension attributes "py_limited_api" and "np_pythran" optional for cycache fingerprinting.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Added a documentation for the Cythonize function and its arguments.
-
gabrieldemarmiesse authored
-
scoder authored
Fixed the formatting of a note in special_methods.rst.
-
scoder authored
Replaced the text in reference/extension_types.rst by links to the corresponding sections in the userguide.
-
scoder authored
Transfer of the dynamic attributes into the userguide.
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
- 19 May, 2018 8 commits
-
-
gabrieldemarmiesse authored
Replaced the text in reference/extension_types.rst by links to the corresponding sections in the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Transfered a note from the reference guide extension types to the userguide.
-
gabrieldemarmiesse authored
-
- 18 May, 2018 13 commits
-
-
Marvin Teichmann authored
-
Stefan Behnel authored
Also reject conflicting duplicates of top-level directives. Closes #2230.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Support more C file extensions when searching modules during coverage analysis: .cc and .cxx in addition to the current .c and .cpp. Closes #2266.
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid segfault due to a bug in g++ 4.4.7 when the -Os setting for the module init function is enabled. Closes #2235.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-