Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake edits #12

Merged
merged 3 commits into from
Dec 5, 2023
Merged

CMake edits #12

merged 3 commits into from
Dec 5, 2023

Conversation

kevleyski
Copy link
Owner

No description provided.

wjywbs and others added 3 commits November 29, 2023 22:33
CC version 13 needs `<cstdint>` to be explicitly included to
provide fixed bits integer types.

Some files using it inludes `<stdint.h>`, some are missing direct or
undirect inclusion. This PR adds `<cstdint>` inclusion to the
minimal set of files, allowing compilation on GCC 13.

Closes #1305
This work was done over ~80 individual commits in the `cmake` branch,
which are now being merged back into `main`. As a roll-up commit, it is
too big to be reviewable, but each change was reviewed individually in
context of the `cmake` branch. After this, the `cmake` branch will be
renamed `cmake-porting-history` and preserved.

---------

Co-authored-by: Geoff Jukes <[email protected]>
Co-authored-by: Bartek Zdanowski <[email protected]>
Co-authored-by: Carlos Bentzen <[email protected]>
Co-authored-by: Dennis E. Mungai <[email protected]>
Co-authored-by: Cosmin Stejerean <[email protected]>
Co-authored-by: Carlos Bentzen <[email protected]>
Co-authored-by: Cosmin Stejerean <[email protected]>
Co-authored-by: Cosmin Stejerean <[email protected]>
@kevleyski kevleyski merged commit ebf6f64 into kevleyski:main Dec 5, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants