summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix tools as well (nw) Miodrag Milanovic2017-05-151-1/+1
* chdman: Add support for hard disk templates and add some initial ones Dirk Best2017-01-071-1/+76
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-151/+151
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-12/+12
* Fix chdman addmeta --valuefile by calling the correct write_metadata. [smf] smf-2016-10-091-1/+1
* unbreak large files in chdman after refactor Vas Crabb2016-08-011-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-8/+8
* chdman: fix remaining createcd 64bit issues MetalliC2016-07-241-4/+4
* compile fix (nw) Miodrag Milanovic2016-07-231-9/+9
* try one old good fix (nw) Miodrag Milanovic2016-07-231-1/+1
* Revert "fix building with gcc 6.1.0 by making it consistent with other source... Miodrag Milanovic2016-07-231-2/+5
* fix building with gcc 6.1.0 by making it consistent with other source files. ... smf-2016-07-231-5/+2
* Fixed stupid compilation error Nathan Woods2016-07-111-1/+1
* Removed some c_str() calls that are no longer necessary Nathan Woods2016-07-111-2/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+0
* ever since https://github.com/mamedev/mame/commit/f0823886a66100e193d6eeb0402... smf-2016-06-081-3/+0
* Ignore cylinders, heads and sectors from identify device data, based on the A... smf-2016-06-021-1/+1
* misc fixes (nw) Vas Crabb2016-05-281-1/+1
* chdman: ignore ATA ident CHS values for > 8GB images MetalliC2016-05-251-0/+4
* chdman.cpp: fix for code that expects to be able to dereference a pointer tha... Ivan Vangelista2016-04-271-15/+48
* fix chdman extractcd track names (was foo.cue.bin instead of foo.bin) MetalliC2016-03-301-1/+1
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-8/+8
* Fix chdman again for I64FMT on WIN32 Brandon Munger2016-03-141-1/+1
* chdman I64FMT fix for OSX, FreeBSD Brandon Munger2016-03-141-1/+1
* Fix I64FMT in chdman for Linux 64 bit Brandon Munger2016-03-141-0/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-61/+60
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-19/+14
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-4/+10
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-94/+84
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-11/+8
* fix compile of tools (nw) Miodrag Milanovic2016-01-111-9/+7
* Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+0
* chdman info verbose metadata output (nw) MetalliC2015-12-261-3/+6
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-195/+200
* clang-modernize part 6 Miodrag Milanovic2015-12-041-12/+12
* clang-modernize part 5 Miodrag Milanovic2015-12-041-97/+97
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2958