Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Object factory registration fix for VS 2015v3.6.1-msvc2015 | Jose | 2015-12-28 |
| | |||
* | Fix binary compatibility issue with previous fix | Jose | 2015-12-28 |
| | |||
* | Visual Studio 2015 compiler fix | Jose | 2015-12-28 |
| | |||
* | Updated AssemblyInfo and StringFileInfo on Windows | Bernard Normier | 2015-08-21 |
| | |||
* | ICE-6677 - Fix C++ generated constructor code formating | Jose | 2015-08-03 |
| | |||
* | Updated version to 3.6.1 | Dwayne Boone | 2015-07-31 |
| | |||
* | Fix for Visual Studio 2015 bogus warning | Jose | 2015-07-22 |
| | | | | | Visual Studio 2015 generates a bogus warning for ice_clone implementation of GCObject derived classes. | ||
* | Fix for Abstrac class generated constructor | Jose | 2015-07-22 |
| | | | | | Abstract class generated constructor must not call virtual base class constructors | ||
* | ICE-6469 added --validate option to Slice compilers | Dwayne Boone | 2015-07-07 |
| | |||
* | Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after build | Jose | 2015-05-12 |
| | |||
* | 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. | ||
* | Fix typo from previous commit | Joe George | 2015-04-29 |
| | |||
* | Improve usage message for slice compilers | Joe George | 2015-04-29 |
| | | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers. | ||
* | Remove FileUtil dependency for --depend-file | Jose | 2015-04-13 |
| | |||
* | Add --depend-file/--depend-xml optinos to all Slice compilers | Jose | 2015-04-13 |
| | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | ICE-5814 fixed gcc compile errors | Dwayne Boone | 2015-02-23 |
| | |||
* | ICE-5814 change C++ generated code to prevent shadow warnigns | Dwayne Boone | 2015-02-20 |
| | |||
* | Update windows dependencies | Jose | 2015-02-19 |
| | |||
* | ICE-5814 allow demos to be built with /W4 on Windows | Dwayne Boone | 2015-01-30 |
| | |||
* | Changed version to 3.6.0 | Dwayne Boone | 2015-01-28 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Build & test fixes: | Jose | 2014-11-24 |
| | | | | | | | | * ICE-5929 - Consider using $ORIGIN on Linux * ICE-5949 - IceBox issues on Linux bi-arch * ICE-5954 - Ubuntu make install issue / ORIGIN bug * ICE-5961 - OSX: test/IceGrid/session fails * ICE-5971 - allTests.py incorrect reporting under Windows? | ||
* | More updates for ICE-5931, ICE-5935 | Jose | 2014-11-21 |
| | |||
* | ICE-5931, ICE-5935 | Jose | 2014-11-20 |
| | |||
* | New IceUtil headers to push and pop pragma disable warning with MSVC and GCC | Bernard Normier | 2014-10-31 |
| | |||
* | Fix overloaded-virtual warnings | Jose | 2014-10-30 |
| | |||
* | ICE-5804 - Warnings when building with GCC (Eliminate C style casts) | Jose | 2014-10-30 |
| | |||
* | Updated Windows dependencies | Dwayne Boone | 2014-10-30 |
| | |||
* | Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between ↵ | Benoit Foucher | 2014-10-28 |
| | | | | C++11 and C++03 compiled code | ||
* | C++11 build updates | Jose | 2014-10-24 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | Windows dependency fixes | Jose | 2014-10-08 |
| | |||
* | Version fixes | Jose | 2014-10-08 |
| | |||
* | 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 | ||
* | Update Ice version to 3.6b 3.6.51 | Jose | 2014-10-03 |
| | |||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | Fixed #2 of ICE-5594: code style for CallbackBase class | Benoit Foucher | 2014-07-28 |
| | |||
* | Completed fix for ICE-5567: move various C++11 classes/functions out of line | Bernard Normier | 2014-07-24 |
| | |||
* | Fixed ICE-5567: Too much pseudo-inlining with ICE_CPP11 + OpenSSLEngine ↵ | Bernard Normier | 2014-07-23 |
| | | | | build failure | ||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Fix for ICE-5527 (simplify generated code for user exception and object ↵ | Bernard Normier | 2014-06-16 |
| | | | | factories), ICE-4832 (ice_staticId and static initialization) and partial fix for ICE-5515 (ice_staticId on C++ proxies) | ||
* | Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++ | Bernard Normier | 2014-06-12 |
| | |||
* | Fixed ICE-5499, new garbage collection support | Benoit Foucher | 2014-06-05 |
| | |||
* | New cpp:view-type metadata for strings, sequences and dictionaries, plus updates | ZeroC Staff | 2014-06-04 |
| | | | | to throughput demo. Fixes ICE-5382. | ||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| |