summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/library.h
Commit message (Expand)AuthorAgeFilesLines
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-13/+15
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-241-36/+29
* use C++ library includes (nw) firewave2020-01-221-1/+1
* srcclean (nw) Vas Crabb2017-10-221-3/+3
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-3/+68
* srcclean (nw) Vas Crabb2017-08-271-3/+3
* [Imgtool] C++-ification of imgtool_forkent structure Nathan Woods2017-08-021-13/+52
* [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-231-1/+2
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* [Imgtool] Fixed a recently introduced bug which caused image types that do no... Nathan Woods2016-11-111-3/+11
* srcclean (nw) Vas Crabb2016-10-231-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-38/+38
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-2/+2
* Merge pull request #1526 from npwoods/imgtool_directory_refs Vas Crabb2016-10-181-3/+3
|\
| * [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-3/+3
* | [Imgtool] Modernized imgtool::image::list_partitions() Nathan Woods2016-10-171-7/+22
|/
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-16/+16
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-21/+21
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-4/+4
* [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-9/+9
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-22/+21
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-25/+28
* srcclean (nw) Vas Crabb2016-09-261-2/+2
* Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-241-5/+2
* Imgtool: Changed the Imgtool module list to be std::list Nathan Woods2016-09-101-9/+10
* Imgtool: C++-ized the imgtool_library object (now class imgtool::library) Nathan Woods2016-09-101-30/+46
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-3/+3
* Fix up imgtool as well Vas Crabb2016-07-081-4/+4
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* clang-modernize part 5 Miodrag Milanovic2015-12-041-3/+3
* Moved tools in proper place, and moved build python scripts together with oth... Miodrag Milanovic2015-10-071-0/+408