pikotools/src
Tomasz Sowa 84e9e6f98f add methods to Space that take a pointer to a string along with the length
Space::Space(const char * str, size_t len)
Space::Space(const wchar_t * str, size_t len)
Space::set(const char * str, size_t len)
Space::set(const wchar_t * str, size_t len)
Space::add_to_table(const char * val, size_t len)
Space::add_to_table(const wchar_t * val, size_t len)
Space::add(const wchar_t * field, const char * val, size_t len)
Space::add(const wchar_t * field, const wchar_t * val, size_t len)
Space::add(const std::wstring & field, const char * val, size_t len)
Space::add(const std::wstring & field, const wchar_t * val, size_t len)
2022-07-30 03:12:38 +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 fix: return a correct value from Log::size and Log::capacity 2022-07-30 02:45:19 +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 methods to Space that take a pointer to a string along with the length 2022-07-30 03:12:38 +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