summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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