target-gateway-basic-5afc96412c78d600d60f.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. {
  2. "artifacts" :
  3. [
  4. {
  5. "path" : "deploy/library/libgateway-basic.so"
  6. }
  7. ],
  8. "backtrace" : 1,
  9. "backtraceGraph" :
  10. {
  11. "commands" :
  12. [
  13. "add_library",
  14. "link_directories",
  15. "add_definitions",
  16. "include_directories"
  17. ],
  18. "files" :
  19. [
  20. "modules/gateway-basic/CMakeLists.txt",
  21. "CMakeLists.txt"
  22. ],
  23. "nodes" :
  24. [
  25. {
  26. "file" : 0
  27. },
  28. {
  29. "command" : 0,
  30. "file" : 0,
  31. "line" : 37,
  32. "parent" : 0
  33. },
  34. {
  35. "command" : 1,
  36. "file" : 0,
  37. "line" : 23,
  38. "parent" : 0
  39. },
  40. {
  41. "file" : 1
  42. },
  43. {
  44. "command" : 2,
  45. "file" : 1,
  46. "line" : 44,
  47. "parent" : 3
  48. },
  49. {
  50. "command" : 2,
  51. "file" : 1,
  52. "line" : 43,
  53. "parent" : 3
  54. },
  55. {
  56. "command" : 2,
  57. "file" : 1,
  58. "line" : 41,
  59. "parent" : 3
  60. },
  61. {
  62. "command" : 3,
  63. "file" : 0,
  64. "line" : 17,
  65. "parent" : 0
  66. }
  67. ]
  68. },
  69. "compileGroups" :
  70. [
  71. {
  72. "compileCommandFragments" :
  73. [
  74. {
  75. "fragment" : "-std=gnu++1z -fPIC -fdiagnostics-color=always"
  76. }
  77. ],
  78. "defines" :
  79. [
  80. {
  81. "backtrace" : 4,
  82. "define" : "DATABASE_JSON_DIR=\"/usr/local/bin/database/json\""
  83. },
  84. {
  85. "backtrace" : 5,
  86. "define" : "DATABASE_SQLITE_DIR=\"/usr/local/bin/database/sqlite\""
  87. },
  88. {
  89. "backtrace" : 6,
  90. "define" : "DEBUG"
  91. },
  92. {
  93. "define" : "gateway_basic_EXPORTS"
  94. }
  95. ],
  96. "includes" :
  97. [
  98. {
  99. "backtrace" : 7,
  100. "path" : "E:/embedded-gateway/include"
  101. },
  102. {
  103. "backtrace" : 7,
  104. "path" : "E:/embedded-gateway/library/include"
  105. },
  106. {
  107. "backtrace" : 7,
  108. "path" : "E:/embedded-gateway/include/gateway-basic"
  109. }
  110. ],
  111. "language" : "CXX",
  112. "languageStandard" :
  113. {
  114. "backtraces" :
  115. [
  116. 1
  117. ],
  118. "standard" : "17"
  119. },
  120. "sourceIndexes" :
  121. [
  122. 0,
  123. 1,
  124. 2,
  125. 3,
  126. 4,
  127. 5
  128. ]
  129. }
  130. ],
  131. "id" : "gateway-basic::@26444984b35057cfdfd9",
  132. "link" :
  133. {
  134. "commandFragments" :
  135. [
  136. {
  137. "fragment" : "",
  138. "role" : "flags"
  139. },
  140. {
  141. "backtrace" : 2,
  142. "fragment" : "-LE:\\embedded-gateway\\library\\lib",
  143. "role" : "libraryPath"
  144. },
  145. {
  146. "fragment" : "-Wl,-rpath,E:/embedded-gateway/library/lib",
  147. "role" : "libraries"
  148. },
  149. {
  150. "backtrace" : 1,
  151. "fragment" : "-lsqlite3",
  152. "role" : "libraries"
  153. },
  154. {
  155. "backtrace" : 1,
  156. "fragment" : "-lboost_filesystem",
  157. "role" : "libraries"
  158. },
  159. {
  160. "backtrace" : 1,
  161. "fragment" : "-lhiredis",
  162. "role" : "libraries"
  163. }
  164. ],
  165. "language" : "CXX"
  166. },
  167. "name" : "gateway-basic",
  168. "nameOnDisk" : "libgateway-basic.so",
  169. "paths" :
  170. {
  171. "build" : "modules/gateway-basic",
  172. "source" : "modules/gateway-basic"
  173. },
  174. "sourceGroups" :
  175. [
  176. {
  177. "name" : "Source Files",
  178. "sourceIndexes" :
  179. [
  180. 0,
  181. 1,
  182. 2,
  183. 3,
  184. 4,
  185. 5
  186. ]
  187. }
  188. ],
  189. "sources" :
  190. [
  191. {
  192. "backtrace" : 1,
  193. "compileGroupIndex" : 0,
  194. "path" : "modules/gateway-basic/src/service/RedisService.cpp",
  195. "sourceGroupIndex" : 0
  196. },
  197. {
  198. "backtrace" : 1,
  199. "compileGroupIndex" : 0,
  200. "path" : "modules/gateway-basic/src/utils/JsonUtils.cpp",
  201. "sourceGroupIndex" : 0
  202. },
  203. {
  204. "backtrace" : 1,
  205. "compileGroupIndex" : 0,
  206. "path" : "modules/gateway-basic/src/utils/RedisUtils.cpp",
  207. "sourceGroupIndex" : 0
  208. },
  209. {
  210. "backtrace" : 1,
  211. "compileGroupIndex" : 0,
  212. "path" : "modules/gateway-basic/src/utils/StringUtils.cpp",
  213. "sourceGroupIndex" : 0
  214. },
  215. {
  216. "backtrace" : 1,
  217. "compileGroupIndex" : 0,
  218. "path" : "modules/gateway-basic/src/utils/ThreadUtils.cpp",
  219. "sourceGroupIndex" : 0
  220. },
  221. {
  222. "backtrace" : 1,
  223. "compileGroupIndex" : 0,
  224. "path" : "modules/gateway-basic/src/utils/TimeUtils.cpp",
  225. "sourceGroupIndex" : 0
  226. }
  227. ],
  228. "type" : "SHARED_LIBRARY"
  229. }