summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-293-4/+4
* Fix strreplace, fixes snapshot and dtd issue (nw) Miodrag Milanovic2015-04-232-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-2218-764/+273
* more astring -> std::string (nw) Miodrag Milanovic2015-04-192-52/+58
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-194-8/+9
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-15/+15
* Fix build Vas Crabb2015-04-171-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1410-158/+82
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-132-5/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1210-44/+43
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-2/+2
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-2/+2
* | Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-111-988/+0
|\ \
| * | Replace simple_set with std::set Vas Crabb2015-04-111-988/+0
| |/
* / cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-24/+24
|/
* get rid of some obsolete/unreachable stuff, get rid of more abuse of SDLMAME_... Vas Crabb2015-04-021-3/+3
* Some compilers have issue with ! signs (nw) Miodrag Milanovic2015-03-211-5/+5
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-206-0/+10
* removed last assert.h occurance in a header (nw) Oliver Stöneberg2015-03-201-1/+0
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-2016-4/+23
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-202-2/+2
* Fix crashing on ARM Linux targets. [R. Belmont, rjosal] arbee2015-03-041-0/+2
* Enable OpenGL renderer on Windows. By default, run-time function couriersud2015-02-251-1/+1
* render.c: render_containers now always make their own copy of the emulation p... Alex W. Jackson2015-02-231-1/+0
* Revert "fix compile on MSVC 2012 (nw)" Oliver Stöneberg2015-01-311-1/+1
* fix compile on MSVC 2012 (nw) peterferrie2015-01-301-1/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-282-7/+7
* oops (nw) Olivier Galibert2015-01-251-1/+1
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-172-2/+0
* added missing catch in chd_file_compressor::async_read() and chdman main() (nw) Oliver Stöneberg2015-01-161-0/+5
* Fix compile and cleanup includes (nw) Miodrag Milanovic2015-01-113-6/+6
* Fix compile (nw) Miodrag Milanovic2015-01-111-3/+3
* fix compile (nw) Miodrag Milanovic2015-01-101-1/+1
* Palettes are now copied during get_primlist. This should fix couriersud2015-01-012-1/+10
* chdman: bail out in chd_file::hunk_info() on unknown compression type (nw) Oliver Stöneberg2014-12-311-0/+3
* more ThreadSanitizer data race warning "fixes" (nw) Oliver Stöneberg2014-12-312-7/+11
* debug: fix the avl trees logic Fabrice Bellet2014-12-181-33/+35
* Fix various typos Zoë Blade2014-11-302-2/+2
* Unicode combining accents go after the base character (nw) Justin Kerk2014-11-291-1/+1
* added macros for calculator button symbols, like eg. squareroot hap2014-11-291-20/+36
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-20/+20
* 1 more bad byte found in stopthie, confirmed by seanriddle hap2014-11-181-1/+1
* cleanup hap2014-11-171-109/+134
* nw hap2014-11-161-6/+8
* made plaparse less strict about whitespace and ordering, and added .phase key... hap2014-11-161-104/+194
* fix compile hap2014-11-151-1/+1
* Changing #includes for headers that are part of toolchain and not part of any... Scott Stone2014-09-291-1/+1
* do not start tagmap lookup counting until everything is initialized / tagmap ... Oliver Stöneberg2014-09-092-2/+6
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-9/+9
* Fix Clang compile (nw) R. Belmont2014-08-101-1/+1