Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove checksum support (#607) | Austin Henriksen | 2021-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping. | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Updated gradle build system. | Bernard Normier | 2018-11-19 |
| | |||
* | Use javac --release with javac >=9. Fixes #297. | Bernard Normier | 2018-11-14 |
| | |||
* | Javadoc improvements. Fixes #71. | Bernard Normier | 2018-11-07 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | ICE-8295 - Can't build Ice for Java on Windows after setting ICE_HOME | Jose | 2017-07-12 |
| | |||
* | ICE-7903 - move android tests | Mark Spruiell | 2017-06-06 |
| | |||
* | Updating Android tests | Mark Spruiell | 2017-04-28 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | 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 | ||
* | | 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. | ||
* | Add javadoc, signing, and maven upload | Joe George | 2016-05-20 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Modified the gradle plugin to automatically add the Ice slice dir to the ↵ | Dwayne Boone | 2015-03-13 |
| | | | | includes | ||
* | Several changes for clean. | Matthew Newhook | 2015-03-11 |
| | | | | expanded all gradle build files. | ||
* | IceGridDiscovery is now IceLocatorDiscovery | Benoit Foucher | 2015-02-03 |
| | |||
* | Fixed IceGrid discovery plugin to not depend on IceGrid::Locator directly | Benoit Foucher | 2015-02-02 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Remove all of the intellij stuff. | Matthew Newhook | 2014-11-13 |
| | |||
* | Simplified gradle structure. | Matthew Newhook | 2014-11-10 |
| | |||
* | Fix for (ICE-5832) Versioning of Jar files | Jose | 2014-11-07 |
| | | | | Renaming JAR files | ||
* | Removed old iml files | Dwayne Boone | 2014-10-30 |
| | |||
* | ICE-5799 - Replace BareBonesBrowserLaunch with Desktop.browse | Joe George | 2014-10-29 |
| | |||
* | Update IML files | Dwayne Boone | 2014-10-29 |
| | |||
* | Fixed IceDiscovery and IceGridDiscovery to check for Ice.PreferIPv6Address ↵ | Benoit Foucher | 2014-10-27 |
| | | | | to configure UDP | ||
* | Got rid of a warning in the build system and set source/target compatibilty ↵ | Dwayne Boone | 2014-10-27 |
| | | | | in single place | ||
* | More gradle changes. | Matthew Newhook | 2014-10-23 |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | ||
* | Simplified build.gradle files a bit | Dwayne Boone | 2014-10-23 |
| | |||
* | Added support for DESTDIR in gradle build | Dwayne Boone | 2014-10-22 |
| | |||
* | Fixed gradle jar installation task to depend on jar task | Dwayne Boone | 2014-10-20 |
| | |||
* | Added clean tasks to remove jars from lib directory | Dwayne Boone | 2014-10-20 |
| | |||
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | Updates to IceGridGUI | Joe George | 2014-08-11 |
| | | | | | - Added discovery to direct connections - Users no longer need to manually enter the instance name | ||
* | Fixed lots of warnings. | Matthew Newhook | 2014-08-08 |
| | |||
* | ICE-4612: Added documentation to the Slice interfaces, added missing ↵ | Benoit Foucher | 2014-07-31 |
| | | | | property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup | ||
* | Improved IceGrid discovery, it now works with icegrid registry slaves and nodes | Benoit Foucher | 2014-07-25 |
| | |||
* | ICE-4234 - Update Ice to use current Java threading constructs | Matthew Newhook | 2014-07-23 |
| | | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb. | ||
* | Java and C# IceGrid Discovery Plugins | Joe George | 2014-07-23 |
| | |||
* | IceGrid GUI refactoring | Bernard Normier | 2006-03-29 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Removed System.err.println | Bernard Normier | 2006-02-21 |
| | |||
* | Partial fix for variable substitution problem | Bernard Normier | 2006-02-21 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=529 | Matthew Newhook | 2006-01-26 |
| | |||
* | Fixed bug #575 | Bernard Normier | 2005-12-20 |
| | |||
* | Better message when ssl not loaded | Bernard Normier | 2005-11-14 |
| | |||
* | Remove System.err | Bernard Normier | 2005-11-14 |
| |