Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-1849 Fix C++ schema to JSON converter #97

Closed
wants to merge 9 commits into from

Commits on May 23, 2016

  1. AVRO-1849 Fix the issue where converting the schema of a record with …

    …no fields produced an invalid JSON
    Simon24601 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a2718fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    58ecc80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700af69 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Fix style issues in the code.

    srw committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    39c5195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0ec2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d0aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Fix the build scripts; build.sh requires the :z addition to work on S…

    …ELinux (see Jira 1925). lang/c++/build.sh refers to the lang/c++/build directory which is empty. These are now fixed.
    srw committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    e80fd1a View commit details
    Browse the repository at this point in the history
  2. Update to use BOOST_TEST_CHECKPOINT

    srw committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    f7826c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. AVRO-1926 Revert changes to the lang/c++/build.sh script and add the …

    …SchemaTests to the list of tests. Also revert SELinux changes to build.sh as these should be committed separately
    srw committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    3ad5aac View commit details
    Browse the repository at this point in the history