mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* [TD-3973]<feature>: add jemalloc as submodule. * add macro definitions in cmake. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * link jemalloc works. * make install works. * support jemalloc in release.sh. Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
15 lines
611 B
Text
15 lines
611 B
Text
[submodule "src/connector/go"]
|
|
path = src/connector/go
|
|
url = git@github.com:taosdata/driver-go.git
|
|
[submodule "src/connector/grafanaplugin"]
|
|
path = src/connector/grafanaplugin
|
|
url = git@github.com:taosdata/grafanaplugin.git
|
|
[submodule "src/connector/hivemq-tdengine-extension"]
|
|
path = src/connector/hivemq-tdengine-extension
|
|
url = git@github.com:taosdata/hivemq-tdengine-extension.git
|
|
[submodule "tests/examples/rust"]
|
|
path = tests/examples/rust
|
|
url = https://github.com/songtianyi/tdengine-rust-bindings.git
|
|
[submodule "deps/jemalloc"]
|
|
path = deps/jemalloc
|
|
url = https://github.com/jemalloc/jemalloc
|