Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed slantToImagePartials not operating in slant plane #613

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

jessemapel
Copy link
Contributor

The imageGridToECEF function is not always returning a point in the slant correctly so instead we use the SCP and imageToScene but pass the slant plane instead of the ground plane. Also changed the direction of the finite differences so that the slantRange and slantAzimuth vectors point in the + range/azimuth direction and the slant normal calculations aligns with figure 3.1 in the SICD IPDD.

Fixes #610

I did not find unit tests for the ProjectionModel class, but I ran the test script from 610 on all of the cropped NITFs and got the following results which align with what we would expect:

Checking cropped_sicd_040.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00018 0.000602153 
-0.000829595   0.999587 

Reasonable:
(2,2)
         1 0.000420986 
-0.00039256    1.00002 


Checking cropped_sicd_041.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_050.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_100.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_101.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_110.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_120.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 


Checking cropped_sicd_extra_des.nitf
Data grid Type RGZERO
Crazy:
(2,2)
   1.00019 0.00061128 
-0.00111699   0.999329 

Reasonable:
(2,2)
         1 0.000420989 
-0.000401269    1.00003 

If there are automated tests for this class somewhere, I'm happy to add a new test to cover this.

@JDanielSmith JDanielSmith merged commit 90ff35e into ngageoint:master Dec 14, 2022
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* use SSL and 'main' branches

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..f10fa2009c

f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: f10fa2009c1c2c9a442cedc02f7894e3440da48c

* don't want externals/nitro/externals

* trying to get right changes from NITRO

* Squashed 'externals/nitro/' changes from 496bfba718..c37e01d878

c37e01d878 update sync_externals.csh to pull from coda-oss:main
fadf1b6a17 NITRO-2.11.1 (#511)
51c60eca3a coda-oss release 2022-11-04 (#510)
120e53b79f remove throw(something), deprecated in C++11 (#509)
14eb5ec057 build unittests in other projects (#507)
4e02c8011a latest from coda-oss (#506)
e12e6456b1 Adding tarfile member sanitization to extractall() (#505)
89c9549419 find known plugins (#503)
6f889c7609 run unittests in other projects (#502)
1457afec3c latest from coda-oss (#501)
0c6f81732d fix some incorrect field sizes in the CSEXRB TRE (#500)
370221354c latest from coda-oss (#499)
8cda7dc490 HDF5 source code
72447c8d68 YML for "main", not "master"
0192c297d0 NITRO-2.11.0 (#498)
c589cc8cab coda-oss 2022-08-30_cpp14 (#497)
b902f29e14 fix merge conflict
eba80ce74b Merge branch 'master'
61dafd4073 NITRO-2.10.12 (#496)
06993176d3 run unittests in SIX (#495)
f0d801e956 coda-oss release 2022-08-30 (#494)
8477e4729f Build jpeg decompression as a plugin. (#487)
c0abba06a6 Merge branch 'master'
59978233ae latest from coda-oss (#493)
54340035e6 Merge branch 'master'
53bbc66797 latest from coda-oss (#492)
179223ed84 Revert "-std=c11 for Linux?"
708179860f -std=c11 for Linux?
3a2ff608e9 main is now C++14, not C++20
489441b8c2 Update CMakeLists.txt
25f8fd7496 use GCC-10
9a9ac37a3c restore changes lost in merge
2425e99107 Merge branch 'master'
77a1114ebe NITRO 2.10.11 (#491)
b5fb2d2a96 another round of removing compiler warnings (#489)
2342edbef4 coda-oss 2022-08-02 (#490)
46ea890b26 Merge branch 'master'
7e1fe6a68c NITRO-2.10.10 (#486)
263a98cfcf coda-oss 2022-06-29 (#485)
67e80024d9 latest from coda-oss:main
54ba70a09e Merge branch 'master'
a3bb3a0327 nitf::byte is too much trouble right now (#484)
53a75a456a nitf::byte is more trouble than it's worth right now
a1fbcbde70 Merge branch 'master'
8d28243d2f update CodeQL to @v2 (#483)
7091d36a68 Update coda-oss (#482)
f40179473f return std::optional<> from "enum" utilities (#480)
3972dba9e7 update coda-oss (#479)
96a93af52e get CODA_OSS_API from "master"
7d7a31b9a2 Merge branch 'master'
3e38c39a0e latest from coda-oss (#477)
f27a3894e7 Do not add convenience test targets if given the libs_only flag.
eb6e6a0b99 latest from coda-oss:main
c325422924 Merge branch 'master'
ed0d1899bb NITRO-2.10.9 (#476)
f4eacccaf5 coda-oss release 2022-05-03 (#475)
4baedca729 turn off "warnings as errors" for now
1938e8b2a6 C++17 has non-const std::string::data()
8743b133e9 Squashed commit of the following:
a0cf3e90e2 Merge branch 'master'
758ac88e1d latest from feature/j2k branch (#474)
55eeba9fc4 build with C++20
4c93d6d3f7 Merge branch 'master'
b8a3f50762 tweaks to allow NITRO modules to be built as DLLs (#473)
af745281cf latest from feature/j2k branch (#471)
a7da2fc740 build more C code as C++ (#469)
5dbd0d9cdc latest from coda-oss (#468)
e9b611e239 build cleanly in VS2022
06ccfd6357 "warning as error" from master
b60d152db1 Merge branch 'master'
3e9387973c add lossy compression options (#464)
da6969ae0f latest from coda-oss (#465)
bd8ce81161 build most C with C++ (in Visual Studio ONLY) for better error-checking (#466)
dfeb3fe44d remove docs directory (#463)
2d52cf3f62 remove archive directory (#462)
d9f75ef701 Merge branch 'master'
5b11fe82cc copy j2k code from coda (#460)
f02c70645b merge develop/update_coda-oss
8907b9fc37 latest from coda-oss (#461)
1124c00f9e switch VS unit-test projects to VS-test (#459)
8968e3fc83 build in "main"
04b0ef4a0f delete files in "out" directory
c12cf79c86 Update NITFException.hpp
47adca89f1 latest from coda-oss:main
dcf564587b Merge branch 'master'
c6e7a6e409 Merge branch 'master' of github.com:mdaus/nitro
ed828aaf6b fix CodeQL diagnostic
762b2a2ce6 NITRO version 2.10.8 (#456)
466534fd85 begin work in C++ wrappers for 'j2k' C API.
3b72561d27 update to coda-oss release 2022-02-22 (#455)
c0c8d4f715 latest from coda-oss:main
d22382c6ec Squashed commit of the following:
ba35e18cd3 Merge branch 'master'
3f70bc3c36 latest from coda-oss (#454)
7746990ab8 latest from coda-oss:main
4e556856bd Squashed commit of the following:
b252f83343 Squashed commit of the following:
ba1586d870 Merge branch 'master'
8a8ea90b09 build with older C++ compilers, compile C as C++ (#453)
96ef07b45d Merge branch 'master'
9690f90760 update coda-oss (#451)
ee85f16b28 make our C and C++ versions "requried"
e5fb00b730 Merge branch 'master'
1d307d9aa8 latest from coda-oss (#449)
2bd17b15df Merge branch 'master'
6861d915a1 std include files got messed up
c71dc6d85c latest from coda-oss (#448)
ff26970ebb be sure variable is referenced
ba7cf4db12 Squashed commit of the following:
73f9426aa8 latest from coda-oss:main
c6e6efbfd2 Squashed commit of the following:
f8b70cfd6e Merge branch 'master'
db9f1d2a59 account for missing std::is_trivially_copyable<>  (#446)
7581fe17db latest from coda-oss (#445)
d991a04948 infrastructure to support "reflection" over C structs (#444)
e04238a27a Merge branch 'master'
edaf47f81f show how to use strongly-type TRE fields (#440)
8af36f6ed6 latest from coda-oss (#441)
fe89ce317e Re-add show_nitf++ app (#439)
2433d8c5ff Squashed commit of the following:
b3d0e39933 Merge branch 'master'
9ea44741d7 nitro 2.10.7 (#436)
458055cfcc coda-oss release 2021-12-13 (#435)
d4ad4b8a5c allow NITF_PLUGIN_PATH warning to be turned off (#434)
5bc7a39f0f Merge branch 'master'
7c96994a93 allow NITF_PLUGIN_PATH warning to be turned off (#432)
1b22d00a60 latest from coda-oss (#431)
a26f5b104e Squashed commit of the following:
6d375adea6 try again with Exception11
3528797b37 Revert "try again to use Exception11 as base class"
1940761aee try again to use Exception11 as base class
494c66e5b0 Squashed commit of the following:
aec5ac5887 Squashed commit of the following:
85115cf267 Squashed commit of the following:
10e82f2558 more work needed to use Exception11 as base class
832c081901 can't get rid of the Throwable overload
aafa78ac91 Squashed commit of the following:
4538afe979 Squashed commit of the following:
454389ab44 use Exception11 as base class
63c6c7aab0 Merge branch 'master'
489f10d70d tweaks from develop/jdsmith (#426)
c8b635070f Merge branch 'master'
9461c626c4 latest from coda-oss (#425)
13755f97e5 Squashed commit of the following:
f245996258 Squashed commit of the following:
3cd04a52e7 Squashed commit of the following:
37a3d372f4 Merge branch 'master'
2e8d7cfaec tweaks for new compiler on Windows (#424)
d3df338e9c Merge branch 'master'
e868e3747d build with VS2022 (#423)
88135e2c25 Squashed commit of the following:
8716407f15 Merge branch 'master'
65b4df02d5 Build with Visual Studio 2022 (#422)
75cd78027f C17 and C++20
cd35ce559a Squashed commit of the following:
7415708859 build with Visual Studio 2022
5aca0a352b use G++-10
051cba7c47 compile with C++20
4df16ef7c8 latest from coda-oss:main (C++20)
9cd6642fc3 build with C++20
09294e4a60 Squashed commit of the following:
b551da4717 C++17 changes from coda-oss
029245e921 Merge branch 'master'
64dc4e1181 -j 2 to prevent G++ crash
64ec3748cc try -j 2 for faster build
c4e122edfa include all of coda-oss (#421)
adc119fafe spaces, not tabs
d8de25452b trying to fix broken cmake build
9dbe61e7ee Merge branch 'master'
888ae92937 update version numbers before cutting a new release (#420)
28d95160e3 Tweaks from SIX's 8AMPI_PHSI branch (#418)
a0dd912a98 latest from coda-oss (#419)
b782ea5e1d remove #pragma once from CPP file
0bcd29d66b fix std/bit for C++20
dfba5e291c fix CodeQL failure (#417)
77b3b6e4a9 Merge branch 'master'
3c7653c3ef make building as a DLL easier (#416)
42f309c764 try C++20 for CMake
a184c56439 Merge branch 'master'
e17d918d42 read in 8-bit sample files using NITRO (#415)
b786739829 use strongly-typed enums rather than overload strings (#414)
ffd0cb43a1 build with C++17
d7fec1ee66 C++17
ba356b0aa8 Squashed commit of the following:
dfde872580 slam in "master"
479166465f Squashed commit of the following:
89559fa880 want C++17 in "main"
9c318935c2 Squashed commit of the following:
6fe42fbc8d Merge branch 'master'
30fc68feb2 latest from coda-oss (#413)
a4a1fc4f8b add a NITF version number (#412)
eef3c6ec8d update coda-oss (#411)
f5f1f8ce19 "nitro" changes from SIX (#410)
1a19b6b603 latest from coda-oss (#409)
0db498f1eb make the TRE API more robust (#406)
404a857ca5 Bugfix/engrda (#405)
1c73a52843 latest from coda-oss (#404)
9388d5cf21 latest from coda-oss (#402)
9578bcf83c Handle amp-phase data (#403)
81278527b6 remove compiler warnings that were clobbered by a previous merge (#401)
3ebffd8773 update coda-oss (#400)
c8186387fe tweak C++ API (#399)
dc000a516d latest from coda-oss (#398)
7af555d635 latest from coda-oss (#396)
cb37a8cffa remove compiler warnings (#395)
1b6cfe0991 latest from coda-oss (#388)
2229fbde02 forgot to add "units" to CMakeFiles.txt
e1a1bcefae latest from coda-oss (#387)
835da56f56 Bugfix/nitropy import error (#381)
508ee3e75c Fix invalid const cast error (#380)
fb293c1a29 build with something more recent than C89
10712fc6bb got copy-paste wrong
859010c9f4 back to C++17 for now
b211781259 Merge branch 'master' into main
7bb82996ca update coda-oss (#378)
98e6bcf5da remove more code-analysis diagnostics (#377)
eaf109eb4d C++17 fix from coda-oss
0d97539b97 almost build w/C++20
8eb0ef76b4 build with (almost) C++20
bea6db32f9 Merge branch 'master' into main
c3dc822059 update coda-oss (#376)
7acaf38edc match "master"
172714e337 #pragma warning is _MSC_VER only
ffd5aa858a Revert "do a Debug build on Windows"
5d84be10ca do a Debug build on Windows
b1683ea11f Merge branch 'main' of github.com:mdaus/nitro into main
9b928303a2 build cleanly in VS2019
2940ec1595 refresh from "master"
62e3bdce70 Merge branch 'master' into main
e6cfbfab8e make parts of the C++ API a bit more python-like (#375)
9194eb0d3b Merge branch 'master' into main
75caf49ec4 remove compiler warnings/code-analysis diagnostics (#374)
a6cec9dfeb update coda-oss (#373)
f4b80a31dc reduce compiler warnings (#371)
ac4141ddce Merge branch 'master' into main
4ddaf23d84 remove compiler warnings (#370)
2a57741c24 update coda-oss (#369)
d36c562f3b Merge branch 'master' into main
d3fab714a0 update coda-oss (#368)
8806960a8d tweak to force rebuild of "master" on github
9aee934ea3 remove compiler warnings (#367)
7be6c13b1b set an "invalid" string result for invalid inputs (#366)
d4f244ee83 remove more compiler warnings/code-analysis diagnostics (#364)
d011795409 latest from coda-oss (#363)
a16f72b0c0 make it easier to build nitf-c++ as a shared library (#362)
35c5f4ade0 reduce compiler and code-analysis warnings (#361)
273c39e863 latest from coda-oss  (#360)
b6b38054d6 Merge branch 'master' into main
298536f401 remove unused coda-oss modules to fix? broken build (#351)
edb9317dbc Update README.md
152b1d66a3 Java and MATLAB bindings are no longer built.
2748224ba4 unittests work from clean build in VS2019 (#347)
296750e1d3 Delete codacy-analysis.yml
2121cda37e Delete checkmarx-analysis.yml
393b6cd559 Create codacy-analysis.yml
a01fa4d6fa Create checkmarx-analysis.yml
effd340063 fix more CodeQL diagnostics (#346)
e145375a7b Merge branch 'master' into main
a2b3a12d91 Fixed bug in python interface, and enabled a few features in the c library to be accessible from python (#342)
1e171cdfc2 remove code-analysis diagnostics (#345)
fa40480016 Merge branch 'master' into main
c68cd17ddf latest from coda-oss (#344)
4ff3782d4f latest from coda-oss:main
f455459a3c Merge branch 'develop/update_coda-oss' into main
daf11b09b5 latest from coda-oss
b2ee4c0cc4 Merge branch 'master' into develop/update_coda-oss
6dc6856db7 Merge branch 'master' into main
bb0634924d update coda-oss (#343)
d46965774f latest from coda-oss
875900215d Merge branch 'master' into develop/update_coda-oss
c83d97832e #pragma-away warning from <complex>
b7d7a7fa80 this branch builds with C++17
f015b5c98f Merge branch 'master' into main
fa20f42ee8 use new coda-oss header for easier access to "std::" (#341)
eae673f69e tweak std:: handling from coda-oss
fe3129e92d std:: changes from coda-oss
c8b1b7f9bb and still more coda-oss updates
e4b655cea0 another update from coda-oss
32e14a957c latest from coda-oss
d641748827 Merge branch 'master' into develop/update_coda-oss
c80e163eec Build w/older compilers; remove some code-analysis diagnostics (#340)
dfad79efcf Delete ossar-analysis.yml
007ced759d archive matlab and java (#293)
0e201d8b0d Create ossar-analysis.yml
c4eae8e4ca Create codeql-analysis.yml
ea1946b4a4 Delete codeql-analysis.yml
e40a0b3f61 add ENABLE_ASAN to turn on address sanitizer (#336)
2d9a968f2b fixed a bug where an uninitialized pointer caused a crash (#335)
7c5dbed7fb `nullptr_t` should be `std::nullptr_t`
e38e05bb29 Merge branch 'master' into develop/update_coda-oss
612a558893 remove version number from externals/coda-oss (#333)
4eb99576b3 missing "build" and "cmake" directories
f99a8e343c rename "coda-oss"
c36f316d06 restore coda-oss
3a94197a81 do rename (again)
2b1c237d26 Merge branch 'master' into develop/update_coda-oss
c146397652 nitro doesn't need "re" module (#332)
03ff84a4bb missing "build" and "cmake" files
25eb456089 get red of the version number (for now); we've been w/o for a very long time
14517c04f8 put a version on externals/coda-oss (#331)
d6b87a2520 add back .cmake files
0827cf5a5a Merge branch 'develop/update_coda-oss' of github.com:mdaus/nitro into develop/update_coda-oss
f62735eb54 add back build directory
daaf0f7e00 Merge branch 'master' into develop/update_coda-oss
8705bbb638 C iterator routines can be "const" (#330)
f26f1f916a externals/coda-oss is now a junction or sym-link
4a3200ade5 rename "coda-oss" to include version #
ee54fff151 Merge branch 'master' into develop/update_coda-oss
f77a3820d1 Merge branch 'master' into main
62ec491193 update coda-oss (#326)
4d4c9b252b latest from coda-oss
c937262798 Merge branch 'master' into develop/update_coda-oss
b7f04aecb0 fix broken unit-test; implement missing overload (#325)
bebfbab20d Merge branch 'master' into develop/update_coda-oss
f810f8f6e5 Fix length calculation for moveTRE and unmergeTREs (#324)
ad0f83a6f2 Null init Image writers (#323)
e77ddad8f4 CMake: Build c libraries, in Windows, as DLLs (#321)
bdf37cc458 Merge branch 'master' into main
7a8dcf2965 update coda-oss (#322)
d100a7d288 latest from coda-oss to build with older compilers
82afef8fde Merge branch 'master' into develop/update_coda-oss
333b821899 Merge branch 'master' into main
f0a45b36d2 latest from coda-oss (#320)
d277cb432d revert c99 changes (#319)
f1a76a95a0 latest from coda-oss
a8692278d5 Merge branch 'master' into develop/update_coda-oss
ae5aefa1a1 Merge branch 'master' into main
1b6ae6adb8 hide template<template> from C++11 (#318)
e510f3d7b2 Merge branch 'master' into main
ee89c7d341 Bug fixes, new TREs, and cython interface (#314)
af91356565 Merge branch 'master' into main
f925204cbc revert c99 changes (#317)
2f0d13feda Merge branch 'master' into main
dc2bfc2f63 Merge branch 'master' into develop/update_coda-oss
1615ce17b0 update coda-oss (#316)
ad01361402 don't need .github in "externals"
31e42bbae3 latest from coda-oss
1cd6b1e220 Merge branch 'master' into develop/update_coda-oss
bbe02cde3b build with C++17 in this branch
905abbff81 Merge branch 'master' into main
0fbebcbdc8 update coda-oss (#313)
88cd12dc43 latest from coda-oss
6bc7a365c1 Merge branch 'develop/update_coda-oss' of github.com:mdaus/nitro into develop/update_coda-oss
8b51116b8d Merge branch 'master' into develop/update_coda-oss
91cb407988 std::filesystem::path doesn't implicitly convert to std::string
287ad87bd4 latest from coda-oss
9ab0959a64 try harder to compile with C++17
6fb07547fb can't figure out how to install later version of g++
37738180f0 trying to install a more recent version of g++
5c7bafa595 spaces instead of tabs
cce8fa221f install the latest g++
5e8545d652 Merge branch 'master' into main
2801416281 fix errors/warnings from code-diagnostic tools (#312)
f419dc5380 Update .gitignore for CMakeSettings.json
bc379d3f73 build with C++17 in this branch
9bee8c38f8 Merge branch 'master' into main
2d73f0ee15 latest from coda-oss (#311)
d01c825407 latest from coda-oss
1a3e65cb39 Merge branch 'master' into develop/update_coda-oss
4a51148c71 build "main" with C++17
979b11ff30 Merge branch 'master' into main
0d6988eb1c latest from coda-oss (#310)
a7849538b6 don't need to change coda-oss drop
33cf616e4b gsl::span -> std::span
b229bead94 latest from coda-oss:master
29a88056ba get coda-oss #includes via coda-oss.hpp to augment "std" (#309)
5e60c0959b Merge branch 'master' into main
5be4b7e639 "noexcept" is a breaking change ... be more careful with it. (#307)
63ee18c41c Merge branch 'master' into main
92b19f9c52 remove nitf::byte (#306)
657d5a1daa Merge branch 'master' into main
9045a98d9a slam in "master" (again) to minimize merge conflicts
08dd5441f7 restore modules/java and modules/mex and remove archive to minimize changes to "main" and "master"
554f1c1b52 manaully update "main" with changes from "master" to minimize merge conflicts
c1ef1e9337 bring over non-breaking changes from "main" (#303)
cf559b1097 update coda oss (#301)
1d91f312ef latest from coda-oss (#300)
e6448b1dd4 tweaks so that six builds with nitro updates (#299)
d27779eb76 std::byte -> nitf::byte until we can use C++17 everywhere (#298)
413fadf3a8 Update .gitignore
5c6a2ef684 update coda-oss (#297)
8bb4d248c5 build with Visual Studio 2019 (#295)
698841c866 get unittest changes from main (#294)
9a29ce5f9d latest from coda-oss:master (#291)
67d3256908 reduce compiler warnings and the like from C code (#292)
38295eda48 latest from develop/jdsmith (#290)
adc0e73fe6 latest from develop/jdsmith (#289)
918ec51823 update coda-oss (#288)
9946049f4e use GSL from coda-oss (#287)
75ccefa3d2 latest from coda-oss (#286)
b6f883fc18 latest from coda-oss (#285)
16289ae3be update coda-oss (#284)
bce3916acb one more change from develop/jdsmith (#283)
09eaf7266a latest from develop/jdsmith (#282)
ff3ca9dcbf update coda-oss (#281)
2b0e059f30 increase use of range "for" (#280)
8bde696806 latest updates from develop/jdsmith (#279)
b545a6101b latest from develop/jdsmith (#276)
aa13b3a620 Feature/update coda oss (#277)
bed0e25265 int64_t instead of sys::Off_T (#275)
07f8d9a626 latest from develop/jdsmith (#274)
8a97faadd8 ... still one more "common" use-case.
e5b270a9ab ... and one more overload for a common use-case
30b249258b restore SegmentMemorySource() overload to avoid breaking too much existing code
a7b77e86ae more use of std::byte (#273)
f1b67ffaf1 use std::shared_ptr and filesystem instead of mem:: and sys:: routines (#272)
da88a43a63 move real GSL code to a place where it will be copied by existing scripts (#270)
19ed66f861 Feature/remove compiler warnings (#271)
d8f1f8c5c6 build show_nitf++ in VS2019 (#269)
57f5aa5c8f remove compiler warnings (#268)
c6407b8b6e remove compiler warnings (#267)
09c2016361 GetEnvironmentVariable() and getenv() aren't quite the same
be7174a709 use top-level WAF install directory rather than externals (#266)
f07461b69f remove compiler warnings (#265)
00a0a7819d remove dozens of compiler warnings (#264)
3d65ba13d0 tweak wrap-around results (#263)
c7601b7423 fix wrap-around values (#262)
f5c5574120 remove compiler warnings (#261)
a1022e1c88 latest coda-oss from "main" (#260)
35254eb831 get unittest working with WAF on Linux
7e371459c2 fix unit-test for WAF on Windows
70755443ac latest from coda-oss (#259)
d141017fb0 remove coda-oss modules not needed by nitro (#258)
3ea4b8313d latest from coda-oss (#257)
a9bf63fb90 update coda-oss (#256)
c5f2e5e0ee latest from develop/jdsmith (#254)
e1ff1e8aac move "mex" and "java" to an archive folder (#255)
045718acb8 Feature/update coda oss (#251)
0be5b5cc41 update coda oss (#250)
8ffdeaf110 wlhen building SWIG code, C-style enums are used
fe4f6c9ef7 need C-style enum with SWIG & build XML_DATA_CONTENT (#249)
621bba7dfb latest from coda-oss to remove code-analysis warnings (#248)
bacedbba30 fix Field to be compatible with existing code
572531c186 build new TREs w/CMake (#246)
c126d5d39d Add four TREs defined in MIL-PRF-89034. (#192)
5c8c30b1c9 build new TREs w/CMake (#246)
4efc97eaff Add four TREs defined in MIL-PRF-89034. (#192)
839b51f63d remove compiler warnings (#245)
42e35f33e2 tre: add MATESA support (#244)
e139210399 tre: add MATESA support (#244)
fa37bc21ca Create codeql-analysis.yml
7e9b93f713 Create codeql-analysis.yml
505dea66a7 update coda-oss (#242)
79bc5e06f0 java: update to supported version (#241)
eaafd58a12 java: update to supported version (#241)
d5df4ba252 display TREs from other parts of the file (#239)
aa8d3aa57f Fix bug with myResidual calculation (#204)
59afdc92e0 Fix bug with myResidual calculation (#204)
2fb1833ddd build with Visual Studio 2019 (#237)
8251e9a23e get some more "const" correctness changes (#238)
4b3ac6de38 make many more "getters" const (#235)
f99755a37e write out the TREs to XML (#234)
b8c0cdf7a0 make a bunch of "getters" const (#233)
ee745cb88e Revert "Merge branch 'master' into main"
e490193780 Merge branch 'master' into main
050fcbc961 Fix assorted compiler warnings (#232)
6d77fb41eb Fix assorted compiler warnings (#232)
11704d375d update "documentation" (#231)
cad5c02f94 update "documentation" (#231)
ae2c21c9bb use our own str*_s() routines  (#230)
bb814d464a can't figure out how to use C11 (for strcpy_s()) on all platforms (#226)
0fb1607196 Revert "merge "main" into "master" (#224)"
1c7aa66534 Merge branch 'main' of github.com:mdaus/nitro into main
0faaa0165a merge "main" into "master" (#224)
3031b6507f trying to fix compiler crash
9183dcb88d grab a few tweaks from develop/jdsmith (#223)
cc9956b2da develop/master -> main (#221)
1437badef4 Develop/main (#220)
c13a2e0d29 Merge branch 'master' into main
5579e74e81 update "master" with several changes from "develop" (#219)
5988bb5297 don't build "macos"
ed0063048a coda-oss doesn't build "macos" so we don't either (#218)
903686414c update "main" with latest "develop" changes (#208)
c1ddf4cde8 Feature/update coda oss (#217)
d77737f5da update coda-oss (#216)
c5c602dd0c update coda-oss (#214)
033220f924 latest coda-oss from master-C++17 (#212)
7caacb9415 copy some documentation from the old website; work-in-progress (#211)
0f0d054046 Feature/remove compiler warnings (#210)
9a609577c0 Feature/use standard c types (#209)
c83348fd36 ignore more build artifacts
3bb1ef02e2 Merge pull request #205 from mdaus/bugfix/Security-vulnerability-in-nitro
9757b5af58 fix a bunch of code-analysis warnings about using NULL pointers (mostly …
6b72b7c37e fix a bunch of code-analysis warnings about using NULL pointers (mostly benign as pointer won't actually be NULL)
22716b796a be sure local variables are initialized for all code paths
c0b7b38b9e no .vcxproj in this branch
40d66294ab fix some build warnings
362b5492e2 build with VS2019 CMake support

git-subtree-dir: externals/nitro
git-subtree-split: c37e01d87808ed498972d789809b98b3bb75b223

* remove externals/nitro/externals

* fix merge conflicts
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* mem::auto_ptr -> std::unique_ptr

* build Python bindings with std::unique_ptr changes

* don't need C++17 work-arounds anymore

* Squashed commit of the following:

commit ad47489
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:52 2022 -0500

    finish deleting externals/nitro/externals

commit cb1d561
Merge: 3d8a22b de053b6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:34 2022 -0500

    finish deleting externals/nitro/externals

commit de053b6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:01 2022 -0500

    Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

    52fe000594 latest from coda-oss (#514)
    1d29e4d865 remove std::auto_ptr (#513)

    git-subtree-dir: externals/nitro
    git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

commit 3d8a22b
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:52 2022 -0500

    remove externals/nitro/externals

commit 7b68bfe
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:19 2022 -0500

    add externals/nitro to fix merge conflicts

commit 461b0ff
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:09:05 2022 -0500

    latest from nitro

commit 2dcb85d
Merge: 13e8856 282e8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Merge commit '282e8cbe274ecdd2db4d82bf7da9004cca8003bc' into develop/sync_externals

commit 282e8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

    8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

commit 13e8856
Merge: cde6b79 0373643
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 11:03:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cde6b79
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:26:05 2022 -0500

    pull from main, not master

commit a095f10
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:25:01 2022 -0500

    git subtree for nitro

commit bfe0023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Squashed 'externals/nitro/' content from commit 29125a3472

    git-subtree-dir: externals/nitro
    git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

commit c92d0d0
Merge: d36fb72 bfe0023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Merge commit 'bfe0023d6eb51bb0263af7b78d54594b24c720d5' as 'externals/nitro'

commit d36fb72
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:23:49 2022 -0500

    trying to get git subtree working

commit 8cf10b9
Merge: 09af7ec 5875962
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:45 2022 -0500

    Merge commit '587596209e6b83a36be0cdae208dbdf547347716' into develop/sync_externals

commit 5875962
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

    d06dc6534d mem::AutoPtr for C++17 (#615)
    83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
    f10fa2009c Release 2022-11-04 (#613)
    a32e697044 remove exception specifications (#609)
    084f19126a utilities to find files/directories for unittests (#608)
    a3cedada96 Merge branch 'master'
    fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
    c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
    dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
    004a00f09b Bump zlib version for conan builds
    207f4dbb9f Fix Xerces config issue and install its config.h
    b842417671 Add support for debug optimizations.
    0f6cda57dc Use enhanced debug information with gcc/gdb.
    5047dce1a9 Work around GCC avx support bug.
    001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
    5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
    9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
    af7229bd83 utilities to find files from a build (#605)
    264ae49dd7 be sure downstream projects build w/C++14 (#604)
    7a7b13cbd5 "hello world" for HDF5 (#602)
    33cff0ff43 more C++14
    963e8ff40c Revert "add HDF5 source code (#603)"
    7b5e71a006 add HDF5 source code (#603)
    ec7bb2e520 add HDF5 source code (#603)
    ec26f703e7 build in NITRO and SIX (#601)
    f4361a9730 make it easier to write cli unit-tests (#600)
    34b6fdeee1 tweak toString() to reduce specialization (#599)
    5907b3ed60 remove C++11 workarounds (#598)
    caed59480d Release 2022-08-30_cpp14 (#597)
    2630d41e08 get rid of merge conflict
    652bce3854 Merge branch 'master'
    6f41c09d71 Release 2022-08-30 (#596)
    838c323d6a Merge branch 'master'
    f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
    72d29e9c27 get unittests working when "nested" in other projects (#595)
    f8f18fea5f Actually look at unit test results when using waf (#593)
    4189c429e8 Merge branch 'master'
    cda679ceee more overloads to take a string length (#592)
    b95a32bc4c by default, Uri()s aren't validated (#591)
    903ee7ffff Merge branch 'master'
    173930a6f2 fix a UTF-8 conversion bug (#590)
    a1c0a1eea6 Merge branch 'master'
    c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
    1bfe5fc402 Merge branch 'master'
    a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
    6c2df8bb62 "main" is now C++14 (not C++20)
    2ce4161080 Squashed commit of the following:
    3a0f7fd14d Merge branch 'master'
    83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
    142fd7185e Merge branch 'master'
    ebf6db1762 <bit> is part of C++20
    d3aa8aa5ce std::u8string is in C++20, not C++17
    03654933c4 changes to math.linear from coda (#587)
    d442e5be0f Merge branch 'master'
    5a2f8e52f1 release 2022-08-02 (#585)
    e5516aba29 tweak names to match utf8:: conventions (#584)
    32f08a9e40 Squashed commit of the following:
    ee15ba3172 Merge branch 'master'
    3083ec7915 move most platform-specific code to EncodedStringView (#583)
    bede753547 fix unit-test with C++20
    61a8033f62 consistent use of coda_oss:: and std::
    5d3bf9eb83 Merge branch 'master'
    36371410c0 EncodedString tweaks for XML processing (#582)
    cf2016205c remove any vestiges of Expat and libXML (#580)
    33538aa0fc update for newer Intel compiler
    ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
    34c40bd397 Merge branch 'master'
    a731ebf8e8 release 2022-06-29 (#579)
    a9b9d2a9fa Merge branch 'master'
    59387bd87b update "ReleaseNotes.md" for recent changes (#578)
    24a3f01afe Merge branch 'master'
    e4f940854a remove "boost" and "serialize" (#577)
    80b70537e9 update to zlib-1.2.12 (#576)
    f92811a53b Merge branch 'master'
    202084bacb Remove some compiler warnings (#575)
    414c25c551 build with C++20 in VS
    1a99a29da3 Merge branch 'master'
    c61232224b build most code with Visual Studio (#574)
    5cca863d7e Merge branch 'master'
    6e4d952bea some unit-tests need argc/argv (#573)
    36e051d7b6 Add run1D method to GenerationThreadPool (#572)
    6d4776235e Merge branch 'master'
    0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
    6677cc38e3 simplify creation of encodes string (#570)
    ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
    984e4a96ce Fix a bug in waf platform detection.
    8f1173f4a6 fix build errors
    f21af35b0b Merge branch 'master'
    d2aca8d4b5 release 2022-05-03 (#569)
    ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
    4db8ada411 restore changes clobbered with merge from "master"
    a1f36e1839 Merge branch 'master'
    89a636a6af fix copy/assignment in EncodedString (#567)
    c3fe91d424 latest tweaks to build with C++17 (#566)
    a59a51b571 be sure we use a 64-bit time_t (#565)
    1f79fb3ddf Poly2D::atY() bugfix (#564)
    ac5307662d Testing to see if windows-2019 works with github actions (#563)
    8d0726b37e Fix a bug in waf platform detection.
    80fe8e9f8a Merge branch 'master'
    c662b5aac3 Update ReleaseNotes.md
    ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
    33b0f3f6eb Merge branch 'master'
    8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
    0a0e6cf145 use char16_t on Linux (#560)
    7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
    fe65bfddfb fix units for ICC, sys::filesystem (#559)
    fc99e4b3e6 recreate from "master"
    510317c07a use std::filesystem to "implement" sys::filesystem
    895f6c77cd always implement sys::filesystem
    0d83ae22fc "units" changes from master
    b58173b781 latest from "master" (not quite)
    793e3442c8 Squashed commit of the following:
    91a729f5a2 re-create from "master"
    def979170b update to GSL 4.0.0 (#558)
    fe365e5a41 fix XML validation for UTF-8 (#557)
    502e5829b8 support conversion to std::wstring (#556)
    e69422596a Delete codeql-analysis.yml
    45bc6a9640 Create codeql-analysis.yml
    87d9a7ef54 remove CodeQL
    eab5ecb899 Update build_unittest.yml
    8ab12d47e9 Delete codeql-analysis.yml
    9e542092b8 try running CodeQL as part of build-linux-cmake
    de0c50651e Create codeql-analysis.yml
    049608782b tweaks to build in "coda" (#554)
    0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
    bcee6551f2 add EncodedString class (#552)
    c2eecd3925 simplify implementation of EncodedStringView (#551)
    c1320ef00d fix 'typename' for other compilers (#550)
    ac3b93931f tweaks to make "main" build easier (#549)
    78da741cf5 remove sys/Optional.h (#548)
    f31730ac77 put our std work-arounds in one place (#547)
    9b7bb571a9 Add an EncodedStringView class (#545)
    c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
    0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
    ca32f99c03 Add option to specify curl installation location. (#501)
    2df9c1a819 allow std::filesystem::path to be used for validation (#543)
    2891435760 add SinCos for units::Angle (#542)
    e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
    bb11134fd0 xml.lite tweaks (#540)
    955b33e215 Release 2021_12_13 (#539)
    d73d74d5c1 xml.lite tweaks (#537)
    3a90e25c6f use more C++11 functionality (#538)
    9ca2a0e50c remove more compiler warnings (#536)
    0ec9da1e91 be sure == and != are in-sync (#535)
    9084be32c4 fix size_t compiler warnings (#534)
    abd6469ec8 fix ICC errors (#533)
    09cb36fff4 update version number before cutting a new release (#532)
    c29e4d2988 fix ICC warnings/errors from high-side (#531)
    91f8f1c089 simplify our std:: implementations (#530)
    7c633c7bb5 Further reduce use of std::auto_ptr (#529)
    d85883749c Provide support for creating simple version numbers (#528)
    b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
    ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
    ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
    3c02ff2893 Fix config-python prefix issue
    6149053d4e Add new config-python module for SWIG compatibility workarounds
    30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
    21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
    60837a62ea Revert unneeded changes
    0bc994dea7 Fix SWIG path issue for waf build
    070f4e9150 Update SWIG generated files
    f8472b0c46 Fix SWIG path issues and warnings
    e10707f758 Set minimum SWIG version to 4.0.1
    b8cdba5c75 Fix waf SWIG build issue
    2bd0ee39e5 Enable SWIG in Github waf build
    f2b001146f Try fixing SWIG compile issue again
    afafabcc28 Fix SWIG compile issue on Linux due to missing macro
    7c8d4a81d5 Add SWIG to the CI flow
    4023d721c5 Regenerate SWIG bindings
    1d8c70109c Add some compile definitions needed by SWIG for CMake build
    e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
    965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
    f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
    c01c4d7de5 do in-line initialization (#524)
    fb7230ea1e Update CMakeLists.txt
    5dfb056898 tweaks for C++17 (#523)
    1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
    d13885df66 make it easier to create a new Element with the right encoding (#522)
    3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
    0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
    14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
    cf398c0d36 tweak code for C++11/C++17 (#521)
    2d0322b070 reduce use of std::auto_ptr (#520)
    853320e90f reduce use of deprecated C++98 code (#519)
    4752ba2221 Replace some warning pragmas with macros
    32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
    fc01df0d8c fix typos in gcc macros
    9d356f36cd fix gcc impl
    8124da763f remove unreachable code
    d034b3a849 clobber warnings from numpy innards
    9941a401e1 macros to disable warnings around system headers
    8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
    2e7b8165ae Fixed pragma stuff on gcc
    9775bb02d9 Fixed pragma stuff on gcc
    680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
    8ffd6ed790 forgot to add "units" to CMakeFiles.txt
    06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
    d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
    d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
    cf5cd16b33 Fix macro usage on gcc
    a88bbcd202 Macros to narrowly target disabling warnings
    c0d5cdf004 Formatting Changes
    be019b44b2 Formatting Changes
    2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
    5d9f27faeb Refactor coda-oss conan recipe
    ce66457149 Disable warning for MSVC2017 and earlier
    ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
    1d9a4ec712 Add conan option to use std::regex instead of pcre
    6dd5d44576 add required include
    4c0ae77811 add required include
    1873ceeb8a parameterize build (somewhat)
    c9ef567a7a fix Release compile error
    e6b47e94ee fix compiler error
    eff205ba2d helper macro to fix unusual targets
    342098a32c Fix CMake build for modules without include files
    5625706ebf Enable cpp17 option for windows builds
    98e12b138e Use consistent line endings for *.in template files
    d01fea0b73 Configure coda_add_module to install more file extension types
    30823f673b Delete stray file
    ac7760ba22 Load dependency targets when loading coda-oss for conan build
    14781cab8e Implement conan build for openjpeg and pcre2 dependencies
    9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
    1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    772d804951 Implement conan build for libjpeg dependency
    98b653dea4 Implement conan build for xerces-c dependency
    11323e8e98 Implement conan build for zlib dependency
    d0e6bf2c4b Improve conan test_package
    a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
    c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
    0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
    2768e5f07e Update libjpeg to v9d
    d75f55bcac Update zlib to 1.2.11
    ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
    1babd19b55 Fix warning in thread tests for MSVC
    2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
    a485bf6bb1 Fix BIGENDIAN redefinition warning
    59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
    b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
    2b179b6587 Fix integer overflow issue
    898151ad75 Hook up simple "units" (#513)
    4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
    c1878b228e Fix for numerical precision issues surrounding horizontal lines
    7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
    58fc85f096 Whitespace change to trigger workflow
    ab74026b9f Fix wscript to successfully build test_num_elements
    323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
    16a5502896 Added option to enable cpp17
    b0625cf5a2 tweak debug stuff (#508)
    8455494878 fix RowCol casting (#507)
    01fbb5f008 Get std::u8string working right with C++20 (#506)
    df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
    e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
    4c9ea0ef18 tweaks for VS2019 16.10 (#503)
    0d8ea070a5 reduce compiler warnings (#502)
    625b8b59d4 reduce compiler warnings (#500)
    3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
    427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
    c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
    b5105b54ae reduce compiler warnings (#495)
    e0099cc269 Develop/compiler optimizations (#494)
    0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
    5f91f70604 fix printf() format string (#491)
    55b855a865 Delete codeql-analysis.yml
    603c192d3b Update codeql-analysis.yml
    f306979e87 Update codeql-analysis.yml
    4a1f78f8ef Create codeql-analysis.yml
    3c80a65680 add back coda_oss::filesystem::path (#490)
    eaea659ed3 tweak how std:: features are exposed (#489)
    0492f0d95f simplify code exposing std:: routines (#488)
    e5f3d77701 remove code-analysis diagnostics (#485)
    5be599e5af make HOME and USERPROFILE the same (#484)
    62b22ae019 cleanup more compiler warnings (#483)
    c32ec7dcc1 add unit-tests for env-var editing (#482)
    311aea4623 allow an environment-variable to be "edited" during expansion (#481)
    bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
    068562f589 fix glitches in expandEnviromentVariables() (#479)
    30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
    074a873b28 remove compiler warnings (#477)
    e29f65479f latest C++17 tweaks (#476)
    c4e681b0ae tweak code when wchar_t is a built-in type (#474)
    8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
    a62bdb3e64 add operator= to sys::Optional (#472)
    8e310a776d use compiler-provided macros to determine features (#470)
    88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
    b195ab3efc need at least VS2017 to use the real GSL (#469)
    2978f9114f tweaks to build with older compilers (#468)
    7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
    cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
    3db09742c1 get rid of more compiler warnings (#465)
    5e0d2e8451 get rid of "char8_t" compiler warning (#463)
    d710bc6882 make getValue() easier to use (#462)
    f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
    88be6dba35 consistently add C++14/17/20 library features (#459)
    59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
    35de4524c4 use sys::Filesystem::path rather than std::string (#457)
    cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
    f395edc891 remove ambiguous overloads w/C++17 (#455)
    eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
    243ef5e500 don't derive from std::iterator (#453)
    a48b011411 Arguments should be "const&" to prevent C4866 (#452)
    878bff901f provide std::span (#451)
    81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
    93cf0f03ef main -> master (#449)
    5af37a7363 be sure code compiles with C++17 (#448)
    82b5aecfb5 build with C++17 (#407)
    6ffb888d79 reduce compiler warnings (#439)
    9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
    bc5552cd20 update to xerces-c-3.2.3 (#409)
    6fe09e1dbb update to openjpeg-2.3.1 (#417)
    6405c0ce59 reduce differences in #407 (#438)
    2987bbf8d6 tweak how std::filesystem is enabled (#437)
    8fd3c2f202 tweak how std::endian is enabled (#436)
    138372c886 more straight-forward reduction of std::auto_ptr (#435)
    f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
    d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
    54ed52158e allow clients to specify custom toType and toString (#431)
    7f90aab25e remove trailing underscore from macro (#429)
    999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
    6f075b1be5 add sys::Byte (#426)
    92221bd0d9 allow except::Throwable to derive from std::exception (#421)
    a8f52d0ad4 reduce compiler warnings (#424)
    63ea20af69 #including <bit> w/C++17 generates warnings (#408)
    10ef060313 reduce compiler warnings (#405)
    cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
    cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
    1db3751a3c implmeent sys::Endian from C++20 (#402)
    f042cd6bb9 support std::filesystem if desired (#400)
    4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
    e2a62f8ec2 make it easier to use xml.lite (#396)
    1059b7da1c allow for explicit use of a UTF-8 string (#395)
    27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
    e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
    cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
    6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
    14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
    e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
    78b0f6bb26 another try at removing the compiler warning from tiff::split()
    8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
    fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
    98a589616d get rid of g++ strncpy() warning
    798f847117 don't use memset(0) with C++ objects
    7f697d078c casting result of system() to void doesn't get rid of compiler warning
    d55a849c51 remove new g++ compiler warnings in WSL
    d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
    cc62e866b0 fix compiler warnings
    d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
    fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
    536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
    27288f49bb Merge pull request #358 from mdaus/conan-options
    fd5e1eecb7 Expose additional CMake options in conan recipe
    c972161793 Remove unneeded CMake function

    git-subtree-dir: externals/coda-oss
    git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

commit 09af7ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:31 2022 -0500

    latest from coda-oss

* fix ambiguous overloads

* no more mem::auto_ptr
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)
8241dfe7e6 remove last vestiges of std::auto_ptr (#616)
d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027
JDanielSmith pushed a commit that referenced this pull request Dec 14, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2
@JDanielSmith JDanielSmith mentioned this pull request Dec 14, 2022
JDanielSmith pushed a commit that referenced this pull request Dec 15, 2022
dc36dd271a restore HDF5 changes
cd66d8c6d9 Merge branch 'main' into cpp17
d06dc6534d mem::AutoPtr for C++17 (#615)
ffd5b5519c Merge branch 'main' into cpp17
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
b0e8958ded Merge branch 'main' into main-cpp17
f10fa2009c Release 2022-11-04 (#613)
cf372dd08c path typedef used in SWIG bindings :-(
49dfbb0ce8 remove code supporting C++17 libraries constructs in C++11
b27efc4872 remove remaining vestiages of std::auto_ptr; it has been removed from C++17
5c2a40329e remove C++17 workarounds (#610)
c1e15e9d9a Merge branch 'main' into main-cpp17
a32e697044 remove exception specifications (#609)
bea818fb03 must use C++17 in this branch
91653a0963 another place where C++17 is set
7d555f2be6 back to C++17
b1969d9962 merge main
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
be9b6a71ca Squashed commit of the following:
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
b21c203b8d Squashed commit of the following:
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: dc36dd271ac178130cec76a5c11a1bf3a37f4605
JDanielSmith pushed a commit that referenced this pull request Dec 20, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss
JDanielSmith pushed a commit that referenced this pull request Dec 28, 2022
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals
JDanielSmith pushed a commit that referenced this pull request Jan 10, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals
JDanielSmith pushed a commit that referenced this pull request Jan 23, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone
JDanielSmith added a commit that referenced this pull request Jan 25, 2023
commit 5a62d3d
Merge: e1c74b9 00bcfe3
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:48 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit e1c74b9
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:19 2023 -0500

    latest from coda-oss and nitro

commit f9cdea6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:35:39 2023 -0500

    --depth 1 for git-clone

commit 52681c2
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:34:42 2023 -0500

    latest from coda-oss

commit 5cbd07c
Merge: 36be5ad f26b2d7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:59 2023 -0500

    latest from coda-oss

commit f26b2d7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:52 2023 -0500

    Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

    4ccdf5b37 latest from coda-oss (#527)

    git-subtree-dir: externals/nitro
    git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

commit 36be5ad
Merge: 9d46fc5 037ad61
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:46 2023 -0500

    Merge commit '037ad619eb109f776cbb5f3cc65fe379c43ab677' into develop/sync_externals

commit 037ad61
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:45 2023 -0500

    Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

commit 9d46fc5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:38 2023 -0500

    latest from coda-oss

commit b5344d9
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:55 2023 -0500

    --depth 1 for git-clone

commit 90966ee
Merge: dea7a3c d6cd5b7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:28 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit dea7a3c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:39 2023 -0500

    copy_externals

commit 57bf245
Merge: 5bb6423 5cbfd38
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:05 2023 -0500

    sync_externals

commit 5cbfd38
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:43:52 2023 -0500

    Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

    c71acc492 latest from coda-oss (#526)

    git-subtree-dir: externals/nitro
    git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

commit c6de395
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

    b44709a95 added ComplexSpansView utility (#635)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

commit 5bb6423
Merge: d7dab0a c6de395
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Merge commit 'c6de395a760a35062eacbbb95469d74bd252d041' into develop/sync_externals

commit d7dab0a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:28 2023 -0500

    latest from coda-oss and nitro

commit c68727a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:13 2023 -0500

    latest from coda-oss and nitro

commit 8423b28
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:50:32 2023 -0500

    copy_externals

commit 5121114
Merge: 8b56fae 240b018
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:59 2023 -0500

    sync_externals

commit 240b018
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:44 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

commit 4ac75b8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14d1d1cb8 #pragma-away warnings from GSL
    86c40ea6c assert() to prevent some code-analysis diagnostics
    7204517a9 make copy/assignment explicit
    3ce824079 reduce code-analysis diagnostics
    01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
    03f3ddde9 proper printf format
    877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
    5a4a3d575 code-analysis doesn't like C-style casts
    a3fdae416 code-analysis doesn't like NULL
    6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
    d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
    535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
    c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
    04306bbee need at least VS2017 to use the real GSL
    796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
    16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
    e07e89f0c turn on "warnings as errors" for CMAKE builds
    5c019f891 complex "constexpr" functions not available with our version of g++
    4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
    dea7ea41b And still more compiler warnings ... almost done 🤞🏻
    fbe3bbb20 remove assorted compiler warnings
    e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
    e9df212c6 Arguments should be "const&" to prevent C4866
    94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
    d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
    9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
    bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
    c053362d2 remove still more compiler warnings
    9f133b85a remove some more compiler warnings
    0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
    f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
    1e6564a6e eliminate more compiler warnings
    85a7b8ad0 remove a few compiler warnings
    09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
    31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
    a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
    8547cdd24 eliminiate GCC warnings from Filesystem.h
    b5044b2a2 fix several compiler warnings/code-analysis diagnostics
    9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
    6faa3666f remove more compiler warnings

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

commit 8b56fae
Merge: 2b05342 4ac75b8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Merge commit '4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c' into develop/sync_externals

commit 2b05342
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:22 2023 -0500

    copy_externals

commit 3d599f4
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:07 2023 -0500

    copy_externals

commit 52bf010
Merge: c00c744 f508019
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:48:13 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit c00c744
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:26:29 2022 -0500

    copy_externals

commit 8bddff3
Merge: 913c61c e4e5505
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:59 2022 -0500

    sync_externals

commit e4e5505
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:43 2022 -0500

    Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

    a153ad562 latest from coda-oss (#523)

    git-subtree-dir: externals/nitro
    git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

commit 913c61c
Merge: 36c6d05 9f17e18
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:40 2022 -0500

    Merge commit '9f17e182c95e843963342d26defcc665a261dd00' into develop/sync_externals

commit 9f17e18
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:39 2022 -0500

    Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

    1582c6ac9 further progress on implementing hdf5::lite (#631)
    0622af1fe rename "11" exception classes to "Ex" (#630)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

commit 36c6d05
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:32 2022 -0500

    copy_externals

commit a3d5f5d
Merge: cfb25ee 7299d59
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 12:59:41 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cfb25ee
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:40:18 2022 -0500

    latest from coda-oss

commit b5eb63c
Merge: 8383fab 3e73516
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:51 2022 -0500

    latest from coda-oss

commit 3e73516
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:35 2022 -0500

    Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

    bd741e4f1 latest from coda-oss (#522)

    git-subtree-dir: externals/nitro
    git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

commit 8383fab
Merge: a8337af 1b45365
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:45 2022 -0500

    Merge commit '1b453650287f842b73887accf3dcd5b5c0b3622c' into develop/sync_externals

commit 1b45365
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

    1384b8a5e Merge pull request #629 from mdaus/zlib-update
    ebbd57247 ZIP APIs use std::string in this branch
    9cc19fe82 ZIP unittests
    b8d25d364 Update zlib to 1.2.13

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

commit a8337af
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:37 2022 -0500

    latest from coda-oss

commit cece590
Merge: e47d874 a247a5f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:37:35 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit e47d874
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:48:24 2022 -0500

    NITRO-2.11.2

commit 26ef493
Merge: 99cff5b 45e349e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:38 2022 -0500

    NITRO-2.11.2

commit 45e349e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:03 2022 -0500

    Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

    46c6702f8 NITRO-2.11.2 (#521)
    cd053bd7f coda-oss 2022-12-14 (#520)
    28b65f4dc get unittests working in other projects (#518)
    9182384db latest from coda-oss (#517)
    ab88a99f5 Merge branch 'master'
    b39ccc4c0 Fix conan build issues (#516)
    abbf7e318 remove .git directory right away
    5be12fc35 merge develop/sync_externals
    103dd73ee latest from coda-oss (#508)
    f71128d6f Adding tarfile member sanitization to extractall() (#505)

    git-subtree-dir: externals/nitro
    git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

commit 99cff5b
Merge: e17f48f fb29352
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:56 2022 -0500

    Merge commit 'fb29352be984f5815d938f3d3d420065376b9d67' into develop/sync_externals

commit fb29352
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:55 2022 -0500

    Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

    418130d4d trying to fix build error on github
    59d2f678e Release 2022-12-14 (#628)
    1e8244291 new --with-optz=fastest-possible option (#627)
    6ae81142d new --optz=faster option for WAF builds (#626)
    11206c179 sym-links don't work on Windows filesystems
    edd3e8fb9 overloads to make simplify routine XML processing (#625)
    dfece6106 use sym-links rather than copying files (#624)
    22f1f0776 build hdf5.lite with WAF (#623)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

commit e17f48f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:48 2022 -0500

    NITRO-2.11.2

commit 174d090
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:43:22 2022 -0500

    latest from coda-oss

commit 80a4174
Merge: 83f33ca 2d5aed0
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:37:09 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit b56123b
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Squashed 'externals/coda-oss/' changes from ab4546482..566597043

    566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
    61aa5e430 Squashed commit of the following:
    6557ee34c Yet another attempt at finding test files for unittests (#621)
    501add035 -march=native for fastest optimization level (#620)
    f1dd0a5b4 overloads to make creating XML documents easier (#619)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

commit 83f33ca
Merge: 92c64dd b56123b
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Merge commit 'b56123b5cad36f38b880a7f7906af939ce3efb09' into develop/sync_externals

commit 92c64dd
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:26:50 2022 -0500

    latest from coda-oss and nitro

commit 0dbc308
Merge: 6cd4c26 6cda8f8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:25:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit 6cd4c26
Merge: d0ca85a 81730b8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:29:00 2022 -0500

    remove externals/nitro/externals

commit 81730b8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:16 2022 -0500

    Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

    ffcce1e304 latest from coda-oss (#515)

    git-subtree-dir: externals/nitro
    git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

commit d0ca85a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:07 2022 -0500

    remove externals/nitro/externals

commit dca9d3a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:26:46 2022 -0500

    add externals/nitro/externals for sync_externals

commit 199a9f0
Merge: 6029477 df96d9e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Merge commit 'df96d9e5165b0ddebf1476edd6b720dc3570eaa3' into develop/sync_externals

commit df96d9e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

    ab45464820 remove C++17 workarounds (#618)
    3d5daf702e unittests for creating XML from scratch (#617)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

commit 6029477
Merge: ad47489 17236e8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 12:27:03 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit ad47489
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:52 2022 -0500

    finish deleting externals/nitro/externals

commit cb1d561
Merge: 3d8a22b de053b6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:34 2022 -0500

    finish deleting externals/nitro/externals

commit de053b6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:01 2022 -0500

    Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

    52fe000594 latest from coda-oss (#514)
    1d29e4d865 remove std::auto_ptr (#513)

    git-subtree-dir: externals/nitro
    git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

commit 3d8a22b
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:52 2022 -0500

    remove externals/nitro/externals

commit 7b68bfe
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:19 2022 -0500

    add externals/nitro to fix merge conflicts

commit 461b0ff
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:09:05 2022 -0500

    latest from nitro

commit 282e8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

    8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

commit 2dcb85d
Merge: 13e8856 282e8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Merge commit '282e8cbe274ecdd2db4d82bf7da9004cca8003bc' into develop/sync_externals

commit 13e8856
Merge: cde6b79 0373643
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 11:03:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cde6b79
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:26:05 2022 -0500

    pull from main, not master

commit a095f10
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:25:01 2022 -0500

    git subtree for nitro

commit bfe0023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Squashed 'externals/nitro/' content from commit 29125a3472

    git-subtree-dir: externals/nitro
    git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

commit c92d0d0
Merge: d36fb72 bfe0023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Merge commit 'bfe0023d6eb51bb0263af7b78d54594b24c720d5' as 'externals/nitro'

commit d36fb72
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:23:49 2022 -0500

    trying to get git subtree working

commit 8cf10b9
Merge: 09af7ec 5875962
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:45 2022 -0500

    Merge commit '587596209e6b83a36be0cdae208dbdf547347716' into develop/sync_externals

commit 5875962
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

    d06dc6534d mem::AutoPtr for C++17 (#615)
    83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
    f10fa2009c Release 2022-11-04 (#613)
    a32e697044 remove exception specifications (#609)
    084f19126a utilities to find files/directories for unittests (#608)
    a3cedada96 Merge branch 'master'
    fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
    c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
    dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
    004a00f09b Bump zlib version for conan builds
    207f4dbb9f Fix Xerces config issue and install its config.h
    b842417671 Add support for debug optimizations.
    0f6cda57dc Use enhanced debug information with gcc/gdb.
    5047dce1a9 Work around GCC avx support bug.
    001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
    5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
    9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
    af7229bd83 utilities to find files from a build (#605)
    264ae49dd7 be sure downstream projects build w/C++14 (#604)
    7a7b13cbd5 "hello world" for HDF5 (#602)
    33cff0ff43 more C++14
    963e8ff40c Revert "add HDF5 source code (#603)"
    7b5e71a006 add HDF5 source code (#603)
    ec7bb2e520 add HDF5 source code (#603)
    ec26f703e7 build in NITRO and SIX (#601)
    f4361a9730 make it easier to write cli unit-tests (#600)
    34b6fdeee1 tweak toString() to reduce specialization (#599)
    5907b3ed60 remove C++11 workarounds (#598)
    caed59480d Release 2022-08-30_cpp14 (#597)
    2630d41e08 get rid of merge conflict
    652bce3854 Merge branch 'master'
    6f41c09d71 Release 2022-08-30 (#596)
    838c323d6a Merge branch 'master'
    f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
    72d29e9c27 get unittests working when "nested" in other projects (#595)
    f8f18fea5f Actually look at unit test results when using waf (#593)
    4189c429e8 Merge branch 'master'
    cda679ceee more overloads to take a string length (#592)
    b95a32bc4c by default, Uri()s aren't validated (#591)
    903ee7ffff Merge branch 'master'
    173930a6f2 fix a UTF-8 conversion bug (#590)
    a1c0a1eea6 Merge branch 'master'
    c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
    1bfe5fc402 Merge branch 'master'
    a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
    6c2df8bb62 "main" is now C++14 (not C++20)
    2ce4161080 Squashed commit of the following:
    3a0f7fd14d Merge branch 'master'
    83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
    142fd7185e Merge branch 'master'
    ebf6db1762 <bit> is part of C++20
    d3aa8aa5ce std::u8string is in C++20, not C++17
    03654933c4 changes to math.linear from coda (#587)
    d442e5be0f Merge branch 'master'
    5a2f8e52f1 release 2022-08-02 (#585)
    e5516aba29 tweak names to match utf8:: conventions (#584)
    32f08a9e40 Squashed commit of the following:
    ee15ba3172 Merge branch 'master'
    3083ec7915 move most platform-specific code to EncodedStringView (#583)
    bede753547 fix unit-test with C++20
    61a8033f62 consistent use of coda_oss:: and std::
    5d3bf9eb83 Merge branch 'master'
    36371410c0 EncodedString tweaks for XML processing (#582)
    cf2016205c remove any vestiges of Expat and libXML (#580)
    33538aa0fc update for newer Intel compiler
    ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
    34c40bd397 Merge branch 'master'
    a731ebf8e8 release 2022-06-29 (#579)
    a9b9d2a9fa Merge branch 'master'
    59387bd87b update "ReleaseNotes.md" for recent changes (#578)
    24a3f01afe Merge branch 'master'
    e4f940854a remove "boost" and "serialize" (#577)
    80b70537e9 update to zlib-1.2.12 (#576)
    f92811a53b Merge branch 'master'
    202084bacb Remove some compiler warnings (#575)
    414c25c551 build with C++20 in VS
    1a99a29da3 Merge branch 'master'
    c61232224b build most code with Visual Studio (#574)
    5cca863d7e Merge branch 'master'
    6e4d952bea some unit-tests need argc/argv (#573)
    36e051d7b6 Add run1D method to GenerationThreadPool (#572)
    6d4776235e Merge branch 'master'
    0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
    6677cc38e3 simplify creation of encodes string (#570)
    ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
    984e4a96ce Fix a bug in waf platform detection.
    8f1173f4a6 fix build errors
    f21af35b0b Merge branch 'master'
    d2aca8d4b5 release 2022-05-03 (#569)
    ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
    4db8ada411 restore changes clobbered with merge from "master"
    a1f36e1839 Merge branch 'master'
    89a636a6af fix copy/assignment in EncodedString (#567)
    c3fe91d424 latest tweaks to build with C++17 (#566)
    a59a51b571 be sure we use a 64-bit time_t (#565)
    1f79fb3ddf Poly2D::atY() bugfix (#564)
    ac5307662d Testing to see if windows-2019 works with github actions (#563)
    8d0726b37e Fix a bug in waf platform detection.
    80fe8e9f8a Merge branch 'master'
    c662b5aac3 Update ReleaseNotes.md
    ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
    33b0f3f6eb Merge branch 'master'
    8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
    0a0e6cf145 use char16_t on Linux (#560)
    7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
    fe65bfddfb fix units for ICC, sys::filesystem (#559)
    fc99e4b3e6 recreate from "master"
    510317c07a use std::filesystem to "implement" sys::filesystem
    895f6c77cd always implement sys::filesystem
    0d83ae22fc "units" changes from master
    b58173b781 latest from "master" (not quite)
    793e3442c8 Squashed commit of the following:
    91a729f5a2 re-create from "master"
    def979170b update to GSL 4.0.0 (#558)
    fe365e5a41 fix XML validation for UTF-8 (#557)
    502e5829b8 support conversion to std::wstring (#556)
    e69422596a Delete codeql-analysis.yml
    45bc6a9640 Create codeql-analysis.yml
    87d9a7ef54 remove CodeQL
    eab5ecb899 Update build_unittest.yml
    8ab12d47e9 Delete codeql-analysis.yml
    9e542092b8 try running CodeQL as part of build-linux-cmake
    de0c50651e Create codeql-analysis.yml
    049608782b tweaks to build in "coda" (#554)
    0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
    bcee6551f2 add EncodedString class (#552)
    c2eecd3925 simplify implementation of EncodedStringView (#551)
    c1320ef00d fix 'typename' for other compilers (#550)
    ac3b93931f tweaks to make "main" build easier (#549)
    78da741cf5 remove sys/Optional.h (#548)
    f31730ac77 put our std work-arounds in one place (#547)
    9b7bb571a9 Add an EncodedStringView class (#545)
    c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
    0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
    ca32f99c03 Add option to specify curl installation location. (#501)
    2df9c1a819 allow std::filesystem::path to be used for validation (#543)
    2891435760 add SinCos for units::Angle (#542)
    e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
    bb11134fd0 xml.lite tweaks (#540)
    955b33e215 Release 2021_12_13 (#539)
    d73d74d5c1 xml.lite tweaks (#537)
    3a90e25c6f use more C++11 functionality (#538)
    9ca2a0e50c remove more compiler warnings (#536)
    0ec9da1e91 be sure == and != are in-sync (#535)
    9084be32c4 fix size_t compiler warnings (#534)
    abd6469ec8 fix ICC errors (#533)
    09cb36fff4 update version number before cutting a new release (#532)
    c29e4d2988 fix ICC warnings/errors from high-side (#531)
    91f8f1c089 simplify our std:: implementations (#530)
    7c633c7bb5 Further reduce use of std::auto_ptr (#529)
    d85883749c Provide support for creating simple version numbers (#528)
    b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
    ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
    ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
    3c02ff2893 Fix config-python prefix issue
    6149053d4e Add new config-python module for SWIG compatibility workarounds
    30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
    21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
    60837a62ea Revert unneeded changes
    0bc994dea7 Fix SWIG path issue for waf build
    070f4e9150 Update SWIG generated files
    f8472b0c46 Fix SWIG path issues and warnings
    e10707f758 Set minimum SWIG version to 4.0.1
    b8cdba5c75 Fix waf SWIG build issue
    2bd0ee39e5 Enable SWIG in Github waf build
    f2b001146f Try fixing SWIG compile issue again
    afafabcc28 Fix SWIG compile issue on Linux due to missing macro
    7c8d4a81d5 Add SWIG to the CI flow
    4023d721c5 Regenerate SWIG bindings
    1d8c70109c Add some compile definitions needed by SWIG for CMake build
    e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
    965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
    f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
    c01c4d7de5 do in-line initialization (#524)
    fb7230ea1e Update CMakeLists.txt
    5dfb056898 tweaks for C++17 (#523)
    1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
    d13885df66 make it easier to create a new Element with the right encoding (#522)
    3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
    0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
    14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
    cf398c0d36 tweak code for C++11/C++17 (#521)
    2d0322b070 reduce use of std::auto_ptr (#520)
    853320e90f reduce use of deprecated C++98 code (#519)
    4752ba2221 Replace some warning pragmas with macros
    32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
    fc01df0d8c fix typos in gcc macros
    9d356f36cd fix gcc impl
    8124da763f remove unreachable code
    d034b3a849 clobber warnings from numpy innards
    9941a401e1 macros to disable warnings around system headers
    8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
    2e7b8165ae Fixed pragma stuff on gcc
    9775bb02d9 Fixed pragma stuff on gcc
    680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
    8ffd6ed790 forgot to add "units" to CMakeFiles.txt
    06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
    d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
    d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
    cf5cd16b33 Fix macro usage on gcc
    a88bbcd202 Macros to narrowly target disabling warnings
    c0d5cdf004 Formatting Changes
    be019b44b2 Formatting Changes
    2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
    5d9f27faeb Refactor coda-oss conan recipe
    ce66457149 Disable warning for MSVC2017 and earlier
    ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
    1d9a4ec712 Add conan option to use std::regex instead of pcre
    6dd5d44576 add required include
    4c0ae77811 add required include
    1873ceeb8a parameterize build (somewhat)
    c9ef567a7a fix Release compile error
    e6b47e94ee fix compiler error
    eff205ba2d helper macro to fix unusual targets
    342098a32c Fix CMake build for modules without include files
    5625706ebf Enable cpp17 option for windows builds
    98e12b138e Use consistent line endings for *.in template files
    d01fea0b73 Configure coda_add_module to install more file extension types
    30823f673b Delete stray file
    ac7760ba22 Load dependency targets when loading coda-oss for conan build
    14781cab8e Implement conan build for openjpeg and pcre2 dependencies
    9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
    1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    772d804951 Implement conan build for libjpeg dependency
    98b653dea4 Implement conan build for xerces-c dependency
    11323e8e98 Implement conan build for zlib dependency
    d0e6bf2c4b Improve conan test_package
    a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
    c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
    0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
    2768e5f07e Update libjpeg to v9d
    d75f55bcac Update zlib to 1.2.11
    ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
    1babd19b55 Fix warning in thread tests for MSVC
    2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
    a485bf6bb1 Fix BIGENDIAN redefinition warning
    59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
    b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
    2b179b6587 Fix integer overflow issue
    898151ad75 Hook up simple "units" (#513)
    4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
    c1878b228e Fix for numerical precision issues surrounding horizontal lines
    7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
    58fc85f096 Whitespace change to trigger workflow
    ab74026b9f Fix wscript to successfully build test_num_elements
    323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
    16a5502896 Added option to enable cpp17
    b0625cf5a2 tweak debug stuff (#508)
    8455494878 fix RowCol casting (#507)
    01fbb5f008 Get std::u8string working right with C++20 (#506)
    df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
    e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
    4c9ea0ef18 tweaks for VS2019 16.10 (#503)
    0d8ea070a5 reduce compiler warnings (#502)
    625b8b59d4 reduce compiler warnings (#500)
    3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
    427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
    c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
    b5105b54ae reduce compiler warnings (#495)
    e0099cc269 Develop/compiler optimizations (#494)
    0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
    5f91f70604 fix printf() format string (#491)
    55b855a865 Delete codeql-analysis.yml
    603c192d3b Update codeql-analysis.yml
    f306979e87 Update codeql-analysis.yml
    4a1f78f8ef Create codeql-analysis.yml
    3c80a65680 add back coda_oss::filesystem::path (#490)
    eaea659ed3 tweak how std:: features are exposed (#489)
    0492f0d95f simplify code exposing std:: routines (#488)
    e5f3d77701 remove code-analysis diagnostics (#485)
    5be599e5af make HOME and USERPROFILE the same (#484)
    62b22ae019 cleanup more compiler warnings (#483)
    c32ec7dcc1 add unit-tests for env-var editing (#482)
    311aea4623 allow an environment-variable to be "edited" during expansion (#481)
    bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
    068562f589 fix glitches in expandEnviromentVariables() (#479)
    30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
    074a873b28 remove compiler warnings (#477)
    e29f65479f latest C++17 tweaks (#476)
    c4e681b0ae tweak code when wchar_t is a built-in type (#474)
    8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
    a62bdb3e64 add operator= to sys::Optional (#472)
    8e310a776d use compiler-provided macros to determine features (#470)
    88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
    b195ab3efc need at least VS2017 to use the real GSL (#469)
    2978f9114f tweaks to build with older compilers (#468)
    7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
    cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
    3db09742c1 get rid of more compiler warnings (#465)
    5e0d2e8451 get rid of "char8_t" compiler warning (#463)
    d710bc6882 make getValue() easier to use (#462)
    f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
    88be6dba35 consistently add C++14/17/20 library features (#459)
    59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
    35de4524c4 use sys::Filesystem::path rather than std::string (#457)
    cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
    f395edc891 remove ambiguous overloads w/C++17 (#455)
    eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
    243ef5e500 don't derive from std::iterator (#453)
    a48b011411 Arguments should be "const&" to prevent C4866 (#452)
    878bff901f provide std::span (#451)
    81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
    93cf0f03ef main -> master (#449)
    5af37a7363 be sure code compiles with C++17 (#448)
    82b5aecfb5 build with C++17 (#407)
    6ffb888d79 reduce compiler warnings (#439)
    9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
    bc5552cd20 update to xerces-c-3.2.3 (#409)
    6fe09e1dbb update to openjpeg-2.3.1 (#417)
    6405c0ce59 reduce differences in #407 (#438)
    2987bbf8d6 tweak how std::filesystem is enabled (#437)
    8fd3c2f202 tweak how std::endian is enabled (#436)
    138372c886 more straight-forward reduction of std::auto_ptr (#435)
    f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
    d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
    54ed52158e allow clients to specify custom toType and toString (#431)
    7f90aab25e remove trailing underscore from macro (#429)
    999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
    6f075b1be5 add sys::Byte (#426)
    92221bd0d9 allow except::Throwable to derive from std::exception (#421)
    a8f52d0ad4 reduce compiler warnings (#424)
    63ea20af69 #including <bit> w/C++17 generates warnings (#408)
    10ef060313 reduce compiler warnings (#405)
    cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
    cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
    1db3751a3c implmeent sys::Endian from C++20 (#402)
    f042cd6bb9 support std::filesystem if desired (#400)
    4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
    e2a62f8ec2 make it easier to use xml.lite (#396)
    1059b7da1c allow for explicit use of a UTF-8 string (#395)
    27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
    e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
    cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
    6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
    14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
    e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
    78b0f6bb26 another try at removing the compiler warning from tiff::split()
    8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
    fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
    98a589616d get rid of g++ strncpy() warning
    798f847117 don't use memset(0) with C++ objects
    7f697d078c casting result of system() to void doesn't get rid of compiler warning
    d55a849c51 remove new g++ compiler warnings in WSL
    d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
    cc62e866b0 fix compiler warnings
    d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
    fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
    536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
    27288f49bb Merge pull request #358 from mdaus/conan-options
    fd5e1eecb7 Expose additional CMake options in conan recipe
    c972161793 Remove unneeded CMake function

    git-subtree-dir: externals/coda-oss
    git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

commit 09af7ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:31 2022 -0500

    latest from coda-oss
JDanielSmith pushed a commit that referenced this pull request Feb 6, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone

* latest from coda-oss and nitro

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

9cfe9a4a8 Merge branch 'master'
e989b0910 createElement() needs to be virtual (#646)
4bdaf10d9 Change xml lite function to virtual (#645)
d17b57a54 Merge branch 'master'
fa00a5430 move debug -g flags to be turned on only if debugging (#644)
6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
44ab72854 routines for simple writing to HDF5 files (#643)
aabc5818e remove more C++11 work-arounds (#642)

git-subtree-dir: externals/coda-oss
git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

* Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

24ff32863 -j 6 seems to work for SIX, how about NITRO?
713ee8538 -j 6 seems to work for SIX, how about NITRO?

git-subtree-dir: externals/nitro
git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 9cfe9a4a8..b9ea37bbf

b9ea37bbf xml::lite::Validator can be moved (#648)

git-subtree-dir: externals/coda-oss
git-subtree-split: b9ea37bbf3fce6f09a8e1b4bb2deb6abb57ca075

* Squashed 'externals/nitro/' changes from 24ff32863..463c9e418

463c9e418 latest from coda-oss (#531)

git-subtree-dir: externals/nitro
git-subtree-split: 463c9e4189a86679ff6d9d2d57cdafadcf9281ce

* latest from coda-oss and NITRO
JDanielSmith pushed a commit that referenced this pull request Feb 7, 2023
commit 59023e0e02a799895dbbc1fa2d45a297d776e2c0
Merge: edd9439d5 82a59a5fc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:15:19 2023 -0500

    Merge commit '82a59a5fc5ecbfe92684e171002559df4d9abc99' into develop/sync_externals

commit 82a59a5fc5ecbfe92684e171002559df4d9abc99
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:15:18 2023 -0500

    Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

    24ff32863 -j 6 seems to work for SIX, how about NITRO?
    713ee8538 -j 6 seems to work for SIX, how about NITRO?

    git-subtree-dir: externals/nitro
    git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

commit edd9439d5c4ed76635f14fa20deaa95243675803
Merge: d853ce367 9c0aabd2a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:15:14 2023 -0500

    Merge commit '9c0aabd2a28741dc74c0bee309adcd3f774d6f7b' into develop/sync_externals

commit 9c0aabd2a28741dc74c0bee309adcd3f774d6f7b
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:15:14 2023 -0500

    Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

    9cfe9a4a8 Merge branch 'master'
    e989b0910 createElement() needs to be virtual (#646)
    4bdaf10d9 Change xml lite function to virtual (#645)
    d17b57a54 Merge branch 'master'
    fa00a5430 move debug -g flags to be turned on only if debugging (#644)
    6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
    44ab72854 routines for simple writing to HDF5 files (#643)
    aabc5818e remove more C++11 work-arounds (#642)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

commit d853ce367e590e052bc52f9152c19b38efc8f80c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:15:07 2023 -0500

    latest from coda-oss and NITRO

commit 005e66d81521c942437a5fa3ceb1fb3fb2c8cba3
Merge: 5a62d3d72 dece74963
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Feb 6 14:14:05 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit 5a62d3d728ce200ce0bdbadf4db5456c6ec26317
Merge: e1c74b9d9 00bcfe335
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:48 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit e1c74b9d989bfb75f1d9459d7e0d04c0036e1788
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:19 2023 -0500

    latest from coda-oss and nitro

commit f9cdea68a81a65c8c4269e7b45ba575827103aae
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:35:39 2023 -0500

    --depth 1 for git-clone

commit 52681c2da2b7daebe4ee4bf805a70a58bec4f6d0
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:34:42 2023 -0500

    latest from coda-oss

commit 5cbd07cae1dbbe0b460098e1734bb25015ee7e6b
Merge: 36be5ad1f f26b2d74a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:59 2023 -0500

    latest from coda-oss

commit f26b2d74af7c06e4a3623f54c01890e99ba119a5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:52 2023 -0500

    Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

    4ccdf5b37 latest from coda-oss (#527)

    git-subtree-dir: externals/nitro
    git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

commit 36be5ad1ff1437e07956244ba298409bd2e9c784
Merge: 9d46fc5e3 037ad619e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:46 2023 -0500

    Merge commit '037ad619eb109f776cbb5f3cc65fe379c43ab677' into develop/sync_externals

commit 037ad619eb109f776cbb5f3cc65fe379c43ab677
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:45 2023 -0500

    Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

commit 9d46fc5e37bd38968af050831c49ddb4e1bf7a2a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:38 2023 -0500

    latest from coda-oss

commit b5344d9f88c204b92882fe24d6e0dafd736643e8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:55 2023 -0500

    --depth 1 for git-clone

commit 90966ee0948141aca5428fe432329983b123a0ce
Merge: dea7a3c6a d6cd5b7f6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:28 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit dea7a3c6a33ca2c47405fc8c72e69470a1d070ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:39 2023 -0500

    copy_externals

commit 57bf24587a304d7f439f7dee385009cd270113ce
Merge: 5bb642355 5cbfd386f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:05 2023 -0500

    sync_externals

commit 5cbfd386ff05f87dae63ae05eb91de5c4c522072
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:43:52 2023 -0500

    Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

    c71acc492 latest from coda-oss (#526)

    git-subtree-dir: externals/nitro
    git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

commit c6de395a760a35062eacbbb95469d74bd252d041
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

    b44709a95 added ComplexSpansView utility (#635)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

commit 5bb642355aafa057b5a78a3183cb5810209b355b
Merge: d7dab0a6b c6de395a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Merge commit 'c6de395a760a35062eacbbb95469d74bd252d041' into develop/sync_externals

commit d7dab0a6b131d2995c29cb70c076f19c405055ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:28 2023 -0500

    latest from coda-oss and nitro

commit c68727afb06558a478b0afc5cd6f8c284c5efa7e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:13 2023 -0500

    latest from coda-oss and nitro

commit 8423b28ea9c0272ced3b6083227243cbdc8427d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:50:32 2023 -0500

    copy_externals

commit 51211148b3b641db315b163ee4b354f871eaa8b0
Merge: 8b56fae4d 240b01821
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:59 2023 -0500

    sync_externals

commit 240b018212f7ad3a8d57723f46cfa99f2f2cbe12
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:44 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

commit 4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14d1d1cb8 #pragma-away warnings from GSL
    86c40ea6c assert() to prevent some code-analysis diagnostics
    7204517a9 make copy/assignment explicit
    3ce824079 reduce code-analysis diagnostics
    01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
    03f3ddde9 proper printf format
    877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
    5a4a3d575 code-analysis doesn't like C-style casts
    a3fdae416 code-analysis doesn't like NULL
    6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
    d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
    535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
    c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
    04306bbee need at least VS2017 to use the real GSL
    796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
    16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
    e07e89f0c turn on "warnings as errors" for CMAKE builds
    5c019f891 complex "constexpr" functions not available with our version of g++
    4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
    dea7ea41b And still more compiler warnings ... almost done 🤞🏻
    fbe3bbb20 remove assorted compiler warnings
    e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
    e9df212c6 Arguments should be "const&" to prevent C4866
    94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
    d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
    9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
    bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
    c053362d2 remove still more compiler warnings
    9f133b85a remove some more compiler warnings
    0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
    f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
    1e6564a6e eliminate more compiler warnings
    85a7b8ad0 remove a few compiler warnings
    09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
    31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
    a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
    8547cdd24 eliminiate GCC warnings from Filesystem.h
    b5044b2a2 fix several compiler warnings/code-analysis diagnostics
    9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
    6faa3666f remove more compiler warnings

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

commit 8b56fae4d51dbe9c03dd5af5d3b3fc940390175b
Merge: 2b05342ec 4ac75b830
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Merge commit '4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c' into develop/sync_externals

commit 2b05342ec144ff7e429e9afdaf23efe9561679a8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:22 2023 -0500

    copy_externals

commit 3d599f424ddc86e56d72786b2b2b252ceff9a87c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:07 2023 -0500

    copy_externals

commit 52bf010aaf164ecdd4ff54a31cc60e94d248439b
Merge: c00c7445a f508019c3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:48:13 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit c00c7445ad15997eeb87459ced488b4ea39135fa
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:26:29 2022 -0500

    copy_externals

commit 8bddff38f4247b1141e2f8bea79cc966dd6e3d4c
Merge: 913c61c2e e4e5505bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:59 2022 -0500

    sync_externals

commit e4e5505bc7ec7ccafe7f27f56d65a6318375225e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:43 2022 -0500

    Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

    a153ad562 latest from coda-oss (#523)

    git-subtree-dir: externals/nitro
    git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

commit 913c61c2ecf27ab0357dea1a9f5550413afac608
Merge: 36c6d0534 9f17e182c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:40 2022 -0500

    Merge commit '9f17e182c95e843963342d26defcc665a261dd00' into develop/sync_externals

commit 9f17e182c95e843963342d26defcc665a261dd00
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:39 2022 -0500

    Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

    1582c6ac9 further progress on implementing hdf5::lite (#631)
    0622af1fe rename "11" exception classes to "Ex" (#630)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

commit 36c6d05343e9f78590fd90bc047c6d18a063596e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:32 2022 -0500

    copy_externals

commit a3d5f5d5e0f8eb95801176245e74d96293b08551
Merge: cfb25ee1b 7299d5995
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 12:59:41 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cfb25ee1b6811426f94a3372040e3eff48ed1023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:40:18 2022 -0500

    latest from coda-oss

commit b5eb63c527ee1da4d5dc64b05e3876a018c68525
Merge: 8383fab8f 3e73516ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:51 2022 -0500

    latest from coda-oss

commit 3e73516ec63751c6aed143b356d53f6b8f9a55d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:35 2022 -0500

    Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

    bd741e4f1 latest from coda-oss (#522)

    git-subtree-dir: externals/nitro
    git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

commit 8383fab8f375d8f3ff7a9961d0e59275db579dce
Merge: a8337afff 1b4536502
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:45 2022 -0500

    Merge commit '1b453650287f842b73887accf3dcd5b5c0b3622c' into develop/sync_externals

commit 1b453650287f842b73887accf3dcd5b5c0b3622c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

    1384b8a5e Merge pull request #629 from mdaus/zlib-update
    ebbd57247 ZIP APIs use std::string in this branch
    9cc19fe82 ZIP unittests
    b8d25d364 Update zlib to 1.2.13

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

commit a8337afffa72eec1c2622da94d6f82c3ead84c33
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:37 2022 -0500

    latest from coda-oss

commit cece5904a960910f7c0ada40d5d2f35d4ae335f2
Merge: e47d87453 a247a5f48
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:37:35 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit e47d87453adfe27a4244bf03209800c01fe87596
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:48:24 2022 -0500

    NITRO-2.11.2

commit 26ef49379dd7513b812994e0fa9281aea9fb05c9
Merge: 99cff5b73 45e349e86
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:38 2022 -0500

    NITRO-2.11.2

commit 45e349e861b9ca68e910ac91023592ab22c57d81
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:03 2022 -0500

    Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

    46c6702f8 NITRO-2.11.2 (#521)
    cd053bd7f coda-oss 2022-12-14 (#520)
    28b65f4dc get unittests working in other projects (#518)
    9182384db latest from coda-oss (#517)
    ab88a99f5 Merge branch 'master'
    b39ccc4c0 Fix conan build issues (#516)
    abbf7e318 remove .git directory right away
    5be12fc35 merge develop/sync_externals
    103dd73ee latest from coda-oss (#508)
    f71128d6f Adding tarfile member sanitization to extractall() (#505)

    git-subtree-dir: externals/nitro
    git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

commit 99cff5b73f04fe1b88a046d91c2372854438aedc
Merge: e17f48f6a fb29352be
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:56 2022 -0500

    Merge commit 'fb29352be984f5815d938f3d3d420065376b9d67' into develop/sync_externals

commit fb29352be984f5815d938f3d3d420065376b9d67
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:55 2022 -0500

    Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

    418130d4d trying to fix build error on github
    59d2f678e Release 2022-12-14 (#628)
    1e8244291 new --with-optz=fastest-possible option (#627)
    6ae81142d new --optz=faster option for WAF builds (#626)
    11206c179 sym-links don't work on Windows filesystems
    edd3e8fb9 overloads to make simplify routine XML processing (#625)
    dfece6106 use sym-links rather than copying files (#624)
    22f1f0776 build hdf5.lite with WAF (#623)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

commit e17f48f6ace69734b6e5487bac28449744de562a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:48 2022 -0500

    NITRO-2.11.2

commit 174d090dd22372d3fb666c218288bc64d2271639
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:43:22 2022 -0500

    latest from coda-oss

commit 80a41747c3ba209cd86ff6795ebab36786ba67d1
Merge: 83f33ca12 2d5aed01e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:37:09 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit b56123b5cad36f38b880a7f7906af939ce3efb09
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Squashed 'externals/coda-oss/' changes from ab4546482..566597043

    566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
    61aa5e430 Squashed commit of the following:
    6557ee34c Yet another attempt at finding test files for unittests (#621)
    501add035 -march=native for fastest optimization level (#620)
    f1dd0a5b4 overloads to make creating XML documents easier (#619)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

commit 83f33ca12274e7fc09fc398b7ea5fa5200b80cac
Merge: 92c64dd59 b56123b5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Merge commit 'b56123b5cad36f38b880a7f7906af939ce3efb09' into develop/sync_externals

commit 92c64dd594dfe8df726beaaebc6737719d087c59
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:26:50 2022 -0500

    latest from coda-oss and nitro

commit 0dbc308a36bf052801db62061022f90dcbf45e16
Merge: 6cd4c2643 6cda8f8ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:25:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit 6cd4c2643034df0e0c5b4d90ee68e8f61d2f4bb7
Merge: d0ca85a2f 81730b8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:29:00 2022 -0500

    remove externals/nitro/externals

commit 81730b8cb4488a3604c4c4f86720d7be9fc5f8a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:16 2022 -0500

    Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

    ffcce1e304 latest from coda-oss (#515)

    git-subtree-dir: externals/nitro
    git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

commit d0ca85a2f97ea6f8804c0a99394697ce7d776884
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:07 2022 -0500

    remove externals/nitro/externals

commit dca9d3a524f20c47b7801ee47f265dcb6aa408db
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:26:46 2022 -0500

    add externals/nitro/externals for sync_externals

commit 199a9f029722577bc733fb6c6e3c1e4a51763998
Merge: 602947774 df96d9e51
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Merge commit 'df96d9e5165b0ddebf1476edd6b720dc3570eaa3' into develop/sync_externals

commit df96d9e5165b0ddebf1476edd6b720dc3570eaa3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

    ab45464820 remove C++17 workarounds (#618)
    3d5daf702e unittests for creating XML from scratch (#617)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

commit 602947774bcb15aa8b1d49c9f47fdb5985213126
Merge: ad47489a8 17236e8ba
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 12:27:03 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit ad47489a8fe53d3e27da1453a47d18c2c2e91a0f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:52 2022 -0500

    finish deleting externals/nitro/externals

commit cb1d561b800a201a11943f3eb685ea62459d187d
Merge: 3d8a22b24 de053b615
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:34 2022 -0500

    finish deleting externals/nitro/externals

commit de053b6155196affd52345b97d2022e11548b268
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:01 2022 -0500

    Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

    52fe000594 latest from coda-oss (#514)
    1d29e4d865 remove std::auto_ptr (#513)

    git-subtree-dir: externals/nitro
    git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

commit 3d8a22b2478f7d2bd382684966dc3be0644ea33a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:52 2022 -0500

    remove externals/nitro/externals

commit 7b68bfedb004f093d79edf0684baa2f7c16762cc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:19 2022 -0500

    add externals/nitro to fix merge conflicts

commit 461b0ff191b3b80efbe0b3edd1d59de3151be734
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:09:05 2022 -0500

    latest from nitro

commit 282e8cbe274ecdd2db4d82bf7da9004cca8003bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

    8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

commit 2dcb85d268356a240a1701cb1b802cb533ab586f
Merge: 13e885672 282e8cbe2
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Merge commit '282e8cbe274ecdd2db4d82bf7da9004cca8003bc' into develop/sync_externals

commit 13e885672714a75bb925a2d65a1ae33f73327700
Merge: cde6b79f5 037364340
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 11:03:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cde6b79f595b543baced0253ac71232181e09a52
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:26:05 2022 -0500

    pull from main, not master

commit a095f1089331284d95b64e30669cfc7e021e8589
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:25:01 2022 -0500

    git subtree for nitro

commit bfe0023d6eb51bb0263af7b78d54594b24c720d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Squashed 'externals/nitro/' content from commit 29125a3472

    git-subtree-dir: externals/nitro
    git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

commit c92d0d04c6d023bfa9ee56d893fe6a549fcb8cc2
Merge: d36fb7243 bfe0023d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Merge commit 'bfe0023d6eb51bb0263af7b78d54594b24c720d5' as 'externals/nitro'

commit d36fb72435f4531097379882b487ab90d0610ad6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:23:49 2022 -0500

    trying to get git subtree working

commit 8cf10b9185293faa82feb90b29827267af903744
Merge: 09af7ecaf 587596209
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:45 2022 -0500

    Merge commit '587596209e6b83a36be0cdae208dbdf547347716' into develop/sync_externals

commit 587596209e6b83a36be0cdae208dbdf547347716
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

    d06dc6534d mem::AutoPtr for C++17 (#615)
    83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
    f10fa2009c Release 2022-11-04 (#613)
    a32e697044 remove exception specifications (#609)
    084f19126a utilities to find files/directories for unittests (#608)
    a3cedada96 Merge branch 'master'
    fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
    c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
    dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
    004a00f09b Bump zlib version for conan builds
    207f4dbb9f Fix Xerces config issue and install its config.h
    b842417671 Add support for debug optimizations.
    0f6cda57dc Use enhanced debug information with gcc/gdb.
    5047dce1a9 Work around GCC avx support bug.
    001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
    5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
    9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
    af7229bd83 utilities to find files from a build (#605)
    264ae49dd7 be sure downstream projects build w/C++14 (#604)
    7a7b13cbd5 "hello world" for HDF5 (#602)
    33cff0ff43 more C++14
    963e8ff40c Revert "add HDF5 source code (#603)"
    7b5e71a006 add HDF5 source code (#603)
    ec7bb2e520 add HDF5 source code (#603)
    ec26f703e7 build in NITRO and SIX (#601)
    f4361a9730 make it easier to write cli unit-tests (#600)
    34b6fdeee1 tweak toString() to reduce specialization (#599)
    5907b3ed60 remove C++11 workarounds (#598)
    caed59480d Release 2022-08-30_cpp14 (#597)
    2630d41e08 get rid of merge conflict
    652bce3854 Merge branch 'master'
    6f41c09d71 Release 2022-08-30 (#596)
    838c323d6a Merge branch 'master'
    f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
    72d29e9c27 get unittests working when "nested" in other projects (#595)
    f8f18fea5f Actually look at unit test results when using waf (#593)
    4189c429e8 Merge branch 'master'
    cda679ceee more overloads to take a string length (#592)
    b95a32bc4c by default, Uri()s aren't validated (#591)
    903ee7ffff Merge branch 'master'
    173930a6f2 fix a UTF-8 conversion bug (#590)
    a1c0a1eea6 Merge branch 'master'
    c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
    1bfe5fc402 Merge branch 'master'
    a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
    6c2df8bb62 "main" is now C++14 (not C++20)
    2ce4161080 Squashed commit of the following:
    3a0f7fd14d Merge branch 'master'
    83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
    142fd7185e Merge branch 'master'
    ebf6db1762 <bit> is part of C++20
    d3aa8aa5ce std::u8string is in C++20, not C++17
    03654933c4 changes to math.linear from coda (#587)
    d442e5be0f Merge branch 'master'
    5a2f8e52f1 release 2022-08-02 (#585)
    e5516aba29 tweak names to match utf8:: conventions (#584)
    32f08a9e40 Squashed commit of the following:
    ee15ba3172 Merge branch 'master'
    3083ec7915 move most platform-specific code to EncodedStringView (#583)
    bede753547 fix unit-test with C++20
    61a8033f62 consistent use of coda_oss:: and std::
    5d3bf9eb83 Merge branch 'master'
    36371410c0 EncodedString tweaks for XML processing (#582)
    cf2016205c remove any vestiges of Expat and libXML (#580)
    33538aa0fc update for newer Intel compiler
    ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
    34c40bd397 Merge branch 'master'
    a731ebf8e8 release 2022-06-29 (#579)
    a9b9d2a9fa Merge branch 'master'
    59387bd87b update "ReleaseNotes.md" for recent changes (#578)
    24a3f01afe Merge branch 'master'
    e4f940854a remove "boost" and "serialize" (#577)
    80b70537e9 update to zlib-1.2.12 (#576)
    f92811a53b Merge branch 'master'
    202084bacb Remove some compiler warnings (#575)
    414c25c551 build with C++20 in VS
    1a99a29da3 Merge branch 'master'
    c61232224b build most code with Visual Studio (#574)
    5cca863d7e Merge branch 'master'
    6e4d952bea some unit-tests need argc/argv (#573)
    36e051d7b6 Add run1D method to GenerationThreadPool (#572)
    6d4776235e Merge branch 'master'
    0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
    6677cc38e3 simplify creation of encodes string (#570)
    ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
    984e4a96ce Fix a bug in waf platform detection.
    8f1173f4a6 fix build errors
    f21af35b0b Merge branch 'master'
    d2aca8d4b5 release 2022-05-03 (#569)
    ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
    4db8ada411 restore changes clobbered with merge from "master"
    a1f36e1839 Merge branch 'master'
    89a636a6af fix copy/assignment in EncodedString (#567)
    c3fe91d424 latest tweaks to build with C++17 (#566)
    a59a51b571 be sure we use a 64-bit time_t (#565)
    1f79fb3ddf Poly2D::atY() bugfix (#564)
    ac5307662d Testing to see if windows-2019 works with github actions (#563)
    8d0726b37e Fix a bug in waf platform detection.
    80fe8e9f8a Merge branch 'master'
    c662b5aac3 Update ReleaseNotes.md
    ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
    33b0f3f6eb Merge branch 'master'
    8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
    0a0e6cf145 use char16_t on Linux (#560)
    7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
    fe65bfddfb fix units for ICC, sys::filesystem (#559)
    fc99e4b3e6 recreate from "master"
    510317c07a use std::filesystem to "implement" sys::filesystem
    895f6c77cd always implement sys::filesystem
    0d83ae22fc "units" changes from master
    b58173b781 latest from "master" (not quite)
    793e3442c8 Squashed commit of the following:
    91a729f5a2 re-create from "master"
    def979170b update to GSL 4.0.0 (#558)
    fe365e5a41 fix XML validation for UTF-8 (#557)
    502e5829b8 support conversion to std::wstring (#556)
    e69422596a Delete codeql-analysis.yml
    45bc6a9640 Create codeql-analysis.yml
    87d9a7ef54 remove CodeQL
    eab5ecb899 Update build_unittest.yml
    8ab12d47e9 Delete codeql-analysis.yml
    9e542092b8 try running CodeQL as part of build-linux-cmake
    de0c50651e Create codeql-analysis.yml
    049608782b tweaks to build in "coda" (#554)
    0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
    bcee6551f2 add EncodedString class (#552)
    c2eecd3925 simplify implementation of EncodedStringView (#551)
    c1320ef00d fix 'typename' for other compilers (#550)
    ac3b93931f tweaks to make "main" build easier (#549)
    78da741cf5 remove sys/Optional.h (#548)
    f31730ac77 put our std work-arounds in one place (#547)
    9b7bb571a9 Add an EncodedStringView class (#545)
    c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
    0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
    ca32f99c03 Add option to specify curl installation location. (#501)
    2df9c1a819 allow std::filesystem::path to be used for validation (#543)
    2891435760 add SinCos for units::Angle (#542)
    e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
    bb11134fd0 xml.lite tweaks (#540)
    955b33e215 Release 2021_12_13 (#539)
    d73d74d5c1 xml.lite tweaks (#537)
    3a90e25c6f use more C++11 functionality (#538)
    9ca2a0e50c remove more compiler warnings (#536)
    0ec9da1e91 be sure == and != are in-sync (#535)
    9084be32c4 fix size_t compiler warnings (#534)
    abd6469ec8 fix ICC errors (#533)
    09cb36fff4 update version number before cutting a new release (#532)
    c29e4d2988 fix ICC warnings/errors from high-side (#531)
    91f8f1c089 simplify our std:: implementations (#530)
    7c633c7bb5 Further reduce use of std::auto_ptr (#529)
    d85883749c Provide support for creating simple version numbers (#528)
    b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
    ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
    ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
    3c02ff2893 Fix config-python prefix issue
    6149053d4e Add new config-python module for SWIG compatibility workarounds
    30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
    21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
    60837a62ea Revert unneeded changes
    0bc994dea7 Fix SWIG path issue for waf build
    070f4e9150 Update SWIG generated files
    f8472b0c46 Fix SWIG path issues and warnings
    e10707f758 Set minimum SWIG version to 4.0.1
    b8cdba5c75 Fix waf SWIG build issue
    2bd0ee39e5 Enable SWIG in Github waf build
    f2b001146f Try fixing SWIG compile issue again
    afafabcc28 Fix SWIG compile issue on Linux due to missing macro
    7c8d4a81d5 Add SWIG to the CI flow
    4023d721c5 Regenerate SWIG bindings
    1d8c70109c Add some compile definitions needed by SWIG for CMake build
    e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
    965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
    f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
    c01c4d7de5 do in-line initialization (#524)
    fb7230ea1e Update CMakeLists.txt
    5dfb056898 tweaks for C++17 (#523)
    1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
    d13885df66 make it easier to create a new Element with the right encoding (#522)
    3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
    0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
    14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
    cf398c0d36 tweak code for C++11/C++17 (#521)
    2d0322b070 reduce use of std::auto_ptr (#520)
    853320e90f reduce use of deprecated C++98 code (#519)
    4752ba2221 Replace some warning pragmas with macros
    32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
    fc01df0d8c fix typos in gcc macros
    9d356f36cd fix gcc impl
    8124da763f remove unreachable code
    d034b3a849 clobber warnings from numpy innards
    9941a401e1 macros to disable warnings around system headers
    8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
    2e7b8165ae Fixed pragma stuff on gcc
    9775bb02d9 Fixed pragma stuff on gcc
    680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
    8ffd6ed790 forgot to add "units" to CMakeFiles.txt
    06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
    d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
    d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
    cf5cd16b33 Fix macro usage on gcc
    a88bbcd202 Macros to narrowly target disabling warnings
    c0d5cdf004 Formatting Changes
    be019b44b2 Formatting Changes
    2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
    5d9f27faeb Refactor coda-oss conan recipe
    ce66457149 Disable warning for MSVC2017 and earlier
    ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
    1d9a4ec712 Add conan option to use std::regex instead of pcre
    6dd5d44576 add required include
    4c0ae77811 add required include
    1873ceeb8a parameterize build (somewhat)
    c9ef567a7a fix Release compile error
    e6b47e94ee fix compiler error
    eff205ba2d helper macro to fix unusual targets
    342098a32c Fix CMake build for modules without include files
    5625706ebf Enable cpp17 option for windows builds
    98e12b138e Use consistent line endings for *.in template files
    d01fea0b73 Configure coda_add_module to install more file extension types
    30823f673b Delete stray file
    ac7760ba22 Load dependency targets when loading coda-oss for conan build
    14781cab8e Implement conan build for openjpeg and pcre2 dependencies
    9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
    1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    772d804951 Implement conan build for libjpeg dependency
    98b653dea4 Implement conan build for xerces-c dependency
    11323e8e98 Implement conan build for zlib dependency
    d0e6bf2c4b Improve conan test_package
    a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
    c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
    0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
    2768e5f07e Update libjpeg to v9d
    d75f55bcac Update zlib to 1.2.11
    ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
    1babd19b55 Fix warning in thread tests for MSVC
    2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
    a485bf6bb1 Fix BIGENDIAN redefinition warning
    59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
    b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
    2b179b6587 Fix integer overflow issue
    898151ad75 Hook up simple "units" (#513)
    4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
    c1878b228e Fix for numerical precision issues surrounding horizontal lines
    7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
    58fc85f096 Whitespace change to trigger workflow
    ab74026b9f Fix wscript to successfully build test_num_elements
    323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
    16a5502896 Added option to enable cpp17
    b0625cf5a2 tweak debug stuff (#508)
    8455494878 fix RowCol casting (#507)
    01fbb5f008 Get std::u8string working right with C++20 (#506)
    df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
    e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
    4c9ea0ef18 tweaks for VS2019 16.10 (#503)
    0d8ea070a5 reduce compiler warnings (#502)
    625b8b59d4 reduce compiler warnings (#500)
    3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
    427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
    c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
    b5105b54ae reduce compiler warnings (#495)
    e0099cc269 Develop/compiler optimizations (#494)
    0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
    5f91f70604 fix printf() format string (#491)
    55b855a865 Delete codeql-analysis.yml
    603c192d3b Update codeql-analysis.yml
    f306979e87 Update codeql-analysis.yml
    4a1f78f8ef Create codeql-analysis.yml
    3c80a65680 add back coda_oss::filesystem::path (#490)
    eaea659ed3 tweak how std:: features are exposed (#489)
    0492f0d95f simplify code exposing std:: routines (#488)
    e5f3d77701 remove code-analysis diagnostics (#485)
    5be599e5af make HOME and USERPROFILE the same (#484)
    62b22ae019 cleanup more compiler warnings (#483)
    c32ec7dcc1 add unit-tests for env-var editing (#482)
    311aea4623 allow an environment-variable to be "edited" during expansion (#481)
    bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
    068562f589 fix glitches in expandEnviromentVariables() (#479)
    30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
    074a873b28 remove compiler warnings (#477)
    e29f65479f latest C++17 tweaks (#476)
    c4e681b0ae tweak code when wchar_t is a built-in type (#474)
    8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
    a62bdb3e64 add operator= to sys::Optional (#472)
    8e310a776d use compiler-provided macros to determine features (#470)
    88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
    b195ab3efc need at least VS2017 to use the real GSL (#469)
    2978f9114f tweaks to build with older compilers (#468)
    7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
    cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
    3db09742c1 get rid of more compiler warnings (#465)
    5e0d2e8451 get rid of "char8_t" compiler warning (#463)
    d710bc6882 make getValue() easier to use (#462)
    f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
    88be6dba35 consistently add C++14/17/20 library features (#459)
    59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
    35de4524c4 use sys::Filesystem::path rather than std::string (#457)
    cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
    f395edc891 remove ambiguous overloads w/C++17 (#455)
    eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
    243ef5e500 don't derive from std::iterator (#453)
    a48b011411 Arguments should be "const&" to prevent C4866 (#452)
    878bff901f provide std::span (#451)
    81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
    93cf0f03ef main -> master (#449)
    5af37a7363 be sure code compiles with C++17 (#448)
    82b5aecfb5 build with C++17 (#407)
    6ffb888d79 reduce compiler warnings (#439)
    9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
    bc5552cd20 update to xerces-c-3.2.3 (#409)
    6fe09e1dbb update to openjpeg-2.3.1 (#417)
    6405c0ce59 reduce differences in #407 (#438)
    2987bbf8d6 tweak how std::filesystem is enabled (#437)
    8fd3c2f202 tweak how std::endian is enabled (#436)
    138372c886 more straight-forward reduction of std::auto_ptr (#435)
    f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
    d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
    54ed52158e allow clients to specify custom toType and toString (#431)
    7f90aab25e remove trailing underscore from macro (#429)
    999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
    6f075b1be5 add sys::Byte (#426)
    92221bd0d9 allow except::Throwable to derive from std::exception (#421)
    a8f52d0ad4 reduce compiler warnings (#424)
    63ea20af69 #including <bit> w/C++17 generates warnings (#408)
    10ef060313 reduce compiler warnings (#405)
    cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
    cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
    1db3751a3c implmeent sys::Endian from C++20 (#402)
    f042cd6bb9 support std::filesystem if desired (#400)
    4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
    e2a62f8ec2 make it easier to use xml.lite (#396)
    1059b7da1c allow for explicit use of a UTF-8 string (#395)
    27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
    e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
    cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
    6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
    14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
    e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
    78b0f6bb26 another try at removing the compiler warning from tiff::split()
    8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
    fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
    98a589616d get rid of g++ strncpy() warning
    798f847117 don't use memset(0) with C++ objects
    7f697d078c casting result of system() to void doesn't get rid of compiler warning
    d55a849c51 remove new g++ compiler warnings in WSL
    d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
    cc62e866b0 fix compiler warnings
    d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
    fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
    536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
    27288f49bb Merge pull request #358 from mdaus/conan-options
    fd5e1eecb7 Expose additional CMake options in conan recipe
    c972161793 Remove unneeded CMake function

    git-subtree-dir: externals/coda-oss
    git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

commit 09af7ecaf749e578bacd564def876f61a62fa5c6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:31 2022 -0500

    latest from coda-oss
JDanielSmith pushed a commit that referenced this pull request Feb 7, 2023
* fix new compiler warnings

* ISM-v201609

https://www.dni.gov/index.php/who-we-are/organizations/ic-cio/ic-cio-related-menus/ic-cio-related-links/ic-technical-specifications/information-security-marking-metadata

* add dependencies from the "Convenience" download

* Create DesIsmXml.pdf

* start hooking up latest ISM changes; very much WIP

* switch to ISM v-201609

* getISMUri() virtual to get the right ISM URI

* Disable new compiler warning: 5264) // '...': '...' variable is not used

* Squashed commit of the following:

commit 5a62d3d728ce200ce0bdbadf4db5456c6ec26317
Merge: e1c74b9d9 00bcfe335
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:48 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit e1c74b9d989bfb75f1d9459d7e0d04c0036e1788
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:19 2023 -0500

    latest from coda-oss and nitro

commit f9cdea68a81a65c8c4269e7b45ba575827103aae
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:35:39 2023 -0500

    --depth 1 for git-clone

commit 52681c2da2b7daebe4ee4bf805a70a58bec4f6d0
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:34:42 2023 -0500

    latest from coda-oss

commit 5cbd07cae1dbbe0b460098e1734bb25015ee7e6b
Merge: 36be5ad1f f26b2d74a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:59 2023 -0500

    latest from coda-oss

commit f26b2d74af7c06e4a3623f54c01890e99ba119a5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:52 2023 -0500

    Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

    4ccdf5b37 latest from coda-oss (#527)

    git-subtree-dir: externals/nitro
    git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

commit 36be5ad1ff1437e07956244ba298409bd2e9c784
Merge: 9d46fc5e3 037ad619e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:46 2023 -0500

    Merge commit '037ad619eb109f776cbb5f3cc65fe379c43ab677' into develop/sync_externals

commit 037ad619eb109f776cbb5f3cc65fe379c43ab677
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:45 2023 -0500

    Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

commit 9d46fc5e37bd38968af050831c49ddb4e1bf7a2a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:38 2023 -0500

    latest from coda-oss

commit b5344d9f88c204b92882fe24d6e0dafd736643e8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:55 2023 -0500

    --depth 1 for git-clone

commit 90966ee0948141aca5428fe432329983b123a0ce
Merge: dea7a3c6a d6cd5b7f6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:28 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit dea7a3c6a33ca2c47405fc8c72e69470a1d070ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:39 2023 -0500

    copy_externals

commit 57bf24587a304d7f439f7dee385009cd270113ce
Merge: 5bb642355 5cbfd386f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:05 2023 -0500

    sync_externals

commit 5cbfd386ff05f87dae63ae05eb91de5c4c522072
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:43:52 2023 -0500

    Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

    c71acc492 latest from coda-oss (#526)

    git-subtree-dir: externals/nitro
    git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

commit c6de395a760a35062eacbbb95469d74bd252d041
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

    b44709a95 added ComplexSpansView utility (#635)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

commit 5bb642355aafa057b5a78a3183cb5810209b355b
Merge: d7dab0a6b c6de395a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Merge commit 'c6de395a760a35062eacbbb95469d74bd252d041' into develop/sync_externals

commit d7dab0a6b131d2995c29cb70c076f19c405055ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:28 2023 -0500

    latest from coda-oss and nitro

commit c68727afb06558a478b0afc5cd6f8c284c5efa7e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:13 2023 -0500

    latest from coda-oss and nitro

commit 8423b28ea9c0272ced3b6083227243cbdc8427d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:50:32 2023 -0500

    copy_externals

commit 51211148b3b641db315b163ee4b354f871eaa8b0
Merge: 8b56fae4d 240b01821
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:59 2023 -0500

    sync_externals

commit 240b018212f7ad3a8d57723f46cfa99f2f2cbe12
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:44 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

commit 4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14d1d1cb8 #pragma-away warnings from GSL
    86c40ea6c assert() to prevent some code-analysis diagnostics
    7204517a9 make copy/assignment explicit
    3ce824079 reduce code-analysis diagnostics
    01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
    03f3ddde9 proper printf format
    877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
    5a4a3d575 code-analysis doesn't like C-style casts
    a3fdae416 code-analysis doesn't like NULL
    6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
    d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
    535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
    c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
    04306bbee need at least VS2017 to use the real GSL
    796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
    16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
    e07e89f0c turn on "warnings as errors" for CMAKE builds
    5c019f891 complex "constexpr" functions not available with our version of g++
    4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
    dea7ea41b And still more compiler warnings ... almost done 🤞🏻
    fbe3bbb20 remove assorted compiler warnings
    e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
    e9df212c6 Arguments should be "const&" to prevent C4866
    94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
    d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
    9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
    bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
    c053362d2 remove still more compiler warnings
    9f133b85a remove some more compiler warnings
    0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
    f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
    1e6564a6e eliminate more compiler warnings
    85a7b8ad0 remove a few compiler warnings
    09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
    31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
    a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
    8547cdd24 eliminiate GCC warnings from Filesystem.h
    b5044b2a2 fix several compiler warnings/code-analysis diagnostics
    9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
    6faa3666f remove more compiler warnings

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

commit 8b56fae4d51dbe9c03dd5af5d3b3fc940390175b
Merge: 2b05342ec 4ac75b830
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Merge commit '4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c' into develop/sync_externals

commit 2b05342ec144ff7e429e9afdaf23efe9561679a8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:22 2023 -0500

    copy_externals

commit 3d599f424ddc86e56d72786b2b2b252ceff9a87c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:07 2023 -0500

    copy_externals

commit 52bf010aaf164ecdd4ff54a31cc60e94d248439b
Merge: c00c7445a f508019c3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:48:13 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit c00c7445ad15997eeb87459ced488b4ea39135fa
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:26:29 2022 -0500

    copy_externals

commit 8bddff38f4247b1141e2f8bea79cc966dd6e3d4c
Merge: 913c61c2e e4e5505bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:59 2022 -0500

    sync_externals

commit e4e5505bc7ec7ccafe7f27f56d65a6318375225e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:43 2022 -0500

    Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

    a153ad562 latest from coda-oss (#523)

    git-subtree-dir: externals/nitro
    git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

commit 913c61c2ecf27ab0357dea1a9f5550413afac608
Merge: 36c6d0534 9f17e182c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:40 2022 -0500

    Merge commit '9f17e182c95e843963342d26defcc665a261dd00' into develop/sync_externals

commit 9f17e182c95e843963342d26defcc665a261dd00
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:39 2022 -0500

    Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

    1582c6ac9 further progress on implementing hdf5::lite (#631)
    0622af1fe rename "11" exception classes to "Ex" (#630)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

commit 36c6d05343e9f78590fd90bc047c6d18a063596e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:32 2022 -0500

    copy_externals

commit a3d5f5d5e0f8eb95801176245e74d96293b08551
Merge: cfb25ee1b 7299d5995
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 12:59:41 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cfb25ee1b6811426f94a3372040e3eff48ed1023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:40:18 2022 -0500

    latest from coda-oss

commit b5eb63c527ee1da4d5dc64b05e3876a018c68525
Merge: 8383fab8f 3e73516ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:51 2022 -0500

    latest from coda-oss

commit 3e73516ec63751c6aed143b356d53f6b8f9a55d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:35 2022 -0500

    Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

    bd741e4f1 latest from coda-oss (#522)

    git-subtree-dir: externals/nitro
    git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

commit 8383fab8f375d8f3ff7a9961d0e59275db579dce
Merge: a8337afff 1b4536502
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:45 2022 -0500

    Merge commit '1b453650287f842b73887accf3dcd5b5c0b3622c' into develop/sync_externals

commit 1b453650287f842b73887accf3dcd5b5c0b3622c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

    1384b8a5e Merge pull request #629 from mdaus/zlib-update
    ebbd57247 ZIP APIs use std::string in this branch
    9cc19fe82 ZIP unittests
    b8d25d364 Update zlib to 1.2.13

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

commit a8337afffa72eec1c2622da94d6f82c3ead84c33
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:37 2022 -0500

    latest from coda-oss

commit cece5904a960910f7c0ada40d5d2f35d4ae335f2
Merge: e47d87453 a247a5f48
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:37:35 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit e47d87453adfe27a4244bf03209800c01fe87596
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:48:24 2022 -0500

    NITRO-2.11.2

commit 26ef49379dd7513b812994e0fa9281aea9fb05c9
Merge: 99cff5b73 45e349e86
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:38 2022 -0500

    NITRO-2.11.2

commit 45e349e861b9ca68e910ac91023592ab22c57d81
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:03 2022 -0500

    Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

    46c6702f8 NITRO-2.11.2 (#521)
    cd053bd7f coda-oss 2022-12-14 (#520)
    28b65f4dc get unittests working in other projects (#518)
    9182384db latest from coda-oss (#517)
    ab88a99f5 Merge branch 'master'
    b39ccc4c0 Fix conan build issues (#516)
    abbf7e318 remove .git directory right away
    5be12fc35 merge develop/sync_externals
    103dd73ee latest from coda-oss (#508)
    f71128d6f Adding tarfile member sanitization to extractall() (#505)

    git-subtree-dir: externals/nitro
    git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

commit 99cff5b73f04fe1b88a046d91c2372854438aedc
Merge: e17f48f6a fb29352be
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:56 2022 -0500

    Merge commit 'fb29352be984f5815d938f3d3d420065376b9d67' into develop/sync_externals

commit fb29352be984f5815d938f3d3d420065376b9d67
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:55 2022 -0500

    Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

    418130d4d trying to fix build error on github
    59d2f678e Release 2022-12-14 (#628)
    1e8244291 new --with-optz=fastest-possible option (#627)
    6ae81142d new --optz=faster option for WAF builds (#626)
    11206c179 sym-links don't work on Windows filesystems
    edd3e8fb9 overloads to make simplify routine XML processing (#625)
    dfece6106 use sym-links rather than copying files (#624)
    22f1f0776 build hdf5.lite with WAF (#623)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

commit e17f48f6ace69734b6e5487bac28449744de562a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:48 2022 -0500

    NITRO-2.11.2

commit 174d090dd22372d3fb666c218288bc64d2271639
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:43:22 2022 -0500

    latest from coda-oss

commit 80a41747c3ba209cd86ff6795ebab36786ba67d1
Merge: 83f33ca12 2d5aed01e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:37:09 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit b56123b5cad36f38b880a7f7906af939ce3efb09
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Squashed 'externals/coda-oss/' changes from ab4546482..566597043

    566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
    61aa5e430 Squashed commit of the following:
    6557ee34c Yet another attempt at finding test files for unittests (#621)
    501add035 -march=native for fastest optimization level (#620)
    f1dd0a5b4 overloads to make creating XML documents easier (#619)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

commit 83f33ca12274e7fc09fc398b7ea5fa5200b80cac
Merge: 92c64dd59 b56123b5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Merge commit 'b56123b5cad36f38b880a7f7906af939ce3efb09' into develop/sync_externals

commit 92c64dd594dfe8df726beaaebc6737719d087c59
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:26:50 2022 -0500

    latest from coda-oss and nitro

commit 0dbc308a36bf052801db62061022f90dcbf45e16
Merge: 6cd4c2643 6cda8f8ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:25:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit 6cd4c2643034df0e0c5b4d90ee68e8f61d2f4bb7
Merge: d0ca85a2f 81730b8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:29:00 2022 -0500

    remove externals/nitro/externals

commit 81730b8cb4488a3604c4c4f86720d7be9fc5f8a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:16 2022 -0500

    Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

    ffcce1e304 latest from coda-oss (#515)

    git-subtree-dir: externals/nitro
    git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

commit d0ca85a2f97ea6f8804c0a99394697ce7d776884
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:07 2022 -0500

    remove externals/nitro/externals

commit dca9d3a524f20c47b7801ee47f265dcb6aa408db
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:26:46 2022 -0500

    add externals/nitro/externals for sync_externals

commit 199a9f029722577bc733fb6c6e3c1e4a51763998
Merge: 602947774 df96d9e51
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Merge commit 'df96d9e5165b0ddebf1476edd6b720dc3570eaa3' into develop/sync_externals

commit df96d9e5165b0ddebf1476edd6b720dc3570eaa3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

    ab45464820 remove C++17 workarounds (#618)
    3d5daf702e unittests for creating XML from scratch (#617)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

commit 602947774bcb15aa8b1d49c9f47fdb5985213126
Merge: ad47489a8 17236e8ba
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 12:27:03 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit ad47489a8fe53d3e27da1453a47d18c2c2e91a0f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:52 2022 -0500

    finish deleting externals/nitro/externals

commit cb1d561b800a201a11943f3eb685ea62459d187d
Merge: 3d8a22b24 de053b615
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:34 2022 -0500

    finish deleting externals/nitro/externals

commit de053b6155196affd52345b97d2022e11548b268
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:01 2022 -0500

    Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

    52fe000594 latest from coda-oss (#514)
    1d29e4d865 remove std::auto_ptr (#513)

    git-subtree-dir: externals/nitro
    git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

commit 3d8a22b2478f7d2bd382684966dc3be0644ea33a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:52 2022 -0500

    remove externals/nitro/externals

commit 7b68bfedb004f093d79edf0684baa2f7c16762cc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:19 2022 -0500

    add externals/nitro to fix merge conflicts

commit 461b0ff191b3b80efbe0b3edd1d59de3151be734
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:09:05 2022 -0500

    latest from nitro

commit 282e8cbe274ecdd2db4d82bf7da9004cca8003bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

    8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

commit 2dcb85d268356a240a1701cb1b802cb533ab586f
Merge: 13e885672 282e8cbe2
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Merge commit '282e8cbe274ecdd2db4d82bf7da9004cca8003bc' into develop/sync_externals

commit 13e885672714a75bb925a2d65a1ae33f73327700
Merge: cde6b79f5 037364340
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 11:03:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cde6b79f595b543baced0253ac71232181e09a52
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:26:05 2022 -0500

    pull from main, not master

commit a095f1089331284d95b64e30669cfc7e021e8589
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:25:01 2022 -0500

    git subtree for nitro

commit bfe0023d6eb51bb0263af7b78d54594b24c720d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Squashed 'externals/nitro/' content from commit 29125a3472

    git-subtree-dir: externals/nitro
    git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

commit c92d0d04c6d023bfa9ee56d893fe6a549fcb8cc2
Merge: d36fb7243 bfe0023d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Merge commit 'bfe0023d6eb51bb0263af7b78d54594b24c720d5' as 'externals/nitro'

commit d36fb72435f4531097379882b487ab90d0610ad6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:23:49 2022 -0500

    trying to get git subtree working

commit 8cf10b9185293faa82feb90b29827267af903744
Merge: 09af7ecaf 587596209
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:45 2022 -0500

    Merge commit '587596209e6b83a36be0cdae208dbdf547347716' into develop/sync_externals

commit 587596209e6b83a36be0cdae208dbdf547347716
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

    d06dc6534d mem::AutoPtr for C++17 (#615)
    83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
    f10fa2009c Release 2022-11-04 (#613)
    a32e697044 remove exception specifications (#609)
    084f19126a utilities to find files/directories for unittests (#608)
    a3cedada96 Merge branch 'master'
    fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
    c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
    dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
    004a00f09b Bump zlib version for conan builds
    207f4dbb9f Fix Xerces config issue and install its config.h
    b842417671 Add support for debug optimizations.
    0f6cda57dc Use enhanced debug information with gcc/gdb.
    5047dce1a9 Work around GCC avx support bug.
    001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
    5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
    9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
    af7229bd83 utilities to find files from a build (#605)
    264ae49dd7 be sure downstream projects build w/C++14 (#604)
    7a7b13cbd5 "hello world" for HDF5 (#602)
    33cff0ff43 more C++14
    963e8ff40c Revert "add HDF5 source code (#603)"
    7b5e71a006 add HDF5 source code (#603)
    ec7bb2e520 add HDF5 source code (#603)
    ec26f703e7 build in NITRO and SIX (#601)
    f4361a9730 make it easier to write cli unit-tests (#600)
    34b6fdeee1 tweak toString() to reduce specialization (#599)
    5907b3ed60 remove C++11 workarounds (#598)
    caed59480d Release 2022-08-30_cpp14 (#597)
    2630d41e08 get rid of merge conflict
    652bce3854 Merge branch 'master'
    6f41c09d71 Release 2022-08-30 (#596)
    838c323d6a Merge branch 'master'
    f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
    72d29e9c27 get unittests working when "nested" in other projects (#595)
    f8f18fea5f Actually look at unit test results when using waf (#593)
    4189c429e8 Merge branch 'master'
    cda679ceee more overloads to take a string length (#592)
    b95a32bc4c by default, Uri()s aren't validated (#591)
    903ee7ffff Merge branch 'master'
    173930a6f2 fix a UTF-8 conversion bug (#590)
    a1c0a1eea6 Merge branch 'master'
    c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
    1bfe5fc402 Merge branch 'master'
    a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
    6c2df8bb62 "main" is now C++14 (not C++20)
    2ce4161080 Squashed commit of the following:
    3a0f7fd14d Merge branch 'master'
    83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
    142fd7185e Merge branch 'master'
    ebf6db1762 <bit> is part of C++20
    d3aa8aa5ce std::u8string is in C++20, not C++17
    03654933c4 changes to math.linear from coda (#587)
    d442e5be0f Merge branch 'master'
    5a2f8e52f1 release 2022-08-02 (#585)
    e5516aba29 tweak names to match utf8:: conventions (#584)
    32f08a9e40 Squashed commit of the following:
    ee15ba3172 Merge branch 'master'
    3083ec7915 move most platform-specific code to EncodedStringView (#583)
    bede753547 fix unit-test with C++20
    61a8033f62 consistent use of coda_oss:: and std::
    5d3bf9eb83 Merge branch 'master'
    36371410c0 EncodedString tweaks for XML processing (#582)
    cf2016205c remove any vestiges of Expat and libXML (#580)
    33538aa0fc update for newer Intel compiler
    ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
    34c40bd397 Merge branch 'master'
    a731ebf8e8 release 2022-06-29 (#579)
    a9b9d2a9fa Merge branch 'master'
    59387bd87b update "ReleaseNotes.md" for recent changes (#578)
    24a3f01afe Merge branch 'master'
    e4f940854a remove "boost" and "serialize" (#577)
    80b70537e9 update to zlib-1.2.12 (#576)
    f92811a53b Merge branch 'master'
    202084bacb Remove some compiler warnings (#575)
    414c25c551 build with C++20 in VS
    1a99a29da3 Merge branch 'master'
    c61232224b build most code with Visual Studio (#574)
    5cca863d7e Merge branch 'master'
    6e4d952bea some unit-tests need argc/argv (#573)
    36e051d7b6 Add run1D method to GenerationThreadPool (#572)
    6d4776235e Merge branch 'master'
    0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
    6677cc38e3 simplify creation of encodes string (#570)
    ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
    984e4a96ce Fix a bug in waf platform detection.
    8f1173f4a6 fix build errors
    f21af35b0b Merge branch 'master'
    d2aca8d4b5 release 2022-05-03 (#569)
    ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
    4db8ada411 restore changes clobbered with merge from "master"
    a1f36e1839 Merge branch 'master'
    89a636a6af fix copy/assignment in EncodedString (#567)
    c3fe91d424 latest tweaks to build with C++17 (#566)
    a59a51b571 be sure we use a 64-bit time_t (#565)
    1f79fb3ddf Poly2D::atY() bugfix (#564)
    ac5307662d Testing to see if windows-2019 works with github actions (#563)
    8d0726b37e Fix a bug in waf platform detection.
    80fe8e9f8a Merge branch 'master'
    c662b5aac3 Update ReleaseNotes.md
    ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
    33b0f3f6eb Merge branch 'master'
    8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
    0a0e6cf145 use char16_t on Linux (#560)
    7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
    fe65bfddfb fix units for ICC, sys::filesystem (#559)
    fc99e4b3e6 recreate from "master"
    510317c07a use std::filesystem to "implement" sys::filesystem
    895f6c77cd always implement sys::filesystem
    0d83ae22fc "units" changes from master
    b58173b781 latest from "master" (not quite)
    793e3442c8 Squashed commit of the following:
    91a729f5a2 re-create from "master"
    def979170b update to GSL 4.0.0 (#558)
    fe365e5a41 fix XML validation for UTF-8 (#557)
    502e5829b8 support conversion to std::wstring (#556)
    e69422596a Delete codeql-analysis.yml
    45bc6a9640 Create codeql-analysis.yml
    87d9a7ef54 remove CodeQL
    eab5ecb899 Update build_unittest.yml
    8ab12d47e9 Delete codeql-analysis.yml
    9e542092b8 try running CodeQL as part of build-linux-cmake
    de0c50651e Create codeql-analysis.yml
    049608782b tweaks to build in "coda" (#554)
    0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
    bcee6551f2 add EncodedString class (#552)
    c2eecd3925 simplify implementation of EncodedStringView (#551)
    c1320ef00d fix 'typename' for other compilers (#550)
    ac3b93931f tweaks to make "main" build easier (#549)
    78da741cf5 remove sys/Optional.h (#548)
    f31730ac77 put our std work-arounds in one place (#547)
    9b7bb571a9 Add an EncodedStringView class (#545)
    c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
    0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
    ca32f99c03 Add option to specify curl installation location. (#501)
    2df9c1a819 allow std::filesystem::path to be used for validation (#543)
    2891435760 add SinCos for units::Angle (#542)
    e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
    bb11134fd0 xml.lite tweaks (#540)
    955b33e215 Release 2021_12_13 (#539)
    d73d74d5c1 xml.lite tweaks (#537)
    3a90e25c6f use more C++11 functionality (#538)
    9ca2a0e50c remove more compiler warnings (#536)
    0ec9da1e91 be sure == and != are in-sync (#535)
    9084be32c4 fix size_t compiler warnings (#534)
    abd6469ec8 fix ICC errors (#533)
    09cb36fff4 update version number before cutting a new release (#532)
    c29e4d2988 fix ICC warnings/errors from high-side (#531)
    91f8f1c089 simplify our std:: implementations (#530)
    7c633c7bb5 Further reduce use of std::auto_ptr (#529)
    d85883749c Provide support for creating simple version numbers (#528)
    b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
    ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
    ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
    3c02ff2893 Fix config-python prefix issue
    6149053d4e Add new config-python module for SWIG compatibility workarounds
    30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
    21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
    60837a62ea Revert unneeded changes
    0bc994dea7 Fix SWIG path issue for waf build
    070f4e9150 Update SWIG generated files
    f8472b0c46 Fix SWIG path issues and warnings
    e10707f758 Set minimum SWIG version to 4.0.1
    b8cdba5c75 Fix waf SWIG build issue
    2bd0ee39e5 Enable SWIG in Github waf build
    f2b001146f Try fixing SWIG compile issue again
    afafabcc28 Fix SWIG compile issue on Linux due to missing macro
    7c8d4a81d5 Add SWIG to the CI flow
    4023d721c5 Regenerate SWIG bindings
    1d8c70109c Add some compile definitions needed by SWIG for CMake build
    e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
    965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
    f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
    c01c4d7de5 do in-line initialization (#524)
    fb7230ea1e Update CMakeLists.txt
    5dfb056898 tweaks for C++17 (#523)
    1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
    d13885df66 make it easier to create a new Element with the right encoding (#522)
    3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
    0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
    14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
    cf398c0d36 tweak code for C++11/C++17 (#521)
    2d0322b070 reduce use of std::auto_ptr (#520)
    853320e90f reduce use of deprecated C++98 code (#519)
    4752ba2221 Replace some warning pragmas with macros
    32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
    fc01df0d8c fix typos in gcc macros
    9d356f36cd fix gcc impl
    8124da763f remove unreachable code
    d034b3a849 clobber warnings from numpy innards
    9941a401e1 macros to disable warnings around system headers
    8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
    2e7b8165ae Fixed pragma stuff on gcc
    9775bb02d9 Fixed pragma stuff on gcc
    680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
    8ffd6ed790 forgot to add "units" to CMakeFiles.txt
    06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
    d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
    d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
    cf5cd16b33 Fix macro usage on gcc
    a88bbcd202 Macros to narrowly target disabling warnings
    c0d5cdf004 Formatting Changes
    be019b44b2 Formatting Changes
    2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
    5d9f27faeb Refactor coda-oss conan recipe
    ce66457149 Disable warning for MSVC2017 and earlier
    ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
    1d9a4ec712 Add conan option to use std::regex instead of pcre
    6dd5d44576 add required include
    4c0ae77811 add required include
    1873ceeb8a parameterize build (somewhat)
    c9ef567a7a fix Release compile error
    e6b47e94ee fix compiler error
    eff205ba2d helper macro to fix unusual targets
    342098a32c Fix CMake build for modules without include files
    5625706ebf Enable cpp17 option for windows builds
    98e12b138e Use consistent line endings for *.in template files
    d01fea0b73 Configure coda_add_module to install more file extension types
    30823f673b Delete stray file
    ac7760ba22 Load dependency targets when loading coda-oss for conan build
    14781cab8e Implement conan build for openjpeg and pcre2 dependencies
    9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
    1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    772d804951 Implement conan build for libjpeg dependency
    98b653dea4 Implement conan build for xerces-c dependency
    11323e8e98 Implement conan build for zlib dependency
    d0e6bf2c4b Improve conan test_package
    a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
    c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
    0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
    2768e5f07e Update libjpeg to v9d
    d75f55bcac Update zlib to 1.2.11
    ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
    1babd19b55 Fix warning in thread tests for MSVC
    2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
    a485bf6bb1 Fix BIGENDIAN redefinition warning
    59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
    b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
    2b179b6587 Fix integer overflow issue
    898151ad75 Hook up simple "units" (#513)
    4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
    c1878b228e Fix for numerical precision issues surrounding horizontal lines
    7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
    58fc85f096 Whitespace change to trigger workflow
    ab74026b9f Fix wscript to successfully build test_num_elements
    323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
    16a5502896 Added option to enable cpp17
    b0625cf5a2 tweak debug stuff (#508)
    8455494878 fix RowCol casting (#507)
    01fbb5f008 Get std::u8string working right with C++20 (#506)
    df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
    e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
    4c9ea0ef18 tweaks for VS2019 16.10 (#503)
    0d8ea070a5 reduce compiler warnings (#502)
    625b8b59d4 reduce compiler warnings (#500)
    3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
    427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
    c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
    b5105b54ae reduce compiler warnings (#495)
    e0099cc269 Develop/compiler optimizations (#494)
    0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
    5f91f70604 fix printf() format string (#491)
    55b855a865 Delete codeql-analysis.yml
    603c192d3b Update codeql-analysis.yml
    f306979e87 Update codeql-analysis.yml
    4a1f78f8ef Create codeql-analysis.yml
    3c80a65680 add back coda_oss::filesystem::path (#490)
    eaea659ed3 tweak how std:: features are exposed (#489)
    0492f0d95f simplify code exposing std:: routines (#488)
    e5f3d77701 remove code-analysis diagnostics (#485)
    5be599e5af make HOME and USERPROFILE the same (#484)
    62b22ae019 cleanup more compiler warnings (#483)
    c32ec7dcc1 add unit-tests for env-var editing (#482)
    311aea4623 allow an environment-variable to be "edited" during expansion (#481)
    bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
    068562f589 fix glitches in expandEnviromentVariables() (#479)
    30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
    074a873b28 remove compiler warnings (#477)
    e29f65479f latest C++17 tweaks (#476)
    c4e681b0ae tweak code when wchar_t is a built-in type (#474)
    8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
    a62bdb3e64 add operator= to sys::Optional (#472)
    8e310a776d use compiler-provided macros to determine features (#470)
    88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
    b195ab3efc need at least VS2017 to use the real GSL (#469)
    2978f9114f tweaks to build with older compilers (#468)
    7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
    cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
    3db09742c1 get rid of more compiler warnings (#465)
    5e0d2e8451 get rid of "char8_t" compiler warning (#463)
    d710bc6882 make getValue() easier to use (#462)
    f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
    88be6dba35 consistently add C++14/17/20 library features (#459)
    59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
    35de4524c4 use sys::Filesystem::path rather than std::string (#457)
    cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
    f395edc891 remove ambiguous overloads w/C++17 (#455)
    eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
    243ef5e500 don't derive from std::iterator (#453)
    a48b011411 Arguments should be "const&" to prevent C4866 (#452)
    878bff901f provide std::span (#451)
    81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
    93cf0f03ef main -> master (#449)
    5af37a7363 be sure code compiles with C++17 (#448)
    82b5aecfb5 build with C++17 (#407)
    6ffb888d79 reduce compiler warnings (#439)
    9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
    bc5552cd20 update to xerces-c-3.2.3 (#409)
    6fe09e1dbb update to openjpeg-2.3.1 (#417)
    6405c0ce59 reduce differences in #407 (#438)
    2987bbf8d6 tweak how std::filesystem is enabled (#437)
    8fd3c2f202 tweak how std::endian is enabled (#436)
    138372c886 more straight-forward reduction of std::auto_ptr (#435)
    f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
    d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
    54ed52158e allow clients to specify custom toType and toString (#431)
    7f90aab25e remove trailing underscore from macro (#429)
    999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
    6f075b1be5 add sys::Byte (#426)
    92221bd0d9 allow except::Throwable to derive from std::exception (#421)
    a8f52d0ad4 reduce compiler warnings (#424)
    63ea20af69 #including <bit> w/C++17 generates warnings (#408)
    10ef060313 reduce compiler warnings (#405)
    cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
    cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
    1db3751a3c implmeent sys::Endian from C++20 (#402)
    f042cd6bb9 support std::filesystem if desired (#400)
    4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
    e2a62f8ec2 make it easier to use xml.lite (#396)
    1059b7da1c allow for explicit use of a UTF-8 string (#395)
    27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
    e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
    cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
    6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
    14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
    e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
    78b0f6bb26 another try at removing the compiler warning from tiff::split()
    8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
    fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
    98a589616d get rid of g++ strncpy() warning
    798f847117 don't use memset(0) with C++ objects
    7f697d078c casting result of system() to void doesn't get rid of compiler warning
    d55a849c51 remove new g++ compiler warnings in WSL
    d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
    cc62e866b0 fix compiler warnings
    d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
    fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
    536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
    27288f49bb Merge pull request #358 from mdaus/conan-options
    fd5e1eecb7 Expose additional CMake options in conan recipe
    c972161793 Remove unneeded CMake function

    git-subtree-dir: externals/coda-oss
    git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

commit 09af7ecaf749e578bacd564def876f61a62fa5c6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:31 2022 -0500

    latest from coda-oss

* Looks like namespaces have to be adjusted :-(

* add --output-on-failure to ctest

* use Linux line-endings

* new warnings from VS updates that aren't in older versions.

* break-apart fakeDerivedData unittest to help track down test failure on GitHub

* control validate with a parameter rather that duplicating code

* make getISMUri() a pure virtual so that we know all of our derived classes implement it

* remove non-XSD files

* restore changes from "main" to try to track down unittest failure

* remove more non-XSD files

* try -j 3

* start hooking up getISMUri()

* ... and try -j 4

* -j 4 works, how about -j 6 ?

* -j 8 works, how about -j 8 ?

* getISMUri() doesn't need to be a member function

* pass the URI to convertDerivedClassificationToXML()

* trying (again) to switch to new ISM schema.

* Revert "trying (again) to switch to new ISM schema."

This reverts commit 14ccfebbc434620df49c671b88f88ed9c4f19b78.

* Squashed commit of the following:

commit 757a806820747f7c5542100295a1d529ec95ba94
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 14:27:01 2023 -0500

    remove last? traces of SIDD3.0 from six.sidd

commit 00bea9fa9e5d3b20757bf26ac35ac079d8d93419
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 13:52:45 2023 -0500

    remove more SIDD 3.0 unittest code from six.sidd, it's not just in six.sidd30

commit 0407911ebc7489c5b674cc079078af10f4b2e1f1
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 13:43:14 2023 -0500

    begin removing SIDD 3.0 support from six.sidd; it is now (or will be) just in six.sidd30

commit 0fa02ec666d1881cea14cd63f0382fe97accb200
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 12:33:27 2023 -0500

    more sidd -> sidd30

commit 822b4ae934e9c27cff75b99503ff9e59f91643c7
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 11:27:08 2023 -0500

    more sidd -> sidd30

commit c8de1226cc4e8a9a24f1e70e3b825a7d97ae93bc
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:56:05 2023 -0500

    sidd -> sidd30

commit 2eb06d591bf6c13bcb5474e946857e29ed125244
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:51:51 2023 -0500

    six.sidd30 project and unittests

commit 69b3cc9809ba34a26a47a0623ab7988ad4afb4d5
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:41:12 2023 -0500

    copy six.sidd to six.sidd30

* move test_valid_sixsidd.cpp changes to six.sidd30

* merge in changes to get new six.sidd30

* consistent API for convertDerivedClassificationToXML()

* Squashed commit of the following:

commit 06d8f23385a635f1b9b51a37e38b5eb555647d12
Author: Dan Smith <dan.smith@maxar.com>
Date:   Tue Jan 31 10:32:38 2023 -0500

    build with CMake

commit 1f4ba79162bff26990592cd4425ab42ba2462b93
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:24:23 2023 -0500

    remove files duplicated between six.sidd and six.sidd30

commit ba63e0404d6052be3d3b704ccc3d669025932494
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:12:20 2023 -0500

    get six.sidd30 unittests working

commit 9a0c703a989af3523cddf44a876932f687a504d6
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:06:44 2023 -0500

    compile SIDD30 Utilities.cpp

commit 79091cbff5f37d69e81b2337b7bd663f9e6a54e0
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:44:37 2023 -0500

    use common code from six.sidd

commit 1ea9562390136910ae5f821697b206b253d3780b
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:33:42 2023 -0500

    consistent convertDerivedClassificationToXML() API

commit f6faa5be757bb28f03e144880d1f181fd0a72540
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:12:13 2023 -0500

    use common code from six.sidd

commit b3df43dd711b1569fb5e830b30d36059a7d88370
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:56 2023 -0500

    latest from coda-oss and nitro

commit 9bdb185f29686a5d01dadffe6b6fb9f7c5d8cc9d
Merge: 35a73fd86 54a36ce7e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:34 2023 -0500

    latest from coda-oss and nitro

commit 54a36ce7e89c86cf52e5778c06eb1b7b7e637857
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:31 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..24ff32863

    24ff32863 -j 6 seems to work for SIX, how about NITRO?
    713ee8538 -j 6 seems to work for SIX, how about NITRO?
    4ccdf5b37 latest from coda-oss (#527)
    c71acc492 latest from coda-oss (#526)
    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

commit 35a73fd867caef0f644eaeb198d59b6ed0901ee7
Merge: 0e1c446dd 41a30838e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:26 2023 -0500

    Merge commit '41a30838e1d4dba6472d7211f3e76b671b48450d' into feature/SIDD-3.0

commit 41a30838e1d4dba6472d7211f3e76b671b48450d
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:26 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..aabc5818e

    aabc5818e remove more C++11 work-arounds (#642)
    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor
    b44709a95 added ComplexSpansView utility (#635)
    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14d1d1cb8 #pragma-away warn…
JDanielSmith pushed a commit that referenced this pull request Feb 8, 2023
* fix new compiler warnings

* ISM-v201609

https://www.dni.gov/index.php/who-we-are/organizations/ic-cio/ic-cio-related-menus/ic-cio-related-links/ic-technical-specifications/information-security-marking-metadata

* add dependencies from the "Convenience" download

* Create DesIsmXml.pdf

* start hooking up latest ISM changes; very much WIP

* switch to ISM v-201609

* getISMUri() virtual to get the right ISM URI

* Disable new compiler warning: 5264) // '...': '...' variable is not used

* Squashed commit of the following:

commit 5a62d3d728ce200ce0bdbadf4db5456c6ec26317
Merge: e1c74b9d9 00bcfe335
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:48 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit e1c74b9d989bfb75f1d9459d7e0d04c0036e1788
Author: J. Daniel Smith <dan@jdanielsmith.me>
Date:   Wed Jan 25 16:47:19 2023 -0500

    latest from coda-oss and nitro

commit f9cdea68a81a65c8c4269e7b45ba575827103aae
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:35:39 2023 -0500

    --depth 1 for git-clone

commit 52681c2da2b7daebe4ee4bf805a70a58bec4f6d0
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:34:42 2023 -0500

    latest from coda-oss

commit 5cbd07cae1dbbe0b460098e1734bb25015ee7e6b
Merge: 36be5ad1f f26b2d74a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:59 2023 -0500

    latest from coda-oss

commit f26b2d74af7c06e4a3623f54c01890e99ba119a5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:52 2023 -0500

    Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

    4ccdf5b37 latest from coda-oss (#527)

    git-subtree-dir: externals/nitro
    git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

commit 36be5ad1ff1437e07956244ba298409bd2e9c784
Merge: 9d46fc5e3 037ad619e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:46 2023 -0500

    Merge commit '037ad619eb109f776cbb5f3cc65fe379c43ab677' into develop/sync_externals

commit 037ad619eb109f776cbb5f3cc65fe379c43ab677
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:45 2023 -0500

    Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

commit 9d46fc5e37bd38968af050831c49ddb4e1bf7a2a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:33:38 2023 -0500

    latest from coda-oss

commit b5344d9f88c204b92882fe24d6e0dafd736643e8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:55 2023 -0500

    --depth 1 for git-clone

commit 90966ee0948141aca5428fe432329983b123a0ce
Merge: dea7a3c6a d6cd5b7f6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 23 09:32:28 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit dea7a3c6a33ca2c47405fc8c72e69470a1d070ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:39 2023 -0500

    copy_externals

commit 57bf24587a304d7f439f7dee385009cd270113ce
Merge: 5bb642355 5cbfd386f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:44:05 2023 -0500

    sync_externals

commit 5cbfd386ff05f87dae63ae05eb91de5c4c522072
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 13:43:52 2023 -0500

    Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

    c71acc492 latest from coda-oss (#526)

    git-subtree-dir: externals/nitro
    git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

commit c6de395a760a35062eacbbb95469d74bd252d041
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

    b44709a95 added ComplexSpansView utility (#635)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

commit 5bb642355aafa057b5a78a3183cb5810209b355b
Merge: d7dab0a6b c6de395a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:42:19 2023 -0500

    Merge commit 'c6de395a760a35062eacbbb95469d74bd252d041' into develop/sync_externals

commit d7dab0a6b131d2995c29cb70c076f19c405055ca
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:28 2023 -0500

    latest from coda-oss and nitro

commit c68727afb06558a478b0afc5cd6f8c284c5efa7e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 10 12:41:13 2023 -0500

    latest from coda-oss and nitro

commit 8423b28ea9c0272ced3b6083227243cbdc8427d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:50:32 2023 -0500

    copy_externals

commit 51211148b3b641db315b163ee4b354f871eaa8b0
Merge: 8b56fae4d 240b01821
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:59 2023 -0500

    sync_externals

commit 240b018212f7ad3a8d57723f46cfa99f2f2cbe12
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:44 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

commit 4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14d1d1cb8 #pragma-away warnings from GSL
    86c40ea6c assert() to prevent some code-analysis diagnostics
    7204517a9 make copy/assignment explicit
    3ce824079 reduce code-analysis diagnostics
    01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
    03f3ddde9 proper printf format
    877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
    5a4a3d575 code-analysis doesn't like C-style casts
    a3fdae416 code-analysis doesn't like NULL
    6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
    d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
    535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
    c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
    04306bbee need at least VS2017 to use the real GSL
    796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
    16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
    e07e89f0c turn on "warnings as errors" for CMAKE builds
    5c019f891 complex "constexpr" functions not available with our version of g++
    4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
    dea7ea41b And still more compiler warnings ... almost done 🤞🏻
    fbe3bbb20 remove assorted compiler warnings
    e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
    e9df212c6 Arguments should be "const&" to prevent C4866
    94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
    d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
    9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
    bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
    c053362d2 remove still more compiler warnings
    9f133b85a remove some more compiler warnings
    0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
    f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
    1e6564a6e eliminate more compiler warnings
    85a7b8ad0 remove a few compiler warnings
    09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
    31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
    a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
    8547cdd24 eliminiate GCC warnings from Filesystem.h
    b5044b2a2 fix several compiler warnings/code-analysis diagnostics
    9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
    6faa3666f remove more compiler warnings

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

commit 8b56fae4d51dbe9c03dd5af5d3b3fc940390175b
Merge: 2b05342ec 4ac75b830
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:37 2023 -0500

    Merge commit '4ac75b8305b61f67e9aad3a46a2f92f5e3600a5c' into develop/sync_externals

commit 2b05342ec144ff7e429e9afdaf23efe9561679a8
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:22 2023 -0500

    copy_externals

commit 3d599f424ddc86e56d72786b2b2b252ceff9a87c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:49:07 2023 -0500

    copy_externals

commit 52bf010aaf164ecdd4ff54a31cc60e94d248439b
Merge: c00c7445a f508019c3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Jan 3 14:48:13 2023 -0500

    Merge branch 'main' into develop/sync_externals

commit c00c7445ad15997eeb87459ced488b4ea39135fa
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:26:29 2022 -0500

    copy_externals

commit 8bddff38f4247b1141e2f8bea79cc966dd6e3d4c
Merge: 913c61c2e e4e5505bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:59 2022 -0500

    sync_externals

commit e4e5505bc7ec7ccafe7f27f56d65a6318375225e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:25:43 2022 -0500

    Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

    a153ad562 latest from coda-oss (#523)

    git-subtree-dir: externals/nitro
    git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

commit 913c61c2ecf27ab0357dea1a9f5550413afac608
Merge: 36c6d0534 9f17e182c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:40 2022 -0500

    Merge commit '9f17e182c95e843963342d26defcc665a261dd00' into develop/sync_externals

commit 9f17e182c95e843963342d26defcc665a261dd00
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:39 2022 -0500

    Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

    1582c6ac9 further progress on implementing hdf5::lite (#631)
    0622af1fe rename "11" exception classes to "Ex" (#630)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

commit 36c6d05343e9f78590fd90bc047c6d18a063596e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 13:01:32 2022 -0500

    copy_externals

commit a3d5f5d5e0f8eb95801176245e74d96293b08551
Merge: cfb25ee1b 7299d5995
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 28 12:59:41 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cfb25ee1b6811426f94a3372040e3eff48ed1023
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:40:18 2022 -0500

    latest from coda-oss

commit b5eb63c527ee1da4d5dc64b05e3876a018c68525
Merge: 8383fab8f 3e73516ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:51 2022 -0500

    latest from coda-oss

commit 3e73516ec63751c6aed143b356d53f6b8f9a55d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 17:39:35 2022 -0500

    Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

    bd741e4f1 latest from coda-oss (#522)

    git-subtree-dir: externals/nitro
    git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

commit 8383fab8f375d8f3ff7a9961d0e59275db579dce
Merge: a8337afff 1b4536502
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:45 2022 -0500

    Merge commit '1b453650287f842b73887accf3dcd5b5c0b3622c' into develop/sync_externals

commit 1b453650287f842b73887accf3dcd5b5c0b3622c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

    1384b8a5e Merge pull request #629 from mdaus/zlib-update
    ebbd57247 ZIP APIs use std::string in this branch
    9cc19fe82 ZIP unittests
    b8d25d364 Update zlib to 1.2.13

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

commit a8337afffa72eec1c2622da94d6f82c3ead84c33
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:38:37 2022 -0500

    latest from coda-oss

commit cece5904a960910f7c0ada40d5d2f35d4ae335f2
Merge: e47d87453 a247a5f48
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Tue Dec 20 12:37:35 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit e47d87453adfe27a4244bf03209800c01fe87596
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:48:24 2022 -0500

    NITRO-2.11.2

commit 26ef49379dd7513b812994e0fa9281aea9fb05c9
Merge: 99cff5b73 45e349e86
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:38 2022 -0500

    NITRO-2.11.2

commit 45e349e861b9ca68e910ac91023592ab22c57d81
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:47:03 2022 -0500

    Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

    46c6702f8 NITRO-2.11.2 (#521)
    cd053bd7f coda-oss 2022-12-14 (#520)
    28b65f4dc get unittests working in other projects (#518)
    9182384db latest from coda-oss (#517)
    ab88a99f5 Merge branch 'master'
    b39ccc4c0 Fix conan build issues (#516)
    abbf7e318 remove .git directory right away
    5be12fc35 merge develop/sync_externals
    103dd73ee latest from coda-oss (#508)
    f71128d6f Adding tarfile member sanitization to extractall() (#505)

    git-subtree-dir: externals/nitro
    git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

commit 99cff5b73f04fe1b88a046d91c2372854438aedc
Merge: e17f48f6a fb29352be
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:56 2022 -0500

    Merge commit 'fb29352be984f5815d938f3d3d420065376b9d67' into develop/sync_externals

commit fb29352be984f5815d938f3d3d420065376b9d67
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:55 2022 -0500

    Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

    418130d4d trying to fix build error on github
    59d2f678e Release 2022-12-14 (#628)
    1e8244291 new --with-optz=fastest-possible option (#627)
    6ae81142d new --optz=faster option for WAF builds (#626)
    11206c179 sym-links don't work on Windows filesystems
    edd3e8fb9 overloads to make simplify routine XML processing (#625)
    dfece6106 use sym-links rather than copying files (#624)
    22f1f0776 build hdf5.lite with WAF (#623)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

commit e17f48f6ace69734b6e5487bac28449744de562a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:46:48 2022 -0500

    NITRO-2.11.2

commit 174d090dd22372d3fb666c218288bc64d2271639
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:43:22 2022 -0500

    latest from coda-oss

commit 80a41747c3ba209cd86ff6795ebab36786ba67d1
Merge: 83f33ca12 2d5aed01e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Wed Dec 14 13:37:09 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit b56123b5cad36f38b880a7f7906af939ce3efb09
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Squashed 'externals/coda-oss/' changes from ab4546482..566597043

    566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
    61aa5e430 Squashed commit of the following:
    6557ee34c Yet another attempt at finding test files for unittests (#621)
    501add035 -march=native for fastest optimization level (#620)
    f1dd0a5b4 overloads to make creating XML documents easier (#619)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

commit 83f33ca12274e7fc09fc398b7ea5fa5200b80cac
Merge: 92c64dd59 b56123b5c
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:27:26 2022 -0500

    Merge commit 'b56123b5cad36f38b880a7f7906af939ce3efb09' into develop/sync_externals

commit 92c64dd594dfe8df726beaaebc6737719d087c59
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:26:50 2022 -0500

    latest from coda-oss and nitro

commit 0dbc308a36bf052801db62061022f90dcbf45e16
Merge: 6cd4c2643 6cda8f8ec
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Dec 5 16:25:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit 6cd4c2643034df0e0c5b4d90ee68e8f61d2f4bb7
Merge: d0ca85a2f 81730b8cb
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:29:00 2022 -0500

    remove externals/nitro/externals

commit 81730b8cb4488a3604c4c4f86720d7be9fc5f8a7
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:16 2022 -0500

    Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

    ffcce1e304 latest from coda-oss (#515)

    git-subtree-dir: externals/nitro
    git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

commit d0ca85a2f97ea6f8804c0a99394697ce7d776884
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:28:07 2022 -0500

    remove externals/nitro/externals

commit dca9d3a524f20c47b7801ee47f265dcb6aa408db
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:26:46 2022 -0500

    add externals/nitro/externals for sync_externals

commit 199a9f029722577bc733fb6c6e3c1e4a51763998
Merge: 602947774 df96d9e51
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Merge commit 'df96d9e5165b0ddebf1476edd6b720dc3570eaa3' into develop/sync_externals

commit df96d9e5165b0ddebf1476edd6b720dc3570eaa3
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Nov 28 12:24:37 2022 -0500

    Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

    ab45464820 remove C++17 workarounds (#618)
    3d5daf702e unittests for creating XML from scratch (#617)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

commit 602947774bcb15aa8b1d49c9f47fdb5985213126
Merge: ad47489a8 17236e8ba
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 12:27:03 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit ad47489a8fe53d3e27da1453a47d18c2c2e91a0f
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:52 2022 -0500

    finish deleting externals/nitro/externals

commit cb1d561b800a201a11943f3eb685ea62459d187d
Merge: 3d8a22b24 de053b615
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:34 2022 -0500

    finish deleting externals/nitro/externals

commit de053b6155196affd52345b97d2022e11548b268
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:11:01 2022 -0500

    Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

    52fe000594 latest from coda-oss (#514)
    1d29e4d865 remove std::auto_ptr (#513)

    git-subtree-dir: externals/nitro
    git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

commit 3d8a22b2478f7d2bd382684966dc3be0644ea33a
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:52 2022 -0500

    remove externals/nitro/externals

commit 7b68bfedb004f093d79edf0684baa2f7c16762cc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:10:19 2022 -0500

    add externals/nitro to fix merge conflicts

commit 461b0ff191b3b80efbe0b3edd1d59de3151be734
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:09:05 2022 -0500

    latest from nitro

commit 282e8cbe274ecdd2db4d82bf7da9004cca8003bc
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

    8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

    git-subtree-dir: externals/coda-oss
    git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

commit 2dcb85d268356a240a1701cb1b802cb533ab586f
Merge: 13e885672 282e8cbe2
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 25 11:07:25 2022 -0500

    Merge commit '282e8cbe274ecdd2db4d82bf7da9004cca8003bc' into develop/sync_externals

commit 13e885672714a75bb925a2d65a1ae33f73327700
Merge: cde6b79f5 037364340
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 11:03:51 2022 -0500

    Merge branch 'main' into develop/sync_externals

commit cde6b79f595b543baced0253ac71232181e09a52
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:26:05 2022 -0500

    pull from main, not master

commit a095f1089331284d95b64e30669cfc7e021e8589
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:25:01 2022 -0500

    git subtree for nitro

commit bfe0023d6eb51bb0263af7b78d54594b24c720d5
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Squashed 'externals/nitro/' content from commit 29125a3472

    git-subtree-dir: externals/nitro
    git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

commit c92d0d04c6d023bfa9ee56d893fe6a549fcb8cc2
Merge: d36fb7243 bfe0023d6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:24:18 2022 -0500

    Merge commit 'bfe0023d6eb51bb0263af7b78d54594b24c720d5' as 'externals/nitro'

commit d36fb72435f4531097379882b487ab90d0610ad6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:23:49 2022 -0500

    trying to get git subtree working

commit 8cf10b9185293faa82feb90b29827267af903744
Merge: 09af7ecaf 587596209
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:45 2022 -0500

    Merge commit '587596209e6b83a36be0cdae208dbdf547347716' into develop/sync_externals

commit 587596209e6b83a36be0cdae208dbdf547347716
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:44 2022 -0500

    Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

    d06dc6534d mem::AutoPtr for C++17 (#615)
    83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
    f10fa2009c Release 2022-11-04 (#613)
    a32e697044 remove exception specifications (#609)
    084f19126a utilities to find files/directories for unittests (#608)
    a3cedada96 Merge branch 'master'
    fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
    c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
    dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
    004a00f09b Bump zlib version for conan builds
    207f4dbb9f Fix Xerces config issue and install its config.h
    b842417671 Add support for debug optimizations.
    0f6cda57dc Use enhanced debug information with gcc/gdb.
    5047dce1a9 Work around GCC avx support bug.
    001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
    5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
    9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
    af7229bd83 utilities to find files from a build (#605)
    264ae49dd7 be sure downstream projects build w/C++14 (#604)
    7a7b13cbd5 "hello world" for HDF5 (#602)
    33cff0ff43 more C++14
    963e8ff40c Revert "add HDF5 source code (#603)"
    7b5e71a006 add HDF5 source code (#603)
    ec7bb2e520 add HDF5 source code (#603)
    ec26f703e7 build in NITRO and SIX (#601)
    f4361a9730 make it easier to write cli unit-tests (#600)
    34b6fdeee1 tweak toString() to reduce specialization (#599)
    5907b3ed60 remove C++11 workarounds (#598)
    caed59480d Release 2022-08-30_cpp14 (#597)
    2630d41e08 get rid of merge conflict
    652bce3854 Merge branch 'master'
    6f41c09d71 Release 2022-08-30 (#596)
    838c323d6a Merge branch 'master'
    f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
    72d29e9c27 get unittests working when "nested" in other projects (#595)
    f8f18fea5f Actually look at unit test results when using waf (#593)
    4189c429e8 Merge branch 'master'
    cda679ceee more overloads to take a string length (#592)
    b95a32bc4c by default, Uri()s aren't validated (#591)
    903ee7ffff Merge branch 'master'
    173930a6f2 fix a UTF-8 conversion bug (#590)
    a1c0a1eea6 Merge branch 'master'
    c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
    1bfe5fc402 Merge branch 'master'
    a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
    6c2df8bb62 "main" is now C++14 (not C++20)
    2ce4161080 Squashed commit of the following:
    3a0f7fd14d Merge branch 'master'
    83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
    142fd7185e Merge branch 'master'
    ebf6db1762 <bit> is part of C++20
    d3aa8aa5ce std::u8string is in C++20, not C++17
    03654933c4 changes to math.linear from coda (#587)
    d442e5be0f Merge branch 'master'
    5a2f8e52f1 release 2022-08-02 (#585)
    e5516aba29 tweak names to match utf8:: conventions (#584)
    32f08a9e40 Squashed commit of the following:
    ee15ba3172 Merge branch 'master'
    3083ec7915 move most platform-specific code to EncodedStringView (#583)
    bede753547 fix unit-test with C++20
    61a8033f62 consistent use of coda_oss:: and std::
    5d3bf9eb83 Merge branch 'master'
    36371410c0 EncodedString tweaks for XML processing (#582)
    cf2016205c remove any vestiges of Expat and libXML (#580)
    33538aa0fc update for newer Intel compiler
    ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
    34c40bd397 Merge branch 'master'
    a731ebf8e8 release 2022-06-29 (#579)
    a9b9d2a9fa Merge branch 'master'
    59387bd87b update "ReleaseNotes.md" for recent changes (#578)
    24a3f01afe Merge branch 'master'
    e4f940854a remove "boost" and "serialize" (#577)
    80b70537e9 update to zlib-1.2.12 (#576)
    f92811a53b Merge branch 'master'
    202084bacb Remove some compiler warnings (#575)
    414c25c551 build with C++20 in VS
    1a99a29da3 Merge branch 'master'
    c61232224b build most code with Visual Studio (#574)
    5cca863d7e Merge branch 'master'
    6e4d952bea some unit-tests need argc/argv (#573)
    36e051d7b6 Add run1D method to GenerationThreadPool (#572)
    6d4776235e Merge branch 'master'
    0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
    6677cc38e3 simplify creation of encodes string (#570)
    ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
    984e4a96ce Fix a bug in waf platform detection.
    8f1173f4a6 fix build errors
    f21af35b0b Merge branch 'master'
    d2aca8d4b5 release 2022-05-03 (#569)
    ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
    4db8ada411 restore changes clobbered with merge from "master"
    a1f36e1839 Merge branch 'master'
    89a636a6af fix copy/assignment in EncodedString (#567)
    c3fe91d424 latest tweaks to build with C++17 (#566)
    a59a51b571 be sure we use a 64-bit time_t (#565)
    1f79fb3ddf Poly2D::atY() bugfix (#564)
    ac5307662d Testing to see if windows-2019 works with github actions (#563)
    8d0726b37e Fix a bug in waf platform detection.
    80fe8e9f8a Merge branch 'master'
    c662b5aac3 Update ReleaseNotes.md
    ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
    33b0f3f6eb Merge branch 'master'
    8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
    0a0e6cf145 use char16_t on Linux (#560)
    7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
    fe65bfddfb fix units for ICC, sys::filesystem (#559)
    fc99e4b3e6 recreate from "master"
    510317c07a use std::filesystem to "implement" sys::filesystem
    895f6c77cd always implement sys::filesystem
    0d83ae22fc "units" changes from master
    b58173b781 latest from "master" (not quite)
    793e3442c8 Squashed commit of the following:
    91a729f5a2 re-create from "master"
    def979170b update to GSL 4.0.0 (#558)
    fe365e5a41 fix XML validation for UTF-8 (#557)
    502e5829b8 support conversion to std::wstring (#556)
    e69422596a Delete codeql-analysis.yml
    45bc6a9640 Create codeql-analysis.yml
    87d9a7ef54 remove CodeQL
    eab5ecb899 Update build_unittest.yml
    8ab12d47e9 Delete codeql-analysis.yml
    9e542092b8 try running CodeQL as part of build-linux-cmake
    de0c50651e Create codeql-analysis.yml
    049608782b tweaks to build in "coda" (#554)
    0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
    bcee6551f2 add EncodedString class (#552)
    c2eecd3925 simplify implementation of EncodedStringView (#551)
    c1320ef00d fix 'typename' for other compilers (#550)
    ac3b93931f tweaks to make "main" build easier (#549)
    78da741cf5 remove sys/Optional.h (#548)
    f31730ac77 put our std work-arounds in one place (#547)
    9b7bb571a9 Add an EncodedStringView class (#545)
    c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
    0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
    ca32f99c03 Add option to specify curl installation location. (#501)
    2df9c1a819 allow std::filesystem::path to be used for validation (#543)
    2891435760 add SinCos for units::Angle (#542)
    e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
    bb11134fd0 xml.lite tweaks (#540)
    955b33e215 Release 2021_12_13 (#539)
    d73d74d5c1 xml.lite tweaks (#537)
    3a90e25c6f use more C++11 functionality (#538)
    9ca2a0e50c remove more compiler warnings (#536)
    0ec9da1e91 be sure == and != are in-sync (#535)
    9084be32c4 fix size_t compiler warnings (#534)
    abd6469ec8 fix ICC errors (#533)
    09cb36fff4 update version number before cutting a new release (#532)
    c29e4d2988 fix ICC warnings/errors from high-side (#531)
    91f8f1c089 simplify our std:: implementations (#530)
    7c633c7bb5 Further reduce use of std::auto_ptr (#529)
    d85883749c Provide support for creating simple version numbers (#528)
    b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
    ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
    ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
    3c02ff2893 Fix config-python prefix issue
    6149053d4e Add new config-python module for SWIG compatibility workarounds
    30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
    21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
    60837a62ea Revert unneeded changes
    0bc994dea7 Fix SWIG path issue for waf build
    070f4e9150 Update SWIG generated files
    f8472b0c46 Fix SWIG path issues and warnings
    e10707f758 Set minimum SWIG version to 4.0.1
    b8cdba5c75 Fix waf SWIG build issue
    2bd0ee39e5 Enable SWIG in Github waf build
    f2b001146f Try fixing SWIG compile issue again
    afafabcc28 Fix SWIG compile issue on Linux due to missing macro
    7c8d4a81d5 Add SWIG to the CI flow
    4023d721c5 Regenerate SWIG bindings
    1d8c70109c Add some compile definitions needed by SWIG for CMake build
    e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
    965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
    f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
    c01c4d7de5 do in-line initialization (#524)
    fb7230ea1e Update CMakeLists.txt
    5dfb056898 tweaks for C++17 (#523)
    1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
    d13885df66 make it easier to create a new Element with the right encoding (#522)
    3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
    0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
    14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
    cf398c0d36 tweak code for C++11/C++17 (#521)
    2d0322b070 reduce use of std::auto_ptr (#520)
    853320e90f reduce use of deprecated C++98 code (#519)
    4752ba2221 Replace some warning pragmas with macros
    32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
    fc01df0d8c fix typos in gcc macros
    9d356f36cd fix gcc impl
    8124da763f remove unreachable code
    d034b3a849 clobber warnings from numpy innards
    9941a401e1 macros to disable warnings around system headers
    8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
    2e7b8165ae Fixed pragma stuff on gcc
    9775bb02d9 Fixed pragma stuff on gcc
    680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
    8ffd6ed790 forgot to add "units" to CMakeFiles.txt
    06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
    d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
    d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
    cf5cd16b33 Fix macro usage on gcc
    a88bbcd202 Macros to narrowly target disabling warnings
    c0d5cdf004 Formatting Changes
    be019b44b2 Formatting Changes
    2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
    5d9f27faeb Refactor coda-oss conan recipe
    ce66457149 Disable warning for MSVC2017 and earlier
    ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
    1d9a4ec712 Add conan option to use std::regex instead of pcre
    6dd5d44576 add required include
    4c0ae77811 add required include
    1873ceeb8a parameterize build (somewhat)
    c9ef567a7a fix Release compile error
    e6b47e94ee fix compiler error
    eff205ba2d helper macro to fix unusual targets
    342098a32c Fix CMake build for modules without include files
    5625706ebf Enable cpp17 option for windows builds
    98e12b138e Use consistent line endings for *.in template files
    d01fea0b73 Configure coda_add_module to install more file extension types
    30823f673b Delete stray file
    ac7760ba22 Load dependency targets when loading coda-oss for conan build
    14781cab8e Implement conan build for openjpeg and pcre2 dependencies
    9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
    1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
    772d804951 Implement conan build for libjpeg dependency
    98b653dea4 Implement conan build for xerces-c dependency
    11323e8e98 Implement conan build for zlib dependency
    d0e6bf2c4b Improve conan test_package
    a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
    c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
    0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
    2768e5f07e Update libjpeg to v9d
    d75f55bcac Update zlib to 1.2.11
    ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
    1babd19b55 Fix warning in thread tests for MSVC
    2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
    a485bf6bb1 Fix BIGENDIAN redefinition warning
    59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
    b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
    2b179b6587 Fix integer overflow issue
    898151ad75 Hook up simple "units" (#513)
    4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
    c1878b228e Fix for numerical precision issues surrounding horizontal lines
    7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
    58fc85f096 Whitespace change to trigger workflow
    ab74026b9f Fix wscript to successfully build test_num_elements
    323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
    16a5502896 Added option to enable cpp17
    b0625cf5a2 tweak debug stuff (#508)
    8455494878 fix RowCol casting (#507)
    01fbb5f008 Get std::u8string working right with C++20 (#506)
    df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
    e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
    4c9ea0ef18 tweaks for VS2019 16.10 (#503)
    0d8ea070a5 reduce compiler warnings (#502)
    625b8b59d4 reduce compiler warnings (#500)
    3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
    427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
    c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
    b5105b54ae reduce compiler warnings (#495)
    e0099cc269 Develop/compiler optimizations (#494)
    0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
    5f91f70604 fix printf() format string (#491)
    55b855a865 Delete codeql-analysis.yml
    603c192d3b Update codeql-analysis.yml
    f306979e87 Update codeql-analysis.yml
    4a1f78f8ef Create codeql-analysis.yml
    3c80a65680 add back coda_oss::filesystem::path (#490)
    eaea659ed3 tweak how std:: features are exposed (#489)
    0492f0d95f simplify code exposing std:: routines (#488)
    e5f3d77701 remove code-analysis diagnostics (#485)
    5be599e5af make HOME and USERPROFILE the same (#484)
    62b22ae019 cleanup more compiler warnings (#483)
    c32ec7dcc1 add unit-tests for env-var editing (#482)
    311aea4623 allow an environment-variable to be "edited" during expansion (#481)
    bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
    068562f589 fix glitches in expandEnviromentVariables() (#479)
    30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
    074a873b28 remove compiler warnings (#477)
    e29f65479f latest C++17 tweaks (#476)
    c4e681b0ae tweak code when wchar_t is a built-in type (#474)
    8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
    a62bdb3e64 add operator= to sys::Optional (#472)
    8e310a776d use compiler-provided macros to determine features (#470)
    88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
    b195ab3efc need at least VS2017 to use the real GSL (#469)
    2978f9114f tweaks to build with older compilers (#468)
    7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
    cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
    3db09742c1 get rid of more compiler warnings (#465)
    5e0d2e8451 get rid of "char8_t" compiler warning (#463)
    d710bc6882 make getValue() easier to use (#462)
    f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
    88be6dba35 consistently add C++14/17/20 library features (#459)
    59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
    35de4524c4 use sys::Filesystem::path rather than std::string (#457)
    cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
    f395edc891 remove ambiguous overloads w/C++17 (#455)
    eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
    243ef5e500 don't derive from std::iterator (#453)
    a48b011411 Arguments should be "const&" to prevent C4866 (#452)
    878bff901f provide std::span (#451)
    81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
    93cf0f03ef main -> master (#449)
    5af37a7363 be sure code compiles with C++17 (#448)
    82b5aecfb5 build with C++17 (#407)
    6ffb888d79 reduce compiler warnings (#439)
    9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
    bc5552cd20 update to xerces-c-3.2.3 (#409)
    6fe09e1dbb update to openjpeg-2.3.1 (#417)
    6405c0ce59 reduce differences in #407 (#438)
    2987bbf8d6 tweak how std::filesystem is enabled (#437)
    8fd3c2f202 tweak how std::endian is enabled (#436)
    138372c886 more straight-forward reduction of std::auto_ptr (#435)
    f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
    d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
    54ed52158e allow clients to specify custom toType and toString (#431)
    7f90aab25e remove trailing underscore from macro (#429)
    999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
    6f075b1be5 add sys::Byte (#426)
    92221bd0d9 allow except::Throwable to derive from std::exception (#421)
    a8f52d0ad4 reduce compiler warnings (#424)
    63ea20af69 #including <bit> w/C++17 generates warnings (#408)
    10ef060313 reduce compiler warnings (#405)
    cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
    cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
    1db3751a3c implmeent sys::Endian from C++20 (#402)
    f042cd6bb9 support std::filesystem if desired (#400)
    4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
    e2a62f8ec2 make it easier to use xml.lite (#396)
    1059b7da1c allow for explicit use of a UTF-8 string (#395)
    27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
    e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
    cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
    6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
    14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
    e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
    78b0f6bb26 another try at removing the compiler warning from tiff::split()
    8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
    fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
    98a589616d get rid of g++ strncpy() warning
    798f847117 don't use memset(0) with C++ objects
    7f697d078c casting result of system() to void doesn't get rid of compiler warning
    d55a849c51 remove new g++ compiler warnings in WSL
    d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
    cc62e866b0 fix compiler warnings
    d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
    fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
    536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
    27288f49bb Merge pull request #358 from mdaus/conan-options
    fd5e1eecb7 Expose additional CMake options in conan recipe
    c972161793 Remove unneeded CMake function

    git-subtree-dir: externals/coda-oss
    git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

commit 09af7ecaf749e578bacd564def876f61a62fa5c6
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Fri Nov 18 10:14:31 2022 -0500

    latest from coda-oss

* Looks like namespaces have to be adjusted :-(

* add --output-on-failure to ctest

* use Linux line-endings

* new warnings from VS updates that aren't in older versions.

* break-apart fakeDerivedData unittest to help track down test failure on GitHub

* control validate with a parameter rather that duplicating code

* make getISMUri() a pure virtual so that we know all of our derived classes implement it

* remove non-XSD files

* restore changes from "main" to try to track down unittest failure

* remove more non-XSD files

* try -j 3

* start hooking up getISMUri()

* ... and try -j 4

* -j 4 works, how about -j 6 ?

* -j 8 works, how about -j 8 ?

* getISMUri() doesn't need to be a member function

* pass the URI to convertDerivedClassificationToXML()

* trying (again) to switch to new ISM schema.

* Revert "trying (again) to switch to new ISM schema."

This reverts commit 14ccfebbc434620df49c671b88f88ed9c4f19b78.

* Squashed commit of the following:

commit 757a806820747f7c5542100295a1d529ec95ba94
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 14:27:01 2023 -0500

    remove last? traces of SIDD3.0 from six.sidd

commit 00bea9fa9e5d3b20757bf26ac35ac079d8d93419
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 13:52:45 2023 -0500

    remove more SIDD 3.0 unittest code from six.sidd, it's not just in six.sidd30

commit 0407911ebc7489c5b674cc079078af10f4b2e1f1
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 13:43:14 2023 -0500

    begin removing SIDD 3.0 support from six.sidd; it is now (or will be) just in six.sidd30

commit 0fa02ec666d1881cea14cd63f0382fe97accb200
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 12:33:27 2023 -0500

    more sidd -> sidd30

commit 822b4ae934e9c27cff75b99503ff9e59f91643c7
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 11:27:08 2023 -0500

    more sidd -> sidd30

commit c8de1226cc4e8a9a24f1e70e3b825a7d97ae93bc
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:56:05 2023 -0500

    sidd -> sidd30

commit 2eb06d591bf6c13bcb5474e946857e29ed125244
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:51:51 2023 -0500

    six.sidd30 project and unittests

commit 69b3cc9809ba34a26a47a0623ab7988ad4afb4d5
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 10:41:12 2023 -0500

    copy six.sidd to six.sidd30

* move test_valid_sixsidd.cpp changes to six.sidd30

* merge in changes to get new six.sidd30

* consistent API for convertDerivedClassificationToXML()

* Squashed commit of the following:

commit 06d8f23385a635f1b9b51a37e38b5eb555647d12
Author: Dan Smith <dan.smith@maxar.com>
Date:   Tue Jan 31 10:32:38 2023 -0500

    build with CMake

commit 1f4ba79162bff26990592cd4425ab42ba2462b93
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:24:23 2023 -0500

    remove files duplicated between six.sidd and six.sidd30

commit ba63e0404d6052be3d3b704ccc3d669025932494
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:12:20 2023 -0500

    get six.sidd30 unittests working

commit 9a0c703a989af3523cddf44a876932f687a504d6
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 17:06:44 2023 -0500

    compile SIDD30 Utilities.cpp

commit 79091cbff5f37d69e81b2337b7bd663f9e6a54e0
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:44:37 2023 -0500

    use common code from six.sidd

commit 1ea9562390136910ae5f821697b206b253d3780b
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:33:42 2023 -0500

    consistent convertDerivedClassificationToXML() API

commit f6faa5be757bb28f03e144880d1f181fd0a72540
Author: Dan Smith <dan.smith@maxar.com>
Date:   Mon Jan 30 16:12:13 2023 -0500

    use common code from six.sidd

commit b3df43dd711b1569fb5e830b30d36059a7d88370
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:56 2023 -0500

    latest from coda-oss and nitro

commit 9bdb185f29686a5d01dadffe6b6fb9f7c5d8cc9d
Merge: 35a73fd86 54a36ce7e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:34 2023 -0500

    latest from coda-oss and nitro

commit 54a36ce7e89c86cf52e5778c06eb1b7b7e637857
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:31 2023 -0500

    Squashed 'externals/nitro/' changes from e1a64da1f..24ff32863

    24ff32863 -j 6 seems to work for SIX, how about NITRO?
    713ee8538 -j 6 seems to work for SIX, how about NITRO?
    4ccdf5b37 latest from coda-oss (#527)
    c71acc492 latest from coda-oss (#526)
    08cbb96f9 build with older C++14 compilers (#524)

    git-subtree-dir: externals/nitro
    git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

commit 35a73fd867caef0f644eaeb198d59b6ed0901ee7
Merge: 0e1c446dd 41a30838e
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:26 2023 -0500

    Merge commit '41a30838e1d4dba6472d7211f3e76b671b48450d' into feature/SIDD-3.0

commit 41a30838e1d4dba6472d7211f3e76b671b48450d
Author: Dan Smith <Dan.Smith@maxar.com>
Date:   Mon Jan 30 15:24:26 2023 -0500

    Squashed 'externals/coda-oss/' changes from 1582c6ac9..aabc5818e

    aabc5818e remove more C++11 work-arounds (#642)
    b04ccca17 remove more C++11 work-arounds (#641)
    e460970a7 increase GCC warnings (#640)
    91284249b provide ComplexView iterator support (#639)
    453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
    5736cfd4d is_trivially_copyable for old Intel compiler (#637)
    7c2aea38f use H5 SDK naming conventions (#636)
    fc3008b8d use 'modern' C pre-processor
    b44709a95 added ComplexSpansView utility (#635)
    986307c9c Merge branch 'master'
    e1b0fa349 commit (but not build) HDF5 source code (#634)
    3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
    37d7ec76e restore C++14 workarounds for older compilers (#632)
    244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
    714ca4ed7 restore C++14 workarounds for older compilers
    640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
    eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
    57b938eeb don't need __INTEL_COMPILER work-around with C++14
    65779f3b1 build C code with -std=gnu99
    94dc9280f C++14 work-arounds for an old version of the Intel compiler
    3744d05e2 slam-in "main"
    82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
    94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
    1ac97fe48 add HDF5 source code (not built) (#612)
    8ab982820 Squashed commit of the following:
    31781a14a remove C++17 work-arounds
    c15f6930c Revert "<filesystem> is in C++17"
    0fe38c16f restore recent buld.py changes
    0c75411ee <filesystem> is in C++17
    bbbcd562a remove C++11 work-arounds
    c1e15e9d9 Merge branch 'main' into main-cpp17
    bea818fb0 must use C++17 in this branch
    91653a096 another place where C++17 is set
    7d555f2be back to C++17
    b1969d996 merge main
    0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
    e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
    240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
    9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
    f1529942f std::make_unique instead of new
    be9b6a71c Squashed commit of the following:
    62a2ec4e1 Revert "remove our GSL work-around for C++11"
    1db082c21 Revert "try the current "main" of GSL"
    44b70edde try the current "main" of GSL
    4edbf6bad Revert ""There is no warning 4814""
    bcd7458be "There is no warning 4814"
    c185bf3f1 starting working on MutexCpp11
    313bdd1d9 AtomicCounter* files have been removed
    c1c448051 remove our GSL work-around for C++11
    37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
    71f3c1299 remove no-longer-used NSPR code
    8e77cb210 removed no-longer-used Irix and Solaris files
    fabef6966 use std::atomic for all AtomicCounter implementations
    ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
    30076c1d1 turns out there was already a TEST_FAIL macro
    d73ee16fb need "::" to find global test
    ba01c48df remove C++11 workarounds for C++14 features
    cbd4a31ae Squashed commit of the following:
    b21c203b8 Squashed commit of the following:
    5b542c60f Squashed commit of the following:
    cb0cf94ff ByteStream.cpp is now warning-free
    f5daa37fc cast to DWORD; "const" correctness
    bfaf644ff #pragma-away compiler warnings from standard headers
    72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
    b076580cd trying to fix GCC compiler warning
    1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
    2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
    6f76c2e3e Update CMakeLists.txt
    c3ca4a538 do in-line initialization
    8e6733618 remove G++ compiler warning
    a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
    af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
    ba31cbaa9 use "void*" to avoid reinterpret_cast<>
    08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
    d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
    f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
    22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
    0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
    544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
    a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
    fed604617 older compilers want std::string() as argument to std::logic_error()
    cf2c502a6 do more debug & release builds on GitHub
    d4aa99256 build some debug targets on Gitlab
    368245258 tweak CODA_OSS_DEBUG again for G++
    24ba64f71 tweak how CODA_OSS_DEBUG is set
    9680e8f0e add check for _GLIBCXX_DEBUG
    943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
    01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
    b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
    109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
    e51e4c2ad no need to create local just to return
    e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
    d1391f989 use template for to_std_string() overloading
    566942680 fix std::char8_t when building with C++20
    cf604b1ab fix C++17 build errors
    48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
    9706a4336 remove code-analysis diagnostics
    50592e4f8 G++ complains about an unneeded call to std::move()
    9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
    ecfe1f8a7 more "noexcept"
    b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
    eaecf46ed tweak CODA_OSS_cplusplus from "main"
    5773b1ec1 trying to get C++17 WAF build working on Windows
    a048a00a1 unique names for waf & CMake
    7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
    4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
    1fd8cede2 cleanup for VS 2019 16.10
    4dffa1394 explicitly =delete copy/assignment
    df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
    42b4e99b6 remove code-analysis diagnostics
    70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
    20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
    ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
    669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
    623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
    11c75df53 fix release build errors
    66f048b92 turn on more compiler warnings where possible
    eb615e315 consolidate calls to mem::make::unique
    a6f5eb690 reduce use of explicit new
    84d5e1b01 use mem::make::unique instead of explicit new
    019d726ea = default for default constructors
    86ab5d8f3 use std::unique_ptr and "const noexcept"
    b071972d7 another batch of =default for default constructors
    98276da94 more =default for default .ctor()s
    ceb7bc596 do default constructors with =default
    7bed51750 more code-analysis cleanup
    f9c04b117 "noexcept" code-analysis warnings
    6586ae390 need gsl::make_span from gsl/span_ext
    722089774 remove gsl/mem dependency cycle
    d741a0761 use gsl::narrow<> instead of static_cast
    99eb4b36e get rid of signed/unsigned mismatch compiler warning
    814450522 remove more code-analysis diagnostics
    c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
    e6d70a9ff last of "const" from code-analysis
    b8445814a mark a few more things as "const" per code-analysis
    d18544ec7 don't need to create temporary std::strings
    ee7faa979 still more code-analysis cleanup
    5cd6f864d cleanup more code-analysis diagnostics
    492fb0a86 one more compiler warning about implicitly deleted copy/assignment
    b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
    14…
JDanielSmith pushed a commit that referenced this pull request Feb 8, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone

* latest from coda-oss and nitro

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

9cfe9a4a8 Merge branch 'master'
e989b0910 createElement() needs to be virtual (#646)
4bdaf10d9 Change xml lite function to virtual (#645)
d17b57a54 Merge branch 'master'
fa00a5430 move debug -g flags to be turned on only if debugging (#644)
6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
44ab72854 routines for simple writing to HDF5 files (#643)
aabc5818e remove more C++11 work-arounds (#642)

git-subtree-dir: externals/coda-oss
git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

* Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

24ff32863 -j 6 seems to work for SIX, how about NITRO?
713ee8538 -j 6 seems to work for SIX, how about NITRO?

git-subtree-dir: externals/nitro
git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 9cfe9a4a8..b9ea37bbf

b9ea37bbf xml::lite::Validator can be moved (#648)

git-subtree-dir: externals/coda-oss
git-subtree-split: b9ea37bbf3fce6f09a8e1b4bb2deb6abb57ca075

* Squashed 'externals/nitro/' changes from 24ff32863..463c9e418

463c9e418 latest from coda-oss (#531)

git-subtree-dir: externals/nitro
git-subtree-split: 463c9e4189a86679ff6d9d2d57cdafadcf9281ce

* latest from coda-oss and NITRO

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b9ea37bbf..81285872f

81285872f build cleanly with all G++ warnings enabled (#649)

git-subtree-dir: externals/coda-oss
git-subtree-split: 81285872ff37b85594398a6752f7855ad84a2e92

* Squashed 'externals/nitro/' changes from 463c9e418..b871d2b9c

b871d2b9c latest from coda-oss (#532)
e8ff6b444 apps: fix display of TREs from file extended header section (#529)

git-subtree-dir: externals/nitro
git-subtree-split: b871d2b9c76d02b9b56f8edb1fdbb5a67fe15d0f

* latest from coda-oss and NITRO

* fix DECLARE_EXCEPTION syntax
JDanielSmith pushed a commit that referenced this pull request Feb 17, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone

* latest from coda-oss and nitro

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

9cfe9a4a8 Merge branch 'master'
e989b0910 createElement() needs to be virtual (#646)
4bdaf10d9 Change xml lite function to virtual (#645)
d17b57a54 Merge branch 'master'
fa00a5430 move debug -g flags to be turned on only if debugging (#644)
6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
44ab72854 routines for simple writing to HDF5 files (#643)
aabc5818e remove more C++11 work-arounds (#642)

git-subtree-dir: externals/coda-oss
git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

* Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

24ff32863 -j 6 seems to work for SIX, how about NITRO?
713ee8538 -j 6 seems to work for SIX, how about NITRO?

git-subtree-dir: externals/nitro
git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 9cfe9a4a8..b9ea37bbf

b9ea37bbf xml::lite::Validator can be moved (#648)

git-subtree-dir: externals/coda-oss
git-subtree-split: b9ea37bbf3fce6f09a8e1b4bb2deb6abb57ca075

* Squashed 'externals/nitro/' changes from 24ff32863..463c9e418

463c9e418 latest from coda-oss (#531)

git-subtree-dir: externals/nitro
git-subtree-split: 463c9e4189a86679ff6d9d2d57cdafadcf9281ce

* latest from coda-oss and NITRO

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b9ea37bbf..81285872f

81285872f build cleanly with all G++ warnings enabled (#649)

git-subtree-dir: externals/coda-oss
git-subtree-split: 81285872ff37b85594398a6752f7855ad84a2e92

* Squashed 'externals/nitro/' changes from 463c9e418..b871d2b9c

b871d2b9c latest from coda-oss (#532)
e8ff6b444 apps: fix display of TREs from file extended header section (#529)

git-subtree-dir: externals/nitro
git-subtree-split: b871d2b9c76d02b9b56f8edb1fdbb5a67fe15d0f

* latest from coda-oss and NITRO

* fix DECLARE_EXCEPTION syntax

* latest from coda-oss and NITRO

* Squashed 'externals/nitro/' changes from b871d2b9c..eea09a38d

eea09a38d latest from coda-oss (#534)
e2f038e45 adjust compiler flags for clean CMake builds (#533)

git-subtree-dir: externals/nitro
git-subtree-split: eea09a38d87765f6b65d598d1a541f4d8da1bff1

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 81285872f..ba8547621

ba8547621 don't put 'struct' in the macro
bd79aa11f require Python 3.7, do MD5 check
ecfa687c5 use std::filesystem (instead of sys::filesystem) where possible (#652)
243bc9991 add 'override'
c0fd2124d wrap common "file open" routines to support sys::expandEnviromentVariables() (#651)
0657f3297 adjust compiler flags for clean CMake builds (#650)

git-subtree-dir: externals/coda-oss
git-subtree-split: ba8547621a4fb41ff2b61b21dc46a3ad9a22293a
JDanielSmith pushed a commit that referenced this pull request Feb 20, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone

* latest from coda-oss and nitro

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

9cfe9a4a8 Merge branch 'master'
e989b0910 createElement() needs to be virtual (#646)
4bdaf10d9 Change xml lite function to virtual (#645)
d17b57a54 Merge branch 'master'
fa00a5430 move debug -g flags to be turned on only if debugging (#644)
6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
44ab72854 routines for simple writing to HDF5 files (#643)
aabc5818e remove more C++11 work-arounds (#642)

git-subtree-dir: externals/coda-oss
git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

* Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

24ff32863 -j 6 seems to work for SIX, how about NITRO?
713ee8538 -j 6 seems to work for SIX, how about NITRO?

git-subtree-dir: externals/nitro
git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 9cfe9a4a8..b9ea37bbf

b9ea37bbf xml::lite::Validator can be moved (#648)

git-subtree-dir: externals/coda-oss
git-subtree-split: b9ea37bbf3fce6f09a8e1b4bb2deb6abb57ca075

* Squashed 'externals/nitro/' changes from 24ff32863..463c9e418

463c9e418 latest from coda-oss (#531)

git-subtree-dir: externals/nitro
git-subtree-split: 463c9e4189a86679ff6d9d2d57cdafadcf9281ce

* latest from coda-oss and NITRO

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b9ea37bbf..81285872f

81285872f build cleanly with all G++ warnings enabled (#649)

git-subtree-dir: externals/coda-oss
git-subtree-split: 81285872ff37b85594398a6752f7855ad84a2e92

* Squashed 'externals/nitro/' changes from 463c9e418..b871d2b9c

b871d2b9c latest from coda-oss (#532)
e8ff6b444 apps: fix display of TREs from file extended header section (#529)

git-subtree-dir: externals/nitro
git-subtree-split: b871d2b9c76d02b9b56f8edb1fdbb5a67fe15d0f

* latest from coda-oss and NITRO

* fix DECLARE_EXCEPTION syntax

* latest from coda-oss and NITRO

* Squashed 'externals/nitro/' changes from b871d2b9c..eea09a38d

eea09a38d latest from coda-oss (#534)
e2f038e45 adjust compiler flags for clean CMake builds (#533)

git-subtree-dir: externals/nitro
git-subtree-split: eea09a38d87765f6b65d598d1a541f4d8da1bff1

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 81285872f..ba8547621

ba8547621 don't put 'struct' in the macro
bd79aa11f require Python 3.7, do MD5 check
ecfa687c5 use std::filesystem (instead of sys::filesystem) where possible (#652)
243bc9991 add 'override'
c0fd2124d wrap common "file open" routines to support sys::expandEnviromentVariables() (#651)
0657f3297 adjust compiler flags for clean CMake builds (#650)

git-subtree-dir: externals/coda-oss
git-subtree-split: ba8547621a4fb41ff2b61b21dc46a3ad9a22293a

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from ba8547621..4c68fa0d3

4c68fa0d3 fix directory names
5ee2f039a poor-man's version of "import module std;" (#655)
fad02842c Add HighFive library (#654)
b31f5b6ab have Python 3.6 on a build server

git-subtree-dir: externals/coda-oss
git-subtree-split: 4c68fa0d34fbc53eb59de36ee3abd3a4978510bb

* Squashed 'externals/nitro/' changes from eea09a38d..437978da8

437978da8 latest from coda-oss (#535)

git-subtree-dir: externals/nitro
git-subtree-split: 437978da8d41ea6279c7e6ea52be84df0d9f9b99

* latest from coda-oss
JDanielSmith pushed a commit that referenced this pull request Feb 27, 2023
* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 67d6362bcf..d06dc6534d

d06dc6534d mem::AutoPtr for C++17 (#615)
83443602a6 mem::AutoPtr class to aid C++17 transition (#614)
f10fa2009c Release 2022-11-04 (#613)
a32e697044 remove exception specifications (#609)
084f19126a utilities to find files/directories for unittests (#608)
a3cedada96 Merge branch 'master'
fde6c864fa Merge pull request #607 from mdaus/bugfix/change-order-of-config-header-install
c8a0044010 Install the cmake-configured header after installing the xercesc source tree. Otherwise, the original config will persist in the install
dda2c9acda Merge pull request #606 from mdaus/fix-xerces-config
004a00f09b Bump zlib version for conan builds
207f4dbb9f Fix Xerces config issue and install its config.h
b842417671 Add support for debug optimizations.
0f6cda57dc Use enhanced debug information with gcc/gdb.
5047dce1a9 Work around GCC avx support bug.
001ab18751 Rebuild the waf self-extractor with a fix for the FIPS error.
5a7f64fca2 Revert "Rebuild the waf self-extractor with a fix for the FIPS problem."
9f6f775f8f Rebuild the waf self-extractor with a fix for the FIPS problem.
af7229bd83 utilities to find files from a build (#605)
264ae49dd7 be sure downstream projects build w/C++14 (#604)
7a7b13cbd5 "hello world" for HDF5 (#602)
33cff0ff43 more C++14
963e8ff40c Revert "add HDF5 source code (#603)"
7b5e71a006 add HDF5 source code (#603)
ec7bb2e520 add HDF5 source code (#603)
ec26f703e7 build in NITRO and SIX (#601)
f4361a9730 make it easier to write cli unit-tests (#600)
34b6fdeee1 tweak toString() to reduce specialization (#599)
5907b3ed60 remove C++11 workarounds (#598)
caed59480d Release 2022-08-30_cpp14 (#597)
2630d41e08 get rid of merge conflict
652bce3854 Merge branch 'master'
6f41c09d71 Release 2022-08-30 (#596)
838c323d6a Merge branch 'master'
f916680126 Added handler accessor to MinidomParser for inheriting modules (#594)
72d29e9c27 get unittests working when "nested" in other projects (#595)
f8f18fea5f Actually look at unit test results when using waf (#593)
4189c429e8 Merge branch 'master'
cda679ceee more overloads to take a string length (#592)
b95a32bc4c by default, Uri()s aren't validated (#591)
903ee7ffff Merge branch 'master'
173930a6f2 fix a UTF-8 conversion bug (#590)
a1c0a1eea6 Merge branch 'master'
c5c221a832 CODA code inherits from xml.lite classes :-( (#589)
1bfe5fc402 Merge branch 'master'
a4c6294c30 use EncodedStringView instead of _bstr_t (#588)
6c2df8bb62 "main" is now C++14 (not C++20)
2ce4161080 Squashed commit of the following:
3a0f7fd14d Merge branch 'master'
83c982f0cf remove work-arounds to write non-UTF-8 XML (#586)
142fd7185e Merge branch 'master'
ebf6db1762 <bit> is part of C++20
d3aa8aa5ce std::u8string is in C++20, not C++17
03654933c4 changes to math.linear from coda (#587)
d442e5be0f Merge branch 'master'
5a2f8e52f1 release 2022-08-02 (#585)
e5516aba29 tweak names to match utf8:: conventions (#584)
32f08a9e40 Squashed commit of the following:
ee15ba3172 Merge branch 'master'
3083ec7915 move most platform-specific code to EncodedStringView (#583)
bede753547 fix unit-test with C++20
61a8033f62 consistent use of coda_oss:: and std::
5d3bf9eb83 Merge branch 'master'
36371410c0 EncodedString tweaks for XML processing (#582)
cf2016205c remove any vestiges of Expat and libXML (#580)
33538aa0fc update for newer Intel compiler
ed65e4ccc5 Add two patch candidates to fix FIPS problems in waf.
34c40bd397 Merge branch 'master'
a731ebf8e8 release 2022-06-29 (#579)
a9b9d2a9fa Merge branch 'master'
59387bd87b update "ReleaseNotes.md" for recent changes (#578)
24a3f01afe Merge branch 'master'
e4f940854a remove "boost" and "serialize" (#577)
80b70537e9 update to zlib-1.2.12 (#576)
f92811a53b Merge branch 'master'
202084bacb Remove some compiler warnings (#575)
414c25c551 build with C++20 in VS
1a99a29da3 Merge branch 'master'
c61232224b build most code with Visual Studio (#574)
5cca863d7e Merge branch 'master'
6e4d952bea some unit-tests need argc/argv (#573)
36e051d7b6 Add run1D method to GenerationThreadPool (#572)
6d4776235e Merge branch 'master'
0a08b8e4e9 build "coda-oss-lite" as a VS2022 project (#571)
6677cc38e3 simplify creation of encodes string (#570)
ba62c610c1 Add the 'universal_newlines=True' flag to python Popen calls.
984e4a96ce Fix a bug in waf platform detection.
8f1173f4a6 fix build errors
f21af35b0b Merge branch 'master'
d2aca8d4b5 release 2022-05-03 (#569)
ff55fed596 can't replace all TEST_ASSERT macros with functions (#568)
4db8ada411 restore changes clobbered with merge from "master"
a1f36e1839 Merge branch 'master'
89a636a6af fix copy/assignment in EncodedString (#567)
c3fe91d424 latest tweaks to build with C++17 (#566)
a59a51b571 be sure we use a 64-bit time_t (#565)
1f79fb3ddf Poly2D::atY() bugfix (#564)
ac5307662d Testing to see if windows-2019 works with github actions (#563)
8d0726b37e Fix a bug in waf platform detection.
80fe8e9f8a Merge branch 'master'
c662b5aac3 Update ReleaseNotes.md
ef4a3bbd9a Release 2022-02-22 (aka 2/22/22) (#562)
33b0f3f6eb Merge branch 'master'
8bd0c8cf4a Merge branch 'main' of github.com:mdaus/coda-oss
0a0e6cf145 use char16_t on Linux (#560)
7e41b4b5e4 Merge branch 'feature/use-cpp11-code'
fe65bfddfb fix units for ICC, sys::filesystem (#559)
fc99e4b3e6 recreate from "master"
510317c07a use std::filesystem to "implement" sys::filesystem
895f6c77cd always implement sys::filesystem
0d83ae22fc "units" changes from master
b58173b781 latest from "master" (not quite)
793e3442c8 Squashed commit of the following:
91a729f5a2 re-create from "master"
def979170b update to GSL 4.0.0 (#558)
fe365e5a41 fix XML validation for UTF-8 (#557)
502e5829b8 support conversion to std::wstring (#556)
e69422596a Delete codeql-analysis.yml
45bc6a9640 Create codeql-analysis.yml
87d9a7ef54 remove CodeQL
eab5ecb899 Update build_unittest.yml
8ab12d47e9 Delete codeql-analysis.yml
9e542092b8 try running CodeQL as part of build-linux-cmake
de0c50651e Create codeql-analysis.yml
049608782b tweaks to build in "coda" (#554)
0ba24233b9 replace sys::U8string with coda_oss::u8string (#553)
bcee6551f2 add EncodedString class (#552)
c2eecd3925 simplify implementation of EncodedStringView (#551)
c1320ef00d fix 'typename' for other compilers (#550)
ac3b93931f tweaks to make "main" build easier (#549)
78da741cf5 remove sys/Optional.h (#548)
f31730ac77 put our std work-arounds in one place (#547)
9b7bb571a9 Add an EncodedStringView class (#545)
c0e1da5201 another batch of tweaks to cleanup compiler warnings, etc. (#546)
0f3bfd9d05 added missing "virtual", support unique_ptr (#544)
ca32f99c03 Add option to specify curl installation location. (#501)
2df9c1a819 allow std::filesystem::path to be used for validation (#543)
2891435760 add SinCos for units::Angle (#542)
e430eddefb Delete log4j as 1) it's old, 2) coda-oss doesn't use it, and 3) remove any questions about security vulnerability (#541)
bb11134fd0 xml.lite tweaks (#540)
955b33e215 Release 2021_12_13 (#539)
d73d74d5c1 xml.lite tweaks (#537)
3a90e25c6f use more C++11 functionality (#538)
9ca2a0e50c remove more compiler warnings (#536)
0ec9da1e91 be sure == and != are in-sync (#535)
9084be32c4 fix size_t compiler warnings (#534)
abd6469ec8 fix ICC errors (#533)
09cb36fff4 update version number before cutting a new release (#532)
c29e4d2988 fix ICC warnings/errors from high-side (#531)
91f8f1c089 simplify our std:: implementations (#530)
7c633c7bb5 Further reduce use of std::auto_ptr (#529)
d85883749c Provide support for creating simple version numbers (#528)
b035825929 Merge pull request #527 from mdaus/fix-crypt-h-clash
ffed3d6339 Disable encryption support in minizip build and remove crypt.h header
ee2b2bf8c0 Merge pull request #525 from mdaus/swig-fix
3c02ff2893 Fix config-python prefix issue
6149053d4e Add new config-python module for SWIG compatibility workarounds
30acf5b9af mt::transform_async(), mem::SharedPtr, math::SinCos() (#526)
21efd6a6c9 Implement better workaround for lack of SWIG support for "final"
60837a62ea Revert unneeded changes
0bc994dea7 Fix SWIG path issue for waf build
070f4e9150 Update SWIG generated files
f8472b0c46 Fix SWIG path issues and warnings
e10707f758 Set minimum SWIG version to 4.0.1
b8cdba5c75 Fix waf SWIG build issue
2bd0ee39e5 Enable SWIG in Github waf build
f2b001146f Try fixing SWIG compile issue again
afafabcc28 Fix SWIG compile issue on Linux due to missing macro
7c8d4a81d5 Add SWIG to the CI flow
4023d721c5 Regenerate SWIG bindings
1d8c70109c Add some compile definitions needed by SWIG for CMake build
e5cc58545f Remove some functions which return unique_ptr from SWIG bindings (incompatible).
965a2913dd Remove "final" specifier from structs bound in SWIG (incompatible)
f1bec56014 Merge branch 'master' of https://github.com/mdaus/coda-oss
c01c4d7de5 do in-line initialization (#524)
fb7230ea1e Update CMakeLists.txt
5dfb056898 tweaks for C++17 (#523)
1a7d3ab522 Merge pull request #515 from mdaus/security-and-conan-updates
d13885df66 make it easier to create a new Element with the right encoding (#522)
3fb09e73ab Merge pull request #359 from mdaus/parseArgUpdate
0d546a8f1b Tweak some ArgumentParser tests for the ignoreUnknownArguments option
14bd1f26d4 Merge remote-tracking branch 'origin/master' into parseArgUpdate
cf398c0d36 tweak code for C++11/C++17 (#521)
2d0322b070 reduce use of std::auto_ptr (#520)
853320e90f reduce use of deprecated C++98 code (#519)
4752ba2221 Replace some warning pragmas with macros
32685554ff Merge remote-tracking branch 'origin/master' into security-and-conan-updates
f0350c0cfd Merge pull request #518 from mdaus/bugfix/python3.9-related
fc01df0d8c fix typos in gcc macros
9d356f36cd fix gcc impl
8124da763f remove unreachable code
d034b3a849 clobber warnings from numpy innards
9941a401e1 macros to disable warnings around system headers
8a725bb8f3 Merge pull request #516 from mdaus/mbraswell-enablecpp17-windows
2e7b8165ae Fixed pragma stuff on gcc
9775bb02d9 Fixed pragma stuff on gcc
680d3cce41 Merge branch 'master' of https://github.com/mdaus/coda-oss
8ffd6ed790 forgot to add "units" to CMakeFiles.txt
06835676e5 Remove Auto_ptr flag and make disable warnings cross_platform compatible
d62efece56 Merge branch 'master' of https://github.com/mdaus/coda-oss into mbraswell-enablecpp17-windows
d04042ee9a Merge pull request #517 from mdaus/develop/compiler-warning-helpers
cf5cd16b33 Fix macro usage on gcc
a88bbcd202 Macros to narrowly target disabling warnings
c0d5cdf004 Formatting Changes
be019b44b2 Formatting Changes
2eb04dc9e7 Fixed compiler warnings and added option to compile cpp17 with waf on windows
5d9f27faeb Refactor coda-oss conan recipe
ce66457149 Disable warning for MSVC2017 and earlier
ecfefbfbec Merge remote-tracking branch 'origin/master' into security-and-conan-updates
8b1479881d Merge pull request #514 from mdaus/develop/fix-unused-symbol-errors
1d9a4ec712 Add conan option to use std::regex instead of pcre
6dd5d44576 add required include
4c0ae77811 add required include
1873ceeb8a parameterize build (somewhat)
c9ef567a7a fix Release compile error
e6b47e94ee fix compiler error
eff205ba2d helper macro to fix unusual targets
342098a32c Fix CMake build for modules without include files
5625706ebf Enable cpp17 option for windows builds
98e12b138e Use consistent line endings for *.in template files
d01fea0b73 Configure coda_add_module to install more file extension types
30823f673b Delete stray file
ac7760ba22 Load dependency targets when loading coda-oss for conan build
14781cab8e Implement conan build for openjpeg and pcre2 dependencies
9d955efa53 Exclude unsupported XML backend wrappers from CMake build to remove warnings
1e8c9b2643 Merge remote-tracking branch 'origin/master' into security-and-conan-updates
772d804951 Implement conan build for libjpeg dependency
98b653dea4 Implement conan build for xerces-c dependency
11323e8e98 Implement conan build for zlib dependency
d0e6bf2c4b Improve conan test_package
a03e1294e1 Fix uninitialized member variable warning in mt::AbstractTiedThreadPool
c7bb47b5f8 Remove member variable duplicated in derived class io::ToggleOutputStream
0838ac2ca2 Use consistent line endings for conan recipes and CMake files.
2768e5f07e Update libjpeg to v9d
d75f55bcac Update zlib to 1.2.11
ca2f84cff3 Fix warning in GSL for MSVC 2015 and earlier
1babd19b55 Fix warning in thread tests for MSVC
2f17632496 Fix warning in except module for Visual Studio 2015 and earlier
a485bf6bb1 Fix BIGENDIAN redefinition warning
59543e42b2 Disable warning in dbi for MSVC 2017 and earlier
b4b212834b Fix warnings in numpyutils for MSVC 2017 and earlier
2b179b6587 Fix integer overflow issue
898151ad75 Hook up simple "units" (#513)
4d6beeecc5 Merge pull request #511 from mdaus/develop/horizontal-improved-numerical-precision
c1878b228e Fix for numerical precision issues surrounding horizontal lines
7d1442c66c Merge pull request #510 from mbraswell/fix-testnumelements-build
58fc85f096 Whitespace change to trigger workflow
ab74026b9f Fix wscript to successfully build test_num_elements
323283cd78 Merge pull request #509 from mbraswell/develop-mbraswell-cpp17
16a5502896 Added option to enable cpp17
b0625cf5a2 tweak debug stuff (#508)
8455494878 fix RowCol casting (#507)
01fbb5f008 Get std::u8string working right with C++20 (#506)
df9413efae more "noexcept" for fewer code-analysis diagnostics (#505)
e6219f97f9 reduce compiler warnings/code-analysis diagnostics (#504)
4c9ea0ef18 tweaks for VS2019 16.10 (#503)
0d8ea070a5 reduce compiler warnings (#502)
625b8b59d4 reduce compiler warnings (#500)
3795758da0 get rid of more compiler warnings/code-analysis diagnostics (#499)
427f91be85 reduce compiler-warnings and code-analysis diagnostics (#498)
c82dd9e370 cleanup compiler and code-analysis diagnistics (#496)
b5105b54ae reduce compiler warnings (#495)
e0099cc269 Develop/compiler optimizations (#494)
0eeb3f9638 tweaks to python wrappers made in "nitro" (#492)
5f91f70604 fix printf() format string (#491)
55b855a865 Delete codeql-analysis.yml
603c192d3b Update codeql-analysis.yml
f306979e87 Update codeql-analysis.yml
4a1f78f8ef Create codeql-analysis.yml
3c80a65680 add back coda_oss::filesystem::path (#490)
eaea659ed3 tweak how std:: features are exposed (#489)
0492f0d95f simplify code exposing std:: routines (#488)
e5f3d77701 remove code-analysis diagnostics (#485)
5be599e5af make HOME and USERPROFILE the same (#484)
62b22ae019 cleanup more compiler warnings (#483)
c32ec7dcc1 add unit-tests for env-var editing (#482)
311aea4623 allow an environment-variable to be "edited" during expansion (#481)
bbcab13103 static_assert is C++11, don't use it when checking for C++11 (#480)
068562f589 fix glitches in expandEnviromentVariables() (#479)
30ed1d95e2 produce a new Path::expandEnviromentVariables() function (#478)
074a873b28 remove compiler warnings (#477)
e29f65479f latest C++17 tweaks (#476)
c4e681b0ae tweak code when wchar_t is a built-in type (#474)
8449ac29a4 wchar_t might not be a built-in type on old systems (#473)
a62bdb3e64 add operator= to sys::Optional (#472)
8e310a776d use compiler-provided macros to determine features (#470)
88405c8edb "constexpr" can be hard to get right with older compilers; don't even try (#471)
b195ab3efc need at least VS2017 to use the real GSL (#469)
2978f9114f tweaks to build with older compilers (#468)
7235b898d3 The (old) version of SWIG we're using doesn't like certain C++11 features. (#464)
cccde7f126 only look in the Win1252->UTF-8 map as a last resort (#467)
3db09742c1 get rid of more compiler warnings (#465)
5e0d2e8451 get rid of "char8_t" compiler warning (#463)
d710bc6882 make getValue() easier to use (#462)
f5a9284768 make getElement*() be consistent for both 0 and >1 (#461)
88be6dba35 consistently add C++14/17/20 library features (#459)
59c3a7e2ef use coda_oss:: as a drop-in replacement for std:: (#458)
35de4524c4 use sys::Filesystem::path rather than std::string (#457)
cace666005 make sys::Filesystem::path better conform to std::filesystem::path (#456)
f395edc891 remove ambiguous overloads w/C++17 (#455)
eac4371f19 use newly added sys::Optional<> to manage "encoding" (#454)
243ef5e500 don't derive from std::iterator (#453)
a48b011411 Arguments should be "const&" to prevent C4866 (#452)
878bff901f provide std::span (#451)
81727c4854 remove newly added a new pure virtual as that's a breaking change (#450)
93cf0f03ef main -> master (#449)
5af37a7363 be sure code compiles with C++17 (#448)
82b5aecfb5 build with C++17 (#407)
6ffb888d79 reduce compiler warnings (#439)
9137dda7dc GSL (Guideline Support Library) from https://github.com/Microsoft/GSL (#423)
bc5552cd20 update to xerces-c-3.2.3 (#409)
6fe09e1dbb update to openjpeg-2.3.1 (#417)
6405c0ce59 reduce differences in #407 (#438)
2987bbf8d6 tweak how std::filesystem is enabled (#437)
8fd3c2f202 tweak how std::endian is enabled (#436)
138372c886 more straight-forward reduction of std::auto_ptr (#435)
f13c7cec89 straight-forward reduction of std::auto_ptr (#434)
d243b08e1b add mem::auto_ptr for transition to C++17 (#432)
54ed52158e allow clients to specify custom toType and toString (#431)
7f90aab25e remove trailing underscore from macro (#429)
999e490686 with C++11, several sys typedefs are the same on both Windows & *nix (#427)
6f075b1be5 add sys::Byte (#426)
92221bd0d9 allow except::Throwable to derive from std::exception (#421)
a8f52d0ad4 reduce compiler warnings (#424)
63ea20af69 #including <bit> w/C++17 generates warnings (#408)
10ef060313 reduce compiler warnings (#405)
cf233fdcfd forgot Conf.cpp changes for sys::Endian (#403)
cc53b18537 fix several compiler warnings/code-analysis diagnostics (#404)
1db3751a3c implmeent sys::Endian from C++20 (#402)
f042cd6bb9 support std::filesystem if desired (#400)
4895a9f2dc WIN32 is old, but existing code might still use it; _WIN32 is better (#398)
e2a62f8ec2 make it easier to use xml.lite (#396)
1059b7da1c allow for explicit use of a UTF-8 string (#395)
27de8b8a44 Optionally record how std::string is encoded when manipulating XML (#378)
e0018cea75 implement some <filesystem>-like routines until we can use C++17 (#388)
cafb2365b7 Merge pull request #363 from mdaus/feature/fix-compiler-warnings
6a78bec201 use the existing sys::ubyte rather than making our own pre-C++17 std::byte
14c9fc4ca4 fix a couple of G++ compiler warnings via static_cast<>
e596a60070 std::numeric_limits<T>::epsilon() can be "constexpr"
78b0f6bb26 another try at removing the compiler warning from tiff::split()
8e1de21e17 fixed typo; added a few nots about why we're not using strncpy()
fed3ba8cdb retore previous tiff::split() code as the change got rid of the compiler warning but wasn't portable
98a589616d get rid of g++ strncpy() warning
798f847117 don't use memset(0) with C++ objects
7f697d078c casting result of system() to void doesn't get rid of compiler warning
d55a849c51 remove new g++ compiler warnings in WSL
d0aaa29884 Merge pull request #361 from mdaus/feature/fix-compiler-warnings
cc62e866b0 fix compiler warnings
d45c1f9a09 Updates based on peer review comments which include changing ostream to pointer, adding a couple of more tests, and updating all auto_ptr to unique_ptr in unit test.
fb12ba1266 Update ArgumentParser to use a stream as an argument if the ignore unknown argument flag is set to true.
536d2b0cad Added ability to ignore unknown arguments in the ArgumentParser.
27288f49bb Merge pull request #358 from mdaus/conan-options
fd5e1eecb7 Expose additional CMake options in conan recipe
c972161793 Remove unneeded CMake function

git-subtree-dir: externals/coda-oss
git-subtree-split: d06dc6534d713ecce71db9986d8db3bb5f7a213f

* trying to get git subtree working

* Squashed 'externals/nitro/' content from commit 29125a3472

git-subtree-dir: externals/nitro
git-subtree-split: 29125a3472688d0c60803c0d6ed922ac5248f69a

* git subtree for nitro

* pull from main, not master

* Squashed 'externals/coda-oss/' changes from d06dc6534d..8241dfe7e6

8241dfe7e6 remove last vestiges of std::auto_ptr (#616)

git-subtree-dir: externals/coda-oss
git-subtree-split: 8241dfe7e68d566d9b7ca1ccf572279f41cf6848

* latest from nitro

* add externals/nitro to fix merge conflicts

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 29125a3472..52fe000594

52fe000594 latest from coda-oss (#514)
1d29e4d865 remove std::auto_ptr (#513)

git-subtree-dir: externals/nitro
git-subtree-split: 52fe00059422c54625e26162ae3423ab2f19a8bb

* finish deleting externals/nitro/externals

* Squashed 'externals/coda-oss/' changes from 8241dfe7e6..ab45464820

ab45464820 remove C++17 workarounds (#618)
3d5daf702e unittests for creating XML from scratch (#617)

git-subtree-dir: externals/coda-oss
git-subtree-split: ab454648207b2923020bea7614a49def65f1108f

* add externals/nitro/externals for sync_externals

* remove externals/nitro/externals

* Squashed 'externals/nitro/' changes from 52fe000594..ffcce1e304

ffcce1e304 latest from coda-oss (#515)

git-subtree-dir: externals/nitro
git-subtree-split: ffcce1e3048179e93b0a4da5af3085a66dd3ecb4

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from ab4546482..566597043

566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
61aa5e430 Squashed commit of the following:
6557ee34c Yet another attempt at finding test files for unittests (#621)
501add035 -march=native for fastest optimization level (#620)
f1dd0a5b4 overloads to make creating XML documents easier (#619)

git-subtree-dir: externals/coda-oss
git-subtree-split: 56659704390d9cd8a19931676454f498b245e027

* latest from coda-oss

* NITRO-2.11.2

* Squashed 'externals/coda-oss/' changes from 566597043..418130d4d

418130d4d trying to fix build error on github
59d2f678e Release 2022-12-14 (#628)
1e8244291 new --with-optz=fastest-possible option (#627)
6ae81142d new --optz=faster option for WAF builds (#626)
11206c179 sym-links don't work on Windows filesystems
edd3e8fb9 overloads to make simplify routine XML processing (#625)
dfece6106 use sym-links rather than copying files (#624)
22f1f0776 build hdf5.lite with WAF (#623)

git-subtree-dir: externals/coda-oss
git-subtree-split: 418130d4d1c02074963117ba112fd69cf477699d

* Squashed 'externals/nitro/' changes from 7306ac86a..46c6702f8

46c6702f8 NITRO-2.11.2 (#521)
cd053bd7f coda-oss 2022-12-14 (#520)
28b65f4dc get unittests working in other projects (#518)
9182384db latest from coda-oss (#517)
ab88a99f5 Merge branch 'master'
b39ccc4c0 Fix conan build issues (#516)
abbf7e318 remove .git directory right away
5be12fc35 merge develop/sync_externals
103dd73ee latest from coda-oss (#508)
f71128d6f Adding tarfile member sanitization to extractall() (#505)

git-subtree-dir: externals/nitro
git-subtree-split: 46c6702f869f30fe2dbb1fb85692f3e714d545f6

* NITRO-2.11.2

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from c53304a90..1384b8a5e

1384b8a5e Merge pull request #629 from mdaus/zlib-update
ebbd57247 ZIP APIs use std::string in this branch
9cc19fe82 ZIP unittests
b8d25d364 Update zlib to 1.2.13

git-subtree-dir: externals/coda-oss
git-subtree-split: 1384b8a5e260c4a7418904508b1ab671950d8e45

* Squashed 'externals/nitro/' changes from 76047c7d3..bd741e4f1

bd741e4f1 latest from coda-oss (#522)

git-subtree-dir: externals/nitro
git-subtree-split: bd741e4f1e850b290b04343e915ac8fba6637157

* latest from coda-oss

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1384b8a5e..1582c6ac9

1582c6ac9 further progress on implementing hdf5::lite (#631)
0622af1fe rename "11" exception classes to "Ex" (#630)

git-subtree-dir: externals/coda-oss
git-subtree-split: 1582c6ac9e9f26ee4dbaa7018e6c98ab92ca88ec

* Squashed 'externals/nitro/' changes from bd741e4f1..a153ad562

a153ad562 latest from coda-oss (#523)

git-subtree-dir: externals/nitro
git-subtree-split: a153ad562458b05be7b79fe56596c2d4b8eb9567

* copy_externals

* copy_externals

* copy_externals

* Squashed 'externals/coda-oss/' changes from 1582c6ac9..986307c9c

986307c9c Merge branch 'master'
e1b0fa349 commit (but not build) HDF5 source code (#634)
3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
37d7ec76e restore C++14 workarounds for older compilers (#632)
244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
714ca4ed7 restore C++14 workarounds for older compilers
640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
57b938eeb don't need __INTEL_COMPILER work-around with C++14
65779f3b1 build C code with -std=gnu99
94dc9280f C++14 work-arounds for an old version of the Intel compiler
3744d05e2 slam-in "main"
82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
1ac97fe48 add HDF5 source code (not built) (#612)
8ab982820 Squashed commit of the following:
31781a14a remove C++17 work-arounds
c15f6930c Revert "<filesystem> is in C++17"
0fe38c16f restore recent buld.py changes
0c75411ee <filesystem> is in C++17
bbbcd562a remove C++11 work-arounds
c1e15e9d9 Merge branch 'main' into main-cpp17
bea818fb0 must use C++17 in this branch
91653a096 another place where C++17 is set
7d555f2be back to C++17
b1969d996 merge main
0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
f1529942f std::make_unique instead of new
be9b6a71c Squashed commit of the following:
62a2ec4e1 Revert "remove our GSL work-around for C++11"
1db082c21 Revert "try the current "main" of GSL"
44b70edde try the current "main" of GSL
4edbf6bad Revert ""There is no warning 4814""
bcd7458be "There is no warning 4814"
c185bf3f1 starting working on MutexCpp11
313bdd1d9 AtomicCounter* files have been removed
c1c448051 remove our GSL work-around for C++11
37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
71f3c1299 remove no-longer-used NSPR code
8e77cb210 removed no-longer-used Irix and Solaris files
fabef6966 use std::atomic for all AtomicCounter implementations
ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
30076c1d1 turns out there was already a TEST_FAIL macro
d73ee16fb need "::" to find global test
ba01c48df remove C++11 workarounds for C++14 features
cbd4a31ae Squashed commit of the following:
b21c203b8 Squashed commit of the following:
5b542c60f Squashed commit of the following:
cb0cf94ff ByteStream.cpp is now warning-free
f5daa37fc cast to DWORD; "const" correctness
bfaf644ff #pragma-away compiler warnings from standard headers
72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
b076580cd trying to fix GCC compiler warning
1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
6f76c2e3e Update CMakeLists.txt
c3ca4a538 do in-line initialization
8e6733618 remove G++ compiler warning
a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
ba31cbaa9 use "void*" to avoid reinterpret_cast<>
08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
fed604617 older compilers want std::string() as argument to std::logic_error()
cf2c502a6 do more debug & release builds on GitHub
d4aa99256 build some debug targets on Gitlab
368245258 tweak CODA_OSS_DEBUG again for G++
24ba64f71 tweak how CODA_OSS_DEBUG is set
9680e8f0e add check for _GLIBCXX_DEBUG
943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
e51e4c2ad no need to create local just to return
e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
d1391f989 use template for to_std_string() overloading
566942680 fix std::char8_t when building with C++20
cf604b1ab fix C++17 build errors
48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
9706a4336 remove code-analysis diagnostics
50592e4f8 G++ complains about an unneeded call to std::move()
9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
ecfe1f8a7 more "noexcept"
b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
eaecf46ed tweak CODA_OSS_cplusplus from "main"
5773b1ec1 trying to get C++17 WAF build working on Windows
a048a00a1 unique names for waf & CMake
7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
1fd8cede2 cleanup for VS 2019 16.10
4dffa1394 explicitly =delete copy/assignment
df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
42b4e99b6 remove code-analysis diagnostics
70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
11c75df53 fix release build errors
66f048b92 turn on more compiler warnings where possible
eb615e315 consolidate calls to mem::make::unique
a6f5eb690 reduce use of explicit new
84d5e1b01 use mem::make::unique instead of explicit new
019d726ea = default for default constructors
86ab5d8f3 use std::unique_ptr and "const noexcept"
b071972d7 another batch of =default for default constructors
98276da94 more =default for default .ctor()s
ceb7bc596 do default constructors with =default
7bed51750 more code-analysis cleanup
f9c04b117 "noexcept" code-analysis warnings
6586ae390 need gsl::make_span from gsl/span_ext
722089774 remove gsl/mem dependency cycle
d741a0761 use gsl::narrow<> instead of static_cast
99eb4b36e get rid of signed/unsigned mismatch compiler warning
814450522 remove more code-analysis diagnostics
c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
e6d70a9ff last of "const" from code-analysis
b8445814a mark a few more things as "const" per code-analysis
d18544ec7 don't need to create temporary std::strings
ee7faa979 still more code-analysis cleanup
5cd6f864d cleanup more code-analysis diagnostics
492fb0a86 one more compiler warning about implicitly deleted copy/assignment
b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
14d1d1cb8 #pragma-away warnings from GSL
86c40ea6c assert() to prevent some code-analysis diagnostics
7204517a9 make copy/assignment explicit
3ce824079 reduce code-analysis diagnostics
01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
03f3ddde9 proper printf format
877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
5a4a3d575 code-analysis doesn't like C-style casts
a3fdae416 code-analysis doesn't like NULL
6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
04306bbee need at least VS2017 to use the real GSL
796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
e07e89f0c turn on "warnings as errors" for CMAKE builds
5c019f891 complex "constexpr" functions not available with our version of g++
4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
dea7ea41b And still more compiler warnings ... almost done 🤞🏻
fbe3bbb20 remove assorted compiler warnings
e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
e9df212c6 Arguments should be "const&" to prevent C4866
94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
c053362d2 remove still more compiler warnings
9f133b85a remove some more compiler warnings
0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
1e6564a6e eliminate more compiler warnings
85a7b8ad0 remove a few compiler warnings
09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
8547cdd24 eliminiate GCC warnings from Filesystem.h
b5044b2a2 fix several compiler warnings/code-analysis diagnostics
9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: 986307c9c05f6b341e78245d220115fabe5b2fdb

* Squashed 'externals/nitro/' changes from e1a64da1f..08cbb96f9

08cbb96f9 build with older C++14 compilers (#524)

git-subtree-dir: externals/nitro
git-subtree-split: 08cbb96f95ca26da1ee8a42bf408551dc208e37a

* copy_externals

* latest from coda-oss and nitro

* latest from coda-oss and nitro

* Squashed 'externals/coda-oss/' changes from 986307c9c..b44709a95

b44709a95 added ComplexSpansView utility (#635)

git-subtree-dir: externals/coda-oss
git-subtree-split: b44709a950f710ff790aae6f9f8eb9f6ec6b0df8

* Squashed 'externals/nitro/' changes from 08cbb96f9..c71acc492

c71acc492 latest from coda-oss (#526)

git-subtree-dir: externals/nitro
git-subtree-split: c71acc492f4e00dfd0a3d10147deea0f819135bd

* copy_externals

* --depth 1 for git-clone

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from b44709a95..b04ccca17

b04ccca17 remove more C++11 work-arounds (#641)
e460970a7 increase GCC warnings (#640)
91284249b provide ComplexView iterator support (#639)
453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
5736cfd4d is_trivially_copyable for old Intel compiler (#637)
7c2aea38f use H5 SDK naming conventions (#636)
fc3008b8d use 'modern' C pre-processor

git-subtree-dir: externals/coda-oss
git-subtree-split: b04ccca17493e538130c350208da59be42eb6bc7

* Squashed 'externals/nitro/' changes from c71acc492..4ccdf5b37

4ccdf5b37 latest from coda-oss (#527)

git-subtree-dir: externals/nitro
git-subtree-split: 4ccdf5b3750bc565d45e7b5f3ca161ddb3b6ecb4

* latest from coda-oss

* --depth 1 for git-clone

* latest from coda-oss and nitro

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b04ccca17..9cfe9a4a8

9cfe9a4a8 Merge branch 'master'
e989b0910 createElement() needs to be virtual (#646)
4bdaf10d9 Change xml lite function to virtual (#645)
d17b57a54 Merge branch 'master'
fa00a5430 move debug -g flags to be turned on only if debugging (#644)
6be8f0a2e move debug -g flags to be turned on only if debugging (#644)
44ab72854 routines for simple writing to HDF5 files (#643)
aabc5818e remove more C++11 work-arounds (#642)

git-subtree-dir: externals/coda-oss
git-subtree-split: 9cfe9a4a8b92e982a5afce3938219dc3dc38bcc2

* Squashed 'externals/nitro/' changes from 4ccdf5b37..24ff32863

24ff32863 -j 6 seems to work for SIX, how about NITRO?
713ee8538 -j 6 seems to work for SIX, how about NITRO?

git-subtree-dir: externals/nitro
git-subtree-split: 24ff328636e3acbf1745e49df45b787403ecb113

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 9cfe9a4a8..b9ea37bbf

b9ea37bbf xml::lite::Validator can be moved (#648)

git-subtree-dir: externals/coda-oss
git-subtree-split: b9ea37bbf3fce6f09a8e1b4bb2deb6abb57ca075

* Squashed 'externals/nitro/' changes from 24ff32863..463c9e418

463c9e418 latest from coda-oss (#531)

git-subtree-dir: externals/nitro
git-subtree-split: 463c9e4189a86679ff6d9d2d57cdafadcf9281ce

* latest from coda-oss and NITRO

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from b9ea37bbf..81285872f

81285872f build cleanly with all G++ warnings enabled (#649)

git-subtree-dir: externals/coda-oss
git-subtree-split: 81285872ff37b85594398a6752f7855ad84a2e92

* Squashed 'externals/nitro/' changes from 463c9e418..b871d2b9c

b871d2b9c latest from coda-oss (#532)
e8ff6b444 apps: fix display of TREs from file extended header section (#529)

git-subtree-dir: externals/nitro
git-subtree-split: b871d2b9c76d02b9b56f8edb1fdbb5a67fe15d0f

* latest from coda-oss and NITRO

* fix DECLARE_EXCEPTION syntax

* latest from coda-oss and NITRO

* Squashed 'externals/nitro/' changes from b871d2b9c..eea09a38d

eea09a38d latest from coda-oss (#534)
e2f038e45 adjust compiler flags for clean CMake builds (#533)

git-subtree-dir: externals/nitro
git-subtree-split: eea09a38d87765f6b65d598d1a541f4d8da1bff1

* latest from coda-oss and NITRO

* Squashed 'externals/coda-oss/' changes from 81285872f..ba8547621

ba8547621 don't put 'struct' in the macro
bd79aa11f require Python 3.7, do MD5 check
ecfa687c5 use std::filesystem (instead of sys::filesystem) where possible (#652)
243bc9991 add 'override'
c0fd2124d wrap common "file open" routines to support sys::expandEnviromentVariables() (#651)
0657f3297 adjust compiler flags for clean CMake builds (#650)

git-subtree-dir: externals/coda-oss
git-subtree-split: ba8547621a4fb41ff2b61b21dc46a3ad9a22293a

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from ba8547621..4c68fa0d3

4c68fa0d3 fix directory names
5ee2f039a poor-man's version of "import module std;" (#655)
fad02842c Add HighFive library (#654)
b31f5b6ab have Python 3.6 on a build server

git-subtree-dir: externals/coda-oss
git-subtree-split: 4c68fa0d34fbc53eb59de36ee3abd3a4978510bb

* Squashed 'externals/nitro/' changes from eea09a38d..437978da8

437978da8 latest from coda-oss (#535)

git-subtree-dir: externals/nitro
git-subtree-split: 437978da8d41ea6279c7e6ea52be84df0d9f9b99

* latest from coda-oss

* latest from coda-oss

* Squashed 'externals/coda-oss/' changes from 4c68fa0d3..605d24898

605d24898 duplicate existing HDF5 unittests using HighFive (#657)
134233279 add 'override'; fix ASAN-detected memory leaks (#656)

git-subtree-dir: externals/coda-oss
git-subtree-split: 605d248984a7636963909c4010f24832f47aae73

* Squashed 'externals/nitro/' changes from 437978da8..7d77233db

7d77233db latest from coda-oss (#536)

git-subtree-dir: externals/nitro
git-subtree-split: 7d77233dbaf2b31e28d1667936ff1dc7f38536d2
JDanielSmith pushed a commit that referenced this pull request Mar 13, 2023
cbfb20ce2 update release notes for C++11/master release (#658)
REVERT: 605d24898 duplicate existing HDF5 unittests using HighFive (#657)
REVERT: 134233279 add 'override'; fix ASAN-detected memory leaks (#656)
REVERT: 4c68fa0d3 fix directory names
REVERT: 5ee2f039a poor-man's version of "import module std;" (#655)
REVERT: fad02842c Add HighFive library (#654)
REVERT: b31f5b6ab have Python 3.6 on a build server
REVERT: ba8547621 don't put 'struct' in the macro
REVERT: bd79aa11f require Python 3.7, do MD5 check
REVERT: ecfa687c5 use std::filesystem (instead of sys::filesystem) where possible (#652)
REVERT: 243bc9991 add 'override'
REVERT: c0fd2124d wrap common "file open" routines to support sys::expandEnviromentVariables() (#651)
REVERT: 0657f3297 adjust compiler flags for clean CMake builds (#650)
REVERT: 81285872f build cleanly with all G++ warnings enabled (#649)
REVERT: b9ea37bbf xml::lite::Validator can be moved (#648)
REVERT: 9cfe9a4a8 Merge branch 'master'
REVERT: e989b0910 createElement() needs to be virtual (#646)
REVERT: d17b57a54 Merge branch 'master'
REVERT: fa00a5430 move debug -g flags to be turned on only if debugging (#644)
REVERT: 44ab72854 routines for simple writing to HDF5 files (#643)
REVERT: aabc5818e remove more C++11 work-arounds (#642)
REVERT: b04ccca17 remove more C++11 work-arounds (#641)
REVERT: e460970a7 increase GCC warnings (#640)
REVERT: 91284249b provide ComplexView iterator support (#639)
REVERT: 453b7ec68 try to get std::make_unique working with old Intel compiler (#638)
REVERT: 5736cfd4d is_trivially_copyable for old Intel compiler (#637)
REVERT: 7c2aea38f use H5 SDK naming conventions (#636)
REVERT: fc3008b8d use 'modern' C pre-processor
REVERT: b44709a95 added ComplexSpansView utility (#635)
REVERT: 986307c9c Merge branch 'master'
REVERT: 3fd5ddae5 Merge branch 'main' into develop/remove-cpp11-workarounds
REVERT: 37d7ec76e restore C++14 workarounds for older compilers (#632)
REVERT: 244dfdb3d Merge branch 'develop/main' into develop/remove-cpp11-workarounds
REVERT: 714ca4ed7 restore C++14 workarounds for older compilers
REVERT: 640f2247c Delete hdf5-hdf5-1_13_2.tar.gz
REVERT: eb365cbfb Merge branch 'master' into develop/remove-cpp11-workarounds
REVERT: 57b938eeb don't need __INTEL_COMPILER work-around with C++14
REVERT: 65779f3b1 build C code with -std=gnu99
REVERT: 94dc9280f C++14 work-arounds for an old version of the Intel compiler
REVERT: 3744d05e2 slam-in "main"
REVERT: 82b2fd63b restore some C++14 work-arounds for old compilers that only have partial C++14 support
REVERT: 94f6950a2 Merge branch 'main' into develop/remove-cpp11-workarounds
REVERT: 1582c6ac9 further progress on implementing hdf5::lite (#631)
REVERT: 0622af1fe rename "11" exception classes to "Ex" (#630)
REVERT: 1384b8a5e Merge pull request #629 from mdaus/zlib-update
REVERT: ebbd57247 ZIP APIs use std::string in this branch
REVERT: 9cc19fe82 ZIP unittests
REVERT: b8d25d364 Update zlib to 1.2.13
REVERT: c53304a90 using std::auto_ptr can cause 'deprecated' warnings
REVERT: 418130d4d trying to fix build error on github
REVERT: 59d2f678e Release 2022-12-14 (#628)
REVERT: 1e8244291 new --with-optz=fastest-possible option (#627)
REVERT: 6ae81142d new --optz=faster option for WAF builds (#626)
REVERT: 11206c179 sym-links don't work on Windows filesystems
REVERT: edd3e8fb9 overloads to make simplify routine XML processing (#625)
REVERT: dfece6106 use sym-links rather than copying files (#624)
REVERT: 22f1f0776 build hdf5.lite with WAF (#623)
REVERT: 566597043 Conan versioning, hdf5, and pcre2 fixes (#622)
REVERT: 61aa5e430 Squashed commit of the following:
REVERT: 6557ee34c Yet another attempt at finding test files for unittests (#621)
REVERT: 501add035 -march=native for fastest optimization level (#620)
REVERT: f1dd0a5b4 overloads to make creating XML documents easier (#619)
REVERT: ab4546482 remove C++17 workarounds (#618)
REVERT: 3d5daf702 unittests for creating XML from scratch (#617)
REVERT: 8241dfe7e remove last vestiges of std::auto_ptr (#616)
REVERT: d06dc6534 mem::AutoPtr for C++17 (#615)
REVERT: 83443602a mem::AutoPtr class to aid C++17 transition (#614)
REVERT: f10fa2009 Release 2022-11-04 (#613)
REVERT: 8ab982820 Squashed commit of the following:
REVERT: 31781a14a remove C++17 work-arounds
REVERT: c15f6930c Revert "<filesystem> is in C++17"
REVERT: 0fe38c16f restore recent buld.py changes
REVERT: 0c75411ee <filesystem> is in C++17
REVERT: bbbcd562a remove C++11 work-arounds
REVERT: c1e15e9d9 Merge branch 'main' into main-cpp17
REVERT: a32e69704 remove exception specifications (#609)
REVERT: bea818fb0 must use C++17 in this branch
REVERT: 91653a096 another place where C++17 is set
REVERT: 7d555f2be back to C++17
REVERT: b1969d996 merge main
REVERT: 084f19126 utilities to find files/directories for unittests (#608)
REVERT: a3cedada9 Merge branch 'master'
REVERT: af7229bd8 utilities to find files from a build (#605)
REVERT: 264ae49dd be sure downstream projects build w/C++14 (#604)
REVERT: 0792c77bf Merge branch 'main' into develop/remove-cpp11-workarounds
REVERT: 7a7b13cbd "hello world" for HDF5 (#602)
REVERT: 33cff0ff4 more C++14
REVERT: 7b5e71a00 add HDF5 source code (#603)
REVERT: ec26f703e build in NITRO and SIX (#601)
REVERT: f4361a973 make it easier to write cli unit-tests (#600)
REVERT: 34b6fdeee tweak toString() to reduce specialization (#599)
REVERT: e49f273c1 Merge branch 'main' into develop/remove-cpp11-workarounds
REVERT: 240b61044 allow sys::Mutex references, instead of pointers, to be passed to sys::ConditionVar
REVERT: 5907b3ed6 remove C++11 workarounds (#598)
REVERT: 9500d6f4b Merge branch 'main' into develop/remove-cpp11-workarounds
REVERT: f1529942f std::make_unique instead of new
REVERT: be9b6a71c Squashed commit of the following:
REVERT: 62a2ec4e1 Revert "remove our GSL work-around for C++11"
REVERT: 1db082c21 Revert "try the current "main" of GSL"
REVERT: 44b70edde try the current "main" of GSL
REVERT: 4edbf6bad Revert ""There is no warning 4814""
REVERT: bcd7458be "There is no warning 4814"
REVERT: c185bf3f1 starting working on MutexCpp11
REVERT: 313bdd1d9 AtomicCounter* files have been removed
REVERT: c1c448051 remove our GSL work-around for C++11
REVERT: 37ae1193e remove our mem::SharedPtr, it's now always std::shared_ptr
REVERT: 71f3c1299 remove no-longer-used NSPR code
REVERT: 8e77cb210 removed no-longer-used Irix and Solaris files
REVERT: fabef6966 use std::atomic for all AtomicCounter implementations
REVERT: ace5b6d5a TEST_FAIL -> TEST_FAIL_MSG
REVERT: 30076c1d1 turns out there was already a TEST_FAIL macro
REVERT: d73ee16fb need "::" to find global test
REVERT: ba01c48df remove C++11 workarounds for C++14 features
REVERT: cbd4a31ae Squashed commit of the following:
REVERT: caed59480 Release 2022-08-30_cpp14 (#597)
REVERT: 2630d41e0 get rid of merge conflict
REVERT: 652bce385 Merge branch 'master'
REVERT: 838c323d6 Merge branch 'master'
REVERT: 4189c429e Merge branch 'master'
REVERT: 903ee7fff Merge branch 'master'
REVERT: a1c0a1eea Merge branch 'master'
REVERT: 1bfe5fc40 Merge branch 'master'
REVERT: b21c203b8 Squashed commit of the following:
REVERT: 6c2df8bb6 "main" is now C++14 (not C++20)
REVERT: 2ce416108 Squashed commit of the following:
REVERT: 3a0f7fd14 Merge branch 'master'
REVERT: 142fd7185 Merge branch 'master'
REVERT: d442e5be0 Merge branch 'master'
REVERT: 32f08a9e4 Squashed commit of the following:
REVERT: ee15ba317 Merge branch 'master'
REVERT: bede75354 fix unit-test with C++20
REVERT: 61a8033f6 consistent use of coda_oss:: and std::
REVERT: 5d3bf9eb8 Merge branch 'master'
REVERT: 34c40bd39 Merge branch 'master'
REVERT: a9b9d2a9f Merge branch 'master'
REVERT: 24a3f01af Merge branch 'master'
REVERT: f92811a53 Merge branch 'master'
REVERT: 5b542c60f Squashed commit of the following:
REVERT: cb0cf94ff ByteStream.cpp is now warning-free
REVERT: f5daa37fc cast to DWORD; "const" correctness
REVERT: bfaf644ff #pragma-away compiler warnings from standard headers
REVERT: 72d202dbe Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 414c25c55 build with C++20 in VS
REVERT: 1a99a29da Merge branch 'master'
REVERT: 5cca863d7 Merge branch 'master'
REVERT: 6d4776235 Merge branch 'master'
REVERT: 8f1173f4a fix build errors
REVERT: f21af35b0 Merge branch 'master'
REVERT: 4db8ada41 restore changes clobbered with merge from "master"
REVERT: a1f36e183 Merge branch 'master'
REVERT: 80fe8e9f8 Merge branch 'master'
REVERT: 33b0f3f6e Merge branch 'master'
REVERT: 8bd0c8cf4 Merge branch 'main' of github.com:mdaus/coda-oss
REVERT: 7e41b4b5e Merge branch 'feature/use-cpp11-code'
REVERT: fc99e4b3e recreate from "master"
REVERT: 510317c07 use std::filesystem to "implement" sys::filesystem
REVERT: 895f6c77c always implement sys::filesystem
REVERT: 0d83ae22f "units" changes from master
REVERT: b58173b78 latest from "master" (not quite)
REVERT: 793e3442c Squashed commit of the following:
REVERT: 91a729f5a re-create from "master"
REVERT: b076580cd trying to fix GCC compiler warning
REVERT: 1687dc7fc Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 2c5db86db Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 6f76c2e3e Update CMakeLists.txt
REVERT: c3ca4a538 do in-line initialization
REVERT: 8e6733618 remove G++ compiler warning
REVERT: a0eff51cf Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: af19d88a6 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: ba31cbaa9 use "void*" to avoid reinterpret_cast<>
REVERT: 08da1f8a1 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: d1d453a2e Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: f5074a996 CODA_OSS_NDEBUG is extra gunk and not used; omit for now.
REVERT: 22de48858 don't even bother compiling our own versions of localtime_s() and gmtime_s() if we're not going to use them (compiler warning about "unused static funtion.")
REVERT: 0c92eba58 tweak NDEBUG/CODA_OSS_NDEBUG; update comments
REVERT: 544604775 Don't need to expose our own versions of localtime_s() and gmtime_s()
REVERT: a050796c1 Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
REVERT: fed604617 older compilers want std::string() as argument to std::logic_error()
REVERT: cf2c502a6 do more debug & release builds on GitHub
REVERT: d4aa99256 build some debug targets on Gitlab
REVERT: 368245258 tweak CODA_OSS_DEBUG again for G++
REVERT: 24ba64f71 tweak how CODA_OSS_DEBUG is set
REVERT: 9680e8f0e add check for _GLIBCXX_DEBUG
REVERT: 943218f83 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 01c68e705 %#@*@%)*%@ fix RowCol::cast() again! :-(
REVERT: b8472b457 oops ... gsl::narrow<> should be gsl::narrow_cast<> so that int/double conversion doesn't throw
REVERT: 109255ca8 "final" breaks SWIG; wrap RowCol use of gsl::narrow
REVERT: e51e4c2ad no need to create local just to return
REVERT: e546f2510 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: d1391f989 use template for to_std_string() overloading
REVERT: 566942680 fix std::char8_t when building with C++20
REVERT: cf604b1ab fix C++17 build errors
REVERT: 48a0fbedb get rid of coda_oss namespace; use CODA_OSS_cpp17 instead
REVERT: 9706a4336 remove code-analysis diagnostics
REVERT: 50592e4f8 G++ complains about an unneeded call to std::move()
REVERT: 9c7643c3f Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: ecfe1f8a7 more "noexcept"
REVERT: b7ac50fb9 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: eaecf46ed tweak CODA_OSS_cplusplus from "main"
REVERT: 5773b1ec1 trying to get C++17 WAF build working on Windows
REVERT: a048a00a1 unique names for waf & CMake
REVERT: 7a5a0d5b2 do a better job of setting CODA_OSS_DEBUG
REVERT: 4355aae92 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 1fd8cede2 cleanup for VS 2019 16.10
REVERT: 4dffa1394 explicitly =delete copy/assignment
REVERT: df8f8920a Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 42b4e99b6 remove code-analysis diagnostics
REVERT: 70ce322c9 reduce compiler warnings/code-analysis diagnostics when building six
REVERT: 20eac2f49 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: ff3ded56d get rid of more compiler warnings/code-analysis diagnostics
REVERT: 669dd51ff Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 623b65ab9 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 11c75df53 fix release build errors
REVERT: 66f048b92 turn on more compiler warnings where possible
REVERT: eb615e315 consolidate calls to mem::make::unique
REVERT: a6f5eb690 reduce use of explicit new
REVERT: 84d5e1b01 use mem::make::unique instead of explicit new
REVERT: 019d726ea = default for default constructors
REVERT: 86ab5d8f3 use std::unique_ptr and "const noexcept"
REVERT: b071972d7 another batch of =default for default constructors
REVERT: 98276da94 more =default for default .ctor()s
REVERT: ceb7bc596 do default constructors with =default
REVERT: 7bed51750 more code-analysis cleanup
REVERT: f9c04b117 "noexcept" code-analysis warnings
REVERT: 6586ae390 need gsl::make_span from gsl/span_ext
REVERT: 722089774 remove gsl/mem dependency cycle
REVERT: d741a0761 use gsl::narrow<> instead of static_cast
REVERT: 99eb4b36e get rid of signed/unsigned mismatch compiler warning
REVERT: 814450522 remove more code-analysis diagnostics
REVERT: c8441b309 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: e6d70a9ff last of "const" from code-analysis
REVERT: b8445814a mark a few more things as "const" per code-analysis
REVERT: d18544ec7 don't need to create temporary std::strings
REVERT: ee7faa979 still more code-analysis cleanup
REVERT: 5cd6f864d cleanup more code-analysis diagnostics
REVERT: 492fb0a86 one more compiler warning about implicitly deleted copy/assignment
REVERT: b8f782c88 remove compiler warnings about implicitly deleted copy/assignment/move
REVERT: 14d1d1cb8 #pragma-away warnings from GSL
REVERT: 86c40ea6c assert() to prevent some code-analysis diagnostics
REVERT: 7204517a9 make copy/assignment explicit
REVERT: 3ce824079 reduce code-analysis diagnostics
REVERT: 01e367a56 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 03f3ddde9 proper printf format
REVERT: 877d7dc93 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 5a4a3d575 code-analysis doesn't like C-style casts
REVERT: a3fdae416 code-analysis doesn't like NULL
REVERT: 6309baedc Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: d1194a2fe Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 535b4757d Merge branch 'develop/reduce-compiler-warnings' of github.com:mdaus/coda-oss into develop/reduce-compiler-warnings
REVERT: a60b95d60 "constexpr" can be hard to get right with older C++11 compilers; don't even try
REVERT: c07b5303e Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 04306bbee need at least VS2017 to use the real GSL
REVERT: 796ad820b Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 16c240cd6 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: e07e89f0c turn on "warnings as errors" for CMAKE builds
REVERT: 5c019f891 complex "constexpr" functions not available with our version of g++
REVERT: 4ab074a58 fix a few more compiler warnings ... nearing the end! :-)
REVERT: dea7ea41b And still more compiler warnings ... almost done 🤞🏻
REVERT: fbe3bbb20 remove assorted compiler warnings
REVERT: e60b7fd3c Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: e9df212c6 Arguments should be "const&" to prevent C4866
REVERT: 94e75cbed Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: d3130414a Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 9a5e71f31 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: bd27c0232 Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: c053362d2 remove still more compiler warnings
REVERT: 9f133b85a remove some more compiler warnings
REVERT: 0883c729c Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: f4b766880 avoid comparision between signed/unsigned to prevent compiler warning
REVERT: 1e6564a6e eliminate more compiler warnings
REVERT: 85a7b8ad0 remove a few compiler warnings
REVERT: 09c82049f Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: 31f1662fa Merge branch 'master' into develop/reduce-compiler-warnings
REVERT: a313562a3 Merge branch 'feature/fix-compiler-warnings' into develop/reduce-compiler-warnings
REVERT: 8547cdd24 eliminiate GCC warnings from Filesystem.h
REVERT: b5044b2a2 fix several compiler warnings/code-analysis diagnostics
REVERT: 9d2f90b8c GetEnvironmentVariable() and getenv() aren't quite the same
REVERT: 6faa3666f remove more compiler warnings

git-subtree-dir: externals/coda-oss
git-subtree-split: cbfb20ce2e64635131ed17790d93bd54b78754d6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect partial derivatives from ProjectionModel::slantToImagePartials
2 participants