projects
/
folly.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Harden failure signal handler in the face of memory corruptions
2014-02-28
Peter Griess
Try again to fix hash<fbstring> namespacing
commit
|
commitdiff
|
tree
2014-02-21
Peter Griess
Use #if rather than #ifdef for FOLLY_HAVE_WEAK_SYMBOLS
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Specialize hash<basic_fbstring> in correct namespaces
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Use C++11 unordered collections instead of libstdc...
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Update folly-config.h for iOS/Apple
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Use libc++ equivalent of std::__ostream_insert()
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Change paramter name to FB_STRINGIZE
commit
|
commitdiff
|
tree
2014-02-06
Peter Griess
Handle platforms where off_t is not convertible to...
commit
|
commitdiff
|
tree
2013-12-27
Peter Griess
Remove FOLLY_NORETURN from definition.
commit
|
commitdiff
|
tree
2013-12-26
Peter Griess
Detect availability of cplus_demangle_v3_callback()
commit
|
commitdiff
|
tree
2013-12-20
Peter Griess
Handle lack of <bits/c++config.h> and <bits/functexcept.h>
commit
|
commitdiff
|
tree
2013-12-20
Peter Griess
Define weak r?allocm symbols in Malloc.h
commit
|
commitdiff
|
tree
2013-12-20
Peter Griess
Revert "Handle lack of <bits/c++config.h> and <bits...
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Get Subprocess running for Mac OS X
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Revert D998590
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Remove generated .cpp files on 'make clean'
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Fix broken clause11_21_4_6_6 test in Apple Clang.
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Handle platforms that don't support __thread.
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Handle lack of weak symbols on some platforms
commit
|
commitdiff
|
tree
2013-11-26
Peter Griess
Handle lack of <bits/c++config.h> and <bits/functexcept.h>
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Remove trailing comma in configure.ac.
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Remove check that depends on malloc implementation.
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Detect and use std::is_trivially_copyable<T> where...
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Only run FBString.testConstructionFromLiteralZero under...
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Set -std=XXX flags earlier; use in AC_COMPILE_IFELSE()
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Detect C++ implementations that support constexpr strlen()
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Check for std::this_thread::sleep_for.
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Detect libc++ in configure.ac.
commit
|
commitdiff
|
tree
2013-10-24
Peter Griess
Use Mach built-ins in lieu of clock_gettime(3) and...
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Cast lambda to function pointer for boost::split().
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Be more careful when using SSE intrinsics.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Fix test for memory allocators that want to look backwards.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Handle libc++ usage of inline namespaces for std::
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Use #if rather than #ifdef to check autoconf guards.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Fix misc compilation errors in ThreadCachedIntTest.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Explicitly use !basic_istream::fail() in test.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Use boost::has_trivial_copy_constructor rather than...
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Avoid static_assert in tuple_element for Clang/libc++
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Change ScopeGuardTest to work around libc++'s different...
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Use RW_SPINLOCK_USE_X86_INTRINSIC_ in RWSpinLockTest
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Disable memory reporting for non-GNU C++ libraries.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Disable timed sychronization tests on Apple platforms.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Add missing #include <vector>.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Apple defines MAP_ANON, not MAP_ANONYMOUS
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Link spooky hash tests missing libfollybenchmark.a.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Clean up platform-dependant format strings.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Only run eventfd tests on Linux.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Fix ifunc test in configure.ac to make unknown attribute...
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Pass 'nostdinc' to AM_INIT_AUTOMAKE().
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Clean up use of Boost and PThread libraries.
commit
|
commitdiff
|
tree
2013-10-15
Peter Griess
Add missing ax_boost_system.m4.
commit
|
commitdiff
|
tree
2013-05-20
Peter Griess
Add read*String() methods to Cursor
commit
|
commitdiff
|
tree
2013-03-27
Peter Griess
Add read/write mode to ElfFile
commit
|
commitdiff
|
tree
2013-03-27
Peter Griess
Add symbol name resolution and value retrieval
commit
|
commitdiff
|
tree
2013-03-27
Peter Griess
Enable Elf::at<T> only for POD data types
commit
|
commitdiff
|
tree
2013-03-27
Peter Griess
Move folly::symbolizer::systemError() into Exception.h
commit
|
commitdiff
|
tree
2013-03-19
Peter Griess
Add some CursorBase::operator-() implementations
commit
|
commitdiff
|
tree