summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/doxybuild.py
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/jsoncpp/doxybuild.py')
0 files changed, 0 insertions, 0 deletions
class='onhover' src='//www.gravatar.com/avatar/f9f22a7aa15d1519db83080184a06a25?s=128&d=retro' /> smf-2013-12-311-9/+5 * Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-0/+10 * removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-1/+3 * made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1 * moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+4 * cleanup (nw) Miodrag Milanovic2013-02-181-0/+4 * Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+2 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4 * Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-0/+5 * Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-1/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+9 * Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+8 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+2 * Collapsed device_config and device_t into one class. Updated all