rter unless
you absolutely need them but I doubt you do. Same pattern as all the others.
You can use the bug ID 8359381 I submitted in your PR
-phil
On 6/13/25 1:54 AM, Antonio Vieiro wrote:
Hi all,
Yes, those "nbproject" files are very outdated and can't even be opened with
the latest
Hi all,
Yes, those "nbproject" files are very outdated and can't even be opened with
the latest NetBeans versions.
Demos are still shipped by different people [1].
I think it's worth updating and keeping them around, because it makes it easier
for newbies to open them in an IDE and experiment
On Tue, 10 Jun 2025 15:48:17 GMT, Matthias Bläsing
wrote:
>> Matthias Bläsing has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Limit running test only on windows
>
> Thank you all for helping to get this in!
Thank you @matthiasblaesing
On Thu, 6 Mar 2025 10:39:27 GMT, snake66 wrote:
> Replace hardcoded instances of `-lpthread` with `$(LIBPTHREAD)`, so that it's
> possible to parameterize this for platforms that use different flags for
> enabling posix threads.
>
> This work is a continuation of the work done by Greg Lewis in