8000 Comparing v2.3.6...release_v2.3 · GridTools/gridtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: GridTools/gridtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.6
Choose a base ref
...
head repository: GridTools/gridtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release_v2.3
Choose a head ref
  • 10 commits
  • 294 files changed
  • 3 contributors

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    9b8715e View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.3.7

    havogt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    24e990e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    99e1609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85f87f View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.3.8

    havogt committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    08e2453 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Add CSCS CI (#1818)

    Add a minimal CI for CSCS Alps GH200.
    havogt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    3ed0681 View commit details
    Browse the repository at this point in the history
  2. Remove examples and tests using cpp_bindgen (#1821)

    This removes the `cpp_bindgen` tests and examples from gridtools.
    
    If `cpp_bindgen` will be used with gridtools storages, we should recover
    the tests, possibly in the `cpp_bindgen` repo.
    msimberg authored and havogt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    1983a72 View commit details
    Browse the repository at this point in the history
  3. Vendor Boost.Preprocessor (#1817)

    This vendors Boost.Preprocessor from Boost 1.87.0
    (https://github.com/boostorg/preprocessor/tree/boost-1.87.0, same as
    1.85.0).
    
    I used a little helper script in
    `tools/vendor_boost_preprocessor/vendor_boost_preprocessor.py` (let me
    know what the best location for that would be) to help. This vendors
    only the headers from Boost.Preprocessor that gridtools actually uses
    (including transitive includes of course). Macros are renamed to
    `GT_PP_*` (from `BOOST_PP_*`). The vendored headers are now in
    `include/gridtools/preprocessor`. I'm not sure if you want to have them
    in some slightly less conspicuous place? Do you consider any `GT_*`
    macros to be part of the public API, or is that unspecified (should they
    be called `GT_IMPL_PP_*` instead)?
    
    There are 226 vendored headers, compared to 400 in the upstream Boost
    version.
    msimberg authored and havogt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    4957a56 View commit details
    Browse the repository at this point in the history
  4. Update gtest to v1.16 (#1823)

    ... mainly for CMake 4.x support.
    havogt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    409a7dd View commit details
    Browse the repository at this point in the history
  5. Bump version to 2.3.9

    havogt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    5fb48c4 View commit details
    Browse the repository at this point in the history
Loading
0