| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-12 | Move debug utils to debug.hh/debug.cc | Maxime Coste | |
| Lots of code includes buffer_utils.hh just for write_to_debug_buffer which pulls many unnecessary dependencies. Reorganise to reduce compile times. | |||
| 2021-11-21 | Use std::remove_cvref instead of std::decay | Maxime Coste | |
| 2018-07-05 | Change option lists to be specified as separate arguments on commands line | Maxime Coste | |
| Option lists and maps are specified using separate arguments, avoiding the need for additional escaping of their separator and reusing the existing command line spliting logic instead. As discussed on #2087, this should make it much easier to work with list options, and make the general option system feel cleaner. | |||
| 2018-05-27 | Refactor option_from_string to return directly the option value | Maxime Coste | |
| 2018-05-27 | Add unit test for option parsing | Maxime Coste | |
| 2013-03-29 | Add support for tuple Options, implement LineAndFlag using that | Maxime Coste | |
| 2013-03-29 | String: inherit from std::string rather than using it as a backend | Maxime Coste | |
| 2013-03-26 | Make TypedOption templates public | Maxime Coste | |
| 2013-03-26 | Add a special option type LineAndFlag, use it for FlagLines highlighter | Maxime Coste | |
