8000 Comparing main...patches/v1.3.0 · acts-project/vecmem · 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: acts-project/vecmem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: acts-project/vecmem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patches/v1.3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    e78c971 View commit details
    Browse the repository at this point in the history
  2. Introduced tests for copying into small/big buffers.

    Copying data into a buffer that is "too big" is allowed,
    even if not encouraged. While too small buffer targets
    should be correctly identified by the copy code, with an
    exception thrown.
    krasznaa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    57423ff View commit details
    Browse the repository at this point in the history
  3. Fixed the size checking logic for jagged vector copies.

    Previously it didn't allow copies into bigger-than-necessary
    fixed-sized buffers, and didn't correctly identify too small
    resizable buffers.
    krasznaa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5ad8b41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #265 from krasznaa/JaggedVectorCopyFix-v1.3.0-patc…

    …hes-20240212
    
    Jagged Vector Copy Fix, v1.3.0-patches branch (2024.02.12.)
    krasznaa authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0e7f99d View commit details
    Browse the repository at this point in the history
Loading
0