summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Config.h
Commit message (Collapse)AuthorAge
...
* | | Reduced number of symbols exported by generated code with MSVCBernard Normier2016-06-29
| | |
* | | ICE-7179 - Update std::function code styleJoe George2016-06-13
| | |
* | | partial support for custom mapping with cpp11Bernard Normier2016-06-09
| | | | | | | | | | | | slice2cpp now recognizes cpp98, cpp11 and cpp metadata
* | | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
| | | | | | | | | | | | available instead of ConvertUTF
* | | Fixed ICE_SO_VERSIONBernard Normier2016-05-31
| | |
* | | Updated version to 3.7a2Bernard Normier2016-05-31
| | |
* | | Removed StreamReader/Writer explicit templateBernard Normier2016-05-26
| | | | | | | | | | | | instantiations in generated code with MSVC
* | | Fixes for new demo build systemBenoit Foucher2016-05-16
| | |
* | | Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
| | | | | | | | | | | | Fixed UWP/static libs linking with Ice on Windows
* | | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| | |
* | | MSBuild project simplificationsJose2016-05-12
| | |
* | | IceUtil and Slice msbuild updatesBernard Normier2016-05-11
| | |
* | | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\| |
| * | AIX portBenoit Foucher2016-05-03
| | |
| * | Update Ice version to 3.6.3Joe George2016-04-08
| |/
| * Update version to 3.6.2Jose2016-03-10
| |
* | Windows build fixes related to alpha versionsJose2016-04-11
| |
* | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | Refactored invocation code to better suite new C++11 mappingBenoit Foucher2016-02-03
| |
* | Define ICE_HAS_THREAD_SAFE_LOCAL_STATIC with VC140Jose2016-01-15
| |
* | Minor fix to ICE_VALUE_FACTORY macroJose2016-01-13
| |
* | C++11 Value::ice_clone improvementsJose2016-01-11
| |
* | Add ICE_RESET_EXCEPTION macro to simplify C++ buildsJose2016-01-11
| |
* | C++11 fix Exception::ice_clone to use exception_ptrJose2016-01-08
| |
* | Fix ICE-6947Joe George2015-12-29
| | | | | | | | | | Pass in-parameters for local interfaces with delegate metadata by value in C++11
* | C++11 mapping fixes for IceBoxJose2015-12-29
| |
* | ICE-6898 - "Delegate" functions for ACM callbacksJoe George2015-12-24
| | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback
* | C++ shared_from_this simplificationsJose2015-12-21
| |
* | Fixed typoBenoit Foucher2015-12-18
| |
* | Updated Ice::CommunicationHolder and simplified testsBernard Normier2015-12-11
| |
* | C++11 mapping adding CommunicatorHolderJose2015-12-10
| |
* | ICE-6908 - Add ValueFactoryJoe George2015-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 commitJose2015-12-01
| |
* | Changed version to 3.7.0Dwayne Boone2015-11-02
|/
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Fix Ice::Log string format used with Visual StudioJose2015-07-22
|
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* ICE-6481 pragma comment when building static librariesBernard Normier2015-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 Normier2015-05-02
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Add ICE_INT64_FORMAT macro to use with fprintf/printf string formats.Jose2015-02-19
|
* Changes for brew, python PyPI packaging and ruby gem packaging.Matthew Newhook2015-02-18
|
* Update ICE_64 definition to include OS XJose2015-02-17
|
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* New IceUtil headers to push and pop pragma disable warning with MSVC and GCCBernard Normier2014-10-31
|
* Several Windows build fixes:Jose2014-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