summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
Commit message (Expand)AuthorAgeFilesLines
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+1
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-2/+0
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-0/+1
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-0/+2
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-0/+6
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+7
* Move endianness type into lib/util header AJR2021-08-311-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-0/+9
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-241-2/+0
* coretmpl.h: Move lru_cache_map to separate header AJR2021-02-031-0/+1
* Various improvements to image file handling: Vas Crabb2020-10-081-0/+3
* util: re-implement SHA-1 and get rid of the two third-party implementations (nw) Vas Crabb2020-04-131-3/+0
* pre-fill things allocated with operator new with 0xcd in debug builds (value ... Vas Crabb2019-11-251-0/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+2
* Lua scripts cleanup. dankan18902017-05-141-2/+1
* Fixed building using system utf8proc Julian Sikorski2017-01-261-0/+1
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+13
* As promised, removing this part of code since it is used for compilers check,... Miodrag Milanovic2016-11-231-32/+0
* Added basic HTTP server, not active yet, based on ASIO example with small ref... Miodrag Milanovic2016-11-071-0/+32
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-271-0/+2
* made proper formats compiled only if needed (nw) Miodrag Milanovic2016-08-121-333/+0
* Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-1/+2
* Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used Nathan Woods2016-08-051-2/+0
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-0/+2
* renamed bbc_dsk to acorn_dsk Nigel Barnes2016-07-161-2/+2
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-261-0/+2
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+0
* e01: added acorn filestore floppy format and softlist Nigel Barnes2016-06-051-0/+2
* Move a few odds and ends out of the emu core AJR2016-04-231-0/+2
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+1
* fix include dirs (nw) Jeffrey Clark2016-03-291-0/+1
* Extend system library support (nw) Jeffrey Clark2016-03-281-16/+3
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-0/+2
* removed corealloc.cpp file from build (nw) Miodrag Milanovic2016-01-081-1/+0
* tagged_list without tagmap_t (nw) Miodrag Milanovic2015-12-111-1/+0
* Added addprojectflags function and added -Wsuggest-override for all that are ... Miodrag Milanovic2015-12-061-0/+4
* bbc: preliminary support for FSD format. Nigel Barnes2015-11-151-0/+2
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
* move formats to proper place (nw) Miodrag Milanovic2015-11-121-0/+2
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-5/+0
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-183/+183
* i8271: modernize [Carl] cracyc2015-09-281-0/+2
* reorganized scripts according to new structure (nw) Miodrag Milanovic2015-09-131-0/+3
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-021-0/+2
* guab: Updated driver to use the standard wd floppy controller. Dirk Best2015-07-091-0/+2
* no need for subdir for these projects, those are same for all mame builds (nw) Miodrag Milanovic2015-06-221-2/+0
* move some legacy formats over to imgtool since it's now the only user Dirk Best2015-06-101-4/+0
* vtech1_dsk: remove, no longer used Dirk Best2015-06-081-2/+0
* atarist_dsk: remove, no longer used Dirk Best2015-06-081-2/+0
* Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib b... Julian Sikorski2015-06-061-2/+11