Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7905 - more fixes for deprecated types | Mark Spruiell | 2017-05-26 |
| | |||
* | ICE-7905 - emit warning for interface by value, proxy for class | Mark Spruiell | 2017-05-25 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | ignore enumerator redefinitions when necessary | Mark Spruiell | 2017-04-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Emit deprecated warnings for classes implementing interfaces | Jose | 2017-02-10 |
| | | |||
* | | 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 |
| | | |||
* | | Fix ICE-743 - Eliminate FeatureProfile in slice compilers | Jose | 2016-11-21 |
| | | |||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | 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 | ||
* | | Fix ICE-7298 - Visual Studio 2013 build error | Joe George | 2016-08-25 |
| | | |||
* | | 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. | ||
* | | 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 C++11 relational operators on ObjectPrx | Bernard Normier | 2016-08-03 |
| | | | | | | | | Removed many useless operator!= | ||
* | | Some ice_tuple fixes | Joe George | 2016-07-13 |
| | | | | | | | | - ice_tuple now returns all data members from class base class | ||
* | | ICE-7172 - Replace generated comparsion operators | Joe George | 2016-07-08 |
| | | | | | | | | | | | | | | - Add ice_tuple function to structs and classes. Returns a tuple of data members - Replace generated comparsion for structs (and classes) with template comparsion operators which use ice_tuple | ||
* | | C++11 AMI custom mapping support | Bernard Normier | 2016-06-16 |
| | | |||
* | | Renamed C++11 AMI/AMD suffix: _async to Async | Bernard Normier | 2016-06-09 |
| | | |||
* | | ICE-6982 and ICE-6946 | Joe George | 2016-06-08 |
| | | | | | | | | | | - Refactord C++ class/exception stream generated code - Changed return type of Obejct::ice_id() to std::string for C++11 | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | ICE-6903 - "async" metadata changes | Joe George | 2015-12-18 |
| | | | | | | | | | | - Rename "async" metadata to "async-oneway" - Update C++11 mapping for "async-oneway". | ||
* | | ICE-6897 - Add delegate metadata | Joe George | 2015-12-03 |
| | | | | | | | | | | | | | | The "delegate" metadata tag can be applied to interfaces with one operation. In C++ they are mapped to std::function's, in C# delegates. In Java we still generate a interface with one operation, which is a FunctionalInterface. | ||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2015-09-11 |
|\| | |||
| * | Minor code refactor of the ICE-6645 fix | Dwayne Boone | 2015-07-23 |
| | | |||
* | | ICE-6645 Removed hack to keep binary compatibility in Ice 3.6.1 | Dwayne Boone | 2015-07-23 |
|/ | |||
* | ICE-6645 Fixed issue in Slice compilers with param/member names hiding type ↵ | Dwayne Boone | 2015-07-22 |
| | | | | definitions | ||
* | ICE-6491 duplicate error for invalid class/interface names | Dwayne Boone | 2015-05-12 |
| | |||
* | Fixed (ICE-5835) - Scope of operation parameters | Jose | 2015-03-02 |
| | |||
* | Fix for ICE-6268, initialize enum, string and structs in ↵ | Benoit Foucher | 2015-02-20 |
| | | | | Java/C#/Objective-C/JavaScript | ||
* | Fixed ICE-5833: bogus absolute paths generated in headers | Benoit Foucher | 2015-01-26 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed (ICE-5833) - slice2cpp includes & symbolic links | Jose | 2014-11-06 |
| | |||
* | Fixed (ICE-5511) - Consider removing the deprecated AMI mapping | Jose | 2014-09-24 |
| | |||
* | Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring | Bernard Normier | 2014-05-16 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5150: assert in OutgoingAsync._finished, fixed CHANGES | Benoit Foucher | 2013-01-07 |
| | |||
* | ICE-4938: Super compact enoding | Benoit Foucher | 2013-01-04 |
| | |||
* | ICE-4938: support for compact IDs | Benoit Foucher | 2012-12-19 |
| | |||
* | ICE-5148 - Slice parser bugs for optional values | Mark Spruiell | 2012-12-18 |
| | |||
* | ICE-4794 - add overloads for optional Java mapping | Mark Spruiell | 2012-11-26 |
| |