Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Remove support for double serialization | Pieter Wuille | |
2021-02-23 | assumptions: check C++17 assumption with MSVC | fanquake | |
From my reading of https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=msvc-160 and https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/ if we set the `/Zc:__cplusplus` switch in additional options, MSVC will report the correct value for `__cplusplus`. | |||
2021-02-23 | assumptions: assume a C++17 compiler | fanquake | |
This has already been the case since #20413. | |||
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-05-20 | net: Use C++11 member initialization in protocol | MarcoFalke | |
2019-03-05 | Document assumptions about C++ compiler | practicalswift | |
2019-03-04 | Add sizeof(size_t) assumptions | practicalswift | |
2019-02-14 | Add compile time verification of assumptions we're currently making ↵ | practicalswift | |
implicitly/tacitly |