summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/ti99.cpp
Commit message (Expand)AuthorAgeFilesLines
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-20/+12
* Formats-related refactoring AJR2021-09-111-4/+7
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-20/+20
* fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... smf-2020-04-231-1/+1
* use C++ library includes (nw) firewave2020-01-221-5/+5
* Spelling (#5796) Zoë Blade2019-10-241-3/+3
* Fix spelling, tidy whitespace Zoë Blade2019-10-211-4/+4
* srcclean (nw) Vas Crabb2016-10-231-2/+2
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-20/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-88/+88
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-3/+3
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-51/+51
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-15/+15
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-37/+42
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-38/+38
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-40/+40
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-61/+61
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-29/+29
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-37/+37
* 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-3/+3
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-8/+8
* Fix up imgtool as well Vas Crabb2016-07-081-13/+13
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-17/+17
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+5360