pikotools/space
Tomasz Sowa 5b5a1dfbb6 changed the way how the library is built
- now there is only one Makefile in the root directory and we have only one pikotools.a lib file
- removed: mainparser
2021-03-17 13:16:01 +01:00
..
jsontospaceparser.cpp changed: JSONToSpaceParser can parse json string/file to the new Space format now 2021-03-16 18:40:14 +01:00
jsontospaceparser.h changed: JSONToSpaceParser can parse json string/file to the new Space format now 2021-03-16 18:40:14 +01:00
space.cpp 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
space.h 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
spaceparser.cpp temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00
spaceparser.h temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00
spacetojson.cpp temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00
spacetojson.h temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson 2021-03-15 19:25:04 +01:00