Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ICE-7047: disabled PrintStackTraces | Bernard Normier | 2016-03-29 |
| | |||
* | Mingw build fixes | Jose | 2016-03-29 |
| | |||
* | WinRT objects tests build fixes | Jose | 2016-03-21 |
| | |||
* | .gitignore updates | Jose | 2016-03-11 |
| | |||
* | Windows wide string literal fixes | Jose | 2016-03-10 |
| | |||
* | String literals fixes | Jose | 2016-03-10 |
| | | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding | ||
* | String literals Windows fixes | Jose | 2016-03-08 |
| | |||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Ice::identityToString/Ice::stringToIdentity php/ruby/python implementations | Jose | 2016-03-01 |
| | |||
* | Fixed potential deadlock that could occur with Ice for C++ when using ↵ | Benoit Foucher | 2016-01-05 |
| | | | | collocation optimization and serialization | ||
* | Object factory registration fix for VS 2015 | Jose | 2015-12-28 |
| | |||
* | Objects test updates to sync with Java/C# | Jose | 2015-11-19 |
| | |||
* | Fixed GCC build failure introduced by previous commit | Benoit Foucher | 2015-09-14 |
| | |||
* | Fixed ICE-6812 - JavaScript ACM monitor bug | Benoit Foucher | 2015-09-14 |
| | |||
* | Fix for ICE-6794 - no longer unload the test DLLs | Benoit Foucher | 2015-09-09 |
| | |||
* | ICE-6742 - more python3 fixes | Mark Spruiell | 2015-08-28 |
| | |||
* | Fix for Ice/properties when running with python 2.7 | Jose | 2015-08-17 |
| | |||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | ICE-6696 fixed warning binding WinRT info test | Dwayne Boone | 2015-08-06 |
| | |||
* | Update C++ tests to register required plug-ins | Jose | 2015-07-17 |
| | | | | when building with static libraries. | ||
* | Updated Windows dependencies | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | ICE-6641 Removed some uneeded clean rules from Makefiles | Dwayne Boone | 2015-07-07 |
| | |||
* | The communicator now catch exceptions raised by plugin initialize and raise ↵ | Benoit Foucher | 2015-06-17 |
| | | | | PluginInitializationException instead | ||
* | Fixed ICE-6602: optionals marshaling bug | Jose | 2015-06-16 |
| | |||
* | Fixed ICE-6584: Ice/slicing tests leaks | Jose | 2015-06-10 |
| | |||
* | Fixed Ice/stream test leak (ICE-6583) | Benoit Foucher | 2015-06-10 |
| | |||
* | Fixed Glacier2 session helper and optional test leak | Benoit Foucher | 2015-06-10 |
| | |||
* | Fixed ICE-6579, objects test leak | Benoit Foucher | 2015-06-10 |
| | |||
* | Timeout test updates fix iPhone test failures (TCH-240) | Benoit Foucher | 2015-06-04 |
| | |||
* | WinRT connection info fixes | Jose | 2015-06-02 |
| | |||
* | Fixed ICE-6557 - non virtual destructor warnings | Benoit Foucher | 2015-06-02 |
| | |||
* | Fix bogus print statement | Joe George | 2015-06-02 |
| | |||
* | Fixed ICE-6552: test Ice/plugin failures in Windows 8.1 | Jose | 2015-06-02 |
| | |||
* | fixing C++/x86 build failure in test/Ice/operations | Mark Spruiell | 2015-05-20 |
| | |||
* | Fix travis compile error | Dwayne Boone | 2015-05-08 |
| | |||
* | ICE-6485 enums tests fails with --cross=objective-c | Dwayne Boone | 2015-05-08 |
| | |||
* | ICE-6487 ObjC test/Ice/objects fails with --cross=js | Dwayne Boone | 2015-05-07 |
| | |||
* | Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes | Benoit Foucher | 2015-05-06 |
| | |||
* | 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. | ||
* | minor fixes for purify | Mark Spruiell | 2015-05-05 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | ICE-6417 remove extraneous slice compiler directives | Dwayne Boone | 2015-04-06 |
| | |||
* | SSL fixes (bis) | Benoit Foucher | 2015-04-01 |
| | | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue | ||
* | SSL fixes | Benoit Foucher | 2015-04-01 |
| | | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue | ||
* | Fixed ICE-6399 - include SliceChecksums.h in Ice.h | Benoit Foucher | 2015-03-26 |
| | |||
* | ICE-6392 operations cross test with objc fails | Dwayne Boone | 2015-03-23 |
| | |||
* | Added C++ Ice/services test | Benoit Foucher | 2015-03-20 |
| |