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 |
|
James E. King III
|
a5df39032c
|
Merge remote-tracking branch 'origin/0.11.0'
|
2019-01-08 15:01:16 -05:00 |
|
James E. King III
|
803bc50b97
|
Merge remote-tracking branch 'origin/0.10.0'
|
2019-01-08 14:48:21 -05:00 |
|
James E. King III
|
9313fbe278
|
Merge remote-tracking branch 'origin/0.9.3'
|
2019-01-08 14:44:30 -05:00 |
|
James E. King III
|
04d6d02624
|
Merge remote-tracking branch 'origin/0.9.2'
|
2019-01-08 14:43:23 -05:00 |
|
James E. King III
|
9e84ec0abb
|
Merge remote-tracking branch 'origin/0.9.1'
|
2019-01-08 14:40:37 -05:00 |
|
James E. King III
|
a7e587b179
|
Merge remote-tracking branch 'origin/0.9.x'
|
2019-01-08 14:38:37 -05:00 |
|
James E. King III
|
d54824acbd
|
Merge remote-tracking branch 'origin/0.8.x'
|
2019-01-08 14:37:08 -05:00 |
|
James E. King III
|
66ba505f47
|
Merge remote-tracking branch 'origin/0.7.x'
|
2019-01-08 14:36:17 -05:00 |
|
James E. King III
|
88dc0dfa37
|
Merge remote-tracking branch 'origin/0.6.x'
|
2019-01-08 14:34:57 -05:00 |
|
James E. King III
|
792de73ae6
|
Merge remote-tracking branch 'origin/0.5.x'
|
2019-01-08 14:29:40 -05:00 |
|
James E. King III
|
c70aca4fbb
|
Merge remote-tracking branch 'origin/0.4.x'
|
2019-01-08 14:29:02 -05:00 |
|
James E. King III
|
6b87ca45c0
|
Merge remote-tracking branch 'origin/0.3.x'
|
2019-01-08 14:15:41 -05:00 |
|
James E. King III
|
795d3477d5
|
Merge remote-tracking branch 'origin/0.2.x'
|
2019-01-08 10:26:52 -05:00 |
|
James E. King III
|
e824efcb79
|
add/move a couple build related tools around
|
2019-01-07 16:51:00 -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
|
5e16f8b908
|
set c++11 in proper place
|
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
|
e9421b826f
|
remove std tr1
|
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
|
f23e6a5e23
|
remove boost::thread in CI
|
2019-01-07 08:11:37 -05:00 |
|
cyy
|
2150a3451b
|
remove boost::thread in CI
|
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
|
83b65f06fa
|
allow specifing CMAKE_CXX_STANDARD above c++11
|
2019-01-07 08:11:37 -05:00 |
|
cyy
|
0705d99567
|
force c++11 in GNU autotools
|
2019-01-07 08:11:37 -05:00 |
|
cyy
|
e42cf5023e
|
use noexcept instead of throw() in compiler generated 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 |
|
root
|
3cf066708e
|
force c++11 in cmake
|
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 |
|
James E. King III
|
d2c6dc8e44
|
THRIFT-4724: fix dub.json dependencies limit on openssl deimos
|
2019-01-05 09:33:02 -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
|
abf3aa5810
|
update language levels in docker build image (bionic) and readmes
|
2019-01-04 21:31:55 -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 |
|