aboutsummaryrefslogtreecommitdiff
path: root/third-party/cxxopts/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2020-10-06 16:06:07 +0100
committerColm Donelan <colm.donelan@arm.com>2020-10-06 19:38:08 +0000
commit84dc8430432c0a65c2fdc8946e06d307d18df28d (patch)
treec82fd792db0d2549d4c602aff97571915216ccbb /third-party/cxxopts/CHANGELOG.md
parentb524ca0303ccaf452c3d59d66fa5cbb12975f4a8 (diff)
downloadarmnn-84dc8430432c0a65c2fdc8946e06d307d18df28d.tar.gz
IVGCVSW-4488 Update cxxopts to version 3.0
* Required to fix issue in TfLiteMobilenetQuantized-Armnn.cpp Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I3a465f62e3d656c9626113da6223e4fa26b535a6
Diffstat (limited to 'third-party/cxxopts/CHANGELOG.md')
-rw-r--r--third-party/cxxopts/CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/third-party/cxxopts/CHANGELOG.md b/third-party/cxxopts/CHANGELOG.md
index 4bddcff1ff..df0e110995 100644
--- a/third-party/cxxopts/CHANGELOG.md
+++ b/third-party/cxxopts/CHANGELOG.md
@@ -3,7 +3,7 @@
This is the changelog for `cxxopts`, a C++11 library for parsing command line
options. The project adheres to semantic versioning.
-## Next version
+## 3.0
### Changed
@@ -12,6 +12,13 @@ options. The project adheres to semantic versioning.
* Fix duplicate default options when there is a short and long option.
* Add `CXXOPTS_NO_EXCEPTIONS` to disable exceptions.
* Fix char parsing for space and check for length.
+* Change argument type in `Options::parse` from `char**` to `const char**`.
+* Refactor parser to not change its arguments.
+* `ParseResult` doesn't depend on a reference to the parser.
+
+### Added
+
+* A list of unmatched arguments is available in `ParseResult`.
## 2.2