summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/fat.cpp
Commit message (Expand)AuthorAgeFilesLines
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-9/+23
* Miscellaneous change roll-up: Vas Crabb2023-09-291-21/+21
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-171-41/+40
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-3/+1
* Formats-related refactoring AJR2021-09-111-4/+8
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-6/+6
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-10/+10
* tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw) firewave2018-01-201-0/+1
* srcclean (nw) Vas Crabb2017-10-221-6/+6
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-22/+14
* Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods2017-07-301-2/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-147/+147
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-5/+5
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-27/+27
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-37/+37
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-4/+4
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-10/+10
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-10/+10
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-42/+42
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-8/+8
* fix after pass through the diff Vas Crabb2016-08-011-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-14/+14
* Fix up imgtool as well Vas Crabb2016-07-081-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2111