thrift
thrift copied to clipboard
Apache Thrift
use latest rustc version for rustlib - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [x] If a ticket exists: Does...
- use 24.04 for github ci jobs - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [ ] If a...
- [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [ ] If a ticket exists: Does your pull request title...
This PR adds JDK 8 to both docker containers to support the kotlin build. Kotlin requires toolchain 8 and cant build this without the JDK for that language level being...
In python 3.12, ssl.match_hostname has been removed. ssl.PROTOCOL_SSSLV23 has been deprecated since python 3.6.
This PR adds the option `no_constructors` in the C++ generator. This option elides declaring and defining: * constructor/destructor * move/copy constructor/assignment In addition this PR fixes some minor issues: 1....
Currently with type_hints enabled, we do not explicitly declare the type of generated all_structs. It's meant to be a list of different types, but that will cause problems, as the...
[THRIFT-5817: [C++] Avoid copy of TUuid](https://issues.apache.org/jira/browse/THRIFT-5817) Make TYPE_UUID as complex for C and C++ generator - Generate code that does not make a copy for TUuid for C and C++...
update ax_boost_base.m4 from http://www.gnu.org/software/autoconf-archive/ for adding loongarch information about loongarch:https://docs.kernel.org/arch/loongarch/introduction.html