summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [Imgtool] More formatting fixes Nathan Woods2016-10-131-7/+7
| * Changes requested by Vas Nathan Woods2016-10-123-28/+32
| * [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-1233-809/+897
* | fixed tools build (nw) smf-2016-10-122-3/+2
|/
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-0924-1150/+1058
* Fix chdman addmeta --valuefile by calling the correct write_metadata. [smf] smf-2016-10-091-1/+1
* [Imgtool] Fixed a recently introduced bug that could cause module's close() c... Nathan Woods2016-10-082-2/+10
* Merge pull request #1456 from npwoods/imgtool_image_cplusplus R. Belmont2016-10-0828-846/+833
|\
| * Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-2728-846/+833
* | [Imgtool Mac Module] Fixed an unsigned overflow error that would causes cras... Nathan Woods2016-09-301-2/+3
* | fix srcclean when doing multiple files in a single run (nw) Vas Crabb2016-09-281-9/+9
|/
* srcclean (nw) Vas Crabb2016-09-265-178/+178
* Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector Vas Crabb2016-09-269-108/+50
|\
| * Changing bad_alloc catch declarations Nathan Woods2016-09-254-4/+4
| * Putting try { ... } catch(std::bad_alloc &) { ... } around recently introduce... Nathan Woods2016-09-254-4/+9
| * Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-249-108/+45
* | Retired imgtool_basename(), in favor of core_filename_extract_base() Nathan Woods2016-09-243-23/+11
* | imgtool, hp9845_tape format: implemented read & write ops in 9845data filter fulivi2016-09-232-4/+141
* | imgtool, hp9845_tape format: implemented read filter for text-only DATA fulivi2016-09-223-2/+190
|/
* Merge pull request #1398 from fulivi/hp9845_tools R. Belmont2016-09-164-1/+1301
|\
| * imgtool, hp9845_tape format: write&del done, brief info added at the fulivi2016-09-132-24/+339
| * imgtool: WIP on hp9845 tape: read done, write & del to be done fulivi2016-09-101-66/+124
| * imgtool: WIP for hp9845 tape support fulivi2016-09-102-0/+923
| * hp_hybrid: added hp_hybrid & hp_5061_3001 to unidasm fulivi2016-09-101-0/+4
* | Vas Crabb feedback Nathan Woods2016-09-143-7/+7