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

emscripten renovation #310

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

Kojoley
Copy link
Contributor

@Kojoley Kojoley commented May 7, 2023

  • inherit from clang toolset
  • update for 'new' fastcomp backend
  • exceptions support
  • dynamic linking support
  • pthread support
  • run-tests launcher via nodejs

Boost is building fine. I also tried to run tests on Config/LexicalCast/Thread/Spirit. I could've setup a CI worker but that would require to conditionally disable rpath/rpath-link tests (there are at least 6 places where it is tested directly or indirectly) and I am already tired from fixing this toolset.

Fixes boostorg/build#526
Fixes #170
Fixes #87
Fixes boostorg/boost#670
Fixes boostorg/build#381
Closes #111

@Kojoley Kojoley force-pushed the feature/emscripten-renovation branch from 642222e to e9b55be Compare June 1, 2023 19:51
@grafikrobot grafikrobot added enhancement New feature or request bug Something isn't working labels Jun 5, 2023
* inherit from clang toolset
* update for 'new' fastcomp backend
* exceptions support
* dynamic linking support
* pthread support
* run-tests launcher via nodejs
@grafikrobot grafikrobot force-pushed the feature/emscripten-renovation branch from e9b55be to 39f7c9d Compare July 16, 2023 20:14
@grafikrobot grafikrobot merged commit c653af1 into bfgroup:main Jul 18, 2023
105 checks passed
@Kojoley Kojoley deleted the feature/emscripten-renovation branch April 27, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
2 participants