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: msgpack/msgpack-c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: msgpack/msgpack-c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cpp-1.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 20, 2016

  1. Backported #423 to version 1.4.0.

    redboltz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    3f4ffb9 View commit details
    Browse the repository at this point in the history
  2. Backported #426 to version 1.4.0.

    redboltz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    f642b70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #427 from redboltz/bp_423_to_1.4

    Backported #423 to version 1.4.0.
    redboltz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    bb0617b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #428 from redboltz/bp_426_1.4

    Backported #426 to version 1.4.0.
    redboltz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    66a5fcf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Configuration menu
    Copy the full SHA
    1088aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c9bc2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #437 from redboltz/bp_435

    Backported #435 to version 1.4.0.
    redboltz committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    39433e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #438 from redboltz/bp_436

    Backported #436 to version 1.4.0.
    redboltz committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    ae8de13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    437400c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #439 from redboltz/ver1.4.1

    Updated the version to 1.4.1.
    redboltz committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    7df9671 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Backported #441 to cpp-1.4.

    Fixed a pointer operation problem at msgpack::zone::chunk_list::clear().
    It was only happened on C++03.
    redboltz committed May 18, 2016
    Configuration menu
    Copy the full SHA
    0dcab0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #467 from redboltz/bp_441

    Backported #441 to cpp-1.4.
    redboltz committed May 18, 2016
    Configuration menu
    Copy the full SHA
    8388ced View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Updated version number.

    redboltz committed May 26, 2016
    Configuration menu
    Copy the full SHA
    9eca5a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8405b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Merge pull request #468 from redboltz/ver1.4.2

    Updated version number.
    redboltz committed May 27, 2016
    Configuration menu
    Copy the full SHA
    e59f6e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Fixed #494

    Added warning supression code.
    redboltz committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    c951f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

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

Commits on Jul 22, 2016

  1. Fixed #494.

    Added false positive warinig suppression code for user_class.cpp.
    redboltz committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    8a2be5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03902d View commit details
    Browse the repository at this point in the history
Loading