123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- {
- "artifacts" :
- [
- {
- "path" : "deploy/library/libgateway-basic.so"
- }
- ],
- "backtrace" : 1,
- "backtraceGraph" :
- {
- "commands" :
- [
- "add_library",
- "link_directories",
- "add_definitions",
- "include_directories"
- ],
- "files" :
- [
- "modules/gateway-basic/CMakeLists.txt",
- "CMakeLists.txt"
- ],
- "nodes" :
- [
- {
- "file" : 0
- },
- {
- "command" : 0,
- "file" : 0,
- "line" : 37,
- "parent" : 0
- },
- {
- "command" : 1,
- "file" : 0,
- "line" : 23,
- "parent" : 0
- },
- {
- "file" : 1
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 44,
- "parent" : 3
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 43,
- "parent" : 3
- },
- {
- "command" : 2,
- "file" : 1,
- "line" : 41,
- "parent" : 3
- },
- {
- "command" : 3,
- "file" : 0,
- "line" : 17,
- "parent" : 0
- }
- ]
- },
- "compileGroups" :
- [
- {
- "compileCommandFragments" :
- [
- {
- "fragment" : "-std=gnu++1z -fPIC -fdiagnostics-color=always"
- }
- ],
- "defines" :
- [
- {
- "backtrace" : 4,
- "define" : "DATABASE_JSON_DIR=\"/usr/local/bin/database/json\""
- },
- {
- "backtrace" : 5,
- "define" : "DATABASE_SQLITE_DIR=\"/usr/local/bin/database/sqlite\""
- },
- {
- "backtrace" : 6,
- "define" : "DEBUG"
- },
- {
- "define" : "gateway_basic_EXPORTS"
- }
- ],
- "includes" :
- [
- {
- "backtrace" : 7,
- "path" : "E:/embedded-gateway/include"
- },
- {
- "backtrace" : 7,
- "path" : "E:/embedded-gateway/library/include"
- },
- {
- "backtrace" : 7,
- "path" : "E:/embedded-gateway/include/gateway-basic"
- }
- ],
- "language" : "CXX",
- "languageStandard" :
- {
- "backtraces" :
- [
- 1
- ],
- "standard" : "17"
- },
- "sourceIndexes" :
- [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- }
- ],
- "id" : "gateway-basic::@26444984b35057cfdfd9",
- "link" :
- {
- "commandFragments" :
- [
- {
- "fragment" : "",
- "role" : "flags"
- },
- {
- "backtrace" : 2,
- "fragment" : "-LE:\\embedded-gateway\\library\\lib",
- "role" : "libraryPath"
- },
- {
- "fragment" : "-Wl,-rpath,E:/embedded-gateway/library/lib",
- "role" : "libraries"
- },
- {
- "backtrace" : 1,
- "fragment" : "-lsqlite3",
- "role" : "libraries"
- },
- {
- "backtrace" : 1,
- "fragment" : "-lboost_filesystem",
- "role" : "libraries"
- },
- {
- "backtrace" : 1,
- "fragment" : "-lhiredis",
- "role" : "libraries"
- }
- ],
- "language" : "CXX"
- },
- "name" : "gateway-basic",
- "nameOnDisk" : "libgateway-basic.so",
- "paths" :
- {
- "build" : "modules/gateway-basic",
- "source" : "modules/gateway-basic"
- },
- "sourceGroups" :
- [
- {
- "name" : "Source Files",
- "sourceIndexes" :
- [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- }
- ],
- "sources" :
- [
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/service/RedisService.cpp",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/utils/JsonUtils.cpp",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/utils/RedisUtils.cpp",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/utils/StringUtils.cpp",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/utils/ThreadUtils.cpp",
- "sourceGroupIndex" : 0
- },
- {
- "backtrace" : 1,
- "compileGroupIndex" : 0,
- "path" : "modules/gateway-basic/src/utils/TimeUtils.cpp",
- "sourceGroupIndex" : 0
- }
- ],
- "type" : "SHARED_LIBRARY"
- }
|