| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | [Imgtool] Changed to use wcout/wcerr in order to support Unicode console output |  Nathan Woods | 2017-01-02 | 2 | -0/+40 |
| * | | Added websockets as well (nw) |  Miodrag Milanovic | 2017-01-04 | 4 | -1/+24 |
| * | | Added initial HTTP/HTTPS webserver/websocket server support (nw) |  Miodrag Milanovic | 2017-01-04 | 13 | -0/+3251 |
| |/ |
|
| * | Introduced utf8proc and created wrapper code to expose a prettier API |  Nathan Woods | 2016-12-31 | 2 | -1/+96 |
| * | Make bitmaps movable, allowing them to be used in vectors and emplaced easily. |  Vas Crabb | 2016-12-15 | 3 | -62/+128 |
| * | coretmpl: add an associative LRU cache with map-like behaviour |  Vas Crabb | 2016-12-15 | 1 | -1/+387 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 2 | -142/+152 |
| * | delegates: Don't crash on late binding if no object is actually needed [O. Ga... |  Olivier Galibert | 2016-12-09 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -3/+3 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 4 | -8/+8 |
| * | Work around buggy standard libraries (nw) |  Vas Crabb | 2016-11-21 | 1 | -2/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 2 | -1/+13 |
| * | gah, wasn't quite compatible (nw) |  Vas Crabb | 2016-11-17 | 1 | -3/+3 |
| * | more xmlfile cleanup (nw) |  Vas Crabb | 2016-11-17 | 2 | -141/+45 |
| * | Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 ... |  Miodrag Milanovic | 2016-11-17 | 1 | -1/+1 |
| * | Fix compilation under VS2017 (nw) |  Miodrag Milanovic | 2016-11-16 | 1 | -1/+1 |
| * | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 2 | -564/+517 |
| * | Revert "using of IS_ENABLED in files used in tiny build (nw)" |  Miodrag Milanovic | 2016-11-12 | 4 | -23/+23 |
| * | using of IS_ENABLED in files used in tiny build (nw) |  Miodrag Milanovic | 2016-11-11 | 4 | -23/+23 |
| * | No need for osd_malloc, osd_malloc_array and osd_free (nw) |  Miodrag Milanovic | 2016-11-11 | 3 | -4/+4 |
| * | delegate fix - lambda always have object (nw) |  Miodrag Milanovic | 2016-11-08 | 1 | -1/+1 |
| * | Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... |  smf- | 2016-11-06 | 1 | -3/+4 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -27/+12 |
| * | try to make GCC 5.4.0 happy (nw) |  Miodrag Milanovic | 2016-11-05 | 1 | -1/+1 |
| * | Delegate support for lambdas and std::functions in general, also supporting c... |  Miodrag Milanovic | 2016-11-05 | 1 | -35/+80 |
| * | fixum (nw) |  Vas Crabb | 2016-11-05 | 1 | -2/+1 |
| * | Added 'poke' and 'clear' methods to fifo template |  Joakim Larsson Edstrom | 2016-11-04 | 1 | -1/+18 |
| * | there you go, Robbbbbbbbert (nw) |  Vas Crabb | 2016-11-01 | 1 | -1/+1 |
| * | add a fifo template in util for Edstrom |  Vas Crabb | 2016-11-01 | 1 | -4/+109 |
| * | Misc typo fixes. |  Jordi Mallach | 2016-10-27 | 1 | -1/+1 |
| * | More ie15 optimizations, nw. Also removes cache-line padding of dubious perfo... |  therealmogminer@gmail.com | 2016-10-23 | 1 | -21/+4 |
| * | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 4 | -13/+13 |
| * | Erase bitmap_rgb32::erase (nw) |  AJR | 2016-10-22 | 1 | -3/+0 |
| * | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 3 | -47/+37 |
| * | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 3 | -3/+3 |
| * | cleaning "mess" for OCD people (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | Cleanup linux OSD (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 8 | -37/+37 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 49 | -1406/+1406 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 4 | -39/+29 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 11 | -35/+31 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 4 | -13/+13 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 3 | -64/+64 |
| * | Consolidated code that inputs characters into buffers |  Nathan Woods | 2016-09-19 | 2 | -0/+33 |
| * | Alphabetizing the #include's, and added typedef's for the reverse iterators |  Nathan Woods | 2016-09-12 | 1 | -8/+10 |
| * | Fixed some stupid errors |  Nathan Woods | 2016-09-12 | 1 | -2/+3 |
| * | Folded util::contiguous_sequence_wrapper<T> into coretmpl.h, and fixing the r... |  Nathan Woods | 2016-09-12 | 3 | -90/+71 |
| * | Forgot to remove these m_ptr's |  Nathan Woods | 2016-09-12 | 1 | -2/+2 |
| * | Implementing util::contiguous_sequence_wrapper<T>::[c]r[begin|end]() |  Nathan Woods | 2016-09-12 | 1 | -0/+8 |
| * | Renamed util::view<T> to util::contiguous_sequence_wrapper<T>, changed ::iter... |  Nathan Woods | 2016-09-12 | 3 | -157/+84 |