- 16 Feb, 2019 1 commit
-
-
Stefan Behnel authored
-
- 15 Feb, 2019 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Federico Stra authored
Fix early binding example. Closes GH-2848.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1470.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2845.
-
- 13 Feb, 2019 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Michael Anselmi authored
-
Michael Anselmi authored
GCC diagnostic pragmas were introduced in GCC 4.6, so augment the GCC compiler check with a version check to avoid compilation errors with GCC < 4.6.
-
Stefan Behnel authored
Avoid GCC diagnostic pragma if GCC < 4.6
-
Michael Anselmi authored
-
- 12 Feb, 2019 1 commit
-
-
Michael Anselmi authored
GCC diagnostic pragmas were introduced in GCC 4.6, so augment the GCC compiler check with a version check to avoid compilation errors with GCC < 4.6.
-
- 11 Feb, 2019 3 commits
-
-
Stefan Behnel authored
REF: make Utils dependency-free by moving search_include_directories
-
Stefan Behnel authored
REF: Move CompilationOptions and default_options to Options
-
Brock Mendel authored
-
- 10 Feb, 2019 5 commits
-
-
Brock Mendel authored
update imports remove Options.create_context in favor of Context.from_options
-
Stefan Behnel authored
Avoid "__name__" hack in "Method" scanner action class and replace it with a simple "__repr__()" implementation.
-
Stefan Behnel authored
Make the "Method" scanner action a direct feature of the embedded Plex, instead of hacking it back into the Lexicon with a stray import. See GH-2831.
-
jbrockmendel authored
Resolve flake8 findings in Cython.Utils.
-
Stefan Behnel authored
Closes #2802.
-
- 09 Feb, 2019 15 commits
-
-
jbrockmendel authored
Remove unused code, mostly from Plex.
-
Stefan Behnel authored
Misc. typo fixes
-
luz.paz authored
Found via `codespell -q 3 -L uint,sinc,nd,byteorder,delimeter,delimeters,te,iff,splitted,highlightning,tripple,varius,includee,ist,ue,ba,defin,amin,ith,creat,minimise,crasher`
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add safety cast in queue tutorial code that avoids casting a potentially non-pointer-sized "int" to a "void*".
-
Stefan Behnel authored
-
Stefan Behnel authored
Silence an "unused" C compiler warning when we cannot easily decide whether to include the "__Pyx_Method_ClassMethod" utility code or not.
-
Stefan Behnel authored
Add safety parentheses in helper macro, also to avoid a compiler warning about tautological comparisons.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-