summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.cpp
Commit message (Collapse)AuthorAgeFilesLines
* chdman.cpp: Attempted fix for naive code (nw) AJR2019-09-061-1/+1
|
* chdman.cpp: Another superfluous temporary removed (nw) AJR2019-09-061-1/+0
|
* chdman: Clean up some archaic string code (nw) AJR2019-09-061-72/+58
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* chdman: fix GDI 2048 extraction MetalliC2019-01-251-1/+1
|
* 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
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* 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
| | | | to inline functions (nw)
* 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 ↵ Miodrag Milanovic2016-07-231-2/+5
| | | | | | source files. (nw)" This reverts commit 4423c242a693c37fbb4edc50f17c02cdf98abd88.
* fix building with gcc 6.1.0 by making it consistent with other source files. ↵ smf-2016-07-231-5/+2
| | | | (nw)
* 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 ↵ smf-2016-06-081-3/+0
| | | | https://github.com/mamedev/mame/commit/f0823886a66100e193d6eeb0402eb872a67fa07d the guess_chs() function adds dummy sectors to the image until it finds a valid CHS mapping, therefore the error can never be triggered (there is no exit condition on the outer loop) (nw)
* Ignore cylinders, heads and sectors from identify device data, based on the ↵ smf-2016-06-021-1/+1
| | | | ATA 5 specification. [smf]
* misc fixes (nw) Vas Crabb2016-05-281-1/+1
| | | | | | * fix a mismatched new[]/delete error in corealloc * _name massacre in corealloc while at it * add template/macro for delaring array with equivalent dimensions
* chdman: ignore ATA ident CHS values for > 8GB images MetalliC2016-05-251-0/+4
| | | | minor docs update
* chdman.cpp: fix for code that expects to be able to dereference a pointer ↵ Ivan Vangelista2016-04-271-15/+48
| | | | that it knows may be null (Vas Crabb)
* 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 ↵ Vas Crabb2016-03-181-8/+8
| | | | | | | | | | | | | (fixes disassembly view) * Allow std::string to pass through core_file unmolested (reduces temporary allocations) * Make zip/7z instances of same class with uniform interface * zippath browsing is broken at the moment This is another step towards transparent archive support. It's now possible to access zip and 7z archives with the same code. Nothing is taking advantage of it yet. There's now some very similar code in fileio.cpp and clifront.cpp that could be folded at some point.
* 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
| | | | | | | | | | | | | | | Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ↵ Vas Crabb2016-03-091-19/+14
| | | | | | effects Properly fix up a couple of places I64FMT was being used, still more to deal with
* 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
| | | | Subverted somewhat by chd_file class
* Replace strformat, strprintf and strcatprintf with type-safe steam_format ↵ Vas Crabb2016-02-281-11/+8
| | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools
* 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
| | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string
* 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