Ilya Shipitsin
Ilya Shipitsin
Thanks, I'll check it out On Mon, Feb 12, 2024, 10:45 Brent Cook ***@***.***> wrote: > This was originally a workaround to creating static libraries with XCode. > See here:...
the idea of removing empty.c is to get rid of those warnings https://github.com/libressl/portable/actions/runs/7869794632/job/21469627057#step:6:29 and once we'll be able to switch windows builds to "all warning are errors" but there's no...
I plan to try something next weekend On Tue, Feb 27, 2024, 14:05 Brent Cook ***@***.***> wrote: > Sounds like what we need to do here next is verify if...
I reviewed https://github.com/libressl/portable/pull/776 it introduces "dummy.c", changes were reverted lately. currently that file is not used. I think we can manipulate with empty.c removal without taking that into account. also,...
well. there's no rush. I'll try to find out what is "xcode ios cmake...."
I do not own Mac, I can try something on CI using xcodebuild. which steps did you take before building ? пн, 18 мар. 2024 г. в 03:54, Brent Cook...
as far as I understand, it makes sense to add such "iphone static xcode" builds to CI first to be able to catch regressions
nevermind, I've found https://github.com/build-xcframeworks/libressl пн, 18 мар. 2024 г. в 21:49, Brent Cook ***@***.***>: > Absolutely. I can submit a PR with this so we can catch it automatically. >...
thanks, I'll report it to gcc
can we put ``` for (j = 0; j < i; j++, k += 2) { for (n = 0; n < 2; n++) { ``` inside ``` if (num...