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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: mpx/lua-cjson
base: 2.1.0
Choose a base ref
head repository: mpx/lua-cjson
compare: master
Choose a head ref
  • 16 commits
  • 16 files changed
  • 2 contributors

Commits on Mar 4, 2012

  1. Use Javascript compat values for Infinity/NaN

    Use Javascript compatible values for Infinity/NaN when encoding invalid
    numbers.
    mpx committed Mar 4, 2012
  2. Add commented PREFIX for Solaris make builds

    Add a commented PREFIX to the Solaris build section since Lua is
    usually installed outside of the default include/link directories.
    mpx committed Mar 4, 2012

Commits on Apr 12, 2016

  1. Fix clang undefined-inline warning

    Fixes #28.
    mpx committed Apr 12, 2016

Commits on Apr 13, 2016

  1. Fix build with g++

    - Add explicit casts for functions returning void*
    - Rename "try" variable to avoid reserved C++ keyword
    mpx committed Apr 13, 2016

Commits on Aug 24, 2016

  1. Add development TODO

    mpx committed Aug 24, 2016
  2. Work around MSVC's C99 support

    inline ==> __inline
    snprintf ==> _snprintf
    strncasecmp ==> _strnicmp
    qchencc authored and mpx committed Aug 24, 2016
  3. CJSON_EXPORT for msvc

    qchencc authored and mpx committed Aug 24, 2016

Commits on Aug 25, 2016

  1. Suppress test data generation warnings

    Modern versions of Perl generate warnings, but the unit tests are
    currently designed to also test against the invalid UTF-8 characters.
    mpx committed Aug 25, 2016
  2. Remove old TODO item

    mpx committed Aug 25, 2016
  3. Make sparse array test immune to table hash order

    The table hash function was changed in Lua 5.3 which swapped the JSON
    object output order for the sparse array test. Ignore ordering
    altogether by checking the JSON output type instead.
    mpx committed Aug 25, 2016
  4. Update manual

    mpx committed Aug 25, 2016
  5. Add README.adoc for Github

    mpx committed Aug 25, 2016