pikotools/src/convert
Tomasz Sowa 68fe25c8bf add limits when parsing a json/space format
while here:
- add column index error
- add parsing methods with pt::TextStream and pt::WTextStream arguments
2022-05-30 01:01:14 +02:00
..
baseparser.cpp add limits when parsing a json/space format 2022-05-30 01:01:14 +02:00
baseparser.h add limits when parsing a json/space format 2022-05-30 01:01:14 +02:00
convert.h added to Space: long double to Space::Value and methods for converting from/to long double 2021-06-23 17:01:43 +02:00
double.cpp added to Space: long double to Space::Value and methods for converting from/to long double 2021-06-23 17:01:43 +02:00
double.h added to Space: long double to Space::Value and methods for converting from/to long double 2021-06-23 17:01:43 +02:00
inttostr.cpp add min_width parameter to methods converting int to string 2022-05-28 06:06:32 +02:00
inttostr.h add min_width parameter to methods converting int to string 2022-05-28 06:06:32 +02:00
misc.cpp add methods: try_esc_to_json(wchar_t val, stream) try_esc_to_xml(...) try_esc_to_csv(...) 2022-02-04 14:19:54 +01:00
misc.h add methods: try_esc_to_json(wchar_t val, stream) try_esc_to_xml(...) try_esc_to_csv(...) 2022-02-04 14:19:54 +01:00
patternreplacer.h PatternReplacerBase: to_string() changed to to_str() 2021-07-06 21:42:42 +02:00
strtoint.h namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
text.cpp added trim(...) functions to convert/text.h 2021-06-29 23:23:35 +02:00
text.h added trim(...) functions to convert/text.h 2021-06-29 23:23:35 +02:00
text_private.h added trim(...) functions to convert/text.h 2021-06-29 23:23:35 +02:00