pikotools/src
Tomasz Sowa 663233fe2a let all utf8/wide functions can be available just by including utf8/utf8.h
while here:
- remove utf8/utf8_stream.h, now we only need utf8/utf8.h to include
- add some new methods for converting from a utf8 stream to wide stream/string
- do some improvements in TextStream:
  - don't use temporary objects to convert utf8/wide
  - add put_stream() which takes TextStreamBase<> as its argument
    (uses an iterator instead of get_char() for reading)
  - let operator<<(const Space & space) serialize to json and not to Space
2022-07-30 03:31:18 +02:00
..
convert let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +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 let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +02:00
utf8 let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +02:00