zeroc-ice 3.7.9.1 → 3.7.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/ice/cpp/include/Ice/Config.h +5 -7
- data/ext/ice/cpp/include/Ice/ConsoleUtil.h +1 -1
- data/ext/ice/cpp/include/Ice/Ice.h +2 -2
- data/ext/ice/cpp/include/Ice/SHA1.h +0 -2
- data/ext/ice/cpp/include/IceSSL/IceSSL.h +3 -7
- data/ext/ice/cpp/include/IceUtil/Config.h +12 -44
- data/ext/ice/cpp/include/IceUtil/ConsoleUtil.h +1 -1
- data/ext/ice/cpp/include/IceUtil/FileUtil.h +0 -3
- data/ext/ice/cpp/include/IceUtil/IceUtil.h +1 -1
- data/ext/ice/cpp/include/IceUtil/Mutex.h +0 -4
- data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +5 -21
- data/ext/ice/cpp/include/IceUtil/Thread.h +4 -18
- data/ext/ice/cpp/include/IceUtil/Timer.h +1 -0
- data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Communicator.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Connection.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Current.h +4 -4
- data/ext/ice/cpp/include/generated/Ice/Endpoint.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/LocalException.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Locator.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Logger.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Metrics.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Plugin.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Process.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Properties.h +8 -8
- data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Router.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
- data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +2 -2
- data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
- data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +2 -2
- data/ext/ice/cpp/src/Ice/Acceptor.h +1 -1
- data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +1 -1
- data/ext/ice/cpp/src/Ice/ConnectionFactory.h +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionI.cpp +5 -5
- data/ext/ice/cpp/src/Ice/ConnectionI.h +6 -8
- data/ext/ice/cpp/src/Ice/CountDownLatch.cpp +0 -8
- data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
- data/ext/ice/cpp/src/Ice/DefaultsAndOverrides.cpp +0 -2
- data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +2 -9
- data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EventHandler.cpp +1 -1
- data/ext/ice/cpp/src/Ice/EventHandler.h +2 -2
- data/ext/ice/cpp/src/Ice/Exception.cpp +0 -27
- data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
- data/ext/ice/cpp/src/Ice/IPEndpointI.cpp +0 -46
- data/ext/ice/cpp/src/Ice/IPEndpointI.h +1 -11
- data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Instance.cpp +2 -6
- data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerI.cpp +1 -3
- data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Network.cpp +15 -841
- data/ext/ice/cpp/src/Ice/Network.h +4 -86
- data/ext/ice/cpp/src/Ice/NetworkF.h +0 -4
- data/ext/ice/cpp/src/Ice/NetworkProxy.cpp +0 -13
- data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesI.cpp +4 -12
- data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/SHA1.cpp +27 -43
- data/ext/ice/cpp/src/Ice/Selector.cpp +1 -13
- data/ext/ice/cpp/src/Ice/Selector.h +1 -17
- data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
- data/ext/ice/cpp/src/Ice/StreamSocket.cpp +4 -167
- data/ext/ice/cpp/src/Ice/StreamSocket.h +3 -10
- data/ext/ice/cpp/src/Ice/TcpAcceptor.cpp +0 -121
- data/ext/ice/cpp/src/Ice/TcpAcceptor.h +2 -10
- data/ext/ice/cpp/src/Ice/TcpTransceiver.cpp +1 -1
- data/ext/ice/cpp/src/Ice/TcpTransceiver.h +1 -1
- data/ext/ice/cpp/src/Ice/Thread.cpp +1 -243
- data/ext/ice/cpp/src/Ice/ThreadPool.cpp +15 -51
- data/ext/ice/cpp/src/Ice/ThreadPool.h +6 -6
- data/ext/ice/cpp/src/Ice/Transceiver.h +1 -1
- data/ext/ice/cpp/src/Ice/UdpConnector.cpp +0 -5
- data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +13 -360
- data/ext/ice/cpp/src/Ice/UdpTransceiver.h +2 -23
- data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
- data/ext/ice/cpp/src/Ice/WSAcceptor.cpp +2 -2
- data/ext/ice/cpp/src/Ice/WSAcceptor.h +2 -2
- data/ext/ice/cpp/src/Ice/WSTransceiver.cpp +2 -45
- data/ext/ice/cpp/src/Ice/WSTransceiver.h +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceSSL/AcceptorI.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/AcceptorI.h +2 -2
- data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/Util.cpp +1 -1
- data/ext/ice/cpp/src/IceUtil/ConsoleUtil.cpp +1 -1
- data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +4 -17
- data/ext/ice/cpp/src/IceUtil/RecMutex.cpp +0 -4
- data/ext/ice/cpp/src/IceUtil/StringUtil.cpp +0 -45
- data/ext/ice/cpp/src/IceUtil/UUID.cpp +2 -6
- data/ext/ice/cpp/src/IceUtil/UtilException.cpp +1 -1
- data/ext/ice/cpp/src/Slice/JavaUtil.cpp +22 -0
- data/ext/ice/cpp/src/Slice/JavaUtil.h +9 -0
- data/ext/ice/mcpp/system.c +0 -4
- data/ice.gemspec +1 -1
- data/lib/Glacier2/Metrics.rb +1 -1
- data/lib/Glacier2/PermissionsVerifier.rb +1 -1
- data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
- data/lib/Glacier2/Router.rb +1 -1
- data/lib/Glacier2/RouterF.rb +1 -1
- data/lib/Glacier2/SSLInfo.rb +1 -1
- data/lib/Glacier2/Session.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +1 -1
- data/lib/Ice/Communicator.rb +1 -1
- data/lib/Ice/CommunicatorF.rb +1 -1
- data/lib/Ice/Connection.rb +1 -1
- data/lib/Ice/ConnectionF.rb +1 -1
- data/lib/Ice/Current.rb +1 -1
- data/lib/Ice/Endpoint.rb +1 -1
- data/lib/Ice/EndpointF.rb +1 -1
- data/lib/Ice/EndpointTypes.rb +1 -1
- data/lib/Ice/FacetMap.rb +1 -1
- data/lib/Ice/Identity.rb +1 -1
- data/lib/Ice/ImplicitContext.rb +1 -1
- data/lib/Ice/ImplicitContextF.rb +1 -1
- data/lib/Ice/Instrumentation.rb +1 -1
- data/lib/Ice/InstrumentationF.rb +1 -1
- data/lib/Ice/LocalException.rb +1 -1
- data/lib/Ice/Locator.rb +1 -1
- data/lib/Ice/LocatorF.rb +1 -1
- data/lib/Ice/Logger.rb +1 -1
- data/lib/Ice/LoggerF.rb +1 -1
- data/lib/Ice/Metrics.rb +1 -1
- data/lib/Ice/ObjectAdapter.rb +1 -1
- data/lib/Ice/ObjectAdapterF.rb +1 -1
- data/lib/Ice/ObjectFactory.rb +1 -1
- data/lib/Ice/Plugin.rb +1 -1
- data/lib/Ice/PluginF.rb +1 -1
- data/lib/Ice/Process.rb +1 -1
- data/lib/Ice/ProcessF.rb +1 -1
- data/lib/Ice/Properties.rb +1 -1
- data/lib/Ice/PropertiesAdmin.rb +1 -1
- data/lib/Ice/PropertiesF.rb +1 -1
- data/lib/Ice/RemoteLogger.rb +1 -1
- data/lib/Ice/Router.rb +1 -1
- data/lib/Ice/RouterF.rb +1 -1
- data/lib/Ice/ServantLocator.rb +1 -1
- data/lib/Ice/ServantLocatorF.rb +1 -1
- data/lib/Ice/SliceChecksumDict.rb +1 -1
- data/lib/Ice/ValueFactory.rb +1 -1
- data/lib/Ice/Version.rb +1 -1
- data/lib/IceBox/IceBox.rb +1 -1
- data/lib/IceGrid/Admin.rb +1 -1
- data/lib/IceGrid/Descriptor.rb +1 -1
- data/lib/IceGrid/Exception.rb +1 -1
- data/lib/IceGrid/FileParser.rb +1 -1
- data/lib/IceGrid/PluginFacade.rb +1 -1
- data/lib/IceGrid/Registry.rb +1 -1
- data/lib/IceGrid/Session.rb +1 -1
- data/lib/IceGrid/UserAccountMapper.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +1 -1
- data/lib/IcePatch2/FileServer.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +1 -1
- data/lib/IceStorm/Metrics.rb +1 -1
- data/slice/Ice/Current.ice +1 -1
- data/slice/Ice/Properties.ice +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae42f5fe05caee9637fdcc48fbd7d3a6accc3b396db031e022905e10bf1988f9
|
4
|
+
data.tar.gz: cc1c08385cc6a4ab8a80317454a588afe9add8e23479edcf3d846b130270bcaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de82b3ad7ea08a4eb1121ae349e9ead401a76609ce9336d8bb0be35d433560e6c9691d39fd06f3df1f696515f3c0cb724cc575a31773b5858296410fb9a1fef8
|
7
|
+
data.tar.gz: ed4a6dcf389a087a42bb397e66ae7d0b59a4d7cd5f1667ecee46ece09275caf8338b487a8299fe4f155ed39015b967b202cfbca67adb58ea8c0210fbea6884e3
|
@@ -17,13 +17,11 @@
|
|
17
17
|
#include <vector>
|
18
18
|
#include <map>
|
19
19
|
|
20
|
-
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
# include <cstddef>
|
26
|
-
# endif
|
20
|
+
#if defined(_WIN32)
|
21
|
+
# include <process.h>
|
22
|
+
#else
|
23
|
+
# include <sys/types.h>
|
24
|
+
# include <cstddef>
|
27
25
|
#endif
|
28
26
|
|
29
27
|
#ifdef ICE_SWIFT
|
@@ -27,7 +27,7 @@
|
|
27
27
|
#include <Ice/OutgoingAsync.h>
|
28
28
|
#include <Ice/IncomingAsync.h>
|
29
29
|
#include <Ice/Process.h>
|
30
|
-
#if !defined(
|
30
|
+
#if !defined(__APPLE__) || TARGET_OS_IPHONE == 0
|
31
31
|
# include <Ice/Application.h>
|
32
32
|
#endif
|
33
33
|
#include <Ice/Connection.h>
|
@@ -42,7 +42,7 @@
|
|
42
42
|
#include <Ice/Instrumentation.h>
|
43
43
|
#include <Ice/Metrics.h>
|
44
44
|
#include <Ice/SliceChecksums.h>
|
45
|
-
#if !defined(
|
45
|
+
#if !defined(__APPLE__) || TARGET_OS_IPHONE == 0
|
46
46
|
# include <Ice/Service.h>
|
47
47
|
#endif
|
48
48
|
#include <Ice/RegisterPlugins.h>
|
@@ -16,7 +16,6 @@ namespace IceInternal
|
|
16
16
|
ICE_API void
|
17
17
|
sha1(const unsigned char*, std::size_t, std::vector<unsigned char>&);
|
18
18
|
|
19
|
-
#ifndef ICE_OS_UWP
|
20
19
|
class ICE_API SHA1
|
21
20
|
{
|
22
21
|
public:
|
@@ -36,7 +35,6 @@ private:
|
|
36
35
|
class Hasher;
|
37
36
|
UniquePtr<Hasher> _hasher;
|
38
37
|
};
|
39
|
-
#endif
|
40
38
|
|
41
39
|
}
|
42
40
|
#endif
|
@@ -10,15 +10,11 @@
|
|
10
10
|
#include <IceSSL/Plugin.h>
|
11
11
|
|
12
12
|
#if defined(_WIN32)
|
13
|
-
#
|
14
|
-
# include <IceSSL/UWP.h>
|
15
|
-
# else
|
16
|
-
# include <IceSSL/SChannel.h>
|
17
|
-
# endif
|
13
|
+
# include <IceSSL/SChannel.h>
|
18
14
|
#elif defined(__APPLE__)
|
19
|
-
#
|
15
|
+
# include <IceSSL/SecureTransport.h>
|
20
16
|
#else
|
21
|
-
#
|
17
|
+
# include <IceSSL/OpenSSL.h>
|
22
18
|
#endif
|
23
19
|
|
24
20
|
#include <IceSSL/EndpointInfo.h>
|
@@ -137,23 +137,7 @@
|
|
137
137
|
#if (defined(_MSC_VER) && (_MSC_VER >= 1800)) || \
|
138
138
|
defined(__clang__) || \
|
139
139
|
(defined(ICE_CPP11_COMPILER) && defined(__GNUC__) && (__GNUC__ >= 5))
|
140
|
-
#define ICE_HAS_CODECVT_UTF8
|
141
|
-
#endif
|
142
|
-
|
143
|
-
//
|
144
|
-
// Visual Studio 2015 or later
|
145
|
-
//
|
146
|
-
#if defined(_MSC_VER) && (_MSC_VER >= 1900)
|
147
|
-
|
148
|
-
//
|
149
|
-
// Check if building for UWP
|
150
|
-
//
|
151
|
-
# include <winapifamily.h>
|
152
|
-
# if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_APP)
|
153
|
-
# define ICE_OS_UWP
|
154
|
-
# define ICE_STATIC_LIBS
|
155
|
-
# endif
|
156
|
-
|
140
|
+
# define ICE_HAS_CODECVT_UTF8
|
157
141
|
#endif
|
158
142
|
|
159
143
|
//
|
@@ -284,8 +268,8 @@
|
|
284
268
|
//
|
285
269
|
// The Ice version.
|
286
270
|
//
|
287
|
-
#define ICE_STRING_VERSION "3.7.
|
288
|
-
#define ICE_INT_VERSION
|
271
|
+
#define ICE_STRING_VERSION "3.7.10" // "A.B.C", with A=major, B=minor, C=patch
|
272
|
+
#define ICE_INT_VERSION 30710 // AABBCC, with AA=major, BB=minor, CC=patch
|
289
273
|
#define ICE_SO_VERSION "37" // "ABC", with A=major, B=minor, C=patch
|
290
274
|
|
291
275
|
#if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS)
|
@@ -298,33 +282,17 @@
|
|
298
282
|
# endif
|
299
283
|
|
300
284
|
# ifdef ICE_CPP11_MAPPING
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
305
|
-
#
|
306
|
-
# endif
|
307
|
-
# else
|
308
|
-
# if defined(ICE_OS_UWP)
|
309
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "uwp++11.lib"
|
310
|
-
# else
|
311
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11.lib"
|
312
|
-
# endif
|
313
|
-
# endif
|
285
|
+
# if defined(_DEBUG)
|
286
|
+
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11D.lib"
|
287
|
+
# else
|
288
|
+
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11.lib"
|
289
|
+
# endif
|
314
290
|
# else
|
315
|
-
#
|
316
|
-
#
|
317
|
-
#
|
318
|
-
# else
|
319
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "D.lib"
|
320
|
-
# endif
|
321
|
-
# else
|
322
|
-
# if defined(ICE_OS_UWP)
|
323
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "uwp.lib"
|
324
|
-
# else
|
291
|
+
# if defined(_DEBUG)
|
292
|
+
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "D.lib"
|
293
|
+
# else
|
325
294
|
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION ".lib"
|
326
|
-
#
|
327
|
-
# endif
|
295
|
+
# endif
|
328
296
|
# endif
|
329
297
|
|
330
298
|
//
|
@@ -84,10 +84,7 @@ ICE_API int mkdir(const std::string&, int);
|
|
84
84
|
ICE_API FILE* fopen(const std::string&, const std::string&);
|
85
85
|
ICE_API FILE* freopen(const std::string&, const std::string&, FILE*);
|
86
86
|
ICE_API int open(const std::string&, int);
|
87
|
-
|
88
|
-
#ifndef ICE_OS_UWP
|
89
87
|
ICE_API int getcwd(std::string&);
|
90
|
-
#endif
|
91
88
|
|
92
89
|
ICE_API int unlink(const std::string&);
|
93
90
|
ICE_API int close(int);
|
@@ -15,7 +15,7 @@
|
|
15
15
|
#include <IceUtil/Config.h>
|
16
16
|
#include <IceUtil/Cond.h>
|
17
17
|
#include <IceUtil/ConsoleUtil.h>
|
18
|
-
#if !defined(
|
18
|
+
#if !defined(__APPLE__) || TARGET_OS_IPHONE == 0
|
19
19
|
# include <IceUtil/CtrlCHandler.h>
|
20
20
|
#endif
|
21
21
|
#include <IceUtil/Exception.h>
|
@@ -7,40 +7,24 @@
|
|
7
7
|
|
8
8
|
#include "winver.h"
|
9
9
|
|
10
|
-
#define ICE_VERSION 3,7,
|
11
|
-
#define ICE_STRING_VERSION "3.7.
|
10
|
+
#define ICE_VERSION 3,7,10,0
|
11
|
+
#define ICE_STRING_VERSION "3.7.10\0"
|
12
12
|
#define ICE_SO_VERSION "37\0"
|
13
13
|
#define ICE_COMPANY_NAME "ZeroC, Inc.\0"
|
14
14
|
#define ICE_COPYRIGHT "\251 ZeroC, Inc.\0"
|
15
15
|
#define ICE_PRODUCT_NAME "Ice\0"
|
16
16
|
|
17
17
|
#ifdef ICE_CPP11_MAPPING
|
18
|
-
#
|
19
|
-
#
|
20
|
-
#
|
21
|
-
# else
|
22
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11D"
|
23
|
-
# endif
|
24
|
-
# else
|
25
|
-
# if defined(ICE_OS_UWP)
|
26
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "uwp++11"
|
27
|
-
# else
|
18
|
+
# if defined(_DEBUG)
|
19
|
+
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11D"
|
20
|
+
# else
|
28
21
|
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "++11"
|
29
|
-
# endif
|
30
22
|
# endif
|
31
23
|
#else
|
32
24
|
# if defined(_DEBUG)
|
33
|
-
# if defined(ICE_OS_UWP)
|
34
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "uwpD"
|
35
|
-
# else
|
36
25
|
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "D"
|
37
|
-
# endif
|
38
26
|
# else
|
39
|
-
# if defined(ICE_OS_UWP)
|
40
|
-
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION "uwp"
|
41
|
-
# else
|
42
27
|
# define ICE_LIBNAME(NAME) NAME ICE_SO_VERSION ""
|
43
|
-
# endif
|
44
28
|
# endif
|
45
29
|
#endif
|
46
30
|
|
@@ -10,11 +10,6 @@
|
|
10
10
|
#include <IceUtil/Handle.h>
|
11
11
|
#include <IceUtil/Mutex.h>
|
12
12
|
|
13
|
-
#ifdef ICE_OS_UWP
|
14
|
-
# include <memory>
|
15
|
-
# include <thread>
|
16
|
-
#endif
|
17
|
-
|
18
13
|
namespace IceUtil
|
19
14
|
{
|
20
15
|
|
@@ -30,9 +25,7 @@ public:
|
|
30
25
|
//
|
31
26
|
ThreadControl();
|
32
27
|
|
33
|
-
#
|
34
|
-
ThreadControl(const std::shared_ptr<std::thread>&);
|
35
|
-
#elif defined(_WIN32)
|
28
|
+
#if defined(_WIN32)
|
36
29
|
ThreadControl(HANDLE, DWORD);
|
37
30
|
#else
|
38
31
|
explicit ThreadControl(pthread_t);
|
@@ -75,9 +68,7 @@ public:
|
|
75
68
|
// id() returns the Thread ID on Windows and the underlying pthread_t
|
76
69
|
// on POSIX platforms.
|
77
70
|
//
|
78
|
-
#
|
79
|
-
typedef std::thread::id ID;
|
80
|
-
#elif defined(_WIN32)
|
71
|
+
#if defined(_WIN32)
|
81
72
|
typedef DWORD ID;
|
82
73
|
#else
|
83
74
|
typedef pthread_t ID;
|
@@ -89,10 +80,7 @@ public:
|
|
89
80
|
|
90
81
|
private:
|
91
82
|
|
92
|
-
#
|
93
|
-
std::shared_ptr<std::thread> _thread;
|
94
|
-
std::thread::id _id;
|
95
|
-
#elif defined(_WIN32)
|
83
|
+
#if defined(_WIN32)
|
96
84
|
HANDLE _handle;
|
97
85
|
DWORD _id;
|
98
86
|
#else
|
@@ -147,9 +135,7 @@ protected:
|
|
147
135
|
bool _started;
|
148
136
|
bool _running;
|
149
137
|
|
150
|
-
#
|
151
|
-
std::shared_ptr<std::thread> _thread;
|
152
|
-
#elif defined(_WIN32)
|
138
|
+
#if defined(_WIN32)
|
153
139
|
HANDLE _handle;
|
154
140
|
DWORD _id;
|
155
141
|
#else
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -56,7 +56,7 @@
|
|
56
56
|
# if ICE_INT_VERSION % 100 >= 50
|
57
57
|
# error Beta header file detected
|
58
58
|
# endif
|
59
|
-
# if ICE_INT_VERSION % 100 <
|
59
|
+
# if ICE_INT_VERSION % 100 < 10
|
60
60
|
# error Ice patch level mismatch!
|
61
61
|
# endif
|
62
62
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -39,7 +39,7 @@
|
|
39
39
|
# if ICE_INT_VERSION % 100 >= 50
|
40
40
|
# error Beta header file detected
|
41
41
|
# endif
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
42
|
+
# if ICE_INT_VERSION % 100 < 10
|
43
43
|
# error Ice patch level mismatch!
|
44
44
|
# endif
|
45
45
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -39,7 +39,7 @@
|
|
39
39
|
# if ICE_INT_VERSION % 100 >= 50
|
40
40
|
# error Beta header file detected
|
41
41
|
# endif
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
42
|
+
# if ICE_INT_VERSION % 100 < 10
|
43
43
|
# error Ice patch level mismatch!
|
44
44
|
# endif
|
45
45
|
#endif
|
@@ -92,7 +92,7 @@ enum class OperationMode : unsigned char
|
|
92
92
|
* <p class="Deprecated"><code>Nonmutating</code> is deprecated; Use the
|
93
93
|
* <code>idempotent</code> keyword instead. For C++, to retain the mapping
|
94
94
|
* of <code>nonmutating</code> operations to C++ <code>const</code>
|
95
|
-
* member functions, use the <code
|
95
|
+
* member functions, use the <code>["cpp:const"]</code> metadata
|
96
96
|
* directive.
|
97
97
|
*/
|
98
98
|
Nonmutating,
|
@@ -231,7 +231,7 @@ enum OperationMode
|
|
231
231
|
* <p class="Deprecated"><code>Nonmutating</code> is deprecated; Use the
|
232
232
|
* <code>idempotent</code> keyword instead. For C++, to retain the mapping
|
233
233
|
* of <code>nonmutating</code> operations to C++ <code>const</code>
|
234
|
-
* member functions, use the <code
|
234
|
+
* member functions, use the <code>["cpp:const"]</code> metadata
|
235
235
|
* directive.
|
236
236
|
*/
|
237
237
|
Nonmutating,
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -38,7 +38,7 @@
|
|
38
38
|
# if ICE_INT_VERSION % 100 >= 50
|
39
39
|
# error Beta header file detected
|
40
40
|
# endif
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
41
|
+
# if ICE_INT_VERSION % 100 < 10
|
42
42
|
# error Ice patch level mismatch!
|
43
43
|
# endif
|
44
44
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -38,7 +38,7 @@
|
|
38
38
|
# if ICE_INT_VERSION % 100 >= 50
|
39
39
|
# error Beta header file detected
|
40
40
|
# endif
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
41
|
+
# if ICE_INT_VERSION % 100 < 10
|
42
42
|
# error Ice patch level mismatch!
|
43
43
|
# endif
|
44
44
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -38,7 +38,7 @@
|
|
38
38
|
# if ICE_INT_VERSION % 100 >= 50
|
39
39
|
# error Beta header file detected
|
40
40
|
# endif
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
41
|
+
# if ICE_INT_VERSION % 100 < 10
|
42
42
|
# error Ice patch level mismatch!
|
43
43
|
# endif
|
44
44
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -35,7 +35,7 @@
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
36
36
|
# error Beta header file detected
|
37
37
|
# endif
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
38
|
+
# if ICE_INT_VERSION % 100 < 10
|
39
39
|
# error Ice patch level mismatch!
|
40
40
|
# endif
|
41
41
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -39,7 +39,7 @@
|
|
39
39
|
# if ICE_INT_VERSION % 100 >= 50
|
40
40
|
# error Beta header file detected
|
41
41
|
# endif
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
42
|
+
# if ICE_INT_VERSION % 100 < 10
|
43
43
|
# error Ice patch level mismatch!
|
44
44
|
# endif
|
45
45
|
#endif
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
3
3
|
//
|
4
4
|
//
|
5
|
-
// Ice version 3.7.
|
5
|
+
// Ice version 3.7.10
|
6
6
|
//
|
7
7
|
// <auto-generated>
|
8
8
|
//
|
@@ -45,7 +45,7 @@
|
|
45
45
|
# if ICE_INT_VERSION % 100 >= 50
|
46
46
|
# error Beta header file detected
|
47
47
|
# endif
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
48
|
+
# if ICE_INT_VERSION % 100 < 10
|
49
49
|
# error Ice patch level mismatch!
|
50
50
|
# endif
|
51
51
|
#endif
|