jsoncpp/src
Bernhard Hartleb 4a9d77bcf7 Fix issue #567 in writing real values in different locales
The output of snprintf might produce ',' separators for decimal places if
certain locales are set. This commit moves the converversion from ',' to '.'
to correct place. Otherwise an additional ".0" might be appended.
2017-06-22 22:46:16 +02:00
..
jsontestrunner fix warning 2016-05-15 23:13:47 -05:00
lib_json Fix issue #567 in writing real values in different locales 2017-06-22 22:46:16 +02:00
test_lib_json Ensure that the fact that a float was provided on input is preserved when writing output; update tests to reflect this fact 2016-10-27 04:49:11 -07:00
CMakeLists.txt Clean up cmake END* 2015-08-14 14:31:08 -07:00