Adds writer test case for RCU
[folly.git] / folly / FBString.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-19 Christopher DykesUse nullptr rather than 0 for a null pointer
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-04 Yedidya FeldblumExtract the namespace choice in FBString.h
2017-06-30 Christopher Dykesauto-dep the rest of Folly
2017-05-22 Christopher DykesEnable -Wimplicit-fallthrough
2017-05-17 Phil WilloughbyTweak basic_fbstring construction from std types
2017-05-15 Yedidya FeldblumDrop support for deprecated associative containers
2017-05-09 Arkadiy ShapkinFix FBString with MSVC
2017-05-02 Christopher DykesFix FBString in MSVC 2015
2017-05-02 Christopher DykesFix FBString under MSVC
2017-04-26 Christopher DykesDelete the non-char integeral forms of fbstring::operator=
2017-04-19 Phil WilloughbyImprove string comparisons
2017-04-15 Eric Nieblerreplace #include <ios> in FBString.h with lighter ...
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-01-04 Yedidya Feldblum2017
2017-01-01 Yedidya FeldblumFix assorted missing includes
2016-12-22 Amir ShalemFBString: remove unnecessary 7-byte padding in large...
2016-12-21 Amir ShalemFix bug where capacity is not updated correctly after...
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-10-21 Eric NieblerReverted commit D3927397
2016-10-20 Eric NieblerPrevent erroneous code like vector<fbstring>{{"this...
2016-10-14 Nicholas OrmrodBacked out changeset 09c1712854b3
2016-10-10 Nicholas OrmrodRemove memcpy-UB in fbstring
2016-10-07 Nicholas OrmrodDisallow COW in FBString
2016-10-04 Giuseppe OttavianoOutline several fbstring/malloc functions
2016-10-03 Giuseppe OttavianoOptimize frequently inlined FBString methods
2016-09-12 Giuseppe OttavianoDo not mess with NDEBUG in fbstring
2016-09-09 Eric NieblerRefactor basic_fbstring
2016-08-26 Nicholas OrmrodRemove now-useless FOLLY_MALLOC_H_
2016-08-24 Michael CallahanExplicit typecast of unused constant to make 32 bit...
2016-08-23 Giuseppe OttavianoMake fbstring::assign() tight, and simplify operator...
2016-08-22 pp__qqfix(FBString): fix bugs v2016.08.22.00
2016-08-11 Christopher DykesEliminate accidental trigraph in FBString
2016-08-10 Philip Proninfix bug in FBString::find
2016-07-16 Qinfan WuFix FBStringTest build failure and hash computation...
2016-07-14 Tavian Barnesfbstring: Fix std::hash specializations for non-char...
2016-05-27 Giuseppe OttavianoUse exponential growth in fbstring::append(size_type...
2016-05-19 Lucian Grijincufolly: FBString: avoid ubsan in assert
2016-05-14 Lucian Grijincufolly: fbstring: ubsan: memcpy/memmove are marked as...
2016-04-02 Giuseppe Ottavianofbstring: Make SSO disabling and insertImplDiscr implem...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Nicholas OrmrodNew strings no longer relocatable
2016-03-31 Giuseppe OttavianoSimplify fbstring::insertImpl
2016-03-30 Giuseppe OttavianoDo not use small category in fbstring when in ASan...
2016-03-21 Giuseppe OttavianoOptimize fbstring::append()
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-02 Giuseppe OttavianoKill writeTerminator in fbstring
2016-01-29 Giuseppe OttavianoOptimize getline(istream&, fbstring&) implementation
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-27 Yedidya FeldblumExtract endianness checks into Portability.h
2016-01-08 Giuseppe OttavianoFix two fbstring operator+ overloads
2015-12-18 Kosov Eugenefixed build with g++ 5+ and ASAN enabled
2015-11-12 Giuseppe OttavianoDisable assertions in FBString when used as std::string
2015-11-10 Steve O'BrienFBString: fix constructors so it compiles with newer...
2015-10-06 Adrian ZgorzalekUse attribute(no_sanitize) instead of no_sanitize_addre...
2015-10-05 Giuseppe OttavianoImprove performance of fbstring copy and move ctors...
2015-09-15 Yedidya FeldblumPrefer constexpr to preprocessor macros in FBString.h
2015-09-15 Yedidya FeldblumDrop support for GCC < 4.8 in folly/FBString.h
2015-09-14 Christopher ColePort fbstring_core to big-endian architectures.
2015-07-29 Orvid KingHandle MSVC in FBString.h
2015-07-27 Orvid KingFix the size of the enum in FBString.h under MSVC
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Andrei AlexandrescuMini-refactoring prompted by https://phabricator.fb...
2015-01-13 Jim Meyeringfolly/FBString.h: avoid -Wsign-compare error
2014-12-29 Andrei AlexandrescuBring fbstring::operator+ to date with C++11
2014-11-08 Nicholas OrmrodOverride #define of keyword
2014-10-29 Nicholas OrmrodFix multiple includes
2014-07-09 Tudor BosmanRemove unnecessary and broken hash specializations
2014-07-07 Hannes Roth(Folly/FBString) Enum class for category
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Nicholas OrmrodMake fbstring libgcc-safe
2014-06-26 Nicholas OrmrodFBString conservative additions
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-14 Nicholas Ormrodstatic-ify FBString asserts
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Tudor BosmanMore opensource build fixes
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Elizabeth SmithBetter <bits/c++config.h> detection
2014-04-18 Elizabeth Smithfbstring likely/unlikley ifdef for stuff that doesn...
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-03-31 Hannes Roth(Folly/FBString) Use a lambda to throw an exception...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-28 Anton LikhtarovEasy: fix signed/unsigned comparisons
2014-02-28 Nicholas OrmrodFix FBString's new includes
2014-02-28 Nicholas OrmrodRemove disallowed &* of FwdIterator
2014-02-28 Peter GriessTry again to fix hash<fbstring> namespacing
next