Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Java build fixes | Jose | 2016-09-12 | |
| | | ||||
* | | ICE-7333 - Java/C# cross test failure in Ice/optional | Mark Spruiell | 2016-09-08 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-09-08 | |
|\| | ||||
| * | Update to latest version of Ice Builder for Gradle | Joe George | 2016-09-08 | |
| | | ||||
| * | Fix typo | Joe George | 2016-09-08 | |
| | | ||||
| * | Fixed IceGridGUI bug introduced in previous commit | Bernard Normier | 2016-09-08 | |
| | | ||||
* | | Various gradle.properties fixes | Joe George | 2016-09-08 | |
| | | ||||
* | | Additional IceGridGUI fix from 3.6 | Bernard Normier | 2016-09-08 | |
| | | ||||
* | | ICE-7291 - Cleanup root .gitignore file | Joe George | 2016-09-08 | |
| | | ||||
* | | Merged IceGridGUI updates from 3.6 branch | Bernard Normier | 2016-09-08 | |
|\ \ | ||||
| * | | Moved IceGridGUI to com.zeroc | Bernard Normier | 2016-09-08 | |
| |/ | ||||
| * | ICE-7113: remove destroyed servers | Bernard Normier | 2016-09-07 | |
| | | ||||
| * | Add iceBuilderVersion property | Jose | 2016-09-07 | |
| | | ||||
| * | Fixed typo in IceGridGUI jar signing | Benoit Foucher | 2016-09-07 | |
| | | ||||
| * | Downgraded gradle requirement to 1.3.6 to get Debian build working | Benoit Foucher | 2016-09-07 | |
| | | ||||
| * | Save location and size of LogFile and IceLog dialogs | Bernard Normier | 2016-09-06 | |
| | | ||||
| * | Fixed ICE-7311 - handling of Java errors with AMD | Benoit Foucher | 2016-09-05 | |
| | | ||||
| * | IceGrid Admin Cmd+Q support on macOS | Bernard Normier | 2016-09-02 | |
| | | ||||
* | | ICE-7321 - Java cross-test failure in Ice/objects | Mark Spruiell | 2016-09-07 | |
| | | ||||
* | | Fixed ICE-7311 - handling of Java errors with AMD | Benoit Foucher | 2016-09-05 | |
| | | ||||
* | | Updated server side dispatch for new mapping (and ICE-6980) | Benoit Foucher | 2016-09-05 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-09-01 | |
|\| | ||||
| * | Remove bogus message check from Java Ice/exceptions test logger | Joe George | 2016-09-01 | |
| | | ||||
* | | Fix typo in previous commit | Joe George | 2016-09-01 | |
| | | ||||
* | | Update java-compat Ice/optional for cross testing | Joe George | 2016-09-01 | |
| | | ||||
* | | minor clean up in java8 Incoming | Mark Spruiell | 2016-08-31 | |
| | | ||||
* | | Fixed logging message | Bernard Normier | 2016-08-30 | |
| | | ||||
* | | Added Java optional marshaled result test | Benoit Foucher | 2016-08-30 | |
| | | ||||
* | | Fix ICE-7302 - Java Ice/exceptions amd server does not use AMDThrowerI | Joe George | 2016-08-30 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-08-30 | |
|\| | ||||
| * | ICE-7302 - Fix Java Ice/exceptions not using AMDThrowerI | Joe George | 2016-08-30 | |
| | | ||||
| * | ICE-7240 - Python Ice/servantLocator cross test | Joe George | 2016-07-19 | |
| | | ||||
| * | Update to use gradle builder 1.3.7 | Jose | 2016-07-06 | |
| | | ||||
* | | ICE-6980 - Removed server-side user exception checks in Objective-C | Benoit Foucher | 2016-08-30 | |
| | | ||||
* | | ICE-7300 - C++/Java cross-test failure with unknown user exception | Mark Spruiell | 2016-08-29 | |
| | | ||||
* | | 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. | |||
* | | ES6 mapping updates | Jose | 2016-08-19 | |
| | | ||||
* | | 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-7270 - ice_getConnection now returns a non-null connection even if ↵ | Benoit Foucher | 2016-08-09 | |
| | | | | | | | | connection caching is disabled | |||
* | | Fixed ICE-7208 - C++98 sync code now depends on async code | Benoit Foucher | 2016-08-08 | |
| | | ||||
* | | Fix ICE-7261 - Java clean failure | Joe George | 2016-08-03 | |
| | | | | | | | | | | Updated to new version of Ice Builder for Gradle which does not throw an exception when slice2java can not be found and srcDist is true | |||
* | | ICE-7258 - C++ cross C# Ice/objects cross test failure | Jose | 2016-07-29 | |
| | | ||||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 | |
| | | ||||
* | | Update Gradle wrapper to 2.14 | Joe George | 2016-07-21 | |
| | | ||||
* | | ICE-7240 - Python Ice/servantLocator cross test | Joe George | 2016-07-19 | |
| | | ||||
* | | Allow java iceHome to be set | Joe George | 2016-07-19 | |
| | | | | | | | | This is needed in the case were ice.gradle is loaded from an externl project | |||
* | | Update to latest builder | Joe George | 2016-07-18 | |
| | | ||||
* | | Multiple Java updates | Joe George | 2016-07-18 | |
| | | | | | | | | | | | | * Upgrade to latest builder * Better Android detection * Cleanup gradle.properties file |