Fixing opt-asan/ubsan fail for folly contbuild
[folly.git] / folly / Conv.h
2017-05-28 Qinfan WuFix tryTo to support conversion to enumerations v2017.05.29.00
2017-05-25 Eric NieblerReplace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD...
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-04-14 Mark WilliamsRevert D4805628: [folly] Suppress more warnings for...
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-10-25 Michael LeeFix maybe-uninitialized warning in Conv.h
2016-09-01 Phil WilloughbyFix folly conversions for Clang with GCC5's libstdc++
2016-08-21 Christopher DykesFix folly::to<> under MSVC
2016-08-21 Bi XueSuggestion of fixing folly::to<std::string>(double...
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-06 Michael LeeClean up int128_t macro gating
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
2016-06-27 Marcus Holland-MoritzAllow unchecked conversion from floating point to bool
2016-06-24 Marcus Holland-MoritzFix uses of std::nextafter on Android
2016-06-24 Marcus Holland-MoritzFix code for anything-to-string space estimation
2016-06-24 Marcus Holland-MoritzSimplify unsigned-to-string conversion code and improve...
2016-06-24 Marcus Holland-MoritzFix undefined behaviour in 128-bit integer-to-string...
2016-06-24 Marcus Holland-MoritzFix conversion from bool to floating point value
2016-06-23 Marcus Holland-MoritzClean up Conv.cpp / Conv.h
2016-06-23 Marcus Holland-MoritzFix undefined behaviour in float<->int conversion
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-07 Tom JacksonExtensibility for folly::to<> through ADL
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-01 Jim Meyeringfolly/Conv.h: suppress -Wfloat-conversion warnings
2015-12-01 Jim Meyeringfolly/Conv.h: estimateSpaceNeeded: avoid undefined...
2015-11-23 Sara GolemonFix minor typo in folly/Conv.h
2015-11-03 Anton LikhtarovDisallow nullptr literal in StringPiece constructor
2015-10-13 Ben MaurerMove digits_to into .cpp
2015-09-21 Marc Horowitzmake to<bool> skip range check
2015-09-09 Yedidya FeldblumDrop support for GCC < 4.8 in folly/Conv.h
2015-08-12 Orvid KingHandle some scoping issues in Conv.h under MSVC
2015-07-30 Nima AghdaiiFix Infinity
2015-07-29 Orvid KingAdded FOLLY_ALIGNED(), to allow aligning on MSVC as...
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-06-09 Steve O'BrienConv.h: fix a type error caught by clang
2015-06-09 Steve O'Briendecimal conversion: digits10 using bit-counting instruc...
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Sean CannellaFix Conv.h compilation on Android
2015-02-02 Lucian Grijincufolly: to: make exceptions more informative
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-07 Sarang MastiAllow conversion from a type T to itself
2014-12-29 Sarang MastiAllow conversion from StringPiece to StringPiece
2014-10-15 Soren LassenBetter estimateSpaceNeeded(double)
2014-10-15 Marcin Pawlowskistop prereserving space in toAppend
2014-09-26 Ranjeeth Dasinenirfc : -Wshorten-64-to-32 warnings in folly liger depend...
2014-09-18 Sean CannellaRemove dependency on std::to_string
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Marcin Pawlowskimade toAppendDelim better
2014-07-21 Marcin Pawlowskireserve capacity in toAppend<StringType>(...)
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-02-28 Andrew GallagherFix inclusions of double-conversion to use proper path
2014-02-28 Tom ConerlyFix clang folly::to failure
2014-01-19 Marc Horowitzmove folly::detail::IsSomeString outside of folly:...
2013-10-15 Peter GriessAvoid static_assert in tuple_element for Clang/libc++
2013-09-08 Jordan DeLongSome fixes for building stuff with clang
2013-08-28 Andrew Gallagherfolly/Conv.h: remove unused local typedef
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
2013-04-21 Marcelo JuchemFixing clang compatibility issues
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Davide BolcioniFix output of 128 bit integer to string conversion.
2012-12-16 Soren Lassenuse std::underlying_type to support enum classes
2012-10-12 Andrei AlexandrescuBetter unsigned to string conversion
2012-09-17 Fan Guosupport -nan in conversion
2012-07-13 Eitan FrachtenbergImprove digits_to() performance
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6