pikotools/src/convert
Tomasz Sowa 987d9c845c
declare esc_to_csv() method with a wstring
2023-05-27 18:18:00 +02:00
..
baseparser.cpp add a virtual dctor to BaseParser() 2022-12-23 04:38:03 +01:00
baseparser.h add a virtual dctor to BaseParser() 2022-12-23 04:38:03 +01:00
convert.h allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
double.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
double.h allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
inttostr.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
inttostr.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
misc.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
misc.h declare esc_to_csv() method with a wstring 2023-05-27 18:18:00 +02:00
patternreplacer.h fix: rename Toul -> to_ul in PatternReplacer 2022-11-16 16:14:16 +01:00
strtoint.h rename functions for converting strings to integers to snake case 2022-11-14 03:20:17 +01:00
text.cpp add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00
text.h add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00
text_private.h add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00