Re: [Mingw-w64-public] Linker problem with i686-5.1.0-posix-dwarf-rt_v4-rev0 version

2015-07-26 Thread Edward Diener
On 7/24/2015 11:13 AM, Ruben Van Boxem wrote: > 2015-07-24 17:03 GMT+02:00 Edward Diener >: > > On 7/24/2015 8:54 AM, Riot wrote: > > Where are you defining your template, in the header or the source? You > > may need to explicitly instantiate. >

Re: [Mingw-w64-public] intsafe.h progress

2015-07-26 Thread David Grayson
Oops, I sent that email too early and it was malformed. I meant to say that you can follow my progress and see some different implementations of intsafe.h here: https://github.com/DavidEGrayson/intsafe --David On Sun, Jul 26, 2015 at 11:00 PM, David Grayson wrote: > I have been working on mak

[Mingw-w64-public] intsafe.h progress

2015-07-26 Thread David Grayson
I have been working on making an intsafe.h that is suitable for being added to mingw-w64 and just wanted to give a status update. Some background: The intsafe.h header provided by Microsoft has 253 inline functions for safe conversions, additions, multiplications, and subtractions of integers. Th

Re: [Mingw-w64-public] [PATCH] Added libsapi.a.

2015-07-26 Thread Kai Tietz
Ok. Please go aheaf. Thanks Kai Am 26.07.2015 15:47 schrieb "Jacek Caban" : > --- > mingw-w64-crt/Makefile.am | 13 + > mingw-w64-crt/libsrc/sapi.c | 7 +++ > 2 files changed, 20 insertions(+) > create mode 100644 mingw-w64-crt/libsrc/sapi.c > > > > >

[Mingw-w64-public] [PATCH] Added libsapi.a.

2015-07-26 Thread Jacek Caban
--- mingw-w64-crt/Makefile.am | 13 + mingw-w64-crt/libsrc/sapi.c | 7 +++ 2 files changed, 20 insertions(+) create mode 100644 mingw-w64-crt/libsrc/sapi.c diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index aa16fc9..8b91f0c 100644 --- a/mingw-w64-crt/Mak