move Iterator, Enumerate, EvictingCacheMap, Foreach, Merge, and
[folly.git] / folly / test / ConvTest.cpp
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-12 Mickey PhoenixFix documentation for folly's to<double>() method's...
2017-05-28 Qinfan WuFix tryTo to support conversion to enumerations v2017.05.29.00
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-30 Zonr ChangDefine "__STDC_FORMAT_MACROS" for using PRI{u,x}64...
2016-08-17 Phil WilloughbyFix folly contbuild
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-08-11 Christopher DykesUse explicitly sized integers in the Conv test
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
2016-07-01 Christopher DykesUse float literals when initializing float values
2016-06-27 Marcus Holland-MoritzAllow unchecked conversion from floating point to bool
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-MoritzFix undefined behaviour in float<->int conversion
2016-04-07 Tom JacksonExtensibility for folly::to<> through ADL
2016-03-03 Michael LeeFix printing of uint64_t in ConvTest
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-11-23 Michael OliverBenchmark std::to_string vs. folly::to<std::string>
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
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-06-09 Steve O'Briendecimal conversion: digits10 using bit-counting instruc...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-07 Sarang MastiAllow conversion from a type T to itself
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-15 Marcin Pawlowskistop prereserving space in toAppend
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: ConvTest.cpp.
2014-07-21 Marcin Pawlowskireserve capacity in toAppend<StringType>(...)
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-28 Tom ConerlyFix clang folly::to failure
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
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-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6