summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Low-level #include overhaul AJR2021-01-021-5/+6
| | | | | | | - vecstream.h: Revert changes made in aa29519528cb3dbdbfac56819bea670ed8c56c5d. The std::string_view conversion has been made a non-member function (util::buf_to_string_view) and moved to coretmpl.h. - strformat.h: Remove the using declaration importing util::string_format into the global namespace. It has been moved to emucore.h and a few tool sources; other references have been qualified. - osdcore.h: Split out file, directory and path classes and methods to a new header (osdfile.h), Doxygenizing the documentation comments. - Disaggregate many #includes that were including other standard or custom headers. emu.h now includes basically the same things that it did, but other headers have been streamlined; for instance, emucore.h no longer stealth-includes osdcore.h several ways.
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-0/+9
| | | | | | | * Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)" This reverts commit 54486ab9 * fixed merge error
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-9/+0
|
* use C++ library includes (nw) firewave2020-01-221-4/+4
|
* 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