summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2016-07-277-79/+77
* chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency wit... MetalliC2016-07-251-0/+2
* Merge pull request #1139 from GiuseppeGorgoglione/master R. Belmont2016-07-241-3/+52
|\
| * Fix for netlist library when built for WINDOWS with UNICODE defined Giuseppe Gorgoglione2016-07-241-3/+52
* | 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
* Netlist updates: couriersud2016-07-2188-1511/+4904
* Fixed MT #6291 ImJezze2016-07-161-18/+12
* renamed bbc_dsk to acorn_dsk Nigel Barnes2016-07-164-514/+819
* fsd_dsk: more logging (nw) Nigel Barnes2016-07-161-9/+19
* Added generic fix for #6286 ImJezze2016-07-161-2/+26
* Fix archimedes disk format [O. Galibert] Olivier Galibert2016-07-151-1/+6
* 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
* Moved two macros, added more RAII and improved exceptions. Fixed some couriersud2016-07-0914-189/+216
* 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-078-357/+337
* 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
* Netlist improvements: couriersud2016-07-0136-276/+433
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-295-15/+14
* Fixed incorrect implementation of win_time_point_from_filetime() Vas Crabb2016-06-264-84/+141
|\
| * Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-263-42/+135
* | Fix Clang compile on OSX Brad Hughes2016-06-252-2/+2
|/
* clang on windows fixes (nw) Miodrag Milanovic2016-06-251-3/+0
* Supply modified time for files in archives [Vas Crabb] Vas Crabb2016-06-254-39/+242
* fix Clang build. it still fails b/c of the file and directory stuff. (nw) arbee2016-06-241-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-2589-232/+130
* Merge remote-tracking branch 'origin/master' into netlist_dev couriersud2016-06-242-35/+35
|\
| * POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-4/+4
| * Load save state preparations [Nathan Woods] Vas Crabb2016-06-242-33/+33
| |\
| | * Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-1/+1
| | * C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-242-33/+33
* | | Add explicit to constructors to avoid bad surprises later. (nw) couriersud2016-06-247-17/+17
* | | Merge remote-tracking branch 'origin/master' into netlist_dev couriersud2016-06-242-18/+18
|\| |
| * | Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-242-18/+18
| |/
* / Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-246-30/+42
|/
* Netlist changes couriersud2016-06-2330-623/+1122
* Added rgb_t::transparent constant Nathan Woods2016-06-182-0/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-96/+0
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-3/+3
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-1668-1425/+1044