summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/generate/t_xsd_generator.cc
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5588 Remove slist/senum from IDLJens Geyer2022-06-061-15/+2
| | | | | | Patch: Jens Geyer This closes #2615
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-5/+5
| | | | | | Patch: Zezeng Wang This closes #2168
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-081-7/+7
| | | | | | | | | | | | | | * use override * use make_shared * use emplace * use range for * fix error on MSVC * replace boost functions with std functions * fix static analyzer warnings * check api return value * initialize member * check the return value of SSL_peek > 0 * add override
* THRIFT-4532: Do not update previously generated output files if the contents ↵Mustafa Senol Cosar2018-05-011-2/+2
| | | | have not changed
* THRIFT-2835 Add possibility to distribute generators separately from thrift ↵dtmuller2016-09-261-0/+376
core, and load them dynamically Deploy headers needed to build plugins Restructure source tree to match lib and to make sure headers are deployed to INCLUDE_DIR/thrift. This closes #368 and closes #1039