pikotools/src
Tomasz Sowa aa97fe2811 add methods for trimming \r\n from the end of a string
add:
void trim_last_new_lines(std::string & str, bool check_carriage_return_too = true);
void trim_last_new_lines(std::wstring & str, bool check_carriage_return_too = true);
2022-07-30 02:43:29 +02:00
..
convert add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00
csv set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
date set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
html set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
log set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
mainoptions set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
membuffer change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
pikotools add pikotools/version.h file 2022-06-30 12:44:06 +02:00
space add Space::to_float(...), to_double(...) and to_long_double(...) methods 2022-07-08 21:59:39 +02:00
textstream change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
utf8 set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep make depend 2022-06-26 05:40:44 +02:00