summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* Introduced an STL container for a view (util::view<T>), and changed opresolv ... Nathan Woods2016-09-113-10/+164
* Subscripting std::array<..., 0> is bad; working around this specific case Nathan Woods2016-09-101-1/+1
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-102-457/+484
|\
| * Changing an 'assert(false)' to 'throw false', so that this always errors even... Nathan Woods2016-09-091-2/+2
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-9/+18
| * Figured out a slightly better way to make the option guide macros to work Nathan Woods2016-09-031-8/+7
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-022-23/+52
| * Incorporating Vas Crabb feedback Nathan Woods2016-09-011-1/+1
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-272-452/+442
* | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-17/+34
|/
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-5/+0
* gah how did I miss that (nw) Vas Crabb2016-08-271-1/+1
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-274-2/+211
* Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used Nathan Woods2016-08-052-179/+0
* Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... Vas Crabb2016-08-021-8/+10
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-313-5/+3
|\
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-312-11/+30
|/
* fix after pass through the diff Vas Crabb2016-08-013-9/+9
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-315-24/+24
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-2/+2
* fixed clang (nw) Miodrag Milanovic2016-07-311-0/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-319-39/+40
* Another correction Nathan Woods2016-07-291-2/+2
* Third time is a charm :-) Nathan Woods2016-07-291-9/+9
* Better use of std::string::size_type and other cleanups Nathan Woods2016-07-291-6/+6
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-292-30/+30
* Adding an assert() Nathan Woods2016-07-271-0/+2
* Cleanups and version bump Miodrag Milanovic2016-07-276-78/+76
* chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency wit... MetalliC2016-07-251-0/+2
* chdcd: fix >2GB .iso parsing MetalliC2016-07-241-2/+1
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-236-68/+619
* Fixed MT #6291 ImJezze2016-07-161-18/+12
* Added generic fix for #6286 ImJezze2016-07-161-2/+26
* misc fixes (nw) Vas Crabb2016-07-121-4/+5
* Fixed issue that could cause core_filename_ends_with() to return true when ex... Nathan Woods2016-07-111-5/+6
* Adding a check for reverse overflow when extensions is longer than filename Nathan Woods2016-07-111-2/+2
* Adopting std::find() and std::find_if() in core_filename_extract_base() Nathan Woods2016-07-111-10/+8
* Deeper C++-ification Nathan Woods2016-07-111-8/+12
* C++-ification of some corefile static functions Nathan Woods2016-07-102-10/+10
* Changed some int's to size_t's and added assertions where we were assuming th... Nathan Woods2016-07-072-3/+3
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-072-286/+282
* As per Vas Crabb, readding overloads that take a std::string& parameter for t... Nathan Woods2016-07-042-6/+46
* Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-032-11/+12
* Changed zippath.[cpp|h] to use C++-style comments Nathan Woods2016-07-032-85/+85
* override without virtual looks uncomfortable (nw) Vas Crabb2016-07-031-1/+1
* Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-022-0/+14
* C++-ification of src/lib/util/unicode.[cpp|h] Nathan Woods2016-07-022-81/+81
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-11/+10