| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Visual Studio 2015 generates a bogus warning for ice_clone
implementation of GCObject derived classes.
|
|
|
|
|
| |
Abstract class generated constructor must not
call virtual base class constructors
|
|
|
|
| |
defined, minor WinRT test fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On windows with VS, pragma comment is now defined when building only when
ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name>
is defined automatically when <component-name>_API_EXPORTS is defined. When building
static Ice libraries on Windows, please define
ICE_BUILDING_<component-name-being-built>.
ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows,
and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined.
Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by
the correct _API macro.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
C++11 and C++03 compiled code
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
build failure
|
| |
|
|
|
|
| |
factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies)
|
| |
|
| |
|
|
|
|
| |
to throughput demo. Fixes ICE-5382.
|
| |
|
| |
|
|
|
|
| |
characters?
|
| |
|
| |
|
|
|
|
| |
than 10 out parameters
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fixed C# value demo to use sliced format
- Fixed Ice core to throw NoObjectFactoryException/UnknownUserException instead
or MarshalException when compact format is used an no factory is found.
- Fixed minor unitialized memory reads.
|
| |
|