summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-04-232-21/+21
* Pruned out some cruft in src/lib/util/options.[cpp|h] Nathan Woods2017-04-172-29/+4
* More options refactoring Nathan Woods2017-04-162-4/+25
* Fixes issues specifying image/slot options fron INI files (reported by Robbbe... npwoods2017-04-152-1/+10
* cdrom: translate from 2336 to 2048 (nw) cracyc2017-04-101-0/+6
* Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods2017-04-064-50/+272
* Fixed issue that could cause bogus arguments to be reported incorrectly Nathan Woods2017-04-021-3/+8
* srcclean (nw) Vas Crabb2017-03-261-2/+2
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+4
* fix crash on excessive command-line options, clean up some tabulation, remove... Vas Crabb2017-03-031-1/+1
* Fixed regression pertaining to specification of empty strings as slot names Nathan Woods2017-02-272-5/+6
* Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) couriersud2017-02-241-1/+1
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Vas Crabb2017-02-241-2/+2
|\
* | Vas feedback Nathan Woods2017-02-231-8/+3
* | Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-222-25/+54
|/
* Softlist cleanup (#2075) npwoods2017-02-222-0/+44
* srcclean (nw) Vas Crabb2017-02-191-2/+2
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-2/+1
* Sync with upstream (nw) Miodrag Milanovic2017-02-053-6/+19
* fix chd build (nw) Vas Crabb2017-02-021-7/+7
* yo sup dawg (nw) Vas Crabb2017-02-021-7/+47
* Fixed building using system utf8proc Julian Sikorski2017-01-261-1/+1
* srcclean (nw) Vas Crabb2017-01-225-126/+126
* Merge pull request #1911 from npwoods/imgtool_use_wide_console Vas Crabb2017-01-052-0/+40
|\
| * Vas Crabb feedback: Nathan Woods2017-01-041-3/+3
| * [Imgtool] Changed to use wcout/wcerr in order to support Unicode console output Nathan Woods2017-01-022-0/+40
* | Added websockets as well (nw) Miodrag Milanovic2017-01-044-1/+24
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-0413-0/+3251
|/
* Introduced utf8proc and created wrapper code to expose a prettier API Nathan Woods2016-12-312-1/+96
* Make bitmaps movable, allowing them to be used in vectors and emplaced easily. Vas Crabb2016-12-153-62/+128
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-151-1/+387
* XML refactoring: Vas Crabb2016-12-112-142/+152
* delegates: Don't crash on late binding if no object is actually needed [O. Ga... Olivier Galibert2016-12-091-1/+1
* srcclean (nw) Vas Crabb2016-11-271-3/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-244-8/+8
* Work around buggy standard libraries (nw) Vas Crabb2016-11-211-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-1/+13
* gah, wasn't quite compatible (nw) Vas Crabb2016-11-171-3/+3
* more xmlfile cleanup (nw) Vas Crabb2016-11-172-141/+45
* Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 ... Miodrag Milanovic2016-11-171-1/+1
* Fix compilation under VS2017 (nw) Miodrag Milanovic2016-11-161-1/+1
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-172-564/+517
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-124-23/+23
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-114-23/+23
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-113-4/+4
* delegate fix - lambda always have object (nw) Miodrag Milanovic2016-11-081-1/+1
* Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... smf-2016-11-061-3/+4
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-27/+12
* try to make GCC 5.4.0 happy (nw) Miodrag Milanovic2016-11-051-1/+1
* Delegate support for lambdas and std::functions in general, also supporting c... Miodrag Milanovic2016-11-051-35/+80