| Age | Commit message (Expand) | Author |
|---|---|---|
| 2017-01-08 | Apply clang-tidy modernize to the codebase | Maxime Coste |
| 2016-09-04 | Rework client quitting and handling of remote errors | Maxime Coste |
| 2016-07-04 | Refactor Optional::operator== | Maxime Coste |
| 2016-06-22 | Add an Optional::emplace method | Maxime Coste |
| 2015-07-10 | Use a named struct Empty in optional | Maxime Coste |
| 2015-06-25 | Avoid unneeded default constructor call in Optional | Maxime Coste |
| 2015-05-01 | Add str_to_int_ifp that returns an Optional<int> instead of throwing | Maxime Coste |
| 2015-04-15 | Optional: put the bool m_valid after the content to improve packing | Maxime Coste |
| 2015-03-14 | Change ParameterParser switch interface, use an Optional<StringView> | Maxime Coste |
| 2014-12-25 | Minor code tweak in optional.hh | Maxime Coste |
| 2014-12-23 | Remove trailing blank lines | Maxime Coste |
| 2014-10-28 | Add noexcept spec to move constructor and move assign | Maxime Coste |
| 2014-08-19 | Add support for operator== to Optional | Maxime Coste |
| 2014-06-27 | Replace boost::optional with our own implementation | Maxime Coste |
