summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Various improvements to image file handling: Vas Crabb2020-10-085-149/+867
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-051-1/+5
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-5/+4
* Got rid of global_alloc/global_free. Vas Crabb2020-10-032-38/+8
* Cleaned up bitmap API. Vas Crabb2020-09-277-101/+120
* util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs. Vas Crabb2020-09-201-74/+15
* xmlfile.cpp: Put newline where it’s supposed to go after element content. Vas Crabb2020-09-061-1/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-4/+42
* Don't ignore config elements with attributes but no child nodes. Vas Crabb2020-09-022-5/+16
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-022-11/+10
* 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