index
index
linux x86_64 on
LOLI
@
Use the number of cores available for parallel compilation, instead of an hardcoded 4 threads.
build
test
package
analyze
linux x86_64 on
LOLI
@
package_data doesn’t work with no package specified, add the pytouhou package back.
build
test
package
analyze
linux x86_64 on
LOLI
@
Partially revert 98603f2c32b4, as the creation of a .h file made some checking tools unhappy.
build
test
package
analyze
linux x86_64 on
LOLI
@
Remove 3d scaling code for matrix, as it isn’t used anywhere in the codebase.
build
test
package
analyze
linux x86_64 on
LOLI
@
Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.
build
test
package
analyze
linux x86_64 on
LOLI
@
Fix a build issue introduced in the previous commit. Damn you, cython dependency tracking!
build
test
package
analyze
linux x86_64 on
LOLI
@
Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
build
test
package
analyze
linux x86_64 on
LOLI
@
Don’t inherit explicitely from object, we are not on Python 2.7 anymore. :)
build
test
package
analyze
linux x86_64 on
LOLI
@
Don’t uselessly malloc() a matrix for multiply, the stack is here for that!
build
test
package
analyze
index
index