summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+4
* fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb2017-03-031-1/+1
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-272-5/+6
* Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud2017-02-241-1/+1
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2
|\
* | Vas feedback Nathan Woods2017-02-231-8/+3
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-222-25/+54
|/
* Softlist cleanup (#2075) npwoods2017-02-222-0/+44
* srcclean (nw) Vas Crabb2017-02-191-2/+2
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-2/+1
* Sync with upstream (nw) Miodrag Milanovic2017-02-053-6/+19
* fix chd build (nw) Vas Crabb2017-02-021-7/+7
* yo sup dawg (nw) Vas Crabb2017-02-021-7/+47
* Fixed building using system utf8proc Julian Sikorski2017-01-261-1/+1
* srcclean (nw) Vas Crabb2017-01-225-126/+126
* Merge pull request #1911 from npwoods/imgtool_use_wide_console Vas Crabb2017-01-052-0/+40
|\
| * Vas Crabb feedback: Nathan Woods2017-01-041-3/+3