-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
TurpentineDistillery feature/locale independent str to num #450
Commits on Dec 4, 2016
-
Added strtonum for locale-independent number parsing
Alex Astashyn authored and Alex Astashyn committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 6b78b5c - Browse repository at this point
Copy the full SHA 6b78b5cView commit details -
Improved overflow detection; removed debugging output statements.
Alex Astashyn authored and Alex Astashyn committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 4eafaab - Browse repository at this point
Copy the full SHA 4eafaabView commit details -
Alex Astashyn authored and Alex Astashyn committed
Dec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for c75efed - Browse repository at this point
Copy the full SHA c75efedView commit details -
Alternative handling of integer types relying on strto[u]ll
Alex Astashyn authored and Alex Astashyn committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for e41a956 - Browse repository at this point
Copy the full SHA e41a956View commit details
Commits on Dec 6, 2016
-
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 committedDec 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d643360 - Browse repository at this point
Copy the full SHA d643360View commit details
Commits on Dec 7, 2016
-
Refactored preprocessing with a lambda instead of do{...}while(0)
Alex Astashyn authored and Alex Astashyn committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c87d5d - Browse repository at this point
Copy the full SHA 0c87d5dView commit details -
Refactored preprocessing with a lambda instead of do{...}while(0)
Alex Astashyn authored and Alex Astashyn committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 7a08124 - Browse repository at this point
Copy the full SHA 7a08124View commit details -
Added unit-test for issue #379 (locale-independent str-to-num)
Alex Astashyn authored and Alex Astashyn committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 6e8da7d - Browse repository at this point
Copy the full SHA 6e8da7dView commit details -
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 committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for d2e9ce2 - Browse repository at this point
Copy the full SHA d2e9ce2View commit details -
simplified code a bit based on @gregmarr's suggestions
Alex Astashyn authored and Alex Astashyn committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for d169598 - Browse repository at this point
Copy the full SHA d169598View commit details -
Trying to coerce setlocale to make snprintf use commas as delimiter s…
…ome more
Alex Astashyn authored and Alex Astashyn committedDec 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 6774457 - Browse repository at this point
Copy the full SHA 6774457View commit details
Commits on Dec 8, 2016
-
Refactored to avoid using exceptions, as there are plans to support e…
…xceptionless mode
Alex Astashyn authored and Alex Astashyn committedDec 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 0a4a6a8 - Browse repository at this point
Copy the full SHA 0a4a6a8View commit details -
Tweaks to unit-test for issue #379
Alex Astashyn authored and Alex Astashyn committedDec 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 27d9740 - Browse repository at this point
Copy the full SHA 27d9740View commit details
Commits on Dec 9, 2016
-
Removed unused struct; fixed comments
Alex Astashyn authored and Alex Astashyn committedDec 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 38499e8 - Browse repository at this point
Copy the full SHA 38499e8View commit details -
Still trying to invoke locale-specific behavior in CI
Alex Astashyn authored and Alex Astashyn committedDec 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 1c029b9 - Browse repository at this point
Copy the full SHA 1c029b9View commit details
Commits on Dec 13, 2016
-
Tweaked check for preserved sign; added LCOV_EXCL_LINE
Alex Astashyn authored and Alex Astashyn committedDec 13, 2016 Configuration menu - View commit details
-
Copy full SHA for cd0b651 - Browse repository at this point
Copy the full SHA cd0b651View commit details -
Disabling strtod pre-check, since can't get locale-specific behavior …
…to manifest in AppVeyor
Alex Astashyn authored and Alex Astashyn committedDec 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 0f8de48 - Browse repository at this point
Copy the full SHA 0f8de48View commit details -
Tweaked check for preserved sign; added LCOV_EXCL_LINE
Alex Astashyn authored and Alex Astashyn committedDec 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 5cad200 - Browse repository at this point
Copy the full SHA 5cad200View commit details -
Merged upstream/develop into feature/locale_independent_str_to_num
Alex Astashyn authored and Alex Astashyn committedDec 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 6fba52b - Browse repository at this point
Copy the full SHA 6fba52bView commit details
Commits on Jan 5, 2017
-
Merge upstream/develop into feature/locale_independent_str_to_num
Alex Astashyn authored and Alex Astashyn committedJan 5, 2017 Configuration menu - View commit details
-
Copy full SHA for c236b59 - Browse repository at this point
Copy the full SHA c236b59View commit details
Commits on Feb 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8d88a1d - Browse repository at this point
Copy the full SHA 8d88a1dView commit details
Commits on Feb 11, 2017
-
🔀 merge branch 'develop' into TurpentineDistillery-feature/locale_ind…
…ependent_str_to_num
Configuration menu - View commit details
-
Copy full SHA for 926af6d - Browse repository at this point
Copy the full SHA 926af6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5dccb - Browse repository at this point
Copy the full SHA 9f5dccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d5510 - Browse repository at this point
Copy the full SHA c2d5510View commit details
Commits on Feb 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8191c8 - Browse repository at this point
Copy the full SHA c8191c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84705d - Browse repository at this point
Copy the full SHA b84705dView commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 265c5b5 - Browse repository at this point
Copy the full SHA 265c5b5View commit details