- 20 7月, 2021 2 次提交
- 19 7月, 2021 2 次提交
- 14 7月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 09 7月, 2021 1 次提交
-
-
由 tickduan 提交于
-
- 08 7月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-5128]<fix>: odbc compile failed. * fix cmake minimum version complain on mac and windows. * fix visual studio 2012 build issue.
-
由 sangshuduo 提交于
* [TD-5128]<fix>: odbc compile failed. * cherry pick from master branch. * fix visual studio 2012 build issue.
-
由 Ganlin Zhao 提交于
* Fix build failure on MacOS with apple m1 chip * Fix build failure on MacOS with apple m1 chip
-
- 07 7月, 2021 1 次提交
-
-
由 yihaoDeng 提交于
-
- 06 7月, 2021 2 次提交
-
-
由 Zhiyu Yang 提交于
* change version number * change packaging scripts * add more scripts * change scripts * change * change * change Co-authored-by: Nplum-lihui <huili@taosdata.com>
-
由 bryanchang0603 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 zyyang-taosdata 提交于
-
- 01 7月, 2021 2 次提交
-
-
由 Haojun Liao 提交于
-
由 Ganlin Zhao 提交于
* Fix build failure on MacOS with apple m1 chip * Fix build failure on MacOS with apple m1 chip
-
- 30 6月, 2021 1 次提交
-
-
由 hope 提交于
1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to "cmake/define.inc"; and change compile flag "/O3" to "/O2", because "/O3" is not supported by MSVC. 2. fix compile warnings in "src/util/src/tbuffer.c", by using "union" to transform integer with float and double. 3. use "memcpy()" instead of directly type convert in "rc/util/src/tutil.c" to resolve memory alignment problem in ARM platform. 4. reduce other compile warnings.
-
- 29 6月, 2021 2 次提交
-
-
由 tickduan 提交于
-
由 Zhiyu Yang 提交于
* fix warn mesage in jdbc * change * [TD-4876]<fix>: fix getNetworkTimeout and setNetworkTimeout in jdbc driver * [TD-4117]<test>: remove System.out.println in all jdbc test cases * change
-
- 24 6月, 2021 1 次提交
-
-
由 tickduan 提交于
-
- 23 6月, 2021 2 次提交
-
-
由 Shengliang Guan 提交于
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 22 6月, 2021 2 次提交
-
-
由 Shengliang Guan 提交于
-
由 Shengliang Guan 提交于
-
- 21 6月, 2021 2 次提交
-
-
由 zyyang-taosdata 提交于
-
由 zyyang-taosdata 提交于
-
- 16 6月, 2021 2 次提交
-
-
由 zyyang 提交于
-
由 Shengliang Guan 提交于
-
- 11 6月, 2021 1 次提交
-
-
由 zyyang 提交于
-
- 09 6月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* cherry pick from develop branch. * cherry pick from develop branch. * add static lib link.
-
由 sangshuduo 提交于
* [TD-4198]<feature>: support AddressSanitizer on windows. * fix compile flag. * fix compile warning for early version visual c++. * disable memory sanitizer by default. * fix variable name * add static lib link.
-
- 07 6月, 2021 1 次提交
-
-
由 zyyang 提交于
* [TD-4480]<fix>: fix DatabaseMetaData has wrong column index bug * change * change * change * change * change * change * change * change * change * change * change * change * change * change test cases * change test cases * change * change * change * change * change * change jdbc version * change * change * change * change * change * change * change * change
-
- 03 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 02 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 01 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [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: NShuduo Sang <sdsang@taosdata.com>
-
- 24 5月, 2021 1 次提交
-
-
https://github.com/taosdata/TDengine/tree/release/ver-2.0.20.5由 zyyang 提交于
Co-authored-by: Nplum-lihui <huili@taosdata.com>
-
- 23 5月, 2021 1 次提交
-
-
由 zyyang 提交于
Co-authored-by: Nplum-lihui <huili@taosdata.com>
-
- 21 5月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-3913]<fix>: mips compile support. * [TD-3913]<fix>: mips64 support. * fix osSignal.c * fix tcrc32c.c * fix cmake. * fix osInc.h * fix gcc 4.8 compile error. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3913]<fix>: mips compile support. * [TD-3912]<fix>: support mips64 compile. add mips64 header file and modify tcrc32c.c for mips64. * [TD-3913]<fix>: mips compile support. verified on real loongson machine. * fix cmake. * fix gcc 4.8 compile error. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 18 5月, 2021 1 次提交
-
-
由 yihaoDeng 提交于
-
- 15 5月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-