Jeong, YunWon
Jeong, YunWon
The first commit is #708 but unseparatable. Fix AppleClang build for -apple-darwin to add -isysroot for MacOSX.sdk correctly when cc is under xctoolchain. Becasue `-isysroot` priors to `$SDKROOT` env variable,...
10.4 for c and 10.9 for c++
When I downgraded it to 0.4.1, the problem is fixed. Examples - Broken: https://travis-ci.org/youknowone/itunes-iap/jobs/438342600 - Fixed: https://travis-ci.org/youknowone/itunes-iap/jobs/438538498 - Patch: https://github.com/youknowone/itunes-iap/commit/ef4a927db45c4f9c9e62ce9653d8a5efff906548
because there are 16-argument method in Apple library https://developer.apple.com/documentation/metalperformanceshaders/mpssvgf/3143562-encodereprojectiontocommandbuffe
Add backends to select user. UsernameBackend is default backend that select users with username in `django.contrib.auth.models.User`. ProfilenameBackend is new backend that select users with field name setting in `AUTH_PROFILE_MODULE` model.
**Host Environment** - OS: macOS - Compiler: Apple clang version 13.1.6 (clang-1316.0.21.2.5) **To Reproduce** Steps to reproduce the behavior: `./vcpkg install breakpad` **Failure logs** -Cut and paste the appropriate build...
close #2246 fix align codegen of #2240 fix align codegen of #2159 fix align codegen of #1538
### Input C/C++ Header part of `MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/hfs/hfs_format.h` ```C++ #define int8_t char struct FndrOpaqueInfo { int8_t opaque[16]; } __attribute__((aligned(2), packed)); ``` ### Bindgen Invocation ``` $ bindgen has_format.h ``` ### Actual...