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: epics-base/pvDataCPP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: epics-base/pvDataCPP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/5.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 14, 2015

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

Commits on Sep 28, 2015

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

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    d400e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc3f50 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. missing buffer capacity check in PVUnion::serialize

    Allows a buffer overflow in PVUnionArray::serialize().
    (cherry picked from commit 14b0e40)
    mdavidsaver authored and dhickin committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    cdb79f8 View commit details
    Browse the repository at this point in the history
  2. Split long line in README

    dhickin committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    8c92f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff9884 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. fixed bitSet serialization

    (cherry picked from commit 65ff7ab)
    
    Unit tests omitted as require API change.
    dhickin committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    9478106 View commit details
    Browse the repository at this point in the history
  2. Fix win32 deserialization test fail

    (cherry picked from commit 336a8b3)
    dhickin committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0c2c6a4 View commit details
    Browse the repository at this point in the history
  3. BitSet: truncation in or_and

    For "this |= set1 & set2" the result size
    should be "max(this, min(set1, set2))" while
    at present it is "min(set1, set2)" resulting
    in truncation if the LHS is longer than the
    RHS.
    (cherry picked from commit d4292d8)
    
    Number of tests planned corrected.
    dhickin committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    acd19c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. Add release notes for 5.0.4

    dhickin committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    ad45253 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Split long line in README.md

    dhickin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    fda9144 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from dhickin/make_release_5.0.4

    Make release 5.0.4
    dhickin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    9506578 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

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