| Commit message (Expand) | Author | Age | Files | Lines |
* | util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... |  Vas Crabb | 2024-10-14 | 1 | -1/+100 |
* | util/chd.cpp: Made a few more member functions return error conditions. |  Vas Crabb | 2024-10-13 | 1 | -475/+488 |
* | chd.cpp: More API changes |  AJR | 2024-10-11 | 1 | -89/+111 |
* | util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... |  Vas Crabb | 2024-10-11 | 1 | -28/+51 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -13/+14 |
* | util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... |  balr0g | 2024-02-17 | 1 | -8/+19 |
* | tools/chdman.cpp: Fixed numerous issues, including: |  Vas Crabb | 2024-02-10 | 1 | -17/+15 |
* | Added Zstandard support for zip archives and CHDs. (#11827) |  Vas Crabb | 2023-12-11 | 1 | -7/+7 |
* | Revert "chd.cpp, chdcodec.cpp: Minor refactoring" |  Vas Crabb | 2023-10-27 | 1 | -120/+53 |
* | Revert "chd.cpp: Refactoring, part 2" |  Vas Crabb | 2023-10-27 | 1 | -117/+130 |
* | chd.cpp: Refactoring, part 2 |  AJR | 2023-10-23 | 1 | -130/+117 |
* | chd.cpp, chdcodec.cpp: Minor refactoring |  AJR | 2023-10-22 | 1 | -53/+120 |
* | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 1 | -22/+60 |
* | chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions |  AJR | 2023-09-17 | 1 | -119/+90 |
* | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -4/+38 |
* | chd: Optimize error return from read_metadata |  Olivier Galibert | 2022-04-04 | 1 | -1/+1 |
* | cdrom_file: classify. Could use more internal work, but it's a step |  Olivier Galibert | 2022-04-01 | 1 | -1/+1 |
* | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -14/+5 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -343/+368 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -4/+4 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+2 |
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) |  Oliver Stöneberg | 2020-01-30 | 1 | -6/+6 |
* | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -1/+1 |
* | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -4/+4 |
* | imgtool: MT 6693 wip, solves mess_hd issue (nw) |  Sergey Svishchev | 2019-06-02 | 1 | -0/+1 |
* | Fix off-by-one error (nw) |  Vas Crabb | 2017-05-05 | 1 | -1/+1 |
* | Minor improvement to CHD metadata loading |  Nathan Woods | 2017-05-04 | 1 | -6/+2 |
* | fix chd build (nw) |  Vas Crabb | 2017-02-02 | 1 | -7/+7 |
* | Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... |  smf- | 2016-11-06 | 1 | -3/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -215/+215 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -9/+9 |
* | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 1 | -3/+3 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -7/+7 |
* | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -50/+50 |
* | chdman: attempt to workaround hang during chd creation |  MetalliC | 2016-06-04 | 1 | -1/+4 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -3/+3 |
* | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -8/+8 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -31/+37 |
* | use std::atomic in chd.cpp/h (nw) |  Miodrag Milanovic | 2016-03-01 | 1 | -6/+6 |
* | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -57/+57 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+3279 |