- 29 Dec, 2019 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecated "collections" package.
-
Stefan Behnel authored
Closes GH-3246.
-
- 23 Dec, 2019 7 commits
-
-
Stefan Behnel authored
Instead of overriding "build_ext.build_extensions()" in "old_build_ext", which works differently for parallel and sequential builds, override only "check_extensions_list()", which gets called by it at the beginning.
-
Stefan Behnel authored
Import Cython in "build_ext" only if it's actually needed, i.e. if any Cython implemented extension modules were found.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Simplify the utility code loading by requiring the source file to be named explicitly. It was almost always passed anyway, so having a non-trivial search algorithm in place for a rare case of unnecessary laziness is just code bloat. (GH-3280)
-
Matti Picus authored
-
- 21 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 06 Dec, 2019 1 commit
-
-
Robert Bradshaw authored
Fix typos
-
- 05 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 29 Nov, 2019 1 commit
-
-
Matti Picus authored
-
- 12 Nov, 2019 1 commit
-
-
da-woods authored
-
- 08 Nov, 2019 1 commit
-
-
Stefan Behnel authored
-
- 06 Nov, 2019 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2019 10 commits
-
-
Stefan Behnel authored
This reverts commit bfcaf163.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Orivej Desh authored
This should complete #3171 in silencing -Wmissing-field-initializers.
-
Matthew Edwards authored
* IPython magic: hide internal traceback when compilation fails * IPython magic: hide internal traceback when build fails
-
Alphadelta14 authored
-
Orivej Desh authored
This should complete #3171 in silencing -Wmissing-field-initializers.
-
- 21 Oct, 2019 2 commits
-
-
Matthew Edwards authored
* IPython magic: hide internal traceback when compilation fails * IPython magic: hide internal traceback when build fails
-
Matthew Edwards authored
Also fix tests in libcpp_algo (how did this ever work?)
-
- 18 Oct, 2019 4 commits
-
-
samaingw authored
-
Stefan Behnel authored
-
Alphadelta14 authored
-
Stefan Behnel authored
Closes GH-1462.
-
- 16 Oct, 2019 4 commits
-
-
Stefan Behnel authored
-
alex-xnor authored
-
Matthew Edwards authored
* Rearrange libcpp.algorithm to match cppreference and reformat * Add all_of, any_of and none_of to libcpp.algorithm * Add count and count_if to libcpp.algorithm * Add string(first, last) constructor to libcpp.string * Add the simplest overload of mismatch to libcpp.algorithm * Add find, find_if, and find_if_not to libcpp.algorithm * Add find_end to libcpp.algorithm and distance to libcpp.iterator * Add find_first_of to libcpp.algorithm * Add adjacent_find to libcpp.algorithm * Add search to libcpp.algorithm * Add search_n to libcpp.algorithm * Add exception specifiers in libcpp.algorithm * Add predicated overload of find_end, search and search_n to libcpp.algorithm
-
alex-xnor authored
-
- 14 Oct, 2019 1 commit
-
-
Stefan Behnel authored
-