summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* chdman: attempt to workaround hang during chd creation MetalliC2016-06-041-1/+4
* misc fixes (nw) Vas Crabb2016-05-281-38/+26
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-272-13/+13
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2417-42/+47
* Move a few odds and ends out of the emu core AJR2016-04-232-0/+209
* chd: initialized m_hunknum inside the constructor. (nw) dankan18902016-04-151-0/+1
* cdrom: declared (std::nothrow) some allocations. (nw) dankan18902016-04-151-3/+3
* Make un7z a bit chattier, too Vas Crabb2016-04-112-39/+66
* Make unzip less opaque about what it's doing Vas Crabb2016-04-111-23/+246
* Fix crash Vas Crabb2016-04-101-1/+0
* Second thoughts about default status Vas Crabb2016-04-101-1/+1
* Visual Studio says it can be uninitialized (nw) Miodrag Milanovic2016-04-101-1/+1
* foobar is not a subdirectory of foo called bar Vas Crabb2016-04-102-7/+11
* STL makes life easier Vas Crabb2016-04-101-35/+18
* Fix for archives containing directories like foobar following foo Vas Crabb2016-04-101-3/+4
* Fix phantom files in archives containing directories Vas Crabb2016-04-101-18/+12
* Work with more ZIP64 files Vas Crabb2016-04-101-48/+73
* zip cleanup Vas Crabb2016-04-101-64/+39
* zip method 14 Vas Crabb2016-04-091-2/+135
* More ZIP support Vas Crabb2016-04-091-138/+127
* Update LZMA SDK to 15.14 Vas Crabb2016-04-092-15/+29
* ZIP64 support [Vas Crabb] Vas Crabb2016-04-091-170/+353
* Add includes for dependency documentation. There is still inconsistent couriersud2016-04-084-2/+4
* Improve 7zip file I/O code (should fix >=4GB 7z archives on LP32/LLP64) Vas Crabb2016-04-061-18/+18
* Revert software-installed slot/image options when changing software AJR2016-04-042-8/+8
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+6
* fix: inline not allowed. (nw) dankan18902016-04-031-1/+1
* Small changes. (nw) dankan18902016-04-032-1/+7
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-0/+1
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-313-7/+9
* Iterate over core classes C++11 style AJR2016-03-314-21/+52
* Cleanups and version bump Miodrag Milanovic2016-03-307-14/+9
* cleanup build includes (nw) Jeffrey Clark2016-03-281-4/+0
* Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... Vas Crabb2016-03-253-26/+74
* Enable the internal delegates for Emscripten too (nw) Justin Kerk2016-03-202-3/+1
* Fix boundary check on parsing ZIP ECD Vas Crabb2016-03-211-1/+1
* Fix many valgrind Mismatched free() / delete / delete [] errors Vas Crabb2016-03-211-16/+21
* Enable these delegates for MIPS as well (nw) Miodrag Milanovic2016-03-201-1/+1
* Fixed delegates for ARM and MIPS (nw) Miodrag Milanovic2016-03-201-5/+2
* Damn you glibstdc++ (nw) Vas Crabb2016-03-181-0/+1
* Fix zippath browsing and allow zippath to browse/load 7zip Vas Crabb2016-03-181-147/+106
* Fold some redundant code Vas Crabb2016-03-181-20/+13
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-1810-391/+332
* Clear error status on persistent streams Vas Crabb2016-03-171-0/+1
* Fix 7z name match, fix VS2015 build Vas Crabb2016-03-152-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-1413-3017/+2813
* Updated delegates, now works on ARM and ARM64 (nw) Miodrag Milanovic2016-03-132-510/+74
* fix for VS builds by Vas (nw) Miodrag Milanovic2016-03-121-1/+1
* Add support to adjust the screen color Dirk Best2016-03-122-0/+10
* Allow seek to position 0 in a vectorstream with empty storage, always reserve... Vas Crabb2016-03-102-3/+4