summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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