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: openPMD/openPMD-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb3516f
Choose a base ref
...
head repository: openPMD/openPMD-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21edcaf
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 15, 2022

  1. Fix operationAsString Export (#1309)

    The `operationAsString` function is used in the ADIOS1 backend, which
    does symbol hiding to wrap ADIOS1's MPI mock library. Thus, we need
    to export this symbol once we wrap ADIOS1.
    ax3l authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    34e7df6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. storeChunk: Add an overload for shared_ptr<T[]> (#1296)

    * Add storeChunk(shared_ptr<T[]>, ...) overload
    
    * Use overload in examples
    
    * Revert "Use overload in examples"
    
    This reverts commit 990b33a.
    
    * Compatibility with clang-6
    franzpoeschel authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    597ba19 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Add and use Attribute::getOptional<T>()

    Useful for backends that might not report back the right numerical type
    franzpoeschel committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    066a4a3 View commit details
    Browse the repository at this point in the history
  2. [WIP] CI fixes

    franzpoeschel committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ec36271 View commit details
    Browse the repository at this point in the history
  3. Unify code paths for both get() and getOptional()

    Note that this is slightly API breaking since the shared code was in a
    public header.
    All implementation details are now in the detail namespace.
    franzpoeschel committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ff1ab4a View commit details
    Browse the repository at this point in the history
  4. Fix after rebasing

    franzpoeschel committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    21edcaf View commit details
    Browse the repository at this point in the history
Loading