summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-161-53/+25
* Fixes and cleanup: Vas Crabb2022-09-151-1/+1
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-151-6/+14
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-2/+36
* Various minor cleanups. Vas Crabb2022-07-311-3/+3
* Created a CBM DOS file system driver and added it to the 1541 implementation ... npwoods2022-06-301-26/+3
* Much more core std::string_view modernization AJR2021-01-201-24/+24
* Low-level #include overhaul AJR2021-01-021-1/+0
* use C++ library includes (nw) firewave2020-01-221-2/+2
* 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