gambas-source-code/gb.net/src
Laurent Carlier f1deb8e330 Remove register keyword, deprecated, now reserved keyword with C++17
Fixes "warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]"
with clang

https://en.cppreference.com/w/cpp/keyword/register
2019-10-30 06:53:09 +00:00
..
doc * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
CDnsClient.c [GB.NET] 2014-11-23 02:16:34 +00:00
CDnsClient.h [GB.NET] 2014-10-29 21:12:10 +00:00
CNet.c [DEVELOPMENT ENVIRONMENT] 2012-08-30 22:13:25 +00:00
CNet.h [DEVELOPMENT ENVIRONMENT] 2012-08-30 22:13:25 +00:00
CSerialPort.c Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
CSerialPort.h SerialPort: Port the stream routines to the new interface. 2017-10-15 23:18:04 +02:00
CServerSocket.c [GB.NET] 2016-05-04 19:53:01 +00:00
CServerSocket.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CSocket.c Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
CSocket.h [GB.NET] 2013-06-03 19:13:22 +00:00
CUdpSocket.c Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
CUdpSocket.h UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to. 2019-01-12 18:20:38 +01:00
gb.net.component [CONFIGURATION] 2010-02-10 01:58:50 +00:00
gb_network.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [GB.NET] 2014-07-24 19:03:08 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am SerialPort: Support for any port speed on Linux. 2019-03-08 12:32:22 +01:00
speed.c Workaround a bug in system header files on PPC systems. 2019-05-07 10:35:20 +02:00
speed.h SerialPort: Support for any port speed on Linux. 2019-03-08 12:32:22 +01:00
tools.c SerialPort: Support for any port speed on Linux. 2019-03-08 12:32:22 +01:00
tools.h SerialPort: Support for any port speed on Linux. 2019-03-08 12:32:22 +01:00