Skip to content

Bump version: 1.90.0-dev1#11

Draft
ClausKlein wants to merge 8 commits intodevelopfrom
feature/bump-to-boost-v1.90.0
Draft

Bump version: 1.90.0-dev1#11
ClausKlein wants to merge 8 commits intodevelopfrom
feature/bump-to-boost-v1.90.0

Conversation

@ClausKlein
Copy link
Copy Markdown
Owner

@ClausKlein ClausKlein commented Jan 5, 2026

This version build most boost libs with c++20 and if you want with experimental CXX_MODULES too:

    if(UNIX)
        option(BOOST_USE_MODULES "Do build with CXX_MODULES if possible" ON)
        set(CMAKE_CXX_SCAN_FOR_MODULES ON)
        set(CMAKE_CXX_MODULE_STD OFF) # TODO(CK): not yet!
    endif()
  • TODO: fix Windows CI build

@ClausKlein ClausKlein changed the title Bump version: 1.90.1-dev1 Bump version: 1.90.0-dev1 Jan 8, 2026
@ClausKlein ClausKlein force-pushed the feature/bump-to-boost-v1.90.0 branch 2 times, most recently from 5d993cd to 0953a5a Compare January 8, 2026 23:40
Use PATCH_COMMAND from ExternalProject

Use setup-cpp on CI to install newest llvm

Cleanup
Add boost::any usage example

Disable CXX_MODULES on windows for now
@ClausKlein ClausKlein force-pushed the feature/bump-to-boost-v1.90.0 branch from 0231412 to 72f02c4 Compare January 9, 2026 19:57
Disable BOOST_USE_MODULES on Windows

Prevent to build boost nowide lib on Windows
@ClausKlein ClausKlein force-pushed the feature/bump-to-boost-v1.90.0 branch from c3d608f to 7675819 Compare January 9, 2026 20:29
@ClausKlein ClausKlein marked this pull request as draft March 9, 2026 15:06
@ClausKlein ClausKlein self-assigned this Mar 9, 2026
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