| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use C++ library includes (nw) | 2020-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer | 2016-10-24 | 1 | -28/+8 | |
| |\ | | | | | | | [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr | ||||
| | * | [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr | 2016-10-22 | 1 | -28/+8 | |
| | | | | | | | | | Updated quite a bit of client code that manually owned these pointers | ||||
| * | | TRUE/FALSE in tools section (nw) | 2016-10-22 | 1 | -1/+1 | |
| |/ | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -1/+1 | |
| | | | | | | 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] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' | 2016-10-16 | 1 | -5/+5 | |
| | | |||||
| * | [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' | 2016-10-14 | 1 | -11/+11 | |
| | | |||||
| * | [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) | 2016-10-12 | 1 | -15/+15 | |
| | | | | | 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 | -5/+5 | |
| | | | | | | imgtool_partition ==> imgtool::partition imgtool_directory ==> imgtool::directory | ||||
| * | Fix up imgtool as well | 2016-07-08 | 1 | -1/+1 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -5/+5 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+127 | |
