summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-144-76/+213
* Fixed a few missing #includes flagged by VS2019 beta, nw mooglyguy2018-12-301-0/+1
* (nw) So we're back to MSVC blowing up on non-trivial templates. Lovely. Vas Crabb2018-12-301-3/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-127/+113
* Fix compilation errors with -Og Celelibi2018-12-111-1/+1
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-052-12/+12
* util::fifo.queue_length() (nw) Patrick Mackinlay2018-10-181-0/+11
* lib/util/options.cpp: Don't try to set the value of a header (nw) AJR2018-10-041-1/+2
* -options: Restored erroneously-removed game-specific INI option reversion bet... mooglyguy2018-10-052-0/+29
* (nw) Fix inadvertently non-const pointers - emu.h edition Vas Crabb2018-09-202-10/+10
* chdcd: also accept .toast as a synonym for ISO images (nw) arbee2018-09-121-1/+1
* Fixed pmd85 regression, nw. Also replaced a fail-safe in src/lib/util/palette... mooglyguy2018-08-301-14/+28
* imgtool: fix off by one error with leap years (nw) balr0g2018-08-131-1/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-282-55/+55
* Better support for screen orientation/geometry: Vas Crabb2018-07-2622-103/+118
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-1/+1
* fix building with clang 6.0.1 (nw) smf-2018-07-073-3/+4
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+8
* Fix error in debug build with SMS card options (nw) AJR2018-05-211-1/+1
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-012-0/+55
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-086-6/+6
* Eliminate core_strdup (nw) AJR2018-01-242-25/+0
* Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg2018-01-211-0/+4
* Convert zippath directory to a C++ interface Vas Crabb2018-01-102-739/+555
* chdcd: recognize ISO images with 2336 byte sectors. [R. Belmont, Kale] arbee2018-01-081-0/+6
* use C locale for int/float in XML files Vas Crabb2018-01-051-22/+48
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-262-0/+116
* srcclean (nw) Vas Crabb2017-10-221-15/+15
* Appease MSVC (nw) AJR2017-10-191-0/+1
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-7/+75
* voodoo: Use table lookup for RGB565 conversion. (nw) Ted Green2017-10-011-0/+2