COMMITS
/ lib/cpp/test/TransportTest.cpp August 8, 2025
S
THRIFT-3268: Suppress gnu-zero-variadic-macro-arguments warnings
Sutou Kouhei committed
July 1, 2022
S
THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array
Sutou Kouhei committed
June 3, 2020
Z
THRIFT-5225: Use nullptr instead of NULL
zeshuai007 committed
February 8, 2019
C
THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)
cyy committed
January 29, 2019
S
THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719)
Sebastian Zenker committed
January 16, 2019
C
fix static analyzer warings
cyy committed
January 11, 2019
January 5, 2019
C
remove stdcxx namespace and use std directly
cyy committed
August 5, 2017
J
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr)
James E. King, III committed
March 23, 2016
T
THRIFT-3757 Fix various compile warnings with VS2015
tpcwang committed
January 4, 2016
A
THRIFT-3437 Fixed MinGW-w64 build
Antonio Di Monaco committed
September 25, 2015
K
THRIFT-3329: fix C++ tests incompatibility with boost-1.59
Konrad Grochowski committed
April 16, 2015
M
THRIFT-3099 cmake build is broken on FreeBSD
Marco Molteni committed
November 24, 2014
K
THRIFT-2849: spelling errors fixed using codespell tool
Konrad Grochowski committed
November 13, 2014
K
THRIFT-2729: C++ - .clang-format created and applied
Konrad Grochowski committed
K
THRIFT-2729: C++ - .clang-format created and applied
Konrad Grochowski committed
November 18, 2014
K
Revert "THRIFT-2729: C++ - .clang-format created and applied"
Konrad Grochowski committed
November 6, 2014
K
THRIFT-2801: cpp - compilation warnings removed from test suite
Konrad Grochowski committed
January 8, 2014
J
Thrift-2029:Port C++ tests to Windows
Jake Farrell committed
May 3, 2013
R
THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp
Roger Meier committed
April 13, 2012
R
THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'
Roger Meier committed
April 11, 2012
R
THRIFT-1562 Fix issue with TFramedTransport::readSlow
Roger Meier committed
November 6, 2011
R
THRIFT-1361 revert compiler/cpp/src/thrifty.yy change
Roger Meier committed
November 17, 2010
R
THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny
Roger Meier committed
November 4, 2010
C
THRIFT-916: Fix warnings in C++ when compiling with -Wall.
Christian Lavoie committed
October 13, 2010
R
THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic"
Roger Meier committed
October 6, 2010
D
THRIFT-929. cpp: Convert tests to use boost 1.37
David Reiss committed
D
THRIFT-926. cpp: Fix inconsistencies in transport read() behavior
David Reiss committed
D
THRIFT-929. cpp: Add tests to verify blocking read behavior
David Reiss committed
D
THRIFT-929. cpp: Test wrapper transports more thoroughly
David Reiss committed
D
THRIFT-929. cpp: Update TransportTest to test TSocket
David Reiss committed
D
THRIFT-929. cpp: Reduce default buffer sizes for TransportTest
David Reiss committed
D
THRIFT-926. cpp: Fix bugs in TFileTransport::flush()
David Reiss committed
D
THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport
David Reiss committed
D
THRIFT-926. cpp: Make TZlibTransport::flush() behave like other transports
David Reiss committed
D
THRIFT-929. cpp: Add unit test for transport functionality
David Reiss committed