Andy Polyakov
Andy Polyakov
If a source file was specified by absolute path, then the corresponding object file was placed into OUT_DIR. This posed a problem if multiple files with the same base name...
This is a kind of alternative to #673. I write "kind of" because it's not in direct opposition, but rather just a more sensible and robust approach. I mark it...
User-provided cross-linker is a working cross-compiler with a perfectly usable prefix. Usable in the prefix_for_target() context that is. One can wonder if it's possible to even remove the majority of...
Defaulting to llvm-ar facilitates cases when system ar(1) doesn't support any given cross-compile target. This is because accompanying llvm-ar is known to match targets supported by the clang installation at...
I would like to make a case for instead of endlessly struggling to map all those Apple-specific environment variables, e.g. like in #661 and #662, one would simply let `xcrun`...
This is a placeholder issue to track https://github.com/swig/swig/pull/1746, which adds node.js v12+ support to swig. And to provide a download point for pre-generated wrapper, [blst_wrap.cpp](https://gist.github.com/dot-asm/d9693f0d9f00941c700623abfcb493a5), for those who don't want...
Quoting @Nashatyrev in #54. > * (codestyle nit not directly related to this PR) there are methods like `class P1 { P1 add(P1 a); }` which modify and return `this`...
Quoting README.md: > But, JIT-compiler and Garbage Collector make "constant time" extremely hard to achieve in a scripting language. In the context of cryptographic security "constant time" is not about...
Instead of counting all source files we count only .cu files, ones with device code that actually require the special treatment. [Even fixes #641.]
Compile latest release tag and install it as pkg-config package.