| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use C++ library includes (nw) | 2020-01-22 | 1 | -4/+4 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -7/+7 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | [Imgtool] Changed imgtool::image::info() to use std::stream and ↵ | 2016-10-17 | 1 | -3/+3 | |
| | | | | | std::stringstream | ||||
| * | [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' | 2016-10-17 | 1 | -19/+19 | |
| | | |||||
| * | [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' | 2016-10-16 | 1 | -10/+10 | |
| | | |||||
| * | [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' | 2016-10-16 | 1 | -13/+18 | |
| | | |||||
| * | [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' | 2016-10-15 | 1 | -5/+4 | |
| | | | | | They always took ownership of the stream; this just makes it official. Because the ownership would only traditionally happen if the open() or create() succeeded, I had to do a clumsy pattern where I call get() at the beginning of the callback to get the stream, but later on release() immediately prior to succeeding. | ||||
| * | [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' | 2016-10-14 | 1 | -10/+10 | |
| | | |||||
| * | [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) | 2016-10-12 | 1 | -17/+17 | |
| | | | | | Still a bit of work to do, most notably around adoption of std::unique_ptr<>, which may be a challenge here on account of some assumptions regarding lifetime of streams by modules. | ||||
| * | [Imgtool] C++-ified a few more classes | 2016-10-09 | 1 | -19/+19 | |
| | | | | | | imgtool_partition ==> imgtool::partition imgtool_directory ==> imgtool::directory | ||||
| * | Made imgtool_image (now imgtool::image) a "real" C++ class | 2016-09-27 | 1 | -13/+13 | |
| | | |||||
| * | Fix up imgtool as well | 2016-07-08 | 1 | -4/+4 | |
| | | |||||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -2/+2 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+492 | |
