Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Moved the second piece of code in numpy.rst to the examples directory for ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+74 | |
| |/ | | | | | | | testing. | |||||
* | | Merge pull request #2349 from gabrieldemarmiesse/test_working_with_numpy_1 | scoder | 2018-06-16 | 1 | -0/+44 | |
|\ \ | | | | | | | Adding tests for "working with numpy" part 1 | |||||
| * | | Moved a first code snippet from numpy.rst to examples to enable testing. | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+44 | |
| |/ | ||||||
* | | Merge pull request #2331 from gabrieldemarmiesse/test_cdef_classes_3 | scoder | 2018-06-15 | 3 | -0/+28 | |
|\ \ | | | | | | | Added tests for cdef_classes.rst. Part 3. | |||||
| * | | moved two code examples from cdef_classes.rst to the examples directory to ↵ | gabrieldemarmiesse | 2018-06-13 | 3 | -0/+28 | |
| | | | | | | | | | | | | enable testing on them. | |||||
* | | | Merge pull request #2348 from ↵ | scoder | 2018-06-15 | 1 | -0/+10 | |
|\ \ \ | | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_5 Adding tests for "working with python arrays" part 5 | |||||
| * | | | Moved a fifth piece of code from array.rst to the examples directory. | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+10 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2347 from ↵ | scoder | 2018-06-15 | 1 | -0/+8 | |
|\ \ \ | | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_4 Adding tests for "working with python arrays" part 4 | |||||
| * | | | Moved a fourth piece of code from array.rst to the example directory for ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+8 | |
| |/ / | | | | | | | | | | testing. | |||||
* | | | Merge pull request #2346 from ↵ | scoder | 2018-06-15 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_3 Adding tests for "working with python arrays" part 3 | |||||
| * | | | Moved the third code snippet from "working with python arrays" into the ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+11 | |
| |/ / | | | | | | | | | | examples directory for testing. | |||||
* | | | Merge pull request #2345 from ↵ | scoder | 2018-06-15 | 1 | -0/+15 | |
|\ \ \ | | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_2 Adding tests for "working with python arrays" part 2 | |||||
| * | | | Moved the second snippet from working with python arrays to the example ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+15 | |
| |/ / | | | | | | | | | | directory for testing. | |||||
* | | | Merge pull request #2355 from gabrieldemarmiesse/test_profiling_tutorial_1 | scoder | 2018-06-15 | 2 | -0/+20 | |
|\ \ \ | | | | | | | | | Added tests to "profiling tutorial" part 1. | |||||
| * | | | Moved two code snippets from profiling_tutorial to the examples directory. | gabrieldemarmiesse | 2018-06-15 | 2 | -0/+20 | |
| |/ / | ||||||
* | | | Merge pull request #2354 from gabrieldemarmiesse/test_memory_allocation_2 | scoder | 2018-06-15 | 1 | -0/+25 | |
|\ \ \ | | | | | | | | | Added tests for "memory allocation" Part 2 | |||||
| * | | | Moved a second piece of code from memory_allocation.rst to the examples ↵ | gabrieldemarmiesse | 2018-06-15 | 1 | -0/+25 | |
| |/ / | | | | | | | | | | directory for testing. | |||||
* | | | Merge pull request #2352 from gabrieldemarmiesse/test_cdef_classes_5 | scoder | 2018-06-15 | 1 | -0/+21 | |
|\ \ \ | |/ / |/| | | Added tests for cdef_classes.rst. Part 5 | |||||
| * | | Moved a code snippet from cdef_classes.rst to the examples directory. Added ↵ | gabrieldemarmiesse | 2018-06-13 | 1 | -0/+21 | |
| |/ | | | | | | | cdef readonly to show what it does. | |||||
* | | Merge pull request #2342 from ↵ | scoder | 2018-06-15 | 1 | -0/+6 | |
|\ \ | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_1 Added test of a piece of code in "working with python arrays". | |||||
| * | | Put the first code snippet from "working with python arrays" in the examples ↵ | gabrieldemarmiesse | 2018-06-14 | 1 | -0/+6 | |
| |/ | | | | | | | directory. | |||||
* | | Merge pull request #2341 from gabrieldemarmiesse/pure_python_mode_7 | scoder | 2018-06-15 | 1 | -0/+22 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 7 | |||||
| * | | Put the pep 526 example in the examples directory for testing. | gabrieldemarmiesse | 2018-06-14 | 1 | -0/+22 | |
| |/ | ||||||
* | | Merge pull request #2340 from gabrieldemarmiesse/pure_python_mode_6 | scoder | 2018-06-15 | 1 | -0/+15 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 6 | |||||
| * | | Moved a code snippet from pure.rst to the examples directory to enable testing. | gabrieldemarmiesse | 2018-06-14 | 1 | -0/+15 | |
| |/ | ||||||
* | | Merge pull request #2337 from gabrieldemarmiesse/pure_python_mode_4 | scoder | 2018-06-15 | 2 | -0/+7 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 4 | |||||
| * | | Put two examples of cython.declare in the examples directory. | gabrieldemarmiesse | 2018-06-14 | 2 | -0/+7 | |
| |/ | ||||||
* | | Merge pull request #2336 from gabrieldemarmiesse/pure_python_mode_3 | scoder | 2018-06-15 | 1 | -0/+6 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 3 | |||||
| * | | Moved the compiled switch code snippet to the examples directory for testing. | gabrieldemarmiesse | 2018-06-14 | 1 | -0/+6 | |
| |/ | ||||||
* | | Merge pull request #2335 from gabrieldemarmiesse/pure_python_mode_2 | scoder | 2018-06-15 | 1 | -0/+15 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 2 | |||||
| * | | Put the code example from "pure python mode" in a file in the examples ↵ | gabrieldemarmiesse | 2018-06-14 | 1 | -0/+15 | |
| |/ | | | | | | | directory for testing. | |||||
* | | Merge pull request #2334 from gabrieldemarmiesse/pure_python_mode_1 | scoder | 2018-06-15 | 2 | -0/+20 | |
|\ \ | | | | | | | Adding tests for "pure python mode" part 1 | |||||
| * | | Put a A.py and A.pxd from "pure python mode" in the examples directory for ↵ | gabrieldemarmiesse | 2018-06-14 | 2 | -0/+20 | |
| |/ | | | | | | | testing. | |||||
* | | Merge pull request #2332 from gabrieldemarmiesse/test_cdef_classes_4 | scoder | 2018-06-15 | 1 | -0/+19 | |
|\ \ | | | | | | | Added tests for cdef_classes.rst. Part 4. | |||||
| * | | Put the nonecheck example in a separate file in the examples directory to ↵ | gabrieldemarmiesse | 2018-06-13 | 1 | -0/+19 | |
| |/ | | | | | | | enable testing. | |||||
* | | Merge pull request #2330 from gabrieldemarmiesse/test_cdef_classes_2 | scoder | 2018-06-15 | 1 | -0/+3 | |
|\ \ | | | | | | | Added tests for cdef_classes.rst. Part 2. | |||||
| * | | Moved the second code snippet from cdef_classes.rst to the examples ↵ | gabrieldemarmiesse | 2018-06-13 | 1 | -0/+3 | |
| |/ | | | | | | | directory to add it to the tests. | |||||
* | | Merge pull request #2329 from gabrieldemarmiesse/test_cdef_classes_1 | scoder | 2018-06-15 | 1 | -0/+7 | |
|\ \ | | | | | | | Added tests for cdef_classes.rst. | |||||
| * | | Moved a code snippet from cdef_classes.rst to the examples directory to add ↵ | gabrieldemarmiesse | 2018-06-13 | 1 | -0/+7 | |
| |/ | | | | | | | it to the tests. | |||||
* | | Merge pull request #2327 from gabrieldemarmiesse/test_calling_c_libraries | scoder | 2018-06-15 | 5 | -0/+92 | |
|\ \ | | | | | | | Added tests for some of the code snippets in "calling C libraries" | |||||
| * | | Added tests for some of the code snippets in "calling C libraries". Fixed a ↵ | gabrieldemarmiesse | 2018-06-13 | 5 | -0/+92 | |
| |/ | | | | | | | forgotten import. | |||||
* | | The code snippets from external.rst are now tested with the mode "compile". ↵ | gabrieldemarmiesse | 2018-06-13 | 7 | -0/+42 | |
|/ | | | | Fixed a small bug with a cdef that was forgotten. | |||||
* | Now all the files in the example directory are tested. | gabrieldemarmiesse | 2018-05-27 | 9 | -44/+1 | |
| | ||||||
* | Added an example of primes with vector in C++ since it's clode to the Python ↵ | gabrieldemarmiesse | 2018-05-19 | 1 | -0/+21 | |
| | | | | list API. | |||||
* | Improve some wordings in the primes tutorial. | Stefan Behnel | 2018-03-17 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #2151 from gabrieldemarmiesse/example_cython_tutorial | scoder | 2018-03-17 | 1 | -16/+20 | |
|\ | | | | | An improved version of the tutorial. | |||||
| * | Some improvements one the tutorial page. | gabrieldemarmiesse | 2018-03-14 | 1 | -16/+20 | |
| | | ||||||
* | | Change demo file back to original output style. | Stefan Behnel | 2018-03-16 | 1 | -1/+5 | |
| | | ||||||
* | | Forgot a typo. | gabrieldemarmiesse | 2018-03-14 | 1 | -1/+1 | |
|/ | ||||||
* | fix up example code | Stefan Behnel | 2014-10-09 | 1 | -4/+8 | |
| |