Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Reduced number of symbols exported by generated code with MSVC | Bernard Normier | 2016-06-29 | |
| | | | ||||
* | | | ICE-7179 - Update std::function code style | Joe George | 2016-06-13 | |
| | | | ||||
* | | | partial support for custom mapping with cpp11 | Bernard Normier | 2016-06-09 | |
| | | | | | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata | |||
* | | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 | |
| | | | | | | | | | | | | available instead of ConvertUTF | |||
* | | | Fixed ICE_SO_VERSION | Bernard Normier | 2016-05-31 | |
| | | | ||||
* | | | Updated version to 3.7a2 | Bernard Normier | 2016-05-31 | |
| | | | ||||
* | | | Removed StreamReader/Writer explicit template | Bernard Normier | 2016-05-26 | |
| | | | | | | | | | | | | instantiations in generated code with MSVC | |||
* | | | Fixes for new demo build system | Benoit Foucher | 2016-05-16 | |
| | | | ||||
* | | | Moved some cpp files from IceUtil to Ice | Bernard Normier | 2016-05-13 | |
| | | | | | | | | | | | | Fixed UWP/static libs linking with Ice on Windows | |||
* | | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 | |
| | | | ||||
* | | | MSBuild project simplifications | Jose | 2016-05-12 | |
| | | | ||||
* | | | IceUtil and Slice msbuild updates | Bernard Normier | 2016-05-11 | |
| | | | ||||
* | | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 | |
|\| | | ||||
| * | | AIX port | Benoit Foucher | 2016-05-03 | |
| | | | ||||
| * | | Update Ice version to 3.6.3 | Joe George | 2016-04-08 | |
| |/ | ||||
| * | Update version to 3.6.2 | Jose | 2016-03-10 | |
| | | ||||
* | | Windows build fixes related to alpha versions | Jose | 2016-04-11 | |
| | | ||||
* | | Updated Ice version to 3.7a0 | Benoit Foucher | 2016-04-07 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 | |
|\| | ||||
| * | Update copyright headers | Joe George | 2016-03-01 | |
| | | ||||
* | | Windows msbuild build updates | Jose | 2016-02-26 | |
| | | ||||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 | |
| | | ||||
* | | Define ICE_HAS_THREAD_SAFE_LOCAL_STATIC with VC140 | Jose | 2016-01-15 | |
| | | ||||
* | | Minor fix to ICE_VALUE_FACTORY macro | Jose | 2016-01-13 | |
| | | ||||
* | | C++11 Value::ice_clone improvements | Jose | 2016-01-11 | |
| | | ||||
* | | Add ICE_RESET_EXCEPTION macro to simplify C++ builds | Jose | 2016-01-11 | |
| | | ||||
* | | C++11 fix Exception::ice_clone to use exception_ptr | Jose | 2016-01-08 | |
| | | ||||
* | | Fix ICE-6947 | Joe George | 2015-12-29 | |
| | | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11 | |||
* | | C++11 mapping fixes for IceBox | Jose | 2015-12-29 | |
| | | ||||
* | | ICE-6898 - "Delegate" functions for ACM callbacks | Joe George | 2015-12-24 | |
| | | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback | |||
* | | C++ shared_from_this simplifications | Jose | 2015-12-21 | |
| | | ||||
* | | Fixed typo | Benoit Foucher | 2015-12-18 | |
| | | ||||
* | | Updated Ice::CommunicationHolder and simplified tests | Bernard Normier | 2015-12-11 | |
| | | ||||
* | | C++11 mapping adding CommunicatorHolder | Jose | 2015-12-10 | |
| | | ||||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 | |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 | |
| | | ||||
* | | Changed version to 3.7.0 | Dwayne Boone | 2015-11-02 | |
|/ | ||||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 | |
| | ||||
* | Fix Ice::Log string format used with Visual Studio | Jose | 2015-07-22 | |
| | ||||
* | Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵ | Benoit Foucher | 2015-05-06 | |
| | | | | defined, minor WinRT test fixes | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 | |
| | | | | | | | | | | | | | | 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. | |||
* | Add support for VS 2015 RC (VC140) | Bernard Normier | 2015-05-02 | |
| | ||||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 | |
| | ||||
* | Add ICE_INT64_FORMAT macro to use with fprintf/printf string formats. | Jose | 2015-02-19 | |
| | ||||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 | |
| | ||||
* | Update ICE_64 definition to include OS X | Jose | 2015-02-17 | |
| | ||||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 | |
| | ||||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 | |
| | ||||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 | |
| | ||||
* | Several Windows build fixes: | Jose | 2014-10-08 | |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds |