Release 0.1.2
authorSangwan Kwon <sangwan.kwon@samsung.com>
Mon, 18 May 2020 08:00:47 +0000 (17:00 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Wed, 20 May 2020 01:51:37 +0000 (10:51 +0900)
commitf0a70d4aa9f2e33054ad2ad8f35ad61b4dbfc0ae
tree8857ece05909ee82ad1c88ea7cc8aafa3d535504
parenta37f1685aaed9d94c8d674bcf55eb45cfb195cc9
Release 0.1.2

- Cleanup rapidjson
- Support Double type to JSON
- Fix to use vist-json
- Remove osquery/json

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
39 files changed:
CMake/Definition.cmake
CMakeLists.txt
LICENSE-MIT [deleted file]
packaging/vist.spec
third-party/rapidjson/allocators.h [deleted file]
third-party/rapidjson/document.h [deleted file]
third-party/rapidjson/encodedstream.h [deleted file]
third-party/rapidjson/encodings.h [deleted file]
third-party/rapidjson/error/en.h [deleted file]
third-party/rapidjson/error/error.h [deleted file]
third-party/rapidjson/filereadstream.h [deleted file]
third-party/rapidjson/filewritestream.h [deleted file]
third-party/rapidjson/fwd.h [deleted file]
third-party/rapidjson/internal/biginteger.h [deleted file]
third-party/rapidjson/internal/diyfp.h [deleted file]
third-party/rapidjson/internal/dtoa.h [deleted file]
third-party/rapidjson/internal/ieee754.h [deleted file]
third-party/rapidjson/internal/itoa.h [deleted file]
third-party/rapidjson/internal/meta.h [deleted file]
third-party/rapidjson/internal/pow10.h [deleted file]
third-party/rapidjson/internal/regex.h [deleted file]
third-party/rapidjson/internal/stack.h [deleted file]
third-party/rapidjson/internal/strfunc.h [deleted file]
third-party/rapidjson/internal/strtod.h [deleted file]
third-party/rapidjson/internal/swap.h [deleted file]
third-party/rapidjson/istreamwrapper.h [deleted file]
third-party/rapidjson/memorybuffer.h [deleted file]
third-party/rapidjson/memorystream.h [deleted file]
third-party/rapidjson/msinttypes/inttypes.h [deleted file]
third-party/rapidjson/msinttypes/stdint.h [deleted file]
third-party/rapidjson/ostreamwrapper.h [deleted file]
third-party/rapidjson/pointer.h [deleted file]
third-party/rapidjson/prettywriter.h [deleted file]
third-party/rapidjson/rapidjson.h [deleted file]
third-party/rapidjson/reader.h [deleted file]
third-party/rapidjson/schema.h [deleted file]
third-party/rapidjson/stream.h [deleted file]
third-party/rapidjson/stringbuffer.h [deleted file]
third-party/rapidjson/writer.h [deleted file]