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 | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Removed operation attributes (used only by Freeze) | Bernard Normier | 2017-05-04 |
| | |||
* | Fix (ICE-7860) - local class inherit local interface broken in Java | Jose | 2017-05-04 |
| | |||
* | Removed trailing whitespace from Slice files and generated code | Bernard Normier | 2017-03-29 |
| | |||
* | Fix (ICE-7684) - use Disp prefix only for class with operations skeletons | Jose | 2017-03-20 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Replaced several functional classes by java.util.function classes | Bernard Normier | 2017-02-13 |
| | | | | | Replaced varous new Runnable() by lambdas Generate @FunctionalInterface Java interfaces for "delegate" Slice interfaces | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
| * | Fixed ICE-7311 - handling of Java errors with AMD | Benoit Foucher | 2016-09-05 |
| | | |||
* | | 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 |
| | | |||
* | | Add ctor overload with non-optional parameters to generated XxxStruct | Bernard Normier | 2017-01-19 |
| | | |||
* | | Renamed Slice/keyword test to clash, and added identifier-clash test | Bernard Normier | 2017-01-06 |
| | | |||
* | | 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 |
| | | |||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | | |||
* | | cleaning up javadocs in Java 8 core, generated code | Mark Spruiell | 2016-09-14 |
| | | |||
* | | Fixed slice2java compilation failure | Benoit Foucher | 2016-08-25 |
| | | |||
* | | 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. | ||
* | | Whitespace cleanup - tabs to spaces | Joe George | 2016-06-29 |
| | | |||
* | | Refactored string converters and use codecvt_utf8[_utf16] when | Bernard Normier | 2016-06-03 |
| | | | | | | | | available instead of ConvertUTF | ||
* | | cleaning up stream API in C++/Java/JS | Mark Spruiell | 2016-05-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-03-08 |
|\| | |||
| * | String literals Windows fixes | Jose | 2016-03-08 |
| | | |||
| * | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | | |||
| * | fix for slice2java crash | Mark Spruiell | 2016-03-04 |
| | | |||
| * | ICE-6864 - Java changes for Slice docs | Mark Spruiell | 2016-03-04 |
| | | |||
* | | ICE-6864 - Java changes for Slice docs | Mark Spruiell | 2016-03-04 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | ICE-6861 - Java stream API changes | Mark Spruiell | 2016-02-02 |
| | | |||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 |
| | | |||
* | | Deprecate ice_name and add ice_id | Jose | 2016-01-19 |
| | | |||
* | | ICE-6903 - "async" metadata changes | Joe George | 2015-12-18 |
| | | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway". | ||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 |
| | | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | ||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Fixed bug in Java/C# class data member generated patcher | Jose | 2015-11-19 |
| | |||
* | ICE-6514 Removed uneeded includes of DisableWarnings.h | Dwayne Boone | 2015-07-08 |
| | |||
* | Fixed ICE-6602: optionals marshaling bug | Jose | 2015-06-16 |
| | |||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 |
| | | | | Java/C#/Objective-C/JavaScript | ||
* | All Ice clones are now covariant in Java | Bernard Normier | 2015-02-18 |
| |