thrift
thrift copied to clipboard
Apache Thrift
For aliased types, UUID constants retain their curly braces, while direct UUID constants do not: ``` typedef uuid myUUID const uuid GEN_UUID = '00000000-4444-CCCC-ffff-0123456789ab' const uuid GEN_GUID = '{00112233-4455-6677-8899-aaBBccDDeeFF}' const...
Removed deprecated rubyforge_project property ``` WARNING: rubyforge_project= is deprecated and ignored. Please remove this from your gemspec to ensure that your gem continues to build in the future. WARNING: See...
Client: cpp We can reproduce these warnings by: CC=clang CXX=clang++ \ cmake \ -S . \ -B ../thrift.build \ -DWITH_{AS3,JAVA,JAVASCRIPT,NODEJS,PYTHON,C_GLIB}=OFF \ -DCMAKE_CXX_FLAGS="-Wgnu-zero-variadic-macro-arguments" cmake --build ../thrift.build Sample warning: lib/cpp/src/thrift/TLogging.h:119:13: warning: token...
Attempt to fix issue with enum deserialion _Disclaimer_: I am seeing the same issue for recent Windows builds and this change as suggested in the ticket solves the issue. I...
TLS support added to the benchmark script, can be enabled with `THRIFT_TLS=true` environment variable. Used to produce benchmark results for https://github.com/apache/thrift/pull/3243 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/)...