logging: add a LogConfig::update() method
[folly.git] / folly / Format-inl.h
2017-11-01 Ognjen DragoljevicMake associative container out-of-range exception provi...
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-07-30 Yedidya FeldblumOutline throw statements in format
2017-06-26 Giuseppe OttavianoImprove Format's handling of temporaries
2017-05-09 Arkadiy ShapkinFix FBString with MSVC
2017-03-06 Johannes Kopffixing a compile error on windows v2017.03.06.00
2017-02-07 Phil WilloughbyModify BaseFormatter to help static analysers
2017-02-07 Phil WilloughbyRun clang-format over Format*.h
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-08-25 Christopher DykesDon't pass the single quote format parameter when forma...
2016-05-26 Christopher DykesInclude <folly/portability/Windows.h> in folly::format
2016-05-11 Lucian Grijincufolly: ubsan: format: avoid UB in abs(-INT_MIN)
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-13 Michael LeeUse PRIuMAX for Android format strings.
2015-08-18 Orvid KingAdjust Format-inl.h to work with MSVC
2015-08-09 Brett SimmersSupport dynamic field width in folly::format()
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
2015-05-20 Tudor BosmanMake folly::format no longer crash on invalid format...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 John EhrhardtUpdating Folly Formatting's use of separators for Decim...
2015-01-13 Jim Meyeringfolly/Format-inl.h: use the correct type for fwrite...
2015-01-13 Jim Meyeringfolly/Format-inl.h: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/Format-inl.h: fix gcc-4.9-exposed shadowing warni...
2014-10-29 Sean CannellaReally fix the clang warning in Format-inl.h
2014-10-29 Sean CannellaAddress clang sign warning in Format-inl.h
2014-09-26 Ranjeeth Dasinenirfc : -Wshorten-64-to-32 warnings in folly liger depend...
2014-07-25 Tom JacksonSupport trailing decimals for floats
2014-07-25 Tyler MacDonaldfix D1422343 ("make `folly::Formatter` extendible"...
2014-07-09 Paul TarjanRevert "make `folly::Formatter` extendible"
2014-07-09 Tyler MacDonaldmake `folly::Formatter` extendible
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Tudor BosmanAdd defaulted() in Format.h to avoid throwing on missin...
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/
2014-02-06 Adam Simpkinsadd formatChecked(), which does not crash on bad format...
2014-02-06 Adam Simpkinsrevert format()'s behavior of crashing on error
2014-01-19 Marc Horowitzmove folly::detail::IsSomeString outside of folly:...
2013-11-06 Tudor BosmanAdd Formatter::writeTo(FILE*)
2013-09-08 bsimmersabort instead of throwing an exception on bad format...
2013-04-21 Marcelo JuchemFixing clang compatibility issues
2013-04-21 Brett SimmersRemove an unused variable in FormatValue<double>
2013-02-04 Marcelo JuchemA few fixes for clang support
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
2012-12-16 Tom JacksonAdding support for printing arbitrary pointers
2012-12-16 Tom JacksonEnabling format("{}", format(...))
2012-10-12 Andrei AlexandrescuBetter unsigned to string conversion
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6