index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tinyformat.h
Age
Commit message (
Expand
)
Author
2021-07-05
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
Hennadii Stepanov
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2019-12-06
util: Update tinyformat to upstream
Wladimir J. van der Laan
2019-06-13
tinyformat: Add doc to Bitcoin Core specific strprintf
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2017-10-29
[Util] Update tinyformat.h
fanquake
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-03-13
util: Throw tinyformat::format_error on formatting error
Wladimir J. van der Laan
2016-06-27
util: Update tinyformat
Wladimir J. van der Laan
2016-05-04
tinyformat: force USE_VARIADIC_TEMPLATES
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-08-20
Move strprintf define to tinyformat.h
Wladimir J. van der Laan
2014-02-28
Make tinyformat errors raise an exception instead of assert()ing
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan