TarsCloud_TarsCpp/tools
ruanshudong fe25b3aed4 Fix: there is no business interface callback if there is no available node during asynchronous call
Optimize: In the service model, after receiving data, it is inserted into the queue in batch
Add: tc_json adds the function of merge
Optimize: the time occupation when parsing the protocol at the network layer, and release the network thread every 1ms to reduce the delay
2022-03-24 14:43:15 +08:00
..
pb2tarscpp 已修改 tools/pb2tarscpp/CppGenCallback.cpp 2020-11-18 10:20:36 +08:00
tars2android add unitttest 2021-08-23 15:35:24 +08:00
tars2c fix Chinese comment encoding error 2021-03-24 09:35:38 +08:00
tars2case fix encoding 2020-09-09 17:49:00 +08:00
tars2cpp Fix: there is no business interface callback if there is no available node during asynchronous call 2022-03-24 14:43:15 +08:00
tars2cs fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2node fix tars2node bug for json_support 2021-10-17 11:07:18 +08:00
tars2oc fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2php fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2python fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tarsgrammar add tc_docker 2022-03-21 10:30:35 +08:00
tarsmerge add tarsmerge tool, can merge tars file to one file. 2020-08-05 11:37:57 +08:00
tarsparse add tc_docker 2022-03-21 10:30:35 +08:00
CMakeLists.txt fix build error on windows 2021-10-31 05:58:00 +08:00
README.md 1\fix tc_json bug;2\support tars2xml 2020-04-02 18:57:36 +08:00
README.zh.md 1\fix tc_json bug;2\support tars2xml 2020-04-02 18:57:36 +08:00

点我查看中文版

The project is the source code of the Tars framework C++ language IDL

Code directory introduction

Directory Features
tarsgrammer Defining rules for tars lexical and grammatical analysis
tarsparse Parsing tars words and parsing source code implementation
tars2cpp Source code implementation of IDL tool for generating C++ code through tars file
tars2c Source code implementation of IDL tool for generating C code through tars file
tars2cs Source code implementation of IDL tool for generating C# code through tars file
tars2oc Source code implementation of IDL tool for generating Object-C code through tars file
tars2php Source code implementation of IDL tool for generating PHP code through tars file
tars2python Source code implementation of IDL tool for generating Python code through tars file
tars2node Source code implementation of IDL tool for generating Node.js code through tars file
tars2android Source code implementation of IDL tool for generating Android code through tars file
tars2case Generate test case for tars server
pb2tarscpp Generate protoc plugin source code for tars C++ code via proto file