Summary:
As title, add newly added files. fbthrift's jenkins build is failing due to missing futex and lifosem. Added other ones that looked new
http://ci-builds.fb.com/job/fbthrift/
Test Plan: Built folly on ubuntu. Builds.
Reviewed By: pgriess@fb.com
FB internal diff:
D1306401
Baton.h \
Benchmark.h \
Bits.h \
+ Checksum.h \
Chrono.h \
ConcurrentSkipList.h \
ConcurrentSkipList-inl.h \
detail/Stats.h \
detail/ThreadLocalDetail.h \
detail/UncaughtExceptionCounter.h \
+ Demangle.h \
DiscriminatedPtr.h \
DynamicConverter.h \
dynamic.h \
dynamic-inl.h \
+ Exception.h \
FBString.h \
FBVector.h \
File.h \
Format-inl.h \
GroupVarint.h \
Hash.h \
+ IPAddress.h \
+ IPAddressV4.h \
+ IPAddressV6.h \
+ IPAddressException.h \
IndexedMemPool.h \
IntrusiveList.h \
io/Cursor.h \
io/async/TimeoutManager.h \
json.h \
Lazy.h \
+ LifoSem.h \
Likely.h \
Logging.h \
+ MacAddress.h \
Malloc.h \
MapUtil.h \
Memory.h \
FileUtil.cpp \
Format.cpp \
FormatTables.cpp \
+ detail/Futex.cpp \
GroupVarint.cpp \
GroupVarintTables.cpp \
+ IPAddress.cpp \
+ IPAddressV4.cpp \
+ IPAddressV6.cpp \
+ LifoSem.cpp \
io/IOBuf.cpp \
io/IOBufQueue.cpp \
io/RecordIO.cpp \
io/async/EventHandler.cpp \
io/async/Request.cpp \
json.cpp \
+ detail/MallocImpl.cpp \
detail/MemoryIdler.cpp \
+ MacAddress.cpp \
Malloc.cpp \
MemoryMapping.cpp \
Random.cpp \
Range.cpp \
+ SafeAssert.cpp \
SpookyHashV1.cpp \
SpookyHashV2.cpp \
stats/Instantiations.cpp \