1. 04 8月, 2021 3 次提交
  2. 02 8月, 2021 2 次提交
  3. 31 7月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#7071) · ef8bd46b
      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.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * add /etc/ld.so.conf.d/jemalloc.conf for centos
      
      * check ver comp by file.
      
      * fix makeclient.sh
      
      * fix install script typo mistake.
      
      * change minimal compatible version back to 2.0.0.0
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      ef8bd46b
  4. 30 7月, 2021 1 次提交
  5. 27 7月, 2021 2 次提交
  6. 23 7月, 2021 1 次提交
  7. 21 7月, 2021 2 次提交
  8. 20 7月, 2021 3 次提交
  9. 19 7月, 2021 3 次提交
  10. 14 7月, 2021 1 次提交
  11. 09 7月, 2021 1 次提交
  12. 08 7月, 2021 3 次提交
  13. 07 7月, 2021 2 次提交
  14. 06 7月, 2021 2 次提交
  15. 05 7月, 2021 1 次提交
  16. 01 7月, 2021 2 次提交
  17. 30 6月, 2021 1 次提交
    • H
      1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to... · 1978c772
      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.
      1978c772
  18. 29 6月, 2021 2 次提交
    • T
      with -w build success · d94ffca3
      tickduan 提交于
      d94ffca3
    • Z
      Hotfix/td 4876 (#6656) · bc218577
      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
      bc218577
  19. 24 6月, 2021 1 次提交
  20. 23 6月, 2021 2 次提交
  21. 22 6月, 2021 2 次提交
  22. 21 6月, 2021 2 次提交