summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/textbuf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
|
* Small code cleanup: dankan18902016-01-291-3/+3
| | | | | | | | | - corealloc.h: added macro definition for global_alloc (nothrow) memory allocation. - textbuf.cpp / wavwrite.cpp: removed pointless cast. - debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop. - diimage.cpp: simplified "device_image_interface::set_image_filename" function. - miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable. - ui.cpp: removed unused code.
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-4/+4
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+324