summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-141-1/+100
* util/chd.cpp: Made a few more member functions return error conditions. Vas Crabb2024-10-131-475/+488
* chd.cpp: More API changes AJR2024-10-111-89/+111
* util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... Vas Crabb2024-10-111-28/+51
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-13/+14
* util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g2024-02-171-8/+19
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-101-17/+15
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-111-7/+7
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-271-120/+53
* Revert "chd.cpp: Refactoring, part 2" Vas Crabb2023-10-271-117/+130
* chd.cpp: Refactoring, part 2 AJR2023-10-231-130/+117
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-221-53/+120
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-201-22/+60
* chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR2023-09-171-119/+90
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-4/+38
* chd: Optimize error return from read_metadata Olivier Galibert2022-04-041-1/+1
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-14/+5
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-343/+368
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+2
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-6/+6
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-4/+4
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-021-0/+1
* Fix off-by-one error (nw) Vas Crabb2017-05-051-1/+1
* Minor improvement to CHD metadata loading Nathan Woods2017-05-041-6/+2
* fix chd build (nw) Vas Crabb2017-02-021-7/+7
* Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... smf-2016-11-061-3/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-215/+215
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-9/+9
* fix after pass through the diff Vas Crabb2016-08-011-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-7/+7
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-50/+50
* chdman: attempt to workaround hang during chd creation MetalliC2016-06-041-1/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-8/+8
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-31/+37
* use std::atomic in chd.cpp/h (nw) Miodrag Milanovic2016-03-011-6/+6
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-57/+57
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3279