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

Updating promote and boost #98

Merged
merged 60 commits into from
Jun 20, 2023
Merged

Updating promote and boost #98

merged 60 commits into from
Jun 20, 2023

Conversation

sean-parent
Copy link
Member

@sean-parent sean-parent commented May 30, 2023

Working on PR #96.

  • Removed the special case to diagnose Windows 64 vs. macOS 32-bit in convert.hpp
  • Unlike PR Update adobe::promote to use fixed width types and remove 64bit Win promote warning #96, this doesn't promote char types (the original did not). I'm afraid that would be a breaking change. I promoted all 16 & 32-bit arithmetic types to double to simplify maintenance (convert.hpp).
  • Fixed all unit tests on Windows (some sha tests are conditionalized because they contain strings that are too long).
  • Fixed the CI system (thanks to @camino)
  • Cleaned out several boost dependencies while waiting for CI.
  • Started working on better VSCode support.

sean-parent and others added 27 commits June 1, 2023 18:55
- Updated code for C++17,
- Removed deprecated calls
- Fixed compiler warnings
- Removed support for compiling without thread_local variables
- Removed some unnecessary uses of boost
sean-parent and others added 27 commits June 6, 2023 21:37
This script inserts environment variables that CMake needs to determine
compiler location.
Visual C++ 2022 abnormally exits when trying to compile this file,
presumably due to its size.
@sean-parent sean-parent merged commit fb2fc28 into master Jun 20, 2023
@sean-parent sean-parent deleted the sean-parent/conversion branch January 13, 2024 03:30
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