Skip to content

Compatibility fixes for Boost 1.87 #1

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

Merged
merged 76 commits into from
Mar 10, 2025

Conversation

hingobway
Copy link
Owner

@hingobway hingobway commented Mar 10, 2025

tracking zaphoyd#1164: compare

MatusKysel and others added 30 commits February 13, 2019 14:54
…6. Allows detecting IPv6 literal addresses in order to generate valid URI strings. fixes zaphoyd#601 references zaphoyd#879
Fix clang getting CXXFLANGS instead of CXXFLAGS
…ted. Removed unnecessary hardcoded dependency on libc++ for clang. fixes zaphoyd#859
Python 3 has no has_key on dictionary so the detection
of environmental variables wouldn't work.
updated SConstruct to be compatible with Python 3
Trying to on-board this software into a large corporation.  The powers that control this process are unable to recognize this license as BSD-3 without it explicitly saying that it's BSD3.
…Update bundled HTTP library to remove the use of exceptions for error handling. All exceptions have been replaced with the error_codes used by the rest of the library either returned or as an output parameter. Documentation has been updated to note when this has happened. The main library interface has been updated to ensure that all functions that can throw are labeled as such and have a non-throwing overload. Nothing has been removed from the main library interface so anyone who uses exception handling with the main library is unaffected. These changes are being done in preparation for adding options to build WebSocket++ on platforms with exceptions disabled. references zaphoyd#438 zaphoyd#908
Peter Thorson and others added 29 commits July 31, 2020 06:57
# Conflicts:
#	changelog.md
…s like TCP_NODELAY from being set. Improve documentation about how pre_init differs from init_asio. Improve documentation for the TCP pre-bind handler that is the actual solution to the issue this regression related to. references zaphoyd#530 fixes zaphoyd#812
…ty library. It wasn't used, is not reasonably in scope for this library, and was causing warning messages. references zaphoyd#956
SCons 4.2.0 no longer has env_cpp11.has_key()
Insert Server Name Indication (SNI) only for hostnames, not for IP addresses
…improved time-to-expiry calculation (credit toonetown), added CMake flag to compile tests and examples with ASIO standalone, fixed example and test compilation with ASIO standalone
…io::bind_executor to avoid future deprecation issues
@hingobway hingobway merged commit fc76418 into hingobway:master Mar 10, 2025
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.