mpir
mpir copied to clipboard
Multiple Precision Integers and Rationals
MPIR handles invalid operations by raising a `SIGFPE` signal. On windows, this cause the program to exit silently. Visual studio will not break on such signal, *even if everything in...
This solution generates a stub proxy DLL for the MPIR library. When applications link to MPIR, they will call this stub proxy DLL instead. The stub proxy DLL analyzes the...
Hello, thank you for your impressive work. I had no issues building the Visual Studio x64 Release DLL. (dll_mpir_gc) While not entirely unfamiliar with c/c++ concepts, I am not particularly...
Hi, this may be a newbie question, but how does one build with `--enable-gmpcompat` option when using Visual Studio? There's also a question on SO on this topic: https://stackoverflow.com/questions/38279880/mpir-windows-build-with-enable-gmpcompat
Improvements: 1) One generator for all MSVS versions. 2) Removed per-file . Vcxproj became much shorter. 3) Set . Microsoft system property sheets will work better. 4) Support external property...