Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 |
| | | | | Ice::SlicedData::clear method to break cyclic references | ||
* | ICE-8051 - Suppress deprecation warnings | Joe George | 2017-06-15 |
| | |||
* | No longer generate javadoc for Disp classes (ICE-7167) | Bernard Normier | 2017-06-15 |
| | |||
* | Fixed most javadoc warnings | Bernard Normier | 2017-06-15 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fix (ICE-7762) - Change dispatch bool return value | Jose | 2017-04-10 |
| | |||
* | Removed trailing whitespace from Slice files and generated code | Bernard Normier | 2017-03-29 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Fixed ICE-3710 - optional routing tables | Benoit Foucher | 2017-03-04 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Improved readValue/readProxy methods and streaming helpers | Benoit Foucher | 2017-02-09 |
| | |||
* | Make Slice enums scoped | Bernard Normier | 2017-02-08 |
| | | | | Add new cpp:scoped and objc:scoped metadata directives | ||
* | Slice compilers now emit deprecated warning for classes with operations ↵ | Bernard Normier | 2017-02-04 |
| | | | | | | (ICE-7557) Refactored suppress-warning implementation | ||
* | Rework warning suppression to use global meta data | Jose | 2017-02-03 |
| | |||
* | Add --no-warn option to Slice compilers | Jose | 2017-02-01 |
| | |||
* | Fixed ICE-7493 - Support for java try-with and Python with statements for ↵ | Benoit Foucher | 2017-01-30 |
| | | | | the Ice.Communicator | ||
* | java:UserException metadata for both local and remote operations | Bernard Normier | 2017-01-19 |
| | |||
* | Renamed Slice/keyword test to clash, and added identifier-clash test | Bernard Normier | 2017-01-06 |
| | |||
* | Added missing escape for "result" parameter | Bernard Normier | 2016-11-17 |
| | |||
* | Resync stream API for generated structs/enums in Java and C# | Bernard Normier | 2016-11-17 |
| | |||
* | Replaced double-underscores in java and java-compat | Bernard Normier | 2016-11-17 |
| | |||
* | Replaced slice compiler options --ice, --underscore and --dll-export by | Bernard Normier | 2016-10-31 |
| | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata | ||
* | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | |||
* | Ported interceptor and ICE-6980 changes to java-compat | Benoit Foucher | 2016-08-30 |
| | |||
* | 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. |