forked from taosdata/taos-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: taosdump for windows fix schema.c (taosdata#527)
* fix: add windows taosdump * fix: add windows taosdump * fix: add windows taosdump * test: enable error output * chore: rewrite license of new files * fix: move path_max to windows code * fix: taosdump for windows * fix: choro install jom -y * test: use fix/sangshuduo/td-16450-add-windows-taosdump in workflow * fix: replace jansson_found with true * fix: port header file for win * fix: atom_add porting for windows * fix: co zhiqiang's 3.0 windows workflow * fix: add go to windows build * fix: adjust header including in tools sys.c * fix: deps cmake on windows * fix: port taosdump_win to taosdump.c * fix: taosdump.c windows compile * fix: add strsep() definition for windows 64bit pointer * fix: taosbenchmark deps on taos dyn lib on windows * test: change tdengine 3.0 build branch * fix: use alloc insteal of value on stack * fix: remove codec remove in deps cmake * fix: add zlib for windows * fix: merge with develop and change zlib target name * fix: patch codec. taosdump run further * fix: cmake add snappy/zlib * fix: replace avro cmake list with a modified version * fix: remove pkg check in avro cmake list * fix: avro-lang-c-makelist * fix: adjust depdencies of taosdump * fix: remove more sed command * fix: taosdump for windows works first time * fix: remove unused func * test: use feat/sangshuduo/TD-16450-taosdump-for-windows to test * test: run basic test on windows * feat: refactor tools dir for taosdump * test: exclude tools source code as they run on windows only * chore: clean ci workflows * fix: tools string func link error * fix: codacy security complain * fix: tolerate codacy due to compile error * fix: patch jansson value.c * fix: remove isnan() and isinf() from jansson-value.c * fix: wrong path in cmake lists * fix: remove isnan and isinf from jansson-value.c * chore: change build branch to 3.0 * feat: change build branch for windows * fix: use zlib static for taosdump * fix: use multiple thread static lib on windows * fix: support release build on windows * fix: taosdump fgets on windows * fix: use chore/sangshuduo/TD-20676-use-localfile-asdeps for coverage * fix: sprintf format for uint32_t * fix: taosdump build release by default * test: change 3.0-windows-build.yml test branch * fix: taosdump for windows * fix: deps avro c src filename * fix: add prompt to dump in old data on windows * fix: '\r' from windows dump file Co-authored-by: afwerar <[email protected]>
- Loading branch information
1 parent
0c7f5ba
commit 80fa468
Showing
13 changed files
with
1,971 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.