summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/os9.cpp
Commit message (Expand)AuthorAgeFilesLines
* Formats-related refactoring AJR2021-09-111-3/+6
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-241-5/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-7/+7
* use C++ library includes (nw) firewave2020-01-221-1/+1
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-98/+98
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-13/+13
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-12/+12
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-26/+23
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-2/+2
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-7/+7
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-7/+7
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-19/+19
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-21/+21
* fix after pass through the diff Vas Crabb2016-08-011-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+5
* Fix up imgtool as well Vas Crabb2016-07-081-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1244