Go to file
Tomasz Sowa 297940ff7c fix in SpaceParser when parsing json format: floating point values such as 1.123e+01 where not correctly parsed ('+' character was not correctly parsed)
added to Space: some methods for searching a field with ignoring case:
Space * get_object_field_nc(const wchar_t * field)
Space * get_object_field_nc(const std::wstring & field);
const Space * get_object_field_nc(const wchar_t * field) const;
const Space * get_object_field_nc(const std::wstring & field) const;
2021-04-12 18:49:34 +02:00
convert changed the way how the library is built 2021-03-17 13:16:01 +01:00
date changed the way how the library is built 2021-03-17 13:16:01 +01:00
log changed the way how the library is built 2021-03-17 13:16:01 +01:00
mainspaceparser changed the way how the library is built 2021-03-17 13:16:01 +01:00
membuffer fixed: operator==() and operator!=() in iterators in MemBuffer<> template 2021-02-17 16:53:19 +01:00
space fix in SpaceParser when parsing json format: floating point values such as 1.123e+01 where not correctly parsed ('+' character was not correctly parsed) 2021-04-12 18:49:34 +02:00
textstream fixed: in Space: pointers 'name' and 'child_spaces' were not correctly initialized in cctors 2021-04-08 17:16:37 +02:00
utf8 changed the way how the library is built 2021-03-17 13:16:01 +01:00
.gitignore added .gitignore file 2021-02-17 17:04:05 +01:00
Makefile changed the way how the library is built 2021-03-17 13:16:01 +01:00
Makefile.dep make depend 2021-04-08 17:02:27 +02:00