summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/src/examples/cpp11/parallel_group
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-02-25 11:30:16 +0100
committer hap <happppp@users.noreply.github.com>2025-02-25 11:30:16 +0100
commit857c566cb3a12b24c74e28e6efe6d9a84e740ddc (patch)
tree4182f5777637631b0f2a596865be9e272cf6bc1b /3rdparty/asio/src/examples/cpp11/parallel_group
parente7ba53a4614416620962d8d7fc948d1ac7fc2967 (diff)
kinst: add eprom waitstates
Diffstat (limited to '3rdparty/asio/src/examples/cpp11/parallel_group')
0 files changed, 0 insertions, 0 deletions
34d52964bf692889033ee7bfe1?s=13&d=retro' /> Miodrag Milanovic2016-10-221-13/+13 * quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-1/+0 * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2 * Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-1/+21 * Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-106/+2 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+44 * UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-188/+0 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-128/+31 * Not inline now (nw) Vas Crabb2016-07-101-1/+1 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1514/+186 * Reduce visibility of more menu members Vas Crabb2016-07-091-83/+83 * another baby step untangling the menu code Vas Crabb2016-07-091-34/+27 * Fixed MT06263 dankan18902016-07-021-2/+2 * Merge pull request #1021 from npwoods/swlist_cleanup Vas Crabb2016-07-011-11/+0 |\ | * Cleanups to the software list menu Nathan Woods2016-06-301-11/+0 * | MT06268 fix crash when drawing menus Vas Crabb2016-07-011-69/+52 |/ * Usage of emplace[_back]() as per cuavas Nathan Woods2016-06-301-2/+2 * Changed a variable declaration to be 'auto' Nathan Woods2016-06-301-1/+1 * More use of std::move() Nathan Woods2016-06-301-2/+2 * Corrected a n00b C++ move error Nathan Woods2016-06-291-1/+1 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-15/+9 * C++-ified the strings inside of menu items Nathan Woods2016-06-291-27/+46 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+2 * Fix deallocation. (nw) dankan18902016-06-201-0/+2 * Proper placement of toolbar icons. (nw) dankan18902016-06-191-3/+3 * Fixed menus selection. (nw) dankan18902016-06-191-0/+2 * Merge branch 'master' of https://github.com/mamedev/mame Robbbert2016-06-191-25/+27 |\ | * Fixed incorrect icons refresh. (nw) dankan18902016-06-191-25/+27 * | Fixed compile error: Robbbert2016-06-191-1/+1 |/ * Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-28/+29 * Fixed crash with icons in main list. (nw) dankan18902016-06-181-0/+2 * cleanup. (nw)