Commit Graph

5786 Commits

Author SHA1 Message Date
James E. King III
5e23c4df5b Update changes with removal of compiler plugin [ci skip]. 2019-01-27 00:00:33 -05:00
James E. King III
29f7f8f32f THRIFT-4743: remove cpp compiler plugin support to simplify the project 2019-01-26 23:53:38 -05:00
James E. King III
3f559940c2 THRIFT-4757: fix npm identified security vulnerability in transient dependency on sync-exec 2019-01-26 09:35:46 -05:00
James E. King III
b96c43892a THRIFT-4717: fix up make clean with autoconf 2019-01-25 23:33:54 -05:00
James E. King III
8935c98046 THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
Mustafa Senol Cosar
129bb3e10d THRIFT-4675: Fix int64 constants generation for map keys 2019-01-25 10:03:37 -05:00
Jens Geyer
67fbc1f615 THRIFT-4722 Netcore union "data" should be strongly-typed
Client: netcore
Patch: Jens Geyer
2019-01-24 12:29:33 -05:00
Jens Geyer
f5de98aab3 THRIFT-4715 C# union "data" should be strongly-typed
Client: C#
Patch: Jens Geyer
2019-01-24 12:28:09 -05:00
James E. King III
b1d63e7190 THRIFT-4750: as3 changes to build and publish to maven central 2019-01-24 12:20:30 -05:00
Florian Lonqueu-Brochard
22749ac376 THRIFT-4751: Missing imports in TProtocol (phpdoc related only)
Client: php
2019-01-24 07:57:20 -05:00
James E. King III
328e437f26 THRIFT-4698: add releading instructions to the haskell readme [ci skip] 2019-01-24 07:46:13 -05:00
James E. King III
022b8bf91c update NOTICE [ci skip] 2019-01-23 14:09:06 -05:00
James E. King III
98f379ece1 THRIFT-4746: changes for publishing java library to maven; fix java debug vs. release build with cmake 2019-01-23 09:24:32 -05:00
Mustafa Senol Cosar
0c93bb6903 THRIFT-4738: Fix typescript declaration generation 2019-01-22 11:14:05 -05:00
James E. King III
0cd2099fa3 THRIFT-4748: add jitpack support [ci skip] 2019-01-22 09:50:26 -05:00
James E. King III
dd63da19fa
Merge pull request #1690 from cyyever/const_members
THRIFT-4740:Use std::chrono for timeout and add const to some methods.
2019-01-22 09:40:21 -05:00
James E. King III
b2a4afec2a fix travis CI cross 2019-01-22 09:38:17 -05:00
James E. King III
5870cc81e8 Change Travis CI to use three cross test jobs again as we hit the 90 minute limit we had negotiated. 2019-01-22 09:37:31 -05:00
cyy
8cd3f92ff7 fix c++17 building on windows 2019-01-22 16:28:15 +08:00
James E. King III
cd9e8c9bf7 update docker readme file [ci skip] 2019-01-22 00:00:53 -05:00
Renan Cakirerk
c28a739b8c THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value 2019-01-21 22:25:40 -05:00
Rob Becker
f1eadad76e THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (#1617)
* THRIFT-4654 Minor fixes for dart 1 & 2 compatibility
* update dockerfiles for CI to test dart 2
* THRIFT-4654 update pubspec for tests
* THRIFT-4654 update dart test generator and readme to 1.24.3
* THRIFT-4654 update generated dart sdk to a range
* fix the dart tutorials
* Add .dart_tool directories to .gitignore
* THRIFT-4654: use dart 2.1.0 and fix cross test dart client timeout
2019-01-21 22:24:01 -05:00
cyy
9fed90104c fix static analyzer warings 2019-01-22 10:38:15 +08:00
cyy
f7a4ead00d fix warings 2019-01-22 10:38:14 +08:00
cyy
f6460fa00b change doc 2019-01-22 10:38:14 +08:00
cyy
72a878ebe3 change timeous_ms to unsigned type 2019-01-22 10:36:18 +08:00
cyy
c349cdb295 add override and const 2019-01-22 10:36:18 +08:00
cyy
fc222b3a87 remove useless assert code 2019-01-22 10:36:18 +08:00
cyy
c1bfe3d718 remove WIN XP macros 2019-01-22 10:36:18 +08:00
cyy
6a01d46df6 remove unused code 2019-01-22 10:36:18 +08:00
cyy
bfdbd0344b use chrono 2019-01-22 10:36:18 +08:00
cyy
d12dbed670 remove unused headers 2019-01-22 10:36:18 +08:00
cyy
7190ca7a3d remove unused headers 2019-01-22 10:36:17 +08:00
cyy
f83d3f90d6 add const to member functions 2019-01-22 10:36:17 +08:00
James E. King III
ef32bc10b7 THRIFT-4163: update cmake build type handling 2019-01-21 16:14:25 -05:00
Christoph Herold
1ad08ca91b THRIFT-3587 TTLSSocket now also uses ConnectHelper to allow for timeouts when opening the connection.
Client: C#
Patch: Christoph Herold

This closes #1698
2019-01-20 22:13:54 +01:00
Jens Geyer
3b280d1ee2 THRIFT-4744 Erlang help intendation not aligned
Client: Erlang
Patch: Jens Geyer
2019-01-20 12:38:36 +01:00
Jens Geyer
8630eb9cf2 THRIFT-4741 Missing "inner" argument from one CTOR
Client: C#
Patch: Jens Geyer

This closes #1696
2019-01-20 11:35:17 +01:00
Jens Geyer
67df34afa7 THRIFT-4742 Typo "cannot read from null input stream" on write
Client: netcore
Patch: Jens Geyer

This closes #1697
2019-01-17 01:34:04 +01:00
Jens Geyer
ac9e9b1227 THRIFT-4741 Missing "inner" argument from one CTOR
Client: C#
Patch: Jens Geyer

This closes #1696
2019-01-17 01:33:24 +01:00
Mustafa Senol Cosar
f86845e8ed THRIFT-4675: Generate Int64 constants for js 2019-01-15 09:20:54 -05:00
James E. King III
010ccf0a0c
Merge pull request #1678 from BELUGABEHR/THRIFT-4725
THRIFT-4725: Change Return Type Signature of Process Methods
2019-01-14 16:54:59 -05:00
James E. King III
ee006ecb0d Fix languages file left column readme links. [ci skip] 2019-01-14 15:57:43 -05:00
James E. King III
bbc1377874 THRIFT-4691: ensure CPAN module runs unit tests 2019-01-14 13:57:30 -05:00
Christian Bürckert
f61d9e5282 THRIFT-4737: fixed
THRIFT-4737: [added beforeSend to add customHeaders to jqXHR in jqRequest]
Client: [lib/js]

locally tested - custom headers where missing when using jq. So I added these lines to fix it.
2019-01-14 12:14:10 -05:00
junnplus
fe11c48ee1 THRIFT-4733: Fix test unix socket address already in use 2019-01-14 12:10:24 -05:00
Beluga Behr
e20ab3e237 THRIFT-4725: Change Return Type Signature of Process Methods 2019-01-14 11:22:02 -05:00
James E. King III
4eac57abcf THRIFT-4487: replace gettimeofday implementation on windows 2019-01-14 09:56:02 -05:00
James E. King III
5c327d7bf6 update changes.md with cocoa info and fix a typo [ci skip] 2019-01-14 08:15:33 -05:00
James E. King III
234fb47229 THRIFT-4719: remove cocoa 2019-01-14 08:13:52 -05:00