summaryrefslogtreecommitdiff
path: root/slice/IceDiscovery
Commit message (Collapse)AuthorAge
* Added comments to IceDiscovery.ice fixes #697Benoit Foucher2020-02-20
|
* Copyright header simplicationJose2019-01-19
|
* Improve global metadata code style, Close #321Jose2018-12-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* TypeScript improvementsJose2018-12-05
|
* Update copyright year to 2018Jose2018-02-14
|
* Adding doc comments to C++Mark Spruiell2018-01-17
|
* ICE-7442 - reorganizing Python installationMark Spruiell2017-05-17
|
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-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
* | removing JavaCompat.iceMark Spruiell2016-08-24
| |
* | Major changes in Java:Mark Spruiell2016-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.
* Update copyright headersJoe George2016-03-01
|
* Added Objective-C mappingBenoit Foucher2015-01-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* Added IceDiscovery service pluginBenoit Foucher2014-04-22