TarsCloud_TarsCpp/tools
ruanshudong 21f58d250b 1 udp in ipv6 bug
2 add tars.resource
3 fix rsp queue
4 add max buffer limit
5 send queue, data accumulate clear
6 Adjust cmake third library path
7 tc_network_buffer add iterator
8 optimize tc_http tc_http_async, improve http parser performance
2020-03-04 10:33:14 +08:00
..
pb2tarscpp support mysql openssl protobuf compiler in windows 2020-02-26 18:32:49 +08:00
tars2android fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2c fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2cpp fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2cs fix tars2xxx in windows bug 2020-02-19 10:47:11 +08:00
tars2node compiler on windows succ 2020-02-07 13:50:04 +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 support all thirdparty lib compiler and install in linux 2020-02-26 12:05:15 +08:00
tarsparse 1 udp in ipv6 bug 2020-03-04 10:33:14 +08:00
CMakeLists.txt support all thirdparty lib compiler and install in linux 2020-02-26 12:05:15 +08:00
README.md add tarscpp files 2018-09-05 11:26:21 +08:00
README.zh.md add tarscpp files 2018-09-05 11:26:21 +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
pb2tarscpp Generate protoc plugin source code for tars C++ code via proto file