Commit Graph

126 Commits

Author SHA1 Message Date
Hongze Cheng 0406220da5 refact 2021-09-23 10:07:34 +08:00
Hongze Cheng 22e1dc5ce9 refact 2021-09-23 09:48:51 +08:00
Hongze Cheng 46f33fcbd2 refact 2021-09-23 09:37:01 +08:00
Hongze Cheng 9bdb4f4c63 refact 2021-09-22 16:15:20 +08:00
Hongze Cheng 72bdaf1014 refact 2021-09-22 11:04:14 +08:00
Hongze Cheng 3b227a5f73 refact 2021-09-21 21:15:58 +08:00
Hongze Cheng 88f158340b refact 2021-09-21 21:02:20 +08:00
Shuduo Sang 8d1e7a804f
Hotfix/sangshuduo/td 5128 odbc compile failure (#6811)
* [TD-5128]<fix>: odbc compile failed.

* cherry pick from master branch.

* fix visual studio 2012 build issue.
2021-07-08 21:58:30 +08:00
hope 1978c7729a 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.
2021-06-30 15:29:42 +08:00
ZhongChunHe d33e0f597f limit compile-instruction to linux platform 2021-05-14 14:01:45 +08:00
hope 65471ac1a5 fix some type error, and add compile-instruction in order to reduce potential errors 2021-05-14 00:20:21 +08:00
Shengliang Guan 9ae0fa2d93 fix compile errors 2021-03-22 11:51:01 +00:00
Shengliang Guan 3f726464ea TD-3246 2021-03-22 11:21:53 +00:00
Shengliang Guan 32510fa452 TD-3130 for topic module 2021-03-04 17:06:45 +08:00
Shengliang Guan e14f0fdeee change cmake version 2021-02-05 22:08:18 +08:00
Shengliang Guan be5e6182df Merge from develop 2021-01-25 08:23:32 +00:00
Shengliang Guan 7625e803d1 TD-2837 2021-01-25 13:23:55 +08:00
Shengliang Guan ac49a78d42 TD-1207 2021-01-14 22:36:15 +08:00
Hongze Cheng 0a5200f054 Merge branch 'develop' into feature/TD-1925_new 2021-01-14 08:30:36 +00:00
Shuduo Sang 93db17b878 [TD-2746] <fix>: fix required minimal cmake version in all CMakelists.txt 2021-01-13 15:59:03 +08:00
Shengliang Guan 5aef8c57ac Re implement the TD-1925 code because it cannot merge 2020-12-07 12:57:35 +08:00
Shengliang Guan 6507ac3c39 TD-1207 2020-12-01 14:54:46 +08:00
Shengliang Guan 44963201ab TD-1767 2020-10-22 06:28:44 +00:00
Hongze Cheng e19a3eaf78 more code 2020-10-21 09:12:54 +00:00
Hongze Cheng 82baff2528 more code 2020-10-20 02:41:47 +00:00
Shengliang Guan 6aa2db02bb Merge from develop 2020-09-05 02:22:15 +00:00
Hongze Cheng 7f56ba6056 TD-1027 2020-09-04 15:09:04 +08:00
Shengliang Guan d75ce1715e TD-1310 2020-09-02 10:52:32 +00:00
Hui Li 2aa54b4ec7 [TD-1228] 2020-08-29 16:04:41 +08:00
Hui Li 57ec385903 [TD-1228] 2020-08-29 15:45:02 +08:00
Shengliang Guan 9f8e81a5de minor changes 2020-08-26 19:31:40 +08:00
Hui Li 94c11e0f67 [TD-1162] 2020-08-20 16:37:35 +08:00
slguan d012c3eb8e [TD-992] cmake file for darwin 2020-07-30 18:44:29 +08:00
Shengliang Guan d39a3320ee [TD-992] adjust cmake files 2020-07-28 08:58:00 +00:00
Shengliang Guan 276fb37099 [TD-992] refactor codes 2020-07-28 02:59:54 +00:00
slguan c2067ab4cd fix status message error 2020-04-17 00:31:33 +08:00
slguan 69a071d8f6 fix some warnings and format code 2020-04-06 18:20:54 +08:00
slguan 86dc34fe16 [TD-63] finx link errors 2020-03-29 18:12:57 +08:00
slguan 63f825a7e6 [TD-61] 2020-03-27 15:06:31 +08:00
slguan 0d4852ca0e [TD-58] 2020-03-27 00:26:08 +08:00
hjxilinx ca859544ef [TD-32] 1. add tsdb query processing functions. 2. refactor connect to employ async way. 3. change some variables' name 2020-03-21 00:01:40 +08:00
lihui a926ffd33f [BASE-1513] 2020-02-11 10:21:57 +08:00
slguan 88d7d099bb #1133 #160 #417 TBASE-530 TBASE-801 2020-01-16 17:45:57 +08:00
lihui 89d74d83a4 [#1054] 2020-01-04 14:59:26 +08:00
lihui 01dab17fc1 [#1054] 2020-01-04 14:20:46 +08:00
lihui d9a3b9daef [#1054] 2020-01-04 13:43:43 +08:00
tanxuefeng 3febe2ac0f CGO DLL 2020-01-03 10:58:53 +08:00
lihui 3700552ed2 [TBASE-1420] 2019-12-28 16:34:46 +08:00
slguan 106901a41d #1022 2019-12-26 17:13:38 +08:00
Frozen 687897bef8 add support of Alpine Linux 2019-12-20 11:53:15 +08:00
slguan c246456c1f Remove compiler warning options 2019-12-07 17:39:46 +08:00
lihui 13298fe5d6 [TBASE-816] 2019-12-03 13:54:33 +08:00
localvar e7bdf0c25e support other alloc mode 2019-11-20 01:49:02 +00:00
localvar dcfbbe8a58 implement memory leak detection 2019-11-20 01:46:24 +00:00
lihui f740e8bc1e [TBASE-816] 2019-11-11 16:30:21 +08:00
lihui e521288582 [TBASE-816] 2019-11-11 15:43:25 +08:00
lihui 96289dc358 [TBASE-816] 2019-11-11 14:44:10 +08:00
lihui ee112120ff [TBASE-816] 2019-11-11 14:18:31 +08:00
lihui 85c644ae66 [TBASE-816] 2019-11-11 10:56:53 +08:00
slguan c2e91fcb75 Adjust code structure 2019-11-07 18:12:26 +08:00
slguan a447b14792 Fix some compilation and packaging problems under windows 2019-11-07 12:24:28 +08:00
slguan 1dcdccb73a enable the client to compile under darwin 2019-10-11 14:06:49 +08:00
slguan f38fbbe935 Modify some compilation options 2019-09-27 13:55:15 +08:00
slguan 0bb41e5bca Use assert in code locations that can cause file corruption and set global configuration items 2019-09-06 12:18:18 +08:00
dxzhan 4022ea5d49 add config by cmake compiler 2019-08-31 21:07:46 +08:00
slguan e94fa74388 fix issue #235 2019-08-22 16:14:53 +08:00
slguan 059b66d6b5 memory leak in windows 2019-08-14 19:40:33 +08:00
slguan d6cfd14e8b add -g option to CMakeList.txt 2019-08-01 11:35:28 +08:00
slguan fa72e4d79a Fix the #issue 217 2019-07-29 11:28:26 +08:00
slguan a066be871e Windows client 2019-07-26 19:34:39 +08:00
slguan bd3db150e5 Windows client, #51 #38 #32 #12 2019-07-26 19:15:31 +08:00
slguan fba3ffdcff Remove cmake's dependence on CXX 2019-07-16 14:29:56 +08:00
slguan bf74e8d6b1 Check if the current operating system is linux 2019-07-12 14:07:46 +08:00
Hongze Cheng f0f6b6a975 add lower version cmake support 2019-07-12 01:57:11 +00:00
slguan c2034631c8 Solve the installation script does not package taosdump error 2019-07-11 18:38:04 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00