summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* -render, aviio: Added basic uncompressed Y42B support. [Ryan Holtz] Ryan Holtz2020-06-262-9/+45
* recording: fix frame sync regression (nw) hap2020-06-192-4/+4
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+0
* split was using sha1.h directly - fix that (nw) Vas Crabb2020-04-131-1/+1
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-137-731/+198
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-0818-15/+110
* centralise instantiation of more of the util::strformat engine Vas Crabb2020-04-082-0/+1066
* (nw) Cleanup on the way: Vas Crabb2020-03-101-11/+95
* util/strformat.h: future-proof for C++20 (GitHub #6275) Vas Crabb2020-02-091-31/+54
* Revert "Alfaskop improvements" Vas Crabb2020-01-312-21/+3
* Merge pull request #6068 from JoakimLarsson/alfaskop_pla Joakim Larsson Edström2020-01-312-3/+21
|\
| * alfaskop41xx.cpp, jedparse.h, mc6844.cpp : addressed PR feedback Joakim Larsson Edstrom2019-12-271-7/+6
| * pla.cpp, jedparse, jedutil: Added recognition and some support for alternativ... Joakim Larsson Edstrom2019-12-182-1/+20
* | there are reasons for things being the way they were (nw) Vas Crabb2020-01-318-6/+57
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-3012-38/+38
* | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3022-166/+20
* | fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-307-8/+8
* | Merge pull request #6195 from firewave/includes R. Belmont2020-01-2230-61/+61
|\ \
| * | use C++ library includes (nw) firewave2020-01-2230-61/+61
* | | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-222-2/+2
|/ /
* | Eliminate simple_list_wrapper and replace its only use (nw) AJR2020-01-181-34/+0
* | add missing return statement for LRU cache assignment operator (nw) Vas Crabb2019-12-201-0/+1
* | coretmpl.h: different approach to member initialisation - hopefully work arou... Vas Crabb2019-12-201-65/+62
|/
* Fix clang error: cannot initialize a parameter of type 'void *' with an lvalu... AJR2019-11-241-1/+1
* apparently 3AM is not the time to code (nw) Vas Crabb2019-11-251-3/+3
* helps to git add before git commit (nw) Vas Crabb2019-11-251-1/+1
* pre-fill things allocated with operator new with 0xcd in debug builds (value ... Vas Crabb2019-11-251-0/+34
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-232-89/+169
* misc cleanup: Vas Crabb2019-11-183-101/+99
* Fix invalid std::vector<> lookup in aviio.cpp npwoods2019-11-041-1/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-32/+32
* Fix spelling, tidy whitespace Zoë Blade2019-10-212-14/+14
* aviio: increase max size (nw) hap2019-10-051-1/+1
* aviio: dont crash on buffer overflow (nw) hap2019-10-041-0/+3
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-264-56/+44
* -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... mooglyguy2019-09-232-14/+14
* Make bitmap8_t, bitmap16_t, bitmap32_t and bitmap64_t specializations of one ... AJR2019-09-162-91/+66
* render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-6/+10
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-2/+2
* harddisk: Support non-CHD harddisk images in raw and 2MG format [R. Belmont] arbee2019-08-012-7/+73
* Merge pull request #5423 from npwoods/core_options_moves ajrhacker2019-08-011-2/+2
|\
| * Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-2/+2
* | coreutil: remove single-use (and savestate unsafe) rand_memory function (nw) hap2019-08-012-25/+0
|/
* srcclean (nw) Vas Crabb2019-07-282-5/+5
* -aviio: Added functionality to read RGB24 and YUV420p uncompressed video fram... mooglyguy2019-07-212-15/+137
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-021-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-266-97/+235
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-235/+97
* More UI stuff: Vas Crabb2019-01-192-21/+22