Go to file
Tomasz Sowa ba7fa1c195 fixed: in serialize_json_double(): the buffer length was calculated incorrectly: sizeof(char) changed to sizeof(wchar_t)
added to Space struct:
 void set_null();
 void set_empty_string();
 void set_empty_wstring();
 void set_empty_table();
 void set_empty_object();
 void clear();
2021-03-16 18:36:59 +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 use PT::WideStreamToUTF8() instead of PT::WideToUTF8() for a moment 2021-03-16 18:35:08 +01:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser make depend 2021-03-15 19:36:04 +01:00
membuffer fixed: operator==() and operator!=() in iterators in MemBuffer<> template 2021-02-17 16:53:19 +01:00
space fixed: in serialize_json_double(): the buffer length was calculated incorrectly: sizeof(char) changed to sizeof(wchar_t) 2021-03-16 18:36:59 +01:00
textstream added: typedef with char_type to TextStreamBase 2021-03-15 19:27:03 +01:00
utf8 template<size_t stack_size, size_t heap_block_size> changed to template<typename StreamType> 2021-03-15 20:09:23 +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