summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* | Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-242-18/+18
|/
* Added rgb_t::transparent constant Nathan Woods2016-06-182-0/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-96/+0
* 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