summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-10/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+95
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-95/+0
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-0/+95
* Eliminate core_strdup (nw) AJR2018-01-241-17/+0
* Returning a reference from various corestr.cpp calls to avoid unnecessary str... npwoods2017-09-021-9/+9
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-15/+29
* Support -listroms for devices (e.g. mpu401 or m68705p3) Vas Crabb2017-05-181-0/+10
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* core_i64_hex_format is now a static function in memory.cpp Vas Crabb2016-03-031-67/+0
* Move more things to type-safe printf Vas Crabb2016-03-011-10/+0
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-28/+0
* Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+337