File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ The documentation for the model notes when an attribute is only populated by a s
2222 - @subpage error_v3 "Error v3"
2323 - @subpage error_v4 "Error v4"
2424 - @subpage error_v5 "Error v5"
25+ - @subpage error_v6 "Error v6"
26+ - @subpage extended_tile_v1 "Extended Tile Version 1"
2527 - @subpage extended_tile_v2 "Extended Tile Version 2"
2628 - @subpage extended_tile_v3 "Extended Tile Version 3"
2729 - @subpage extraction_v2 "Extraction Version 2"
Original file line number Diff line number Diff line change 11# Changes {#changes}
22
3+ ## v1.2.3
4+
5+ | Date | Description |
6+ | ------------| -------------------------------------------------------------------------|
7+ | 2023-04-02 | Issue-315: Fix documentation for error and extended tile metric formats |
8+
39## v1.2.2
410
511| Date | Description |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ endif()
7676
7777# Workaround for fun little MinGw/Python "feature" for 64-bit systems
7878if (MSVC )
79- set (PYTHON_GENERATED_COMPILE_FLAGS "/wd4702 /wd4286 /wd4127 /wd4459 /wd4456 /wd4701 /wd4267 /wd4244 /wd4706 /wd4703 ${ENABLE_BIG_OBJ_FLAG} " )
79+ set (PYTHON_GENERATED_COMPILE_FLAGS "/wd4702 /wd4286 /wd4127 /wd4459 /wd4456 /wd4701 /wd4267 /wd4244 /wd4706 /wd4703 /wd4100 ${ENABLE_BIG_OBJ_FLAG} " )
8080elseif ("${CMAKE_CXX_COMPILER_ID} " STREQUAL "AppleClang" )
8181 set (PYTHON_GENERATED_COMPILE_FLAGS "${_WNO_UNUSED_FUNCTION} ${_WNO_UNUSED_PARAMETER} " )
8282
You can’t perform that action at this time.
0 commit comments