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: LLNL/sundials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mottelet/sundials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 12, 2023

  1. Change typedefs names

    mottelet committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    95e05db View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Examples: add missing include (#331)

    example_utilities.hpp requires `stoi` and similar methods. These are
    declared in `<string>`, but `<string>` is not included. This means this
    file will break any TU it's included in.
    
    Resolves #330
    
    Co-authored-by: Cody Balos <[email protected]>
    johnwparent and balos1 authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    01ae7d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb2f13 View commit details
    Browse the repository at this point in the history
  3. append to CMAKE_MODULE_PATH instead of overwrite (#336)

    Fixes #335
    
    Co-authored-by: David Gardner <[email protected]>
    martinjrobins and gardner48 authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    75ffe46 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update changelog

    mottelet committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    18ba789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284d996 View commit details
    Browse the repository at this point in the history
Loading