SymCrypt/cmake-configs
Mitch Lindgren 🦎 84c69fcda1 Merged PR 11000448: Tidying and small build fixes
- !10935012 added a `.gitattributes` file to try to enforce consistent Windows-style line endings, but this causes a bunch of spurious diffs to show up after checking out the latest branch (ironically, on Windows only). See [this Stack Overflow question](https://stackoverflow.com/questions/5787937/git-status-shows-files-as-changed-even-though-contents-are-the-same) which refers to a similar issue. After fighting with Git for a bit, it seems like the easiest fix is just to remove this file.
- Workaround for Python versions < 3.11 not being able to parse timestamps with the 'Z' suffix indicating UTC time (started breaking our pipeline builds due to a recent Git version update)
- Fix for Python 3.12 complaining about invalid escape characters in `symcryptasm_processor.py` (use raw strings)
- When building OpenSSL, pin to a specific tag if no branch is specified on the command line, so that we're not building against a moving target
2024-06-27 01:03:26 +00:00
..
OpenSSL.cmake Merged PR 11000448: Tidying and small build fixes 2024-06-27 01:03:26 +00:00
SymCrypt-Platforms.cmake Squashing previous commits: 2024-06-04 13:39:46 -07:00
Toolchain-Clang-ARM64.cmake Merged PR 7833797: Fix broken 32-bit Linux pipeline. Refactor toolchain files. 2022-09-12 22:45:59 +00:00
Toolchain-GCC-ARM.cmake Merged PR 9883477: Fix issues on arm32 linux 2023-11-21 22:17:23 +00:00