Added some functions

This commit is contained in:
Ano-sys
2025-01-29 01:36:31 +01:00
parent 1d760df46b
commit 190011be88
95 changed files with 37949 additions and 1161 deletions
@@ -0,0 +1,151 @@
{
"artifacts" :
[
{
"path" : "worker"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"target_link_libraries",
"target_compile_options"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 11,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 12,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 13,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g -std=gnu11 -fdiagnostics-color=always"
},
{
"backtrace" : 3,
"fragment" : "-Wall"
},
{
"backtrace" : 3,
"fragment" : "-Wextra"
},
{
"backtrace" : 3,
"fragment" : "-Wpedantic"
},
{
"backtrace" : 3,
"fragment" : "-lpthread"
},
{
"backtrace" : 3,
"fragment" : "-lzmq"
}
],
"language" : "C",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "11"
},
"sourceIndexes" :
[
0,
1
]
}
],
"id" : "worker::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
},
{
"backtrace" : 2,
"fragment" : "-lzmq",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lpthread",
"role" : "libraries"
}
],
"language" : "C"
},
"name" : "worker",
"nameOnDisk" : "worker",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "zmq_worker.c",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "key_value_pair.c",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
}