summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/src/examples/cpp11/futures
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/src/examples/cpp11/futures')
-rw-r--r--3rdparty/asio/src/examples/cpp11/futures/.gitignore11
-rw-r--r--3rdparty/asio/src/examples/cpp11/futures/daytime_client.cpp2
2 files changed, 1 insertions, 12 deletions
diff --git a/3rdparty/asio/src/examples/cpp11/futures/.gitignore b/3rdparty/asio/src/examples/cpp11/futures/.gitignore
deleted file mode 100644
index 0882fa6ced3..00000000000
--- a/3rdparty/asio/src/examples/cpp11/futures/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-.deps
-.dirstamp
-*.o
-*.obj
-*.exe
-*_server
-*_client
-*.ilk
-*.manifest
-*.pdb
-*.tds
diff --git a/3rdparty/asio/src/examples/cpp11/futures/daytime_client.cpp b/3rdparty/asio/src/examples/cpp11/futures/daytime_client.cpp
index 0004e124ff6..2f5314ede39 100644
--- a/3rdparty/asio/src/examples/cpp11/futures/daytime_client.cpp
+++ b/3rdparty/asio/src/examples/cpp11/futures/daytime_client.cpp
@@ -2,7 +2,7 @@
// daytime_client.cpp
// ~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
ions'>-0/+22 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4 * (nw) misc cleanup: Vas Crabb2019-09-201-1/+1 * (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-7/+6 * (nw) more cassette wav sound Robbbert2019-06-301-0/+2 * (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-12/+6 * srcclean (nw) Vas Crabb2018-12-231-1/+1 * -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-34/+32 * wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1 * wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2 * acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-34/+20 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-14/+14 * wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27 * hp1ll3, atarist, samcoupe: Replace first_screen with finders or device_video_... AJR2018-03-031-3/+2 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-2/+2 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Self-registering devices prep: Vas Crabb2017-02-271-4/+5 * cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * Memory fun [O.Galibert]