Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fixed logging message | Bernard Normier | 2016-08-30 | |
| | | ||||
* | | minor slice2html fix for 3.7 | Mark Spruiell | 2016-08-30 | |
| | | ||||
* | | ICE-7301 - slice2html generates bogus links | Mark Spruiell | 2016-08-30 | |
| | | ||||
* | | Fix typo in LoggerI.cpp | Joe George | 2016-08-30 | |
| | | | | | | | | | | This was caused by a bad merge when merging fix for ICE-7292 from 3.6 into master | |||
* | | C++11 mapping: moved OpNameResult from Disp to Value class | Bernard Normier | 2016-08-30 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-08-30 | |
|\| | ||||
| * | ICE-7292 - Fix Ruby build on Windows | Joe George | 2016-08-29 | |
| | | ||||
| * | Fix ICE-7283 - Fix initialization order in LoggerI | Joe George | 2016-08-23 | |
| | | ||||
| * | Fix ICE-7247 | Joe George | 2016-08-04 | |
| | | | | | | | | | | Disabled the new Visual Studio 2015 Update 3 optimizer for icegrid and the metrics test. | |||
| * | Fixed (ICE-7216) IceStorm test icedb lock files not being deleted | Jose | 2016-08-01 | |
| | | ||||
* | | ICE-6980 - Removed server-side user exception checks in Objective-C | Benoit Foucher | 2016-08-30 | |
| | | ||||
* | | Ported interceptor and ICE-6980 changes to java-compat | Benoit Foucher | 2016-08-30 | |
| | | ||||
* | | Fixed proxy comparison in C++11 | Bernard Normier | 2016-08-26 | |
| | | ||||
* | | Fix ICE-7298 - Visual Studio 2013 build error | Joe George | 2016-08-25 | |
| | | ||||
* | | Removed unused files | Benoit Foucher | 2016-08-25 | |
| | | ||||
* | | Fixed slice2java compilation failure | Benoit Foucher | 2016-08-25 | |
| | | ||||
* | | Added GenCompat.cpp to slice2java Windows project | Benoit Foucher | 2016-08-25 | |
| | | ||||
* | | C++ dispatching code fixes | Benoit Foucher | 2016-08-25 | |
| | | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice) | |||
* | | generated MarshaledResult types in servant interface for Java | Mark Spruiell | 2016-08-24 | |
| | | ||||
* | | Major changes in Java: | Mark Spruiell | 2016-08-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved existing Java mapping sources to java-compat subdirectory - Added new "Java 8" mapping in java subdirectory - Significant features of Java 8 mapping: - All classes in com.zeroc package (e.g., com.zeroc.Ice.Communicator) - New AMI mapping that uses java.util.concurrent.CompletableFuture - New AMD mapping that uses java.util.concurrent.CompletionStage - New mapping for out parameters - "holder" types have been eliminated - New mapping for optional types that uses JDK classes from java.util (e.g., java.util.Optional) - "TIE" classes are no longer supported or necessary; servant classes now only need to implement a generated interface - Moved IceGrid GUI to new mapping - The "Java Compat" mapping is provided only for backward compatibility to ease migration to Ice 3.7. The Slice compiler supports a new --compat option to generate code for this mapping. However, users are encouraged to migrate to the new mapping as soon as possible. | |||
* | | Updated IceSSL::Certificate to use chrono::system_clock::time_point with C++11 | Bernard Normier | 2016-08-19 | |
| | | ||||
* | | ES6 mapping updates | Jose | 2016-08-19 | |
| | | ||||
* | | Fix formatting issue in generated C++ code | Joe George | 2016-08-18 | |
| | | ||||
* | | C# mapping changes | Benoit Foucher | 2016-08-16 | |
| | | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously | |||
* | | Fixed ICE-7269 - fixed bug introduced with removal of C++98 sync code | Benoit Foucher | 2016-08-09 | |
| | | ||||
* | | Fixed ICE-7270 - ice_getConnection now returns a non-null connection even if ↵ | Benoit Foucher | 2016-08-09 | |
| | | | | | | | | connection caching is disabled | |||
* | | ICE-7268 - Fix UWP build | Joe George | 2016-08-08 | |
| | | ||||
* | | Fixed ICE-7208 - C++98 sync code now depends on async code | Benoit Foucher | 2016-08-08 | |
| | | ||||
* | | Fix build failure | Bernard Normier | 2016-08-05 | |
| | | ||||
* | | Improved DistinguishedName ctors and comparison operators | Bernard Normier | 2016-08-05 | |
| | | ||||
* | | Reduced string converter caching | Bernard Normier | 2016-08-05 | |
| | | ||||
* | | Fixed type ID for well-known locator registry object | Benoit Foucher | 2016-08-05 | |
| | | ||||
* | | New TargetCompare template, renamed targetEquals to targetEqualTo | Bernard Normier | 2016-08-04 | |
| | | ||||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 | |
| | | ||||
* | | Fix IceIAP build | Joe George | 2016-08-04 | |
| | | | | | | | | Remove operator!= implementation. | |||
* | | Fixed C++11 relational operators on ObjectPrx | Bernard Normier | 2016-08-03 | |
| | | | | | | | | Removed many useless operator!= | |||
* | | Added missing <iterator> | Bernard Normier | 2016-08-03 | |
| | | ||||
* | | Better IceSSL lock initialization | Jose | 2016-08-03 | |
| | | ||||
* | | Removed bogus comparison operators | Bernard Normier | 2016-08-02 | |
| | | ||||
* | | Moved StopWatch.h to IceUtil public include | Bernard Normier | 2016-08-02 | |
| | | ||||
* | | Update DispatchInterceptorAsyncCallback + small cleanups | Bernard Normier | 2016-08-02 | |
| | | ||||
* | | Move generateUUID to Ice | Bernard Normier | 2016-08-01 | |
| | | ||||
* | | Fixed iconv string converter | Bernard Normier | 2016-08-01 | |
| | | ||||
* | | Fixed ICE-7259 Resurrect default String Converter plugin | Jose | 2016-08-01 | |
| | | ||||
* | | Move StringConverter API to namespace Ice | Bernard Normier | 2016-08-01 | |
| | | ||||
* | | Do not initialize OpenSSL locks if already done by other library. | Jose | 2016-08-01 | |
| | | ||||
* | | Fixed (ICE-7216) IceStorm test icedb lock files not being deleted | Jose | 2016-08-01 | |
| | | ||||
* | | ice_id and ice_ids no longer string-convert their parameters (C++11, ↵ | Bernard Normier | 2016-07-29 | |
| | | | | | | | | client-side) | |||
* | | ICE-7118 - Add serialization support for C# proxies | Jose | 2016-07-29 | |
| | | ||||
* | | Fix indentation (replace tabs with whitespaces) | Jose | 2016-07-29 | |
| | |