summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-161/+161
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-8/+8
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-18/+18
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* chd: initialized m_hunknum inside the constructor. (nw) dankan18902016-04-151-0/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-5/+5
* use std::atomic in chd.cpp/h (nw) Miodrag Milanovic2016-03-011-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-8/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* more ThreadSanitizer data race warning "fixes" (nw) Oliver Stöneberg2014-12-311-1/+3
* chd updates: [MetalliC] R. Belmont2014-04-181-1/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i... Oliver Stöneberg2014-02-261-0/+11
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-66/+66
* When copying CHDs, preserve the flag that indicates whether the metadata Aaron Giles2012-03-061-2/+2
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-0/+2
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-74/+74
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-226/+430
* Missing files from the last checkin (nw) R. Belmont2012-01-221-5/+6
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* chdman/cdrom updates: [R. Belmont] R. Belmont2010-05-301-1/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-021-1/+1
* V4 header format is no longer proposed. Aaron Giles2009-03-201-1/+1
* Moved chd_clone_metadata code into chdman.c so that it can intelligently Aaron Giles2009-03-101-0/+9
* Redid metadata hashing. A digest of tags and hashes for each Aaron Giles2009-03-101-4/+2
* NOTE: With the change, all existing CHD diff files are invalid. Aaron Giles2009-03-091-7/+21
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-051-2/+22
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-0/+3
* Rejiggered huffman.c to support multiple interleaving Aaron Giles2008-08-121-31/+21
* Removed obsolete makemeta tool. Replaced it with new ldverify Aaron Giles2008-08-051-0/+3
* Removed per-frame metadata support from chdman. Creating an A/V Aaron Giles2008-08-011-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-4/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-0/+2
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+325