Cory Fields

Results 295 comments of Cory Fields

I have no idea if this will help, but this should keep the dtor in a single compilation unit. ```patch diff -ruN qtbase-everywhere-src-5.15.2/src/widgets/accessible/simplewidgets.cpp qtbase-everywhere-src-5.15.2.new/src/widgets/accessible/simplewidgets.cpp --- qtbase-everywhere-src-5.15.2/src/widgets/accessible/simplewidgets.cpp 2020-10-27 08:02:11.000000000 +0000 +++...

Any idea where `in6addr_any` is coming from? Seems fine, just curious.

> > While always overriding Autotools' defaults, are there any particular reasons not using -O3 instead of -O2? > > AFAIK `-O3` isn't safe. I remember these discussions almost 10...

Assuming I'm understanding the init order bug, please correct me if I'm not... If `AppInitBasicSetup()` and `AppInitBasicSetup()` and `AppInitParameterInteraction()` are relying on globals created by the kernel, perhaps it makes...

Rebased on master and fixed up pic.

> Actually, you'll also need to move cmake-minimal from the darwin target into the package list for all targets, in our Guix manifest. Ideally as the first commit. Otherwise this...

@ryanofsky Sorry for not getting to this before merge. Will give it a look tomorrow.

Hmm. I was curious to see if the compiler forwards `-mmacosx-version-min` to the linker, and it seems it does: ```bash $ clang -mmacosx-version-min=11.2 test.c -c -o test.o $ clang -mmacosx-version-min=11.2...