User Details
- User Since
- Jun 17 2016, 7:04 PM (314 w, 6 d)
Apr 28 2022
Apr 27 2022
Remove unnecessary changes to str_to_float_test.cpp
Apr 26 2022
Add more ifdef coverage
Apr 21 2022
Use ILP32 macro
Apr 20 2022
Apr 7 2022
ping
Mar 30 2022
Mar 29 2022
Reverting for now, looks like there's some other build failures.
Move extern declarations to common header
Mar 28 2022
Add noreturn attribute
Add another template argument to avoid exposing private struct
Move definitions out of class
Mar 25 2022
Hmmm yeah this is pretty ugly, I'll look into changing the test matcher template instead.
Initialize HeaderPos, drop Quarantine changes
Use cast instead of template
Mar 18 2022
Revert header file removal
Ok, we can workaround this locally.
@vitalybuka ping
@vitalybuka ping
@vitalybuka ping
Mar 17 2022
Fix extern declaration of SCUDO_ALLOCATOR
Do you split want the non-#include changes split out?
That's fair, we're building the standalone version out-of-tree with -Weverything -Werror among other things in our build system, which is why I've been seeing more warnings. Not sure if anything needs to be done then for the in-tree standalone build, since -Wall isn't documented to include -Wshadow?
Remove unneeded static
It seems to be implemented, does that look right? https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/third_party/ulib/musl/src/conf/sysconf.c;l=56?q=sysconf&ss=fuchsia%2Ffuchsia
Mar 16 2022
Ok, I've split this up and will close it.