Re: [Mingw-w64-public] clock_nanosleep patch

2022-01-02 Thread Glenn Burkhardt
it fails.  BTW, this change doesn't change the timing results.  It turns out that a registry query takes microseconds, apparently. On 1/2/2022 3:50 PM, Óscar Fuentes wrote: Glenn Burkhardt writes: Reading the registry on every call to cl

Re: [Mingw-w64-public] clock_nanosleep patch

2022-01-02 Thread Glenn Burkhardt
fails. On 1/2/2022 3:50 PM, Óscar Fuentes wrote: Glenn Burkhardt writes: Reading the registry on every call to clock_nanosleep is wasteful. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Mingw-w64-public] clock_nanosleep patch

2022-01-02 Thread Glenn Burkhardt
I'm open to suggestions on how to determine the Windows version. Only newer versions support the high res timer. On 1/2/2022 3:50 PM, Óscar Fuentes wrote: Glenn Burkhardt writes: Reading the registry on every call to clock_nanosleep is was

[Mingw-w64-public] clock_nanosleep patch

2022-01-02 Thread Glenn Burkhardt
Hi.  Here's a patch that uses high res timers for clock_nanosleep. *** clock.c.origSun Jan 2 13:40:55 2022 --- clock.c Sun Jan 2 14:09:09 2022 *** *** 6,11 --- 6,12 #include #include + #include #include #include #ifndef IN_WINPTHREAD **

Re: [Mingw-w64-public] contributions

2021-09-06 Thread Glenn Burkhardt
troduce new API implementations. On 9/5/2021 8:58 AM, Glenn Burkhardt wrote: I don't know if those functions are available from Cygwin.  But they are not in MinGW-w64.  I don't care how they get to MinGW-w64, it would be convenient to have them. And why do you bring up Cygwin?  This is the MinGW

Re: [Mingw-w64-public] contributions

2021-09-06 Thread Glenn Burkhardt
ons and suggestions for improvements the reason for the fork of MinGW-w64 from MinGW years ago? On 9/5/2021, 9:53 PM, JonY wrote: Use Cygwin if you need symlink support, mingw-w64 isn't the place to introduce new API implementations. On 9/5/2021 8:58 AM, Glenn Burkhardt wrote: I don't

Re: [Mingw-w64-public] contributions

2021-09-05 Thread Glenn Burkhardt
I don't know if those functions are available from Cygwin.  But they are not in MinGW-w64.  I don't care how they get to MinGW-w64, it would be convenient to have them. And why do you bring up Cygwin?  This is the MinGW-w64 mailing list, right? On 9/4/2021  4:47 PM, Biswapriyo Nath wrote: Sub

[Mingw-w64-public] contributions

2021-09-04 Thread Glenn Burkhardt
What's the preferred method of making a code contribution?  I'd like to see this code https://github.com/gbburkhardt/MingGW-Compatibility-Functions included in the distribution. ___ M

[Mingw-w64-public] binary releases

2020-09-22 Thread Glenn Burkhardt
What's the story on binary releases?  It looks like there hasn't been new binary releases since 2018, and there's clearly been a lot of development since then.  I'm using a release found here: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/min

[Mingw-w64-public] gdb/readline

2016-06-06 Thread Glenn Burkhardt
It looks to me that gdb is not compiled with readline, either in the main stream mingw-w64 or TDM-GCC (my preferred distribution!). Is there a good reason for this? Command line editing in gdb has been a boone to my existence for a long time - I'd hate to be without it. I suspect that it might

Re: [Mingw-w64-public] status of multilib builds

2015-06-29 Thread Glenn Burkhardt
On 6/24/2015 8:16 PM, Glenn Burkhardt wrote: What's the status of MinGW64 w.r.t. multilib? The latest build with multilib that I can find in the files section on SourceForge is from 2011-02-22. Is it just hard to get it to work, or is there simply a lack of interest? It's hard eno

[Mingw-w64-public] status of multilib builds

2015-06-24 Thread Glenn Burkhardt
What's the status of MinGW64 w.r.t. multilib? The latest build with multilib that I can find in the files section on SourceForge is from 2011-02-22. Is it just hard to get it to work, or is there simply a lack of interest? --

[Mingw-w64-public] welcome?

2014-06-20 Thread Glenn Burkhardt
For the release package "x64-Qt-5.2.1+QtCreator-3.0.1-(gcc-4.8.2-seh).7z" that I've picked up from "http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/Qt-Builds/";, is there an easy way to get the "Welcome" section populated? For the 32 bit edition from Qt-Project, th

Re: [Mingw-w64-public] Qt build setup

2014-03-31 Thread Glenn Burkhardt
Just found a solution - I restricted PATH to include only directories containing the x64-Qt files. The Windows environment included 'Quicktime' and something called 'Smartbar'. Limiting the PATH variable to only what was needed fixed the problem for me. On 3/31/2014 7:43

[Mingw-w64-public] Qt build setup

2014-03-31 Thread Glenn Burkhardt
I've been trying to use "Qt-Builds/x64-Qt-5.2.1%2BQtCreator-3.0.1-%28gcc-4.8.2-seh%29.7z", and I'm having a little trouble with initial setup. I've looked for instructions online, but haven't been able to find any. In particular, I can't get 'gdb' or 'python' to run. Invoking 'gdb' resulted i