summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/chdman.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and prod... 9871238791132024-03-311-134/+247
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-071-5/+33
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-11/+8
* tools/chdman.cpp: Fixed bogus uninitialised local warning. Vas Crabb2024-02-101-1/+1
* tools/chdman.cpp: Helps to git add everything (fixes variable scoping issue). Vas Crabb2024-02-101-7/+8
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-101-528/+504
* chdman: Fixed a couple of issues and added preliminary web docs. Vas Crabb2024-02-051-3/+7
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-271-6/+2
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-221-2/+6
* chdman.cpp, imgtool/modules: Use multibyte.h functions AJR2023-09-241-3/+4
* aviio.cpp: Massive code cleanup AJR2023-09-171-2/+2
* chdman: Add extractdvd command Olivier Galibert2023-05-051-0/+93
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-0/+94
* Reduced usage of sprintf. (#10892) Erik2023-02-201-8/+5
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-011-2/+3
* osd/tools: msvc fixes Patrick Mackinlay2023-02-011-1/+1
* corefile.h: Move filename utilities to path.h AJR2022-09-251-0/+1
* chdman: Fixed TOC session type detection for extractcd. (#10233) 9871238791132022-08-171-3/+36
* cdrom.cpp: Clean up code somewhat AJR2022-04-011-1/+1
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-77/+73
* chdman.cpp: correct copy-paste comment (nw) (#8936) Logan B2021-12-041-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-23/+48
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-131/+134
* chdman: add a few more hard disk templates (#8352) Davide Cavalca2021-07-301-5/+13
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-14/+14
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-5/+6
* Much more core std::string_view modernization AJR2021-01-201-8/+8
* Low-level #include overhaul AJR2021-01-021-3/+3
* support Redump extended bin/cue format for Dreamcast discs (#7422) nhand422020-12-171-1/+20
* Cleaned up bitmap API. Vas Crabb2020-09-271-3/+5
* chdman.cpp: GCC 9.3 is actually the cutoff point for legacy MSVC-style long l... Vas Crabb2020-08-231-2/+2
* looks like I64 size qualifier is only needed for MSYS64 GCC 9 and earlier (nw) Vas Crabb2020-06-021-2/+2
* chdman: support characters outside ASCII in command line arguments Vas Crabb2020-05-291-67/+72
* split was using sha1.h directly - fix that (nw) Vas Crabb2020-04-131-7/+6
* use C++ library includes (nw) firewave2020-01-221-7/+7
* 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
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* 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
* 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