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

TurpentineDistillery feature/locale independent str to num #450

Merged

Commits on Dec 4, 2016

  1. Added strtonum for locale-independent number parsing

    Alex Astashyn authored and Alex Astashyn committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    6b78b5c View commit details
    Browse the repository at this point in the history
  2. Improved overflow detection; removed debugging output statements.

    Alex Astashyn authored and Alex Astashyn committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    4eafaab View commit details
    Browse the repository at this point in the history
  3. stylistic changes

    Alex Astashyn authored and Alex Astashyn committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    c75efed View commit details
    Browse the repository at this point in the history
  4. Alternative handling of integer types relying on strto[u]ll

    Alex Astashyn authored and Alex Astashyn committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    e41a956 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Bugfix: when working with C formatting functions we need to query C l…

    …ocales (localeconv) rather than std::locale
    Alex Astashyn authored and Alex Astashyn committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d643360 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Refactored preprocessing with a lambda instead of do{...}while(0)

    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0c87d5d View commit details
    Browse the repository at this point in the history
  2. Refactored preprocessing with a lambda instead of do{...}while(0)

    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    7a08124 View commit details
    Browse the repository at this point in the history
  3. Added unit-test for issue #379 (locale-independent str-to-num)

    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6e8da7d View commit details
    Browse the repository at this point in the history
  4. Trying to coerce setlocale to make snprintf use commas as delimiter; …

    …the behavior appears to be compiler/platform-specific
    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d2e9ce2 View commit details
    Browse the repository at this point in the history
  5. simplified code a bit based on @gregmarr's suggestions

    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d169598 View commit details
    Browse the repository at this point in the history
  6. Trying to coerce setlocale to make snprintf use commas as delimiter s…

    …ome more
    Alex Astashyn authored and Alex Astashyn committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6774457 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Refactored to avoid using exceptions, as there are plans to support e…

    …xceptionless mode
    Alex Astashyn authored and Alex Astashyn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    0a4a6a8 View commit details
    Browse the repository at this point in the history
  2. Tweaks to unit-test for issue #379

    Alex Astashyn authored and Alex Astashyn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    27d9740 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Removed unused struct; fixed comments

    Alex Astashyn authored and Alex Astashyn committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    38499e8 View commit details
    Browse the repository at this point in the history
  2. Still trying to invoke locale-specific behavior in CI

    Alex Astashyn authored and Alex Astashyn committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    1c029b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Tweaked check for preserved sign; added LCOV_EXCL_LINE

    Alex Astashyn authored and Alex Astashyn committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    cd0b651 View commit details
    Browse the repository at this point in the history
  2. Disabling strtod pre-check, since can't get locale-specific behavior …

    …to manifest in AppVeyor
    Alex Astashyn authored and Alex Astashyn committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0f8de48 View commit details
    Browse the repository at this point in the history
  3. Tweaked check for preserved sign; added LCOV_EXCL_LINE

    Alex Astashyn authored and Alex Astashyn committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    5cad200 View commit details
    Browse the repository at this point in the history
  4. Merged upstream/develop into feature/locale_independent_str_to_num

    Alex Astashyn authored and Alex Astashyn committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    6fba52b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Merge upstream/develop into feature/locale_independent_str_to_num

    Alex Astashyn authored and Alex Astashyn committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    c236b59 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

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

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    926af6d View commit details
    Browse the repository at this point in the history
  2. 💄 cleanup

    nlohmann committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    9f5dccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d5510 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. 🔨 further cleanup

    nlohmann committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    c8191c8 View commit details
    Browse the repository at this point in the history
  2. ✅ improved test coverage

    nlohmann committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    b84705d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

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