summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/strformat.h
Commit message (Expand)AuthorAgeFilesLines
* Pacify clang, and more noexcept. Vas Crabb2023-03-261-10/+0
* Various optimisations to code generaton. Vas Crabb2023-03-261-725/+216
* util/strformat.h: Detect C++ standard > C++17 before doing weird stuff. Vas Crabb2021-09-181-10/+16
* util/strformat.h, util/delegate.h: More cleanup and future-proofing. Vas Crabb2021-09-181-20/+17
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-27/+27
* Low-level #include overhaul AJR2021-01-021-2/+0
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-0/+36
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-61/+58
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-237/+246
* centralise instantiation of more of the util::strformat engine Vas Crabb2020-04-081-0/+533
* util/strformat.h: future-proof for C++20 (GitHub #6275) Vas Crabb2020-02-091-31/+54
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-5/+5
* Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 ... Miodrag Milanovic2016-11-171-1/+1
* Fix compilation under VS2017 (nw) Miodrag Milanovic2016-11-161-1/+1
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-271-2/+86
* Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-241-15/+15
* Cleanups and version bump Miodrag Milanovic2016-03-301-6/+6
* fix for VS builds by Vas (nw) Miodrag Milanovic2016-03-121-1/+1
* This depends on libstdc++ version, not GCC version Vas Crabb2016-03-061-1/+1
* This works (nw) Miodrag Milanovic2016-03-051-0/+15
* Further reduce template instantiations Vas Crabb2016-03-041-16/+16
* Reduce number of formatting template instantiations needed - should reduce co... Vas Crabb2016-03-041-89/+48
* Fix for Visual Studio build by Vas (nw) Miodrag Milanovic2016-03-011-1/+1
* Add ability to pass argument packs that don't need templates all the way down Vas Crabb2016-03-011-363/+613
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-7/+79
* fixed VS build. (nw) dankan18902016-02-281-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-0/+1453