-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2141 from Exiv2/mainErrorType
Improvements in the Error class
- Loading branch information
Showing
96 changed files
with
1,176 additions
and
1,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,6 @@ As Exiv2 is open source, we publish all our materials. The following programs a | |
| _**remotetest**_ | Tester application for testing remote i/o. | [remotetest](#remotetest) | | ||
| _**stringto-test**_ | Test conversions from string to long, float and Rational types. | [stringto-test](#stringto-test) | | ||
| _**tiff-test**_ | Simple TIFF write test | [tiff-test](#tiff-test) | | ||
| _**werror-test**_ | Simple tests for the wide-string error class WError | [werror-test](#werror-test) | | ||
| _**write-test**_ | ExifData write unit tests | [write-test](#write-test) | | ||
| _**write2-test**_ | ExifData write unit tests for Exif data created from scratch | [write2-test](#write2-test) | | ||
| _**xmpparser-test**_ | Read an XMP packet from a file, parse and re-serialize it. | [xmpparser-test](#xmpparser-test)| | ||
|
@@ -599,18 +598,6 @@ Simple TIFF write test | |
[Sample](#TOC1) Programs [Test](#TOC2) Programs | ||
|
||
|
||
<div id="werror-test"> | ||
|
||
#### werror-test | ||
|
||
``` | ||
Usage: werror-test | ||
``` | ||
|
||
Simple tests for the wide-string error class WError | ||
|
||
[Sample](#TOC1) Programs [Test](#TOC2) Programs | ||
|
||
<div id="write-test"> | ||
|
||
#### write-test | ||
|
@@ -664,4 +651,4 @@ Read an XMP packet from a file, parse and re-serialize it. | |
|
||
Robin Mills<br> | ||
[email protected]<br> | ||
Revised: 2021-09-21 | ||
Revised: 2021-09-21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.