Go to file
Tomasz Sowa fac3a7eb71 reorganization in utf8
- utf8 auxiliary functions moved to utf8_private.h file
- in utf8.h are shown only functions available for consumers
- template functions has been moved to utf8_template.h (in utf8.h are only declarations)
  utf8_template.h is included at the end of utf8.h
- functions which take std::ostream changed to template (the stream is a template argument now)
2021-03-15 19:34:51 +01:00
convert renamed: std::wstring Toa(...) -> std::wstring to_str(...) 2021-03-15 19:23:49 +01:00
date added: to Date: support for parsing timezone offsets 2019-01-31 20:56:40 +00:00
log a comment added in Log::~Log(), we have to consider whether calling save_log_and_clear() in ~Log() should be removed 2021-02-17 16:51:06 +01:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00
membuffer fixed: operator==() and operator!=() in iterators in MemBuffer<> template 2021-02-17 16:53:19 +01:00
space temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00
textstream added: typedef with char_type to TextStreamBase 2021-03-15 19:27:03 +01:00
utf8 reorganization in utf8 2021-03-15 19:34:51 +01:00
.gitignore added .gitignore file 2021-02-17 17:04:05 +01:00
Makefile changed in logger: 2018-11-23 17:07:52 +00:00