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

Windows Port #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Windows Port #21

wants to merge 6 commits into from

Commits on Jan 23, 2015

  1. First try at win32 support.

    brimworks committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    c4b72f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d3dfc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

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

Commits on Sep 3, 2015

  1. Replace __is_cjson_array with check for __name="array" and replace

    lightuserdata NULL with __name="null" meatable. This will allow better
    interchange with other modules that need to define "array" and "null"
    types. Note that you can also define custom implementations of "array"
    and "null" if you have access to the registry.
    brimworks committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    9511071 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Add new decode_big_numbers_as_strings option that defaults to false. …

    …If set to true, then any numbers that may result in a precision loss will be preserved as a string.
    brimworks committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    48ab705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6d0b2 View commit details
    Browse the repository at this point in the history