summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2016-09-261-34/+34
|
* Introduced an STL container for a view (util::view<T>), and changed opresolv ↵ Nathan Woods2016-09-111-3/+3
| | | | to use it
* Changing an 'assert(false)' to 'throw false', so that this always errors ↵ Nathan Woods2016-09-091-2/+2
| | | | even in non-debug builds
* Attempting to make option_guide and option_guide::entry POD types; need to ↵ Nathan Woods2016-09-021-4/+4
| | | | figure out a better way to do OPTION_GUIDE_EXTERN
* Incorporating Vas Crabb feedback Nathan Woods2016-09-011-1/+1
|
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-387/+306
| | | | | | The main point of this change is to C++-ify option_guide. It was changed from a struct array to a class, namespaced etc, with the ultimate hope of incorporating an in-emulation image creation UI. Imgtool got hit with a number of changes; I'll probably have to bring that off of the backburner and touch that up too
* Cleanups and version bump Miodrag Milanovic2016-07-271-33/+32
|
* Changed some int's to size_t's and added assertions where we were assuming ↵ Nathan Woods2016-07-071-2/+2
| | | | that option_resolution was a requirement
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ↵ Nathan Woods2016-07-071-233/+215
| | | | changed option_resolution to be a class, etc)
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-17/+17
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+583