summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-0/+2
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-241-3/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* Much more core std::string_view modernization AJR2021-01-201-2/+2
* Low-level #include overhaul AJR2021-01-021-2/+2
* Fixing an Imgtool build issue with LLVM on MSVC npwoods2020-09-101-2/+2
* use C++ library includes (nw) firewave2020-01-221-5/+5
* Add BASIC Thomson tokenizer (#5479) hadess2019-08-131-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+0
* imgtool: new read-only filesystem: DEC RT-11 (take 2) Sergey Svishchev2019-02-201-0/+2
* imgtool: fix parsing options with enum values Fabrice Bellet2018-07-221-1/+17
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-3/+5
* Support for HP85 tapes added to imgtool (#2688) fulivi2017-10-031-1/+1
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-0/+6
* [Imgtool] Fix to MT#6576 (#2275) npwoods2017-05-041-2/+2
* [Imgtool] Fixed recently introduced bug in the code that emits usage text Nathan Woods2017-01-231-1/+1
* [Imgtool] Fixed recently introduce bug on attribute listings Nathan Woods2017-01-151-1/+1
* Missed these, which needed wstring_from_utf8() Nathan Woods2017-01-041-5/+5
* Fixed incorrect util::string_format() ==> util::stream_format() Nathan Woods2017-01-041-1/+1
* Vas Crabb feedback: Nathan Woods2017-01-041-62/+60
* [Imgtool] Changed to use wcout/wcerr in order to support Unicode console output Nathan Woods2017-01-021-61/+77
* Merge pull request #1830 from npwoods/imgtool_dir_formatting_fix R. Belmont2016-12-131-8/+21
|\
| * [Imgtool] Cleaned up the output of the 'dir' command Nathan Woods2016-12-121-8/+21
* | [Imgtool] Fixed a recently introduced error in the 'dir' command line command Nathan Woods2016-12-121-3/+3
|/
* Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer Vas Crabb2016-10-241-6/+2
|\
| * [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr Nathan Woods2016-10-221-6/+2
* | srcclean (nw) Vas Crabb2016-10-231-1/+1
* | TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-1/+1
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-3/+4
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-9/+9
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-53/+35
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-47/+33
* srcclean (nw) Vas Crabb2016-09-261-1/+1
* Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector Vas Crabb2016-09-261-11/+4
|\
| * Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-241-11/+4
* | Retired imgtool_basename(), in favor of core_filename_extract_base() Nathan Woods2016-09-241-4/+6
|/
* Merge pull request #1398 from fulivi/hp9845_tools R. Belmont2016-09-161-1/+1
|\
| * imgtool, hp9845_tape format: write&del done, brief info added at the fulivi2016-09-131-1/+1
* | Imgtool: Changed the Imgtool module list to be std::list Nathan Woods2016-09-101-6/+2
|/
* Incorporating Vas Crabb feedback Nathan Woods2016-09-011-4/+3
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-63/+47
* Fix up imgtool as well Vas Crabb2016-07-081-39/+33
* clang-modernize part 5 Miodrag Milanovic2015-12-041-49/+49
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+972