| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Introduced an STL container for a view (util::view<T>), and changed opresolv ... |  Nathan Woods | 2016-09-11 | 3 | -10/+164 |
| * | Subscripting std::array<..., 0> is bad; working around this specific case |  Nathan Woods | 2016-09-10 | 1 | -1/+1 |
| * | Merge pull request #1332 from npwoods/option_guide_and_imgtool |  Vas Crabb | 2016-09-10 | 2 | -457/+484 |
| |\ |
|
| | * | Changing an 'assert(false)' to 'throw false', so that this always errors even... |  Nathan Woods | 2016-09-09 | 1 | -2/+2 |
| | * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 1 | -9/+18 |
| | * | Figured out a slightly better way to make the option guide macros to work |  Nathan Woods | 2016-09-03 | 1 | -8/+7 |
| | * | Attempting to make option_guide and option_guide::entry POD types; need to fi... |  Nathan Woods | 2016-09-02 | 2 | -23/+52 |
| | * | Incorporating Vas Crabb feedback |  Nathan Woods | 2016-09-01 | 1 | -1/+1 |
| | * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 2 | -452/+442 |
| * | | More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... |  Vas Crabb | 2016-08-30 | 1 | -17/+34 |
| |/ |
|
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ... |  Miodrag Milanovic | 2016-08-27 | 1 | -5/+0 |
| * | gah how did I miss that (nw) |  Vas Crabb | 2016-08-27 | 1 | -1/+1 |
| * | While I'm causing full recompiles all the time, reduce necessary number of in... |  Vas Crabb | 2016-08-27 | 4 | -2/+211 |
| * | Removed src/lib/util/cstrpool.[cpp|h]; it is no longer used |  Nathan Woods | 2016-08-05 | 2 | -179/+0 |
| * | Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... |  Vas Crabb | 2016-08-02 | 1 | -8/+10 |
| * | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 1 | -1/+1 |
| * | 1. Merge branch 'master' into diimage_filetype_as_stdstring |  Nathan Woods | 2016-07-31 | 3 | -5/+3 |
| |\ |
|
| | * | for bool type use true and false (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | | This changes device_image_interface::filetype() to return 'const std::string ... |  Nathan Woods | 2016-07-31 | 2 | -11/+30 |
| |/ |
|
| * | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 3 | -9/+9 |
| * | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 5 | -24/+24 |
| * | cleanup of some conversions (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| * | fixed clang (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -0/+1 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 9 | -39/+40 |
| * | Another correction |  Nathan Woods | 2016-07-29 | 1 | -2/+2 |
| * | Third time is a charm :-) |  Nathan Woods | 2016-07-29 | 1 | -9/+9 |
| * | Better use of std::string::size_type and other cleanups |  Nathan Woods | 2016-07-29 | 1 | -6/+6 |
| * | Converted a number of zippath calls that took 'const char *' to std::string |  Nathan Woods | 2016-07-29 | 2 | -30/+30 |
| * | Adding an assert() |  Nathan Woods | 2016-07-27 | 1 | -0/+2 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 6 | -78/+76 |
| * | chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency wit... |  MetalliC | 2016-07-25 | 1 | -0/+2 |
| * | chdcd: fix >2GB .iso parsing |  MetalliC | 2016-07-24 | 1 | -2/+1 |
| * | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 6 | -68/+619 |
| * | Fixed MT #6291 |  ImJezze | 2016-07-16 | 1 | -18/+12 |
| * | Added generic fix for #6286 |  ImJezze | 2016-07-16 | 1 | -2/+26 |
| * | misc fixes (nw) |  Vas Crabb | 2016-07-12 | 1 | -4/+5 |
| * | Fixed issue that could cause core_filename_ends_with() to return true when ex... |  Nathan Woods | 2016-07-11 | 1 | -5/+6 |
| * | Adding a check for reverse overflow when extensions is longer than filename |  Nathan Woods | 2016-07-11 | 1 | -2/+2 |
| * | Adopting std::find() and std::find_if() in core_filename_extract_base() |  Nathan Woods | 2016-07-11 | 1 | -10/+8 |
| * | Deeper C++-ification |  Nathan Woods | 2016-07-11 | 1 | -8/+12 |
| * | C++-ification of some corefile static functions |  Nathan Woods | 2016-07-10 | 2 | -10/+10 |
| * | Changed some int's to size_t's and added assertions where we were assuming th... |  Nathan Woods | 2016-07-07 | 2 | -3/+3 |
| * | C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... |  Nathan Woods | 2016-07-07 | 2 | -286/+282 |
| * | As per Vas Crabb, readding overloads that take a std::string& parameter for t... |  Nathan Woods | 2016-07-04 | 2 | -6/+46 |
| * | Changed a few zippath related functions to return their strings as a return v... |  Nathan Woods | 2016-07-03 | 2 | -11/+12 |
| * | Changed zippath.[cpp|h] to use C++-style comments |  Nathan Woods | 2016-07-03 | 2 | -85/+85 |
| * | override without virtual looks uncomfortable (nw) |  Vas Crabb | 2016-07-03 | 1 | -1/+1 |
| * | Converted menu_file_create to use std::string for its filename buffer |  Nathan Woods | 2016-07-02 | 2 | -0/+14 |
| * | C++-ification of src/lib/util/unicode.[cpp|h] |  Nathan Woods | 2016-07-02 | 2 | -81/+81 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 2 | -11/+10 |