GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/764
Thrift 3383 i64 related warnings
These changes reduce the number of compiler warnings, and eliminate all
warnings related to 64-bit values, generated when building the C (GLib) test
suite on a
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/763
Thrift 3512 c glib build fails due to missing features.h
Include `features.h` (in `testbinaryprotocol.c`) only only platforms that
use GNU libc.
This fixes THRIFT-3512 and assumes the
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/754
THRIFT-3498 C++ library assumes optional function
pthread_attr_setschedpolicy is available
This patch allows Thrift to build on Haiku and other systems that do not
implement POSIX's t
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/753
THRIFT-3497 Build fails with "invalid use of incomplete type"
This change fixes an "invalid use of incomplete type" compiler error
referring to `struct timeval` wh
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/751
THRIFT-3386 misc. warnings with make check
At long last, here's a patch that adds explicit casts to the C (GLib) test
code to prevent compiler warnings during `make check`.
You can merge
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/581
THRIFT-3178: c_glib does not compile
These changes allow Hypertable's Thrift interface to be compiled by the C
(GLib) compiler by correcting the way the compiler handles "com
Github user simonsouth closed the pull request at:
https://github.com/apache/thrift/pull/578
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/578
THRIFT-2832: c_glib: Handle string lists correctly
These commits
- Add a unit test for C (GLib) that covers containers (initially only
string lists, i.e. variables of type `list`) used
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/577
THRIFT-3288 c glib build unit tests with all warnings enabled
**Note:** This pull request includes the changes from request #576 (to fix
THRIFT-3285), which should be applied first
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/576
THRIFT-3285 c glib build library with all warnings enabled
These changes
- Update the C (GLib) library's makefile so the AM_CPPFLAGS and AM_CFLAGS
variables are used correctly acco
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/575
c_glib: Compiler: Omit processing-function defs for empty services
With this change the compiler omits the processing-function-definition
array for a service with no methods, corresponding to
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/574
THRIFT-3283: c_glib: Tutorial: Fix uninitialized-variable warning
This patch makes the tutorial server initialize an error variable to NULL
before using it, which resolves a GLib warning printed
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/573
THRIFT-3260 multiple warnings in c glib tutorial
Here are additional changes that should really and truly resolve all the
warnings generated when building the c_glib tutorial:
Compiler
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/572
THRIFT-3260 multiple warnings in c glib tutorial
This patch resolves the remaining warning messages output by the compiler
when building the C (GLib) tutorial. It
- Modifies the
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/568
c_glib: Compiler: Do not try to convert between function, void pointers
This patch corrects THRIFT-3273 by introducing the notion of a
"processing-function definition", a stru
Github user simonsouth closed the pull request at:
https://github.com/apache/thrift/pull/567
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user simonsouth opened a pull request:
https://github.com/apache/thrift/pull/567
c_glib: Compiler: Do not try to convert between function, void pointers
This patch corrects THRIFT-3272 by introducing the notion of a
"processing-function definition", a stru
17 matches
Mail list logo