summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization Nathan Woods2016-12-243-88/+165
* 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 #1827 from npwoods/remove_strncatz Vas Crabb2016-12-122-13/+0
|\
| * [Imgtool] Removed dead strncatz() function Nathan Woods2016-12-112-13/+0
* | Changed a number of declarations in Imgtool to use std::string instead of 'co... Nathan Woods2016-12-114-40/+35
|/
* srcclean (nw) Vas Crabb2016-11-273-7/+7
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-244-5/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-17/+25
* Merge pull request #1739 from npwoods/dasmstream_upd7725 Vas Crabb2016-11-191-1/+1
|\
| * Fixed the unidasm registration for upd7725 Nathan Woods2016-11-181-1/+1
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
|/
* Added PDP8 to unidasm Nathan Woods2016-11-161-0/+2
* Merge pull request #1657 from npwoods/dasmstream_arcompact Vas Crabb2016-11-171-0/+2
|\
| * Changed the arcompact disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-0/+2
* | Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition R. Belmont2016-11-113-14/+18
|\ \
| * | [Imgtool] Fixed a recently introduced bug which caused image types that do no... Nathan Woods2016-11-113-14/+18
| |/
* / No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-116-18/+18
|/
* nanoprocessor: initial support. Disassembler only is known to work at this po... fulivi2016-11-031-0/+2
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* Merge pull request #1542 from npwoods/imgtool_list_partitions Vas Crabb2016-10-241-31/+29
|\
| * Merge branch 'master' into imgtool_list_partitions Nathan Woods2016-10-2322-351/+351
| |\
| * | [Imgtool] Consolidated logic for default implementation of imgtool::image::li... Nathan Woods2016-10-221-31/+29
* | | Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer Vas Crabb2016-10-2410-142/+69
|\ \ \ | |_|/ |/| |
| * | [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr Nathan Woods2016-10-2210-142/+69
| |/
* | srcclean (nw) Vas Crabb2016-10-238-126/+126
* | TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-2218-226/+226
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2250-2317/+2317
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-136/+136
* trying to fix issue noticed by qmc2 (nw) Miodrag Milanovic2016-10-211-1/+1
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-217-19/+19
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-1711-30/+35
* Merge pull request #1526 from npwoods/imgtool_directory_refs Vas Crabb2016-10-1820-411/+384
|\
| * [Imgtool] Fixed a few spacing issues Nathan Woods2016-10-172-8/+8
| * [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-1720-407/+380
* | [Imgtool] Modernized imgtool::image::list_partitions() Nathan Woods2016-10-177-62/+64
|/
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-1623-340/+342
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-1625-537/+577
* Merge pull request #1516 from npwoods/imgtool_use_rvalue_refs_for_streams Vas Crabb2016-10-1622-209/+247
|\
| * [Imgtool] Fixed a stupid mistake Nathan Woods2016-10-151-4/+7
| * [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-1522-205/+240
* | [Imgtool] Changed a number of callbacks to be std::function instead of old fa... Nathan Woods2016-10-141-17/+18
|/
* Merge pull request #1500 from npwoods/imgtool_cplusplus_stream Vas Crabb2016-10-1533-1071/+1181
|\
| * [Imgtool] Fixed some gnarley formatting in thomson.cpp Nathan Woods2016-10-141-74/+86
| * [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-1429-588/+594