summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
* fixum (nw) Vas Crabb2016-11-051-2/+1
* Added 'poke' and 'clear' methods to fifo template Joakim Larsson Edstrom2016-11-041-1/+18
* there you go, Robbbbbbbbert (nw) Vas Crabb2016-11-011-1/+1
* add a fifo template in util for Edstrom Vas Crabb2016-11-011-4/+109
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* More ie15 optimizations, nw. Also removes cache-line padding of dubious perfo... therealmogminer@gmail.com2016-10-231-21/+4
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-234-13/+13
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-3/+0
* Improvements to rgb_t (nw) AJR2016-10-223-47/+37
* there you go (nw) Miodrag Milanovic2016-10-223-3/+3
* cleaning "mess" for OCD people (nw) Miodrag Milanovic2016-10-221-2/+2
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-228-37/+37
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2249-1406/+1406
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-224-39/+29
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-2111-35/+31
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-214-13/+13
* srcclean (nw) Vas Crabb2016-09-263-64/+64
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-192-0/+33
* Alphabetizing the #include's, and added typedef's for the reverse iterators Nathan Woods2016-09-121-8/+10
* Fixed some stupid errors Nathan Woods2016-09-121-2/+3
* Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the r... Nathan Woods2016-09-123-90/+71
* Forgot to remove these m_ptr's Nathan Woods2016-09-121-2/+2
* Implementing util::contiguous_sequence_wrapper<T>::[c]r[begin|end]() Nathan Woods2016-09-121-0/+8
* Renamed util::view<T> to util::contiguous_sequence_wrapper<T>, changed ::iter... Nathan Woods2016-09-123-157/+84