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: ludocode/msgpack-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6
Choose a base ref
...
head repository: ludocode/msgpack-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 12 commits
  • 28 files changed
  • 6 contributors

Commits on Nov 6, 2018

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

Commits on Nov 12, 2018

  1. Merge pull request #8 from zeil/develop

    json2msgpack: Added support for continuous JSON documents
    ludocode authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    b0eb97f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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

Commits on Aug 31, 2019

  1. Merge pull request #10 from The-Alchemist/patch-1

    added missing newlines to help text
    ludocode authored Aug 31, 2019
    Configuration menu
    Copy the full SHA
    fc22040 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

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

Commits on Sep 22, 2019

  1. Merge pull request #11 from The-Alchemist/feature/custom.delimiter

    Adding support for custom delimiter
    ludocode authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    7033027 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

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

Commits on Jun 2, 2020

  1. Fix the build on FreeBSD

    isspace(3) requires <ctype.h>
    asomers committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    2151bdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from asomers/fbsd

    Fix the build on FreeBSD
    ludocode authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    26d5bb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Replace CMake with custom configure/make

    CMake is gone (finally.) A handrolled configure script fetches
    dependencies and supports --host and --prefix, the minimum necessary for
    cross-compilation.
    
    The app binaries are now each built completely in a single translation
    unit instead of building each source file separately.
    
    The generated man pages are now committed to the repository so they can
    be installed from source without needing md2man. (md2man is still needed
    to generate them when changes to the markdown are made.)
    ludocode committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    9b8dbcf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Update README.md

    update Mac OS X Homebrew  install command
    kawache authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e5457cc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Merge pull request #17 from kawache/patch-1

    Update README.md
    ludocode authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    dca6aae View commit details
    Browse the repository at this point in the history
Loading