diff options
author | Austin Henriksen <austin@zeroc.com> | 2019-10-30 05:14:29 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:35 -0500 |
commit | 452f57976a135c8b72fc8d8f580d5d50618c0cae (patch) | |
tree | 0233eedd3cdc380126fd613b04b8b468beb289c0 /man | |
parent | Remove IcePatch2 (#602) (diff) | |
download | ice-452f57976a135c8b72fc8d8f580d5d50618c0cae.tar.bz2 ice-452f57976a135c8b72fc8d8f580d5d50618c0cae.tar.xz ice-452f57976a135c8b72fc8d8f580d5d50618c0cae.zip |
Remove checksum support (#607)
* 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.
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/slice2cpp.1 | 5 | ||||
-rw-r--r-- | man/man1/slice2cs.1 | 5 | ||||
-rw-r--r-- | man/man1/slice2java.1 | 8 | ||||
-rw-r--r-- | man/man1/slice2php.1 | 5 | ||||
-rw-r--r-- | man/man1/slice2py.1 | 5 | ||||
-rw-r--r-- | man/man1/slice2rb.1 | 5 |
6 files changed, 0 insertions, 33 deletions
diff --git a/man/man1/slice2cpp.1 b/man/man1/slice2cpp.1 index 3ac2b924e1f..857cd7c0c9b 100644 --- a/man/man1/slice2cpp.1 +++ b/man/man1/slice2cpp.1 @@ -127,11 +127,6 @@ not overwrite an existing file. Generate sample implementation files for the C++98 mapping. This option will not overwrite an existing file. -.TP -.BR \-\-checksum\fR -.br -Generate checksums for Slice definitions. - .SH SEE ALSO .BR slice2cs (1), diff --git a/man/man1/slice2cs.1 b/man/man1/slice2cs.1 index 84631e5b927..57a8256c265 100644 --- a/man/man1/slice2cs.1 +++ b/man/man1/slice2cs.1 @@ -106,11 +106,6 @@ existing file. Generate sample implementation files using tie classes. This option will not overwrite an existing file. -.TP -.BR \-\-checksum " " CLASS\fR -.br -Generate checksums for Slice definitions. - .SH SEE ALSO .BR slice2cpp (1), diff --git a/man/man1/slice2java.1 b/man/man1/slice2java.1 index 967b483a4d4..fc9d5a47096 100644 --- a/man/man1/slice2java.1 +++ b/man/man1/slice2java.1 @@ -115,14 +115,6 @@ Generate sample implementation files using tie classes. This option will not overwrite an existing file. (Java Compat only) .TP -.BR \-\-checksum " " CLASS\fR -.br -Generate checksums for Slice definitions into the class CLASS. The given class -name may optionally contain a package specifier. The generated class contains -checksums for all of the Slice files being translated by this invocation of -the compiler. - -.TP .BR \-\-meta " " META\fR .br Define the file metadata directive META. Using this option is equivalent to diff --git a/man/man1/slice2php.1 b/man/man1/slice2php.1 index 82b5ddea1c7..6d4fec9f5fc 100644 --- a/man/man1/slice2php.1 +++ b/man/man1/slice2php.1 @@ -96,11 +96,6 @@ Generate code for all Slice definitions, including those from included files. .br Generate code without support for PHP namespaces (deprecated). -.TP -.BR \-\-checksum " " CLASS\fR -.br -Generate checksums for Slice definitions. - .SH SEE ALSO .BR slice2cpp (1), diff --git a/man/man1/slice2py.1 b/man/man1/slice2py.1 index 8c2e069f73b..fdeeed75e3c 100644 --- a/man/man1/slice2py.1 +++ b/man/man1/slice2py.1 @@ -89,11 +89,6 @@ format depends on whether --depend or --depend-xml is also specified. Generate code for all Slice definitions, including those from included files. .TP -.BR \-\-checksum " " CLASS\fR -.br -Generate checksums for Slice definitions. - -.TP .BR \-\-prefix " " PREFIX\fR .br Use PREFIX as the prefix for generated file names. diff --git a/man/man1/slice2rb.1 b/man/man1/slice2rb.1 index 2bf53e9d2e6..6b55c388583 100644 --- a/man/man1/slice2rb.1 +++ b/man/man1/slice2rb.1 @@ -88,11 +88,6 @@ format depends on whether --depend or --depend-xml is also specified. .br Generate code for all Slice definitions, including those from included files. -.TP -.BR \-\-checksum " " CLASS\fR -.br -Generate checksums for Slice definitions. - .SH SEE ALSO .BR slice2cpp (1), |