add LockTraits
[folly.git] / folly / portability /
2016-06-24 Marcus Holland-MoritzFix uses of std::nextafter on Android
2016-06-14 Michael LeeReverted commit D3427621
2016-06-14 Michael LeeTime.h portability for iOS 10.
2016-05-26 Christopher DykesFix doVecOperation in the SysUio portability header
2016-05-20 Christopher DykesFix the detection of preadv and pwritev on OSX in OSS
2016-05-12 Michael LeeInclude limits.h in IOVec.h.
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-05-11 Christopher DykesAdd a compatibility shim for working with libevent...
2016-05-09 Christopher DykesFix a few issues in the portability headers
2016-05-06 Christopher DykesCreate the stdio.h portability header
2016-05-06 Christopher DykesCreate the unistd.h portability header
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Christopher DykesCreate the stdlib.h portability header
2016-05-04 Christopher DykesCreate the fcntl.h portability header
2016-05-04 Christopher DykesImplement __builtin_ctzll for MSVC
2016-05-04 Christopher DykesCreate the sockets portability header
2016-05-02 Christopher DykesDon't try to use the malloc_usable_size portability...
2016-04-27 Christopher DykesHave the GFlags portability header stick things in...
2016-04-26 Christopher DykesDefine DECLARE_VARIABLE in portability/GFlags.h
2016-04-26 Michael LeeRemove extra dependency on Portability.h
2016-04-20 Michael LeeDefine more pieces of portability/GFlags
2016-04-15 Michael LeeForgot to fix the guard for String.cpp
2016-04-15 Christopher DykesRemove the strings.h portability header
2016-04-13 Christopher DykesFix the includes in portability/Malloc.h
2016-04-06 Bert Mahermalloc.h doesn't exist on OSX
2016-04-02 Christopher DykesAdd portability header for libgen.h
2016-04-02 Christopher DykesCreate a portability header for syslog.h
2016-04-01 Christopher DykesCreate the Builtins portability header
2016-04-01 Christopher DykesCreate the dirent.h portability header
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-04-01 Michael Lee`strndup` is defined on modern OSX
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Christopher DykesCreate the sys/resource.h portability header
2016-03-31 Christopher DykesCreate a malloc.h portability header
2016-03-31 Christopher DykesFix the portability implementation of strndup
2016-03-31 Christopher DykesUpdate the sys/syscall.h portability header for Windows
2016-03-28 Christopher DykesCreate the string.h portability header
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-26 Bert MaherFix portability/Time.h on OSX
2016-03-23 Christopher DykesMove the clock details over to the Time.h portability...
2016-03-22 Michael LeeAdd APPLE to portability/Config
2016-03-21 Christopher DykesAdd Windows support to portability/Memory.h
2016-03-20 Christopher DykesAdd features to portability/Config.h
2016-03-20 Christopher DykesSplit iovec out of SysUio.h
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-16 Christopher DykesCreate portability/Config.h
2016-03-15 Christopher DykesAdd portability header for sys/file.h
2016-03-14 Sven Overfolly/portability/Constexpr.h: add missing include...
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-09 Christopher DykesCreate the sys/stat.h portability header
2016-03-05 Christopher DykesCreate the Windows portability header
2016-03-05 Yedidya FeldblumA warning for the portability headers
2016-03-04 Christopher DykesCreate the sys/types.h portability header
2016-03-02 Christopher DykesCreate the strings.h portability header
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-02 Christopher DykesCreate the portability header for time.h
2016-03-01 Christopher DykesListen to the Windows docs in portability/SysTime.cpp
2016-03-01 Christopher DykesAdd timeradd and timersub to the sys/time.h portability...
2016-02-26 Christopher DykesCreate the sys/time.h portability header
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Christopher DykesCreate a portability header for working with environmen...
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.
2016-02-17 Michael LeeHandle wrapvFull when IOV_MAX is not defined.
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix