summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Introduced an STL container for a view (util::view<T>), and changed opresolv ... Nathan Woods2016-09-113-10/+164
* Subscripting std::array<..., 0> is bad; working around this specific case Nathan Woods2016-09-101-1/+1
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-102-457/+484
|\
| * Changing an 'assert(false)' to 'throw false', so that this always errors even... Nathan Woods2016-09-091-2/+2
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-9/+18
| * Figured out a slightly better way to make the option guide macros to work Nathan Woods2016-09-031-8/+7
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-022-23/+52
| * Incorporating Vas Crabb feedback Nathan Woods2016-09-011-1/+1
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-272-452/+442
* | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-17/+34
|/
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-5/+0
* gah how did I miss that (nw) Vas Crabb2016-08-271-1/+1
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-274-2/+211
* Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used Nathan Woods2016-08-052-179/+0
* Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... Vas Crabb2016-08-021-8/+10
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-313-5/+3
|\
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-312-11/+30
|/
* fix after pass through the diff Vas Crabb2016-08-013-9/+9
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-315-24/+24
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-2/+2
* fixed clang (nw) Miodrag Milanovic2016-07-311-0/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-319-39/+40
* Another correction Nathan Woods2016-07-291-2/+2