summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+0
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-0/+7
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-4/+4
* Eliminate core_strdup (nw) AJR2018-01-241-8/+0
* Returning a reference from various corestr.cpp calls to avoid unnecessary str... npwoods2017-09-021-4/+4
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-0/+1
* Support -listroms for devices (e.g. mpu401 or m68705p3) Vas Crabb2017-05-181-0/+1
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
* core_i64_hex_format is now a static function in memory.cpp Vas Crabb2016-03-031-4/+0
* Get rid of most uses of core_i64_hex_format, all remaining uses are in memory... Vas Crabb2016-03-011-1/+0
* Move more things to type-safe printf Vas Crabb2016-03-011-1/+0
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-3/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* Fix strreplace, fixes snapshot and dtd issue (nw) Miodrag Milanovic2015-04-231-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-0/+15
* Some compilers have issue with ! signs (nw) Miodrag Milanovic2015-03-211-5/+5
* small core_strwildcmp() clarification (nw) Oliver Stöneberg2014-04-071-1/+1
* some comments (nw) Oliver Stöneberg2014-03-241-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-1/+2
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-101-0/+5
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+60