Brian Gladman

Results 10 comments of Brian Gladman

MPIR on Windows generates the header files (gmp.h and gmpxx.h) without the need to specify this. But the build does not rename the output libraries (mpir.lib and mpirxx.lib) so this...

MPIR itself is written in C and this means that its types are defined in C. To use it from C++ you can either wrap the functions you need in...

That is a bug in VSYASM that was fixed over a year ago.

Hi, This long standing behaviour has been inherited from GMP so it is not specific to MPIR. if running under the Visual Studio debugger, what advantage would adding a coded...

> > setting a breakpoint > > This is what I did _after I find out what happened_. The problem should be obvious, how can a user know what happened......

Thank you for offering this contribution, which I believe that many users of MPIR on WIndows will appreciate. But it is not clear to me whether it makes sense to...

> rechecked: > > * this would be indeed _very_ useful for many windows users > * it should be integrated in this repo, because it depends on all we...

Correct. I test on Windows and only maintain my own repository, which means that Windows builds in the main repository are not being maintained. I only maintain builds with the...

The windows build using Microsoft Visual Studio has had assembler code updates up to 2019 and is still maintained and running fully on Visual Studio 2022. I don't work on...

On 11/10/2024 21:16, Kevin Hake wrote: > Some years ago I came in out of nowhere, and merged @BrianGladman 's branch back into master. It was a somewhat complex set...