Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seanpm2001/BoostOrg_Format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: boostorg/format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 21 files changed
  • 3 contributors

Commits on May 15, 2024

  1. C++11, Fix use of deprecated timer, fix group assignment operator.

    Dependencies like optional and smart_ptr will no longer support C++03
    therefore the new minimum language level is C++11, and all the CI jobs
    for both C++98 and C++03 have been removed.
    
    Fixed use of the deprecated top level timer class as it was causing
    build problems using warnings-as-errors.
    
    Fixed -Wdeprecated-cast in group.hpp.
    Fixed -Winvalid-source-encoding in sample_new_features.cpp.
    Fixed -Wself-assign-overloaded in format_test2.cpp.
    
    These changes also allow b2 to work properly when executed from
    within the format directory.
    jeking3 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    60ae371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1dbc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355cff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53e6306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb4ad94 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    51ff665 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9c6964a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Add support for modular build structure. (boostorg#102)

    * Make the library modular usable.
    
    * Switch to library requirements instead of source. As source puts extra source in install targets.
    
    * Add missing lib reference.
    
    * Add requires-b2 check to top-level build file.
    
    * Bump B2 require to 5.2
    
    * Change all <source> references to <library>.
    
    * Update copyright dates.
    
    * Move inter-lib dependencies to a project variable and into the build targets.
    
    * Update build deps.
    grafikrobot authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    f700da0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    b91dc19 View commit details
    Browse the repository at this point in the history
  2. Remove redundant condition

    This fixes boostorg#93
    jeking3 committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    6607510 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    cc2b15f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Implement reusable Boost.CI workflow for GHA

    This will reduce maintenance burden going forward.
    jeking3 committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    3fb39d7 View commit details
    Browse the repository at this point in the history
Loading