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

C++ 17 Support and API cleanup and Restructuring #6

Merged
merged 206 commits into from
Jun 11, 2020
Merged

C++ 17 Support and API cleanup and Restructuring #6

merged 206 commits into from
Jun 11, 2020

Conversation

lamarrr
Copy link
Owner

@lamarrr lamarrr commented Jun 11, 2020

A few of the changes:

  • C++ 17 support
  • Performance improvements and bugfixes
  • New optimized Report types: FixedReport and SpanReport
  • Rewrite of the C++ 20 source_location library for C++17
  • Support for platforms without std::thread and std::mutex
  • Documentation improvements
  • Added license
  • Improved panic routine parameter types (value-copy semantics to const reference)
  • Improved panic-safe logging
  • Improved TRY_OK and TRY_SOME
  • Improved tests
  • Removed concepts
  • ABI versioning

@lamarrr lamarrr merged commit b710155 into master Jun 11, 2020
@lamarrr lamarrr deleted the cpp17 branch June 11, 2020 15:53
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.

1 participant