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: foonathan/memory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7-2
Choose a base ref
...
head repository: foonathan/memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7-3
Choose a head ref
  • 19 commits
  • 113 files changed
  • 7 contributors

Commits on Sep 1, 2022

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

Commits on Sep 8, 2022

  1. Address issue #138 - workaround command line quoting issue for types …

    …with spaces, and also address std lib implementations that wrap value types in some containers in a conatiner type of the same size. (#139)
    
    Co-authored-by: Matt Cross <mcross@irobot.com>
    matt-cross and mec-irobot authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    87a2139 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Remove old FOONATHAN_THREAD_LOCAL macros

    Fixes #142.
    foonathan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9a17798 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Nov 25, 2022

  1. Fix MacOS CI

    foonathan committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d0daa6d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Dec 2, 2022

  1. Increase cmake_minimum_required to 3.14 (#147)

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    62a41dd View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

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

Commits on Jan 11, 2023

  1. Remove sponsorship notice

    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    024e7b4 View commit details
    Browse the repository at this point in the history
  2. Update copyright notice

    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2502c97 View commit details
    Browse the repository at this point in the history
  3. Update documentation for node size traits

    Fixes #150.
    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    db83455 View commit details
    Browse the repository at this point in the history
  4. Fix memory_block_stack::owns()

    Fixes #151.
    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6eaa58e View commit details
    Browse the repository at this point in the history
  5. Throw an exception if max_node_size is too big for block_size of

    `memory_pool_collection`
    
    Fixes #145.
    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9d3bda1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    385ff22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac198bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e7530b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3edafba View commit details
    Browse the repository at this point in the history
  10. Update publish-docs script

    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f191eb0 View commit details
    Browse the repository at this point in the history
  11. Release 0.7-3

    foonathan committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0f07757 View commit details
    Browse the repository at this point in the history
Loading