summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/clibraries
Commit message (Collapse)AuthorAgeFilesLines
* Use annotation for pointer in docs (#4942)Matus Valo2022-08-021-1/+1
| | | and remove note about bug
* Docs: Introduce pure Python mode in "Using C libraries" tutorial (GH-4294)Matus Valo2021-07-227-8/+97
|
* Fix line endings.Stefan Behnel2019-02-153-56/+56
|
* Add safety cast in queue tutorial code that avoids casting a potentially ↵Stefan Behnel2019-02-091-61/+61
| | | | non-pointer-sized "int" to a "void*".
* Changed a comment to make it more meaningful.gabrieldemarmiesse2018-06-221-1/+1
|
* Refactoring of the extend function to make it simpler.gabrieldemarmiesse2018-06-221-5/+3
|
* docs: Give a better explanation for changing the extend() method in the C ↵Stefan Behnel2018-06-201-4/+5
| | | | | | libraries tutorial. See #2362.
* Changed the extend function to extend_ints.gabrieldemarmiesse2018-06-171-9/+10
|
* Put back int as the main data type for the interface.gabrieldemarmiesse2018-06-171-7/+6
|
* Used intptr_t instead of int to avoid warnings (and crashes in C++). Removed ↵gabrieldemarmiesse2018-06-161-0/+62
| | | | old examples files.
* Added tests for some of the code snippets in "calling C libraries". Fixed a ↵gabrieldemarmiesse2018-06-135-0/+92
forgotten import.