summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-7/+75
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-0/+2
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-242-4/+4
* unzip: defer decoding DOS timestamps (nw) Vas Crabb2017-09-111-13/+29
* that doesn't require an instance (nw) Vas Crabb2017-09-032-19/+20
* png: make verify_header public (nw) hap2017-09-022-15/+27
* Returning a reference from various corestr.cpp calls to avoid unnecessary str... npwoods2017-09-022-13/+13
* srcclean (nw) Vas Crabb2017-08-275-9/+9
* needed for external work (nw) MetalliC2017-08-262-0/+11
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-151-7/+19
* fix indexed transparency (nw) Vas Crabb2017-08-141-3/+3
* PNG: support greyscale with transparent pen, encode/decode text chunks as UTF... Vas Crabb2017-08-142-142/+168
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-132-460/+408
* png: support 16-bit samples Vas Crabb2017-08-131-21/+35
* PNG: fix unfiltering Vas Crabb2017-08-121-76/+71
* ui: save/restore images/info selection in right panel Vas Crabb2017-08-121-0/+2
* More PNG handling overhaul: Vas Crabb2017-08-122-120/+217
* add minimal support for reading Adam7 interlaced PNG Vas Crabb2017-08-121-360/+372
* Adding #include <cctype> Nathan Woods2017-08-091-0/+1
* Refactor server_{ws,http}.hpp into separate interface and implementation. (#2... Christian Brunschen2017-08-064-1157/+1238
* Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2017-07-302-0/+26
* Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb2017-07-212-7/+60
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-212-87/+95
* never hurts to srcclean (nw) Vas Crabb2017-07-091-2/+2
* Add an external panel for the Ensoniq VFX family of keyboards, with a websock... Christian Brunschen2017-07-052-12/+21
* options: Set the value when setting the default as before [O. Galibert] Olivier Galibert2017-06-251-1/+1
* more srcclean (nw) Vas Crabb2017-06-251-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-252-565/+713
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-242-15/+30
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* New working clone added hap2017-05-261-0/+2
* Support -listroms for devices (e.g. mpu401 or m68705p3) Vas Crabb2017-05-182-0/+11
* Revert "reordering the #include lets you build this file with latest mingw he... smf-2017-05-141-6/+3
* reordering the #include lets you build this file with latest mingw headers (nw) smf-2017-05-141-3/+6
* Bug fix to -romident and aux verb cleanup (take two) (#2299) npwoods2017-05-132-22/+54
* Revert "Bug fix to -romident and aux verb cleanup (#2288)" Vas Crabb2017-05-122-33/+11
* Bug fix to -romident and aux verb cleanup (#2288) npwoods2017-05-122-11/+33
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-102-3/+3
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-072-712/+550
* Overhaul to how MAME handles options (#2260) npwoods2017-05-052-550/+712
* Fix off-by-one error (nw) Vas Crabb2017-05-051-1/+1
* Minor improvement to CHD metadata loading Nathan Woods2017-05-041-6/+2
* srcclean (nw) Vas Crabb2017-04-232-21/+21
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-172-29/+4
* More options refactoring Nathan Woods2017-04-162-4/+25
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-152-1/+10
* cdrom: translate from 2336 to 2048 (nw) cracyc2017-04-101-0/+6
* Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods2017-04-064-50/+272
* Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods2017-04-021-3/+8
* srcclean (nw) Vas Crabb2017-03-261-2/+2