| Commit message (Expand) | Author | Age | Files | Lines |
* | Pacify clang, and more noexcept. |  Vas Crabb | 2023-03-26 | 1 | -10/+0 |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 1 | -725/+216 |
* | util/strformat.h: Detect C++ standard > C++17 before doing weird stuff. |  Vas Crabb | 2021-09-18 | 1 | -10/+16 |
* | util/strformat.h, util/delegate.h: More cleanup and future-proofing. |  Vas Crabb | 2021-09-18 | 1 | -20/+17 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -27/+27 |
* | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -2/+0 |
* | Fix some oversights and emergent behaviour with view selection. |  Vas Crabb | 2020-12-20 | 1 | -0/+36 |
* | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 1 | -61/+58 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -237/+246 |
* | centralise instantiation of more of the util::strformat engine |  Vas Crabb | 2020-04-08 | 1 | -0/+533 |
* | util/strformat.h: future-proof for C++20 (GitHub #6275) |  Vas Crabb | 2020-02-09 | 1 | -31/+54 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -5/+5 |
* | Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 ... |  Miodrag Milanovic | 2016-11-17 | 1 | -1/+1 |
* | Fix compilation under VS2017 (nw) |  Miodrag Milanovic | 2016-11-16 | 1 | -1/+1 |
* | While I'm causing full recompiles all the time, reduce necessary number of in... |  Vas Crabb | 2016-08-27 | 1 | -2/+86 |
* | Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] |  Vas Crabb | 2016-06-24 | 1 | -15/+15 |
* | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -6/+6 |
* | fix for VS builds by Vas (nw) |  Miodrag Milanovic | 2016-03-12 | 1 | -1/+1 |
* | This depends on libstdc++ version, not GCC version |  Vas Crabb | 2016-03-06 | 1 | -1/+1 |
* | This works (nw) |  Miodrag Milanovic | 2016-03-05 | 1 | -0/+15 |
* | Further reduce template instantiations |  Vas Crabb | 2016-03-04 | 1 | -16/+16 |
* | Reduce number of formatting template instantiations needed - should reduce co... |  Vas Crabb | 2016-03-04 | 1 | -89/+48 |
* | Fix for Visual Studio build by Vas (nw) |  Miodrag Milanovic | 2016-03-01 | 1 | -1/+1 |
* | Add ability to pass argument packs that don't need templates all the way down |  Vas Crabb | 2016-03-01 | 1 | -363/+613 |
* | * Support *n conversion in stream_format/string_format |  Vas Crabb | 2016-03-01 | 1 | -7/+79 |
* | fixed VS build. (nw) |  dankan1890 | 2016-02-28 | 1 | -1/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -0/+1453 |