Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop disabling __attribute__ on Windows with Clang | kinichiro | 2022-04-29 | 1 | -1/+1 |
| | | | | | | | | | On Windows with targeting the MSVC ABI, Clang will define _MSC_VER, and does not treat __attribute__ as a macro. Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally, and do not expect it to be ifdef-ed away. Suggested from Nicholas Hutchinson by github issue. | ||||
* | rebase patches | Brent Cook | 2022-02-27 | 1 | -5/+4 |
| | |||||
* | Suppress "overriding WinCrypt defines" warnings | Nobuyoshi Nakada | 2018-07-29 | 1 | -1/+1 |
| | | | | | Suppress "overriding WinCrypt defines" from openssl/x509.h by defining `NOCRYPT`. Only this file does not check `__WINCRYPT_H__` macro like other headers, since https://github.com/libressl-portable/portable/commit/5d8a1cf7155130bd8101090d7e1d0c2f90d9b123#diff-74b6370bc092dd2988ab577b2eaa21dcR7 | ||||
* | rebase patches on latest, remove fuzz | Brent Cook | 2017-07-17 | 1 | -10/+9 |
| | |||||
* | update windows header patches | Brent Cook | 2016-11-04 | 1 | -3/+3 |
| | |||||
* | rebase windows headers patch | Brent Cook | 2015-12-07 | 1 | -16/+16 |
| | |||||
* | revise how headers are patched for windows, remove sed scripts | Brent Cook | 2015-09-21 | 1 | -0/+100 |