summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix winsock capitalization for case sensitive cross-compilationJeremiah2022-02-084-4/+4
* [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if s...Dirk Sandbrink2022-02-041-0/+12
* Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-022-1/+6
* Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-311-0/+15
* Added TNonCopyable.h in favor of boost dependencyMario Emmenlauer2021-02-124-12/+13
* Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-122-60/+0
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-145-12/+12
* THRIFT-5110 Added a number of required libs for using static OpenSSLMario Emmenlauer2020-02-231-0/+3
* remove useless assert codecyy2019-01-221-2/+0
* remove WIN XP macroscyy2019-01-221-13/+0
* remove unused codecyy2019-01-221-19/+0
* THRIFT-4487: replace gettimeofday implementation on windowsJames E. King III2019-01-141-44/+33
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-5/+0
* remove stdcxx namespace and use std directlycyy2019-01-071-2/+2
* remove boost::thread and boost::mutex codecyy2019-01-073-25/+0
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-2/+3
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-101-7/+12
* THRIFT-4075: better support for headers-only boost with mingwJames E. King, III2017-02-112-5/+5
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-201-1/+3
* Fix WinXP version of thrift_poll to not use destructed time_outtpcwang2016-10-041-1/+2
* THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced ...James E. King, III2016-10-011-3/+8
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-263-2/+2
* THRIFT-3437 Fixed MinGW-w64 buildAntonio Di Monaco2016-01-061-0/+12
* some 'some make style' suggestions applied to C++ filesKonrad Grochowski2015-11-051-1/+1
* THRIFT-2858 Enable header field case insensitive match in THttpServerben-craig2015-07-151-0/+1
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-1812-335/+302
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-1812-302/+335
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-1812-335/+302
* THRIFT-2416 Cannot use TCompactProtocol with MSVCRoger Meier2014-07-071-0/+5
* THRIFT-2579 C++ lib Windows CE supporthenrique2014-06-253-1/+18
* THRIFT-1892: Socket timeouts are declared in milli-seconds, but areBen Craig2013-10-101-1/+1
* THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O ...Ben Craig2013-09-133-0/+387
* THRIFT-2020: Thrift library has some empty files that haven't really beenBen Craig2013-08-305-0/+0
* THRIFT-2023: gettimeofday implementation in Windows errors when no timeBen Craig2013-08-281-1/+1
* THRIFT-2042 visual 2010 warnings - unused variable Patch: Konrad GrochowskiRoger Meier2013-08-151-0/+5
* THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingletonJens Geyer2013-07-161-6/+0
* THRIFT-2039 config.h --> thrift-config.hRoger Meier2013-06-284-4/+4
* THRIFT-2014 Change C++ lib includes to use <namespace/> style throughoutRoger Meier2013-06-107-10/+12
* THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issuesCarl Yeksigian2013-06-0713-292/+179
* THRIFT-1740 Make C++ library build on OS X and iOSRoger Meier2012-11-161-20/+0
* Updating Thrift trunk version to 1.0.0-devJake Farrell2012-10-111-1/+1
* THRIFT-1690 Sockets and Pipe Handles truncated on Win64Roger Meier2012-10-047-24/+36
* Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunkRoger Meier2012-04-141-1/+1
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-1315-0/+857