Haojun Liao
|
df003cca3c
|
Merge pull request #26197 from taosdata/fix/3_liaohj
fix(util): uncomment the timestamp decode function with AVX2 instructions
|
2024-06-20 16:16:52 +08:00 |
Haojun Liao
|
04281bcd07
|
fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor.
|
2024-06-19 15:06:09 +08:00 |
Kai Jiang
|
6e2a5b9292
|
Improve tsDecompressIntImpl_Hw performance with AVX512.
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
Huanrui Zhang <huanruix.zhang@intel.com>
|
2024-06-19 11:59:30 +08:00 |
Hongze Cheng
|
a4cb7f2357
|
Merge pull request #26115 from taosdata/fix/TD-30540-30
Update the libuv version to prevent compilation errors in higher versions of GCC
|
2024-06-17 11:46:05 +08:00 |
Alex Duan
|
147ea5c040
|
Update taostools_CMakeLists.txt.in
|
2024-06-16 09:49:17 +08:00 |
Yihao Deng
|
6ff106cd0a
|
fix compile error
|
2024-06-12 08:39:35 +00:00 |
Yihao Deng
|
89b97eff60
|
fix compile error
|
2024-06-12 07:22:40 +00:00 |
Yihao Deng
|
2e582155e6
|
Update the libuv version to prevent compilation errors in higher versions of GCC
|
2024-06-12 03:09:16 +00:00 |
Ping Xiao
|
1a5cd76351
|
docs: release 3.3.1.0
|
2024-06-11 18:27:22 +08:00 |
kailixu
|
585ec14fea
|
feat(grant): support industry edition
|
2024-05-23 17:17:18 +08:00 |
kailixu
|
cb5bdd29b5
|
feat(grant): support industry edition
|
2024-05-16 17:30:03 +08:00 |
Hongze Cheng
|
7b35a5964e
|
Merge pull request #25471 from taosdata/feat/TD-29196
feat: add pcre2 lib to precheck geometry wkt
|
2024-05-14 17:42:15 +08:00 |
Haojun Liao
|
56a1e7e01f
|
Merge pull request #25727 from taosdata/fix/xftan/TD-29988-3.0
fix: build fails on macOS and Windows
|
2024-05-13 09:44:19 +08:00 |
Linhe Huo
|
cfd0fde583
|
Merge pull request #25378 from taosdata/fix/ld-undefined-reference-to-psl-in-curl
fix: undefined reference to `psl_*` while linking s3 libcurl to taosd
|
2024-05-13 09:22:40 +08:00 |
t_max
|
f030af3aab
|
fix: build fails on macOS and Windows
|
2024-05-11 14:59:05 +08:00 |
Ping Xiao
|
47364bee68
|
docs: release 3.3.0.0
|
2024-05-07 08:38:32 +08:00 |
Shungang Li
|
a7a736b6d6
|
feat: add pcre2 lib to precheck geometry wkt
|
2024-04-25 11:28:07 +08:00 |
Huo Linhe
|
a3498bacc9
|
fix: undefined reference to `psl_*` while linking s3 libcurl to taosd
Environment:
- os: Ubuntu 22.04 LTS
- kernel: 5.19.0-051900rc8-generic #202207242130 SMP PREEMPT_DYNAMIC Sun Jul 24 21:34:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Steps:
```bash
./build.sh
```
Error:
```txt
[ 88%] Linking CXX executable ../../../../build/bin/taosd
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_destroy':
psl.c:(.text+0x13): undefined reference to `psl_free'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-psl.o): in function `Curl_psl_use':
psl.c:(.text+0xad): undefined reference to `psl_latest'
/usr/bin/ld: psl.c:(.text+0xe4): undefined reference to `psl_free'
/usr/bin/ld: psl.c:(.text+0xfc): undefined reference to `psl_builtin'
/usr/bin/ld: /home/huolinhe/.cos-local.2/lib/libcurl.a(libcurl_la-cookie.o): in function `Curl_cookie_add':
cookie.c:(.text+0x11a3): undefined reference to `psl_is_cookie_domain_acceptable'
collect2: error: ld returned 1 exit status
```
Disable libpsl in curl will fix the errors.
|
2024-04-23 15:45:22 +08:00 |
Yihao Deng
|
65c7824165
|
fix other platform error
|
2024-04-16 09:52:35 +00:00 |
yihaoDeng
|
54294f6479
|
refactor code
|
2024-03-24 09:24:40 +00:00 |
yihaoDeng
|
3ccf9942a9
|
refactor code
|
2024-03-24 05:35:07 +00:00 |
yihaoDeng
|
2903d568ea
|
add test
|
2024-03-21 11:06:46 +00:00 |
yihaoDeng
|
739e3ba7ab
|
add zstd lib
|
2024-03-14 12:19:12 +00:00 |
yihaoDeng
|
82488ca6c2
|
add zstd lib
|
2024-03-14 08:36:08 +00:00 |
yihaoDeng
|
816f7d6cbe
|
add zstd lib
|
2024-03-14 08:27:41 +00:00 |
Ping Xiao
|
b37351333f
|
release 3.2.3.0
|
2024-02-29 12:37:00 +08:00 |
t_max
|
a5656ad4b9
|
fix: fix openssl download url
|
2024-01-22 14:10:52 +08:00 |
Minglei Jin
|
18dc6ff695
|
enh(cmake/curl): download from github instead of curl.se
|
2023-12-25 09:11:47 +08:00 |
Ping Xiao
|
455e70f4ac
|
docs: release 3.2.2.0
|
2023-12-20 11:18:08 +08:00 |
Haojun Liao
|
bba5a4f08b
|
other: merge main into 3.0
|
2023-12-18 18:26:42 +08:00 |
chao.feng
|
241515726b
|
modify cmake for true of DSIMD_SUPPORT by hjliao
|
2023-12-06 18:27:36 +08:00 |
Haojun Liao
|
4d9211dcf1
|
Merge pull request #23899 from taosdata/fix/liaohj
other: merge the patch of stream from 3.0 branch.
|
2023-12-01 15:49:54 +08:00 |
Haojun Liao
|
d7a19a9179
|
fix(stream): fix invalid decode hbmsg and memory leaks caused by invalid hb msg.
|
2023-12-01 14:45:18 +08:00 |
Haojun Liao
|
e6a024bcb1
|
refactor: do some internal refactor.
|
2023-12-01 10:19:58 +08:00 |
Haojun Liao
|
0099578816
|
enh(sys): add check for avx512vl
|
2023-12-01 10:19:57 +08:00 |
Haojun Liao
|
cf835c5ce4
|
fix(test): do some internal refactor.
|
2023-12-01 10:19:56 +08:00 |
Haojun Liao
|
0131fbe62d
|
fix(tsdb): add simd for decompress timestamp.
|
2023-12-01 10:19:54 +08:00 |
Haojun Liao
|
a8262a93b8
|
refactor: do some internal refactor.
|
2023-12-01 10:17:15 +08:00 |
Haojun Liao
|
aa2e66c78d
|
refactor: do some internal refactor.
|
2023-12-01 10:17:15 +08:00 |
yihaoDeng
|
5c32680cd8
|
Merge branch '3.0' into enh/refactorBackend
|
2023-11-30 10:31:27 +08:00 |
Haojun Liao
|
f9d717d0f2
|
refactor: do some internal refactor.
|
2023-11-27 14:42:13 +08:00 |
Haojun Liao
|
5de59a3547
|
enh(sys): add check for avx512vl
|
2023-11-27 10:32:47 +08:00 |
yihaoDeng
|
e9bec34c44
|
Merge branch '3.0' into enh/refactorBackend
|
2023-11-27 10:01:12 +08:00 |
Haojun Liao
|
6ab14d39bb
|
fix(test): do some internal refactor.
|
2023-11-27 09:32:47 +08:00 |
Haojun Liao
|
1dd5cd17a0
|
fix(tsdb): add simd for decompress timestamp.
|
2023-11-26 23:53:05 +08:00 |
Ping Xiao
|
20d637768b
|
fix build error
|
2023-11-23 17:46:36 +08:00 |
yihaoDeng
|
6129ebc294
|
Merge branch '3.0' into enh/refactorBackend
|
2023-11-23 17:41:37 +08:00 |
Haojun Liao
|
de47ea6c81
|
other: merge 3.0.
|
2023-11-23 15:42:40 +08:00 |
Haojun Liao
|
281f25fdcc
|
refactor: do some internal refactor.
|
2023-11-23 10:01:42 +08:00 |
Haojun Liao
|
9814109175
|
refactor: do some internal refactor.
|
2023-11-23 10:00:50 +08:00 |