summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/vzdos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move build system adjusttment and fixes: Vas Crabb2026-04-051-1/+1
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-62/+50
* Fixed several things using memset on non-trivial objects. Vas Crabb2024-10-281-17/+17
* imgtool/modules/vzdos.cpp: Use util::sum16_creator AJR2024-01-111-14/+3
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-171-18/+18
* Formats-related refactoring AJR2021-09-111-6/+12
* Better fix for vt_dsk.h header name clash AJR2021-05-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Fix GCC 10 uninitialized struct warning (nw) arbee2020-05-021-0/+8
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+1
* use C++ library includes (nw) firewave2020-01-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-11/+11
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-14/+14
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-24/+24
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-1/+1
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-12/+12
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-12/+12
* [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-22/+22
* Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-1/+1
* Fix up imgtool as well Vas Crabb2016-07-081-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+960