Commit Graph

3420 Commits

Author SHA1 Message Date
James E. King III
278528cf7b THRIFT-4732: windows cmake refinements and add windows docker build support 2019-01-11 20:47:00 -05:00
James E. King III
d7c11ada88 Fix swift version [ci skip] 2019-01-11 19:19:44 -05:00
cyy
ca8af9b48f THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory 2019-01-11 09:13:12 -05:00
James E. King III
c9ac8d2953 THRIFT-4720: documenting breaking changes, minor cleanup 2019-01-09 17:05:34 -05:00
Ozan Can Altiok
caf7da9767 automatize the double rendering test 2019-01-07 10:45:27 -05:00
cyy
0140cbf567 remove unused variables 2019-01-07 08:11:37 -05:00
cyy
1f34504f43 remove unused boost headers 2019-01-07 08:11:37 -05:00
cyy
863262dad7 add static_assert message 2019-01-07 08:11:37 -05:00
cyy
77d26e2e5c replace boost unique_ptr with std::unique_ptr 2019-01-07 08:11:37 -05:00
cyy
7007506960 replace boost static_assert with static_assert 2019-01-07 08:11:37 -05:00
cyy
7f8aef7099 replace boost::atomic with std::atomic 2019-01-07 08:11:37 -05:00
cyy
0f43f95b89 revert noexcept changings 2019-01-07 08:11:37 -05:00
cyy
8cb3b68548 remove stdcxx namespace and use std directly 2019-01-07 08:11:37 -05:00
cyy
d65e91c476 remove stdcxx namespace and use std directly 2019-01-07 08:11:37 -05:00
cyy
316723add4 remove stdcxx namespace and use std directly 2019-01-07 08:11:37 -05:00
cyy
52637b33ab remove std tr1 2019-01-07 08:11:37 -05:00
cyy
9f837bbfb4 remove boost smart ptr 2019-01-07 08:11:37 -05:00
cyy
c109e01979 remove boost::thread and boost::mutex code 2019-01-07 08:11:37 -05:00
cyy
7b935597ba use noexcept instead of throw() in library 2019-01-07 08:11:37 -05:00
Beluga Behr
93e8ec2d6a THRIFT-4726: Remove SLF4J Logging Guards 2019-01-06 21:33:37 -05:00
邹异雄
0f79045627 Fix: free useless timer 2019-01-05 01:59:19 -05:00
邹异雄
b239b0a53b Style: fix style 2019-01-05 01:59:19 -05:00
邹异雄
41d5d3a9ef Fix: do not reconnect if connection.destroyed, prevent connection leak 2019-01-05 01:59:19 -05:00
Nephi Allred
414f9a5bf6 Skip native extension for jruby 2019-01-04 21:33:31 -05:00
James E. King III
ecebd77c4a THRIFT-4716: add veralign.sh tool to set versions for releases 2019-01-04 16:28:13 -05:00
Beluga Behr
d532441366 THRIFT-4368: Fix guaranteed NPE in TBaseAsyncProcessor.java
wq# Please enter the commit message for your changes. Lines starting
2019-01-04 14:27:10 -05:00
James E. King III
6503043bc4 THRIFT-4714: optimize java TFramedTransport to call write once per flush 2019-01-03 22:04:36 -05:00
Beluga Behr
88584f8469 THRIFT-4712: Improve Performance and Refactor ShortStack 2019-01-03 18:55:36 -05:00
Beluga Behr
882d48da5d THRIFT-4481: TBinaryProtocol.writeMessageEnd does not allow throwable exception 2019-01-03 14:45:16 -05:00
Beluga Behr
36ffe1e8dc THRIFT-4469: Make isServing volatile 2019-01-03 07:23:45 -05:00
Beluga Behr
5abf58cf79 THRIFT-4709: Use StandardCharsets UTF-8 2019-01-03 00:10:15 -05:00
Beluga Behr
9e813aeed2 THRIFT-4702: Improve AutoExpandingBuffer 2019-01-03 00:06:19 -05:00
Beluga Behr
99f673a767 THRIFT-4694: Upgrade Java to Java 1.8 2019-01-02 19:20:56 -05:00
James E. King III
a3a7c6c789 THRIFT-4547: add swift to bionic build image and run unit tests 2019-01-02 15:20:23 -05:00
Beluga Behr
1c6914d5c5 THRIFT-4713: Review of TBaseHelper 2019-01-02 10:42:23 -05:00
Beluga Behr
df9c60d38f THRIFT-4711: Improve Immutable None Type Instantiation 2019-01-02 10:05:48 -05:00
James E. King III
4c71660dab THRIFT-4705: add nuget configuration file 2019-01-02 07:54:43 -05:00
Beluga Behr
138a81d5b4 THRIFT-4704: Streamline TDeserializer Implementation 2018-12-31 17:27:43 -05:00
James E. King III
e2109b914c
Merge pull request #1653 from jeking3/consume-0.12.0
THRIFT-4689: Consume the 0.12.0 release branch changes into master
2018-12-30 22:41:49 -05:00
Beluga Behr
bf51a9faf9 THRIFT-4695: Pre-Size Java Collections in Union 2018-12-30 22:39:32 -05:00
Beluga Behr
3671b8bce9 Use case-switch Statement Instead of if-else Clauses 2018-12-30 22:37:32 -05:00
James E. King III
c3375d9e43 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 2018-12-30 11:06:00 -05:00
Robert Lu
a139082755 THRIFT-4546: replace all git-wip-us.apache.org to github.com 2018-12-28 07:46:47 -05:00
Allen George
f9f037bd5a Update Cargo.toml, release instructions and release script
Client: rs
2018-12-28 07:33:17 -05:00
jfarrell
384647d290 Version 0.12.0 2018-12-18 20:24:34 -05:00
James E. King III
9b75e4fe74 THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build 2018-12-18 10:17:57 -05:00
Allen George
ef7a18970f Reformat rust code with rustfmt 1.0 2018-12-16 18:22:04 -05:00
Jay Gheewala
2b7365c54f THRIFT-4659: Fix race when closing server socket (#1645)
Client: go
2018-12-11 09:44:44 +01:00
proller
44ee32cef5 Fix c++98 build 2018-12-10 18:44:23 -05:00
proller
e6e7e62981 Correct c++17 definition 2018-12-10 18:44:23 -05:00