- 19 May, 2018 3 commits
-
-
gabrieldemarmiesse authored
-
scoder authored
Transfered a note from the reference guide extension types to the userguide.
-
gabrieldemarmiesse authored
-
- 18 May, 2018 14 commits
-
-
Stefan Behnel authored
Also reject conflicting duplicates of top-level directives. Closes #2230.
-
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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 May, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Replace text with links
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Transfered type casting
-
scoder authored
Further optimise int/float comparison
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair and simplify unrolled PyLong comparison loop that used PyLong_BASE incorrectly (it's an exponential base, not a factor).
-
- 16 May, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix incrementally increasing indentation level in utility functions due to repeated opening braces inside of C preprocessor conditionals.
-
Stefan Behnel authored
Speed up 1-argument method calls, especially those to CyFunctions, by avoiding the creation of a bound method object.
-
- 15 May, 2018 8 commits
-
-
gabrieldemarmiesse authored
-
scoder authored
Transfered keyword only arguments.
-
scoder authored
-
scoder authored
Transfer optional arguments
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 14 May, 2018 2 commits
-
-
Stefan Behnel authored
Fix utility function in MSVC which does not support C preprocessor tests inside of macro expansions ("likely()").
-
Stefan Behnel authored
-