Skip to content

Commit

Permalink
include the various unittest CPP files in the VCXPROJ (#574)
Browse files Browse the repository at this point in the history
* begin switching unittests to use VSTest rather than GTest

* infrastructure from coda-oss

* get first VS unit-test working

* get cphd unittests working

* enable ASAN

* add cphd03 unittests

* toString() for coda_oss::byte

* "inline" to avoid multiple definition errors

* provide "std::string testName"

* Squashed commit of the following:

commit a5e18a2a2ce3146547d02b5fdb5f3c409ff573eb
Author: Dan Smith <[email protected]>
Date:   Thu May 26 12:03:55 2022 -0400

    found another spot with SIDD version stuff

commit f1da6c194d49d5ad624d08c4ae455807b8c5f9c9
Author: Dan Smith <[email protected]>
Date:   Wed May 25 14:45:04 2022 -0400

    #undef min/max

commit b8c4f30829d2ada18a21269060b534c08c12b6f2
Author: Dan Smith <[email protected]>
Date:   Wed May 25 14:18:07 2022 -0400

    be sure we always try to read values from the XML

commit 559104b54fb844abf85dbc77ef983aa3889c6c63
Author: Dan Smith <[email protected]>
Date:   Wed May 25 13:46:28 2022 -0400

    simplify getSIXUnmodeledError() implementation

commit d8f3dd2d8fb1b8daf9f635b1f3876bdb7c97c3bf
Author: Dan Smith <[email protected]>
Date:   Wed May 25 12:36:57 2022 -0400

    getUnmodeledError() now calls getSIXUnmodeledError() first

commit a4f8f00cf4e6e022d9a81c002a681ce62aa01a25
Author: Dan Smith <[email protected]>
Date:   Tue May 24 09:35:04 2022 -0400

    fix build errors

commit 2c69032c0c454169f638ae345916c379165407b6
Author: Dan Smith <[email protected]>
Date:   Mon May 23 17:16:13 2022 -0400

    new getSIXUnmodeledError() command to return six::ErrorStatistics::Unmodeled

commit a6c7d62757a1c5223dcc3229a4686c63f77e1a7a
Author: Dan Smith <[email protected]>
Date:   Mon May 23 15:46:21 2022 -0400

    operator==() is better as a free function

commit 9172963027a332eed8eea4b30e99b1ab11e887fb
Merge: 0c7e23c85 bf89a82ea
Author: Dan Smith <[email protected]>
Date:   Thu May 19 13:30:03 2022 -0400

    Merge branch 'master' into feature/SIDD-3.0

commit 0c7e23c8535ed316ddb2e0bcf91ba6fa299890f6
Merge: fdede575f 44bcca532
Author: Dan Smith <[email protected]>
Date:   Thu Feb 24 09:06:20 2022 -0500

    Merge branch 'master' into feature/SIDD-3.0

commit fdede575fc1a82ba083708c02ac3624d629b69f5
Author: Dan Smith <[email protected]>
Date:   Thu Feb 24 08:43:17 2022 -0500

    Squashed commit of the following:

    commit 043d37c664378bd523c86e23d81f594d7f165b62
    Author: Dan Smith <[email protected]>
    Date:   Thu Feb 24 08:26:22 2022 -0500

        unit tests that don't work in "externals"

    commit 2df69b20f74ac2b56e4e07c5e74a7c226230faf3
    Author: J. Daniel Smith <[email protected]>
    Date:   Wed Feb 23 21:30:32 2022 -0500

        imageCompression() now returns an "enum"

    commit b378acef90d1bcee7b3844ec830b5a10f68ff9a6
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 23 17:28:50 2022 -0500

        latest from "nitro"

    commit cc10dba53875a84f58f43321279fe67d3b12735c
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 23 17:23:35 2022 -0500

        latest from coda-oss

    commit c08a0cebb45496c10efc929e65f646f8ba3c182d
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 23 13:45:48 2022 -0500

        latest from coda-oss

    commit 4ee8337e5b0840065ba35fe85c3ee929593a1ece
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:44:59 2022 -0500

        latest from "nitro"

    commit c125ae262f13c98ee07ac9779574259e80bfb4a7
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:43:32 2022 -0500

        latest from coda-oss

    commit a0d7cb5355136cfce72749e97204cb1f33831ecc
    Merge: 77c8052c0 ab0e65226
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:06:09 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 77c8052c01c6d5b651b1e6f46548bd0b32440f13
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 10:25:58 2022 -0500

        our span now has iterators

    commit de654b9e62833d8662adf24294f0171beb371a93
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 10:18:22 2022 -0500

        tweak GSL from coda-oss

    commit e93b9e5bf73bb63b956bab762ad67b45b4da8c3c
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 09:37:52 2022 -0500

        latest from coda-oss

    commit 409adfa5af8f45fbb7849c8ce28628a371aa745f
    Merge: 76d0b20dc b0785b677
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 09:09:58 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 76d0b20dc2fedcc29a86624b2c9f4d21a448dc0b
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:28:59 2022 -0500

        fix compiler warning from xml.lite

    commit 9fde6d8d3322f63fb293b9a956107ceacb028396
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:05:19 2022 -0500

        not all unit-tests build in "externals"

    commit a75381dfe838dbe758be1ba1c67bd924944a2f50
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:01:04 2022 -0500

        Update StringStream.h

    commit 155632054b2d369ea2c1473784750efe29139e55
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:46:44 2022 -0500

        latest from NITRO

    commit 2da0bfca6e3f45777ba9041dd1bfc2551ee22cc4
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:44:35 2022 -0500

        latest from coda-oss

    commit 091a4632c2e83cca285bac315a2b17070b8dcfae
    Merge: 5de601b67 59640e1ba
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:42:52 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 5de601b676356a5ac474b71dc24bb7c0f74dfe71
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 15:32:11 2022 -0500

        latest from "nitro"

    commit adf928ad07d0fd696b62a2dae1e49cc9ac014ade
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 15:30:35 2022 -0500

        latest from coda-oss

    commit aee5e44e6b08be6c539bcfef629a2534fd60ad8a
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 10:57:47 2022 -0500

        std::filesystem instead of coda_oss::filesystem

    commit ec9d17ac55ca7c70e315200951930e0bd66307a7
    Merge: 833c031f4 cd06266e4
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 10:55:43 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 833c031f411d0ae6de11b14c2d9affcc3efad5fb
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 20 12:58:04 2022 -0500

        latest from coda-oss

    commit 2364ace449ee910356a98dde7f74a15c63aae761
    Merge: 25b34ab78 8b6bcf777
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 13:28:04 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 25b34ab784e78f98fa6aa4b0e9b04a53caf36779
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 12:33:44 2022 -0500

        minimize changes from "master"

    commit 0b4deaa12fade653e20ccb4460fc424bef89d4c6
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 10:23:38 2022 -0500

        turn off some code-analysis diagnostics

    commit 8797cd0b51617057496d9f89ea2a7602cabb13be
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 10:23:22 2022 -0500

        account for str:: changes in coda-oss

    commit 920d0b79f1b91a1196171deaa61a91626ad7c44d
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 09:54:08 2022 -0500

        latest from coda-oss

    commit 8e308afcf7b35945bdb3cb6c27cc94e63aa18b3b
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 15:26:32 2022 -0500

        construct a std::span directly, no make_span() utility (generates CA diagnostic)

    commit d81a4d1aaac1cdaec1d9dc6a3838343e201d2b81
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 14:06:58 2022 -0500

        latest from coda-oss

    commit 06716b781a3e6f0cf440b0f1bc5251bec415287e
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 13:24:46 2022 -0500

        finish renaming of sys/Filesystem.* to sys/filesystem.*

    commit b3d0b4b8f4ad15c64e9f000143e64da3df1b241e
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 13:24:07 2022 -0500

        rename sys/Filesystem

    commit c30ae278f01cc681c83a3a32afa3f3db174cfa06
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 12:30:21 2022 -0500

        no more gsl::make_span

    commit e61dca0022fc39fdb9f4b63353dc93476fdd98bb
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 11:19:07 2022 -0500

        sys/Bit.h -> std/bit

    commit bb67d052044cd1274d21b9b870f85da4b2040cf1
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 10:49:02 2022 -0500

        sys::Filesystem -> coda_oss::filesystem

    commit ef212eaf09f87ffec27e8c043217ffbd33b29d1f
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 10:02:46 2022 -0500

        tweaks to get coda-oss building w/o warnings

    commit 6f6bfaacc537067b7d36a363297e716e14e2e075
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:57:35 2022 -0500

        latest from "nitro"

    commit 90be0243a2d384bc6ee0d81967240ee1d802bdb4
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:54:33 2022 -0500

        update to account for coda-oss changes

    commit 28632726cc356524c5a3db5117ead37731342824
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:40:48 2022 -0500

        latest drop from coda-oss

    commit 92632ef45f7369c3b0ebfdab65f4cdfa3f79f9d1
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 11 09:59:47 2022 -0500

        Utf-8 -> Windows-1252

    commit 9b719935e8189bc3fbe57e4af4d221c3c49548c5
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 17:20:25 2022 -0500

        UTF-8 to native string conversion

    commit 38dbe6d88e800f360cc9ae388558b09e5b65d95a
    Merge: 74df9ee57 a11980f60
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 17:19:11 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 74df9ee570e4d62fb6c435b4b5e0cef84b57b9d9
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 13:48:13 2022 -0500

        noexcept(false)

    commit b5181bc210c3c2b0abc918842f6bd83b2a2d3907
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 12:01:40 2022 -0500

        remove comments with a backslash at the end

    commit 08f8f9c27f46e793d3bc3d9e65b38facc8293521
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 11:36:15 2022 -0500

        certain NITRO unittests don't work in externals/nitro

    commit dfc3ded9d3c52df1d038833afbdda94cf93e44ee
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:55:01 2022 -0500

        descriptor updates from "nitro"

    commit c989c7ec700533a7ce0c294c09a80d68ed0ad6a4
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:41:48 2022 -0500

        fix #ifdef

    commit 571ab4869aeb70f35dcfa046a36aed875c822739
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:27:53 2022 -0500

        latest from "nitro"

    commit 26ba1a99646ac6db8b38d09e183be4318597efdd
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:26:37 2022 -0500

        latest from coda-oss

    commit 28ab3500dc4c0f46ad61fd6356fdc76db8b4380e
    Merge: 2cd678b7e 28afa6552
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:25:33 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 2cd678b7e2d9fdd46906a6637903fd1325481ffc
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 6 15:39:49 2022 -0500

        more tweaks to remove compiler warnings

    commit 5d8907616e5bdbf011a9ded45a7cf20e525789d8
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 6 15:19:57 2022 -0500

        remove errors/warnings from coda-oss

    commit a535245afdd72ba24ad89f270d3012e12fd30c14
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:07:27 2022 -0500

        latest from nitro

    commit aff92f496d1f402929707a3cb949c5fb7f4e14ba
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:04:39 2022 -0500

        latest from coda-oss

    commit 41ba677e3418cb35ec636745ecb2a78fb7e1ac4e
    Merge: 21cc8ed1f e2e3defbb
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:03:26 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 21cc8ed1f01d74ab9d814fae97aa4f70c1e9ce34
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 16:43:08 2022 -0500

        use strongly-type TRE fields

    commit 79eb6c8df45ee9f9d296c3d2152971458b6d8def
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 16:41:54 2022 -0500

        str::strip from coda-oss

    commit faf20c7fbb3e3c1888215014b29a08c0b57f1caf
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 12:15:31 2022 -0500

        explicitly =delete move

    commit ec79f1c0aac15ee0b36ed865b341f5d65e8ae0dd
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 11:12:43 2022 -0500

        latest from coda-oss

    commit 22df5a95a3cbc3128780c63114a90181b4af33f8
    Merge: db052a2d7 f1f19bdb6
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 12:25:28 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit db052a2d7bc7db05a9ccadcc5e1554275334bd9c
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 09:17:08 2021 -0500

        adjust for coda-oss changes

    commit 74ce242cf352a333684379cc9bd0278c0cf57571
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 09:01:34 2021 -0500

        latest from coda-oss

    commit dc960f74d430442cd3359b8218ad9d9a144bd070
    Author: Dan Smith <[email protected]>
    Date:   Tue Dec 28 10:37:48 2021 -0500

        latest from coda-oss

    commit c6a4bd5b900d83b3407f8793cc756f46965700f4
    Author: Dan Smith <[email protected]>
    Date:   Fri Dec 17 09:14:23 2021 -0500

        sanity-check a URI

    commit 82b1f21388dbf0f1b3e402ffaf151421d11149b8
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 15 09:38:14 2021 -0500

        create a "path" after splitting on ":"

    commit 01cf2b5cadc18b97ac3a51bde9786b519755b1b1
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 15 08:50:17 2021 -0500

        simple URI validation

    commit 3610f8e6e0f11a643831280819efb0aff3bb373d
    Author: Dan Smith <[email protected]>
    Date:   Tue Dec 14 09:46:21 2021 -0500

        xml.lite tweaks from coda-oss

    commit 813be14c563d9f4829d342ec008b86da5ef77b27
    Merge: 873d4b9d6 9ed21bed3
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 17:25:22 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit 873d4b9d6c55ae2736fc6208ece14aecf67adf10
    Merge: 1c1a7222c ef191da2f
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 13:59:08 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit 1c1a7222c527f5ae89b9c960eb9c3fa9f2ccefa4
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 13:01:14 2021 -0500

        Squashed commit of the following:

        commit 474b7f2dc37eaa3144b97be8f785911ace32eb4d
        Author: Dan Smith <[email protected]>
        Date:   Mon Dec 13 13:00:02 2021 -0500

            xml.lite changes that need to get back to coda-oss

        commit c9c0ec36cff6ab97ca5c03c3db712794fb511e6e
        Author: Dan Smith <[email protected]>
        Date:   Mon Dec 13 11:45:39 2021 -0500

            Squashed commit of the following:

            commit 33bd17059640d2a02f9766285f05dcdff5de50a8
            Author: Dan Smith <[email protected]>
            Date:   Mon Dec 13 11:44:54 2021 -0500

                nitro release 2.10.7

            commit ef19ad2033851682eb3a37bada3a57fcb2b93ef8
            Author: Dan Smith <[email protected]>
            Date:   Mon Dec 13 11:42:09 2021 -0500

                coda-oss release 2021-12-13

            commit 86c1856021a5a944c464f9d3cba397a918f68a81
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 11:57:26 2021 -0500

                xml.lite tweaks from coda-oss

            commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:36:09 2021 -0500

                test_xmlParser might be be running in coda-oss

            commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:17 2021 -0500

                "private" is part of name mangling

            commit 351a45f61d63e26fbd379516f073876bf5558050
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:54:13 2021 -0500

                more xml.lite updates from coda-oss

            commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:15:34 2021 -0500

                trying to fine the right macro for SWIG

            commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:34 2021 -0500

                need updates to Python bindings too

            commit e208dd4d072fd9f18860e84f54d68efdebef49a9
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:41:12 2021 -0500

                xml.lite changes from coda-oss

            commit 169df75cb962580fa63f1be3fbf9189c1fd74915
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 14:32:37 2021 -0500

                latest from coda-oss

        commit 1a74d4046085b286d6b0ae02bc62df608fc70ffa
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 12:26:10 2021 -0500

            more use of new xml.lite infrastructure

        commit 5d641a46f254f78f1e8a03c11f35f2f73c54ed5a
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 11:58:22 2021 -0500

            use new xml.lite APIs to simplify code

        commit 01f811e622eb3b8fcb7f20d8cba8c2d384894b31
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 11:57:57 2021 -0500

            Squashed commit of the following:

            commit 86c1856021a5a944c464f9d3cba397a918f68a81
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 11:57:26 2021 -0500

                xml.lite tweaks from coda-oss

            commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:36:09 2021 -0500

                test_xmlParser might be be running in coda-oss

            commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:17 2021 -0500

                "private" is part of name mangling

            commit 351a45f61d63e26fbd379516f073876bf5558050
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:54:13 2021 -0500

                more xml.lite updates from coda-oss

            commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:15:34 2021 -0500

                trying to fine the right macro for SWIG

            commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:34 2021 -0500

                need updates to Python bindings too

            commit e208dd4d072fd9f18860e84f54d68efdebef49a9
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:41:12 2021 -0500

                xml.lite changes from coda-oss

            commit 169df75cb962580fa63f1be3fbf9189c1fd74915
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 14:32:37 2021 -0500

                latest from coda-oss

        commit 25b83eb24e0ebf095522df47349e7c5fbf1df8e3
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 09:06:38 2021 -0500

            Squashed commit of the following:

            commit 3f59a6260e33423c21326dde8e5bed7dc93cd9f0
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 08:44:54 2021 -0500

                still can't get French XML working

            commit 1a826e5c300d0e2781a015d1916eba8556a36c2d
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:37:11 2021 -0500

                Squashed commit of the following:

                commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 17:36:09 2021 -0500

                    test_xmlParser might be be running in coda-oss

                commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 16:09:17 2021 -0500

                    "private" is part of name mangling

                commit 351a45f61d63e26fbd379516f073876bf5558050
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:54:13 2021 -0500

                    more xml.lite updates from coda-oss

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit f705be9129ea7c71d6bdc25899b53fd3f655b974
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:35:35 2021 -0500

                add overloads for other code

            commit d61323431bea6e33c4f91b60cb83f3401b76671d
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:57:55 2021 -0500

                option to disable XML validation for SICD too

            commit bc2c97e9f79ce91f2dc0ce9b3d5e45a7e60a852b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:44 2021 -0500

                Squashed commit of the following:

                commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 16:09:17 2021 -0500

                    "private" is part of name mangling

                commit 351a45f61d63e26fbd379516f073876bf5558050
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:54:13 2021 -0500

                    more xml.lite updates from coda-oss

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 4cd813b2f115cd2446821bf01dcf7d8c27781322
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:16:01 2021 -0500

                Squashed commit of the following:

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 7b210f96d175c35dd4d93a8ede3b1127b6fe442c
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:53 2021 -0500

                Squashed commit of the following:

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 4a4d621a17bb568fa07453a6a06f08f34efb7b73
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:47:21 2021 -0500

                trying to get the "french" SICD unit-test working

            commit d63e6eace772c8d02616f467d698da48a14568dd
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:42:55 2021 -0500

                Squashed commit of the following:

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit d1a7e6f442aff2530a7fd8078b88a56ce050238f
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 09:29:07 2021 -0500

                test_valid_six unittests now working

            commit d6fb257c92ab8e97e2d2a2164484011c60d2c95d
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 17:45:26 2021 -0500

                trying to re-enable more unittests

            commit c787e98a7f339740389e10f5c5cb3760617f3ed1
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 16:54:28 2021 -0500

                unit-test breaks on Linux

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit 67768ea901bbd983becc4790b478afe0f17828d5
        Author: Dan Smith <[email protected]>
        Date:   Thu Dec 9 10:02:19 2021 -0500

            Squashed commit of the following:

            commit d1a7e6f442aff2530a7fd8078b88a56ce050238f
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 09:29:07 2021 -0500

                test_valid_six unittests now working

            commit d6fb257c92ab8e97e2d2a2164484011c60d2c95d
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 17:45:26 2021 -0500

                trying to re-enable more unittests

            commit c787e98a7f339740389e10f5c5cb3760617f3ed1
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 16:54:28 2021 -0500

                unit-test breaks on Linux

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit b582c055ba1f0f2532d2f5ad4c97b3cd649e69bd
        Author: Dan Smith <[email protected]>
        Date:   Wed Dec 8 15:26:24 2021 -0500

            Squashed commit of the following:

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
        Author: Dan Smith <[email protected]>
        Date:   Wed Dec 8 15:23:00 2021 -0500

            merge in develop/SIDD-3.0

    commit 33bd17059640d2a02f9766285f05dcdff5de50a8
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 11:44:54 2021 -0500

        nitro release 2.10.7

    commit ef19ad2033851682eb3a37bada3a57fcb2b93ef8
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 11:42:09 2021 -0500

        coda-oss release 2021-12-13

    commit 86c1856021a5a944c464f9d3cba397a918f68a81
    Author: Dan Smith <[email protected]>
    Date:   Fri Dec 10 11:57:26 2021 -0500

        xml.lite tweaks from coda-oss

    commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 17:36:09 2021 -0500

        test_xmlParser might be be running in coda-oss

    commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 16:09:17 2021 -0500

        "private" is part of name mangling

    commit 351a45f61d63e26fbd379516f073876bf5558050
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 15:54:13 2021 -0500

        more xml.lite updates from coda-oss

    commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 15:15:34 2021 -0500

        trying to fine the right macro for SWIG

    commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 14:51:34 2021 -0500

        need updates to Python bindings too

    commit e208dd4d072fd9f18860e84f54d68efdebef49a9
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 14:41:12 2021 -0500

        xml.lite changes from coda-oss

    commit 169df75cb962580fa63f1be3fbf9189c1fd74915
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 8 14:32:37 2021 -0500

        latest from coda-oss

commit 365ae0c337e9fba44eb34792ab5ea107dae2b838
Author: Dan Smith <[email protected]>
Date:   Wed Feb 23 13:47:17 2022 -0500

    Squashed commit of the following:

    commit c08a0cebb45496c10efc929e65f646f8ba3c182d
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 23 13:45:48 2022 -0500

        latest from coda-oss

    commit 4ee8337e5b0840065ba35fe85c3ee929593a1ece
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:44:59 2022 -0500

        latest from "nitro"

    commit c125ae262f13c98ee07ac9779574259e80bfb4a7
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:43:32 2022 -0500

        latest from coda-oss

    commit a0d7cb5355136cfce72749e97204cb1f33831ecc
    Merge: 77c8052c0 ab0e65226
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:06:09 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 77c8052c01c6d5b651b1e6f46548bd0b32440f13
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 10:25:58 2022 -0500

        our span now has iterators

    commit de654b9e62833d8662adf24294f0171beb371a93
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 10:18:22 2022 -0500

        tweak GSL from coda-oss

    commit e93b9e5bf73bb63b956bab762ad67b45b4da8c3c
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 09:37:52 2022 -0500

        latest from coda-oss

    commit 409adfa5af8f45fbb7849c8ce28628a371aa745f
    Merge: 76d0b20dc b0785b677
    Author: Dan Smith <[email protected]>
    Date:   Fri Feb 4 09:09:58 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 76d0b20dc2fedcc29a86624b2c9f4d21a448dc0b
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:28:59 2022 -0500

        fix compiler warning from xml.lite

    commit 9fde6d8d3322f63fb293b9a956107ceacb028396
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:05:19 2022 -0500

        not all unit-tests build in "externals"

    commit a75381dfe838dbe758be1ba1c67bd924944a2f50
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 13:01:04 2022 -0500

        Update StringStream.h

    commit 155632054b2d369ea2c1473784750efe29139e55
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:46:44 2022 -0500

        latest from NITRO

    commit 2da0bfca6e3f45777ba9041dd1bfc2551ee22cc4
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:44:35 2022 -0500

        latest from coda-oss

    commit 091a4632c2e83cca285bac315a2b17070b8dcfae
    Merge: 5de601b67 59640e1ba
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 2 12:42:52 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 5de601b676356a5ac474b71dc24bb7c0f74dfe71
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 15:32:11 2022 -0500

        latest from "nitro"

    commit adf928ad07d0fd696b62a2dae1e49cc9ac014ade
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 15:30:35 2022 -0500

        latest from coda-oss

    commit aee5e44e6b08be6c539bcfef629a2534fd60ad8a
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 10:57:47 2022 -0500

        std::filesystem instead of coda_oss::filesystem

    commit ec9d17ac55ca7c70e315200951930e0bd66307a7
    Merge: 833c031f4 cd06266e4
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 25 10:55:43 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 833c031f411d0ae6de11b14c2d9affcc3efad5fb
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 20 12:58:04 2022 -0500

        latest from coda-oss

    commit 2364ace449ee910356a98dde7f74a15c63aae761
    Merge: 25b34ab78 8b6bcf777
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 13:28:04 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 25b34ab784e78f98fa6aa4b0e9b04a53caf36779
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 12:33:44 2022 -0500

        minimize changes from "master"

    commit 0b4deaa12fade653e20ccb4460fc424bef89d4c6
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 10:23:38 2022 -0500

        turn off some code-analysis diagnostics

    commit 8797cd0b51617057496d9f89ea2a7602cabb13be
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 10:23:22 2022 -0500

        account for str:: changes in coda-oss

    commit 920d0b79f1b91a1196171deaa61a91626ad7c44d
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 18 09:54:08 2022 -0500

        latest from coda-oss

    commit 8e308afcf7b35945bdb3cb6c27cc94e63aa18b3b
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 15:26:32 2022 -0500

        construct a std::span directly, no make_span() utility (generates CA diagnostic)

    commit d81a4d1aaac1cdaec1d9dc6a3838343e201d2b81
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 14:06:58 2022 -0500

        latest from coda-oss

    commit 06716b781a3e6f0cf440b0f1bc5251bec415287e
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 13:24:46 2022 -0500

        finish renaming of sys/Filesystem.* to sys/filesystem.*

    commit b3d0b4b8f4ad15c64e9f000143e64da3df1b241e
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 13:24:07 2022 -0500

        rename sys/Filesystem

    commit c30ae278f01cc681c83a3a32afa3f3db174cfa06
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 12:30:21 2022 -0500

        no more gsl::make_span

    commit e61dca0022fc39fdb9f4b63353dc93476fdd98bb
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 11:19:07 2022 -0500

        sys/Bit.h -> std/bit

    commit bb67d052044cd1274d21b9b870f85da4b2040cf1
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 10:49:02 2022 -0500

        sys::Filesystem -> coda_oss::filesystem

    commit ef212eaf09f87ffec27e8c043217ffbd33b29d1f
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 10:02:46 2022 -0500

        tweaks to get coda-oss building w/o warnings

    commit 6f6bfaacc537067b7d36a363297e716e14e2e075
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:57:35 2022 -0500

        latest from "nitro"

    commit 90be0243a2d384bc6ee0d81967240ee1d802bdb4
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:54:33 2022 -0500

        update to account for coda-oss changes

    commit 28632726cc356524c5a3db5117ead37731342824
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 17 09:40:48 2022 -0500

        latest drop from coda-oss

    commit 92632ef45f7369c3b0ebfdab65f4cdfa3f79f9d1
    Author: Dan Smith <[email protected]>
    Date:   Tue Jan 11 09:59:47 2022 -0500

        Utf-8 -> Windows-1252

    commit 9b719935e8189bc3fbe57e4af4d221c3c49548c5
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 17:20:25 2022 -0500

        UTF-8 to native string conversion

    commit 38dbe6d88e800f360cc9ae388558b09e5b65d95a
    Merge: 74df9ee57 a11980f60
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 17:19:11 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 74df9ee570e4d62fb6c435b4b5e0cef84b57b9d9
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 13:48:13 2022 -0500

        noexcept(false)

    commit b5181bc210c3c2b0abc918842f6bd83b2a2d3907
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 12:01:40 2022 -0500

        remove comments with a backslash at the end

    commit 08f8f9c27f46e793d3bc3d9e65b38facc8293521
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 11:36:15 2022 -0500

        certain NITRO unittests don't work in externals/nitro

    commit dfc3ded9d3c52df1d038833afbdda94cf93e44ee
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:55:01 2022 -0500

        descriptor updates from "nitro"

    commit c989c7ec700533a7ce0c294c09a80d68ed0ad6a4
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:41:48 2022 -0500

        fix #ifdef

    commit 571ab4869aeb70f35dcfa046a36aed875c822739
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:27:53 2022 -0500

        latest from "nitro"

    commit 26ba1a99646ac6db8b38d09e183be4318597efdd
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:26:37 2022 -0500

        latest from coda-oss

    commit 28ab3500dc4c0f46ad61fd6356fdc76db8b4380e
    Merge: 2cd678b7e 28afa6552
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 10 10:25:33 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 2cd678b7e2d9fdd46906a6637903fd1325481ffc
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 6 15:39:49 2022 -0500

        more tweaks to remove compiler warnings

    commit 5d8907616e5bdbf011a9ded45a7cf20e525789d8
    Author: Dan Smith <[email protected]>
    Date:   Thu Jan 6 15:19:57 2022 -0500

        remove errors/warnings from coda-oss

    commit a535245afdd72ba24ad89f270d3012e12fd30c14
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:07:27 2022 -0500

        latest from nitro

    commit aff92f496d1f402929707a3cb949c5fb7f4e14ba
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:04:39 2022 -0500

        latest from coda-oss

    commit 41ba677e3418cb35ec636745ecb2a78fb7e1ac4e
    Merge: 21cc8ed1f e2e3defbb
    Author: Dan Smith <[email protected]>
    Date:   Wed Jan 5 14:03:26 2022 -0500

        Merge branch 'master' into develop/update-externals

    commit 21cc8ed1f01d74ab9d814fae97aa4f70c1e9ce34
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 16:43:08 2022 -0500

        use strongly-type TRE fields

    commit 79eb6c8df45ee9f9d296c3d2152971458b6d8def
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 16:41:54 2022 -0500

        str::strip from coda-oss

    commit faf20c7fbb3e3c1888215014b29a08c0b57f1caf
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 12:15:31 2022 -0500

        explicitly =delete move

    commit ec79f1c0aac15ee0b36ed865b341f5d65e8ae0dd
    Author: Dan Smith <[email protected]>
    Date:   Mon Jan 3 11:12:43 2022 -0500

        latest from coda-oss

    commit 22df5a95a3cbc3128780c63114a90181b4af33f8
    Merge: db052a2d7 f1f19bdb6
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 12:25:28 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit db052a2d7bc7db05a9ccadcc5e1554275334bd9c
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 09:17:08 2021 -0500

        adjust for coda-oss changes

    commit 74ce242cf352a333684379cc9bd0278c0cf57571
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 29 09:01:34 2021 -0500

        latest from coda-oss

    commit dc960f74d430442cd3359b8218ad9d9a144bd070
    Author: Dan Smith <[email protected]>
    Date:   Tue Dec 28 10:37:48 2021 -0500

        latest from coda-oss

    commit c6a4bd5b900d83b3407f8793cc756f46965700f4
    Author: Dan Smith <[email protected]>
    Date:   Fri Dec 17 09:14:23 2021 -0500

        sanity-check a URI

    commit 82b1f21388dbf0f1b3e402ffaf151421d11149b8
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 15 09:38:14 2021 -0500

        create a "path" after splitting on ":"

    commit 01cf2b5cadc18b97ac3a51bde9786b519755b1b1
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 15 08:50:17 2021 -0500

        simple URI validation

    commit 3610f8e6e0f11a643831280819efb0aff3bb373d
    Author: Dan Smith <[email protected]>
    Date:   Tue Dec 14 09:46:21 2021 -0500

        xml.lite tweaks from coda-oss

    commit 813be14c563d9f4829d342ec008b86da5ef77b27
    Merge: 873d4b9d6 9ed21bed3
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 17:25:22 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit 873d4b9d6c55ae2736fc6208ece14aecf67adf10
    Merge: 1c1a7222c ef191da2f
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 13:59:08 2021 -0500

        Merge branch 'master' into develop/update-externals

    commit 1c1a7222c527f5ae89b9c960eb9c3fa9f2ccefa4
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 13:01:14 2021 -0500

        Squashed commit of the following:

        commit 474b7f2dc37eaa3144b97be8f785911ace32eb4d
        Author: Dan Smith <[email protected]>
        Date:   Mon Dec 13 13:00:02 2021 -0500

            xml.lite changes that need to get back to coda-oss

        commit c9c0ec36cff6ab97ca5c03c3db712794fb511e6e
        Author: Dan Smith <[email protected]>
        Date:   Mon Dec 13 11:45:39 2021 -0500

            Squashed commit of the following:

            commit 33bd17059640d2a02f9766285f05dcdff5de50a8
            Author: Dan Smith <[email protected]>
            Date:   Mon Dec 13 11:44:54 2021 -0500

                nitro release 2.10.7

            commit ef19ad2033851682eb3a37bada3a57fcb2b93ef8
            Author: Dan Smith <[email protected]>
            Date:   Mon Dec 13 11:42:09 2021 -0500

                coda-oss release 2021-12-13

            commit 86c1856021a5a944c464f9d3cba397a918f68a81
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 11:57:26 2021 -0500

                xml.lite tweaks from coda-oss

            commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:36:09 2021 -0500

                test_xmlParser might be be running in coda-oss

            commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:17 2021 -0500

                "private" is part of name mangling

            commit 351a45f61d63e26fbd379516f073876bf5558050
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:54:13 2021 -0500

                more xml.lite updates from coda-oss

            commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:15:34 2021 -0500

                trying to fine the right macro for SWIG

            commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:34 2021 -0500

                need updates to Python bindings too

            commit e208dd4d072fd9f18860e84f54d68efdebef49a9
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:41:12 2021 -0500

                xml.lite changes from coda-oss

            commit 169df75cb962580fa63f1be3fbf9189c1fd74915
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 14:32:37 2021 -0500

                latest from coda-oss

        commit 1a74d4046085b286d6b0ae02bc62df608fc70ffa
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 12:26:10 2021 -0500

            more use of new xml.lite infrastructure

        commit 5d641a46f254f78f1e8a03c11f35f2f73c54ed5a
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 11:58:22 2021 -0500

            use new xml.lite APIs to simplify code

        commit 01f811e622eb3b8fcb7f20d8cba8c2d384894b31
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 11:57:57 2021 -0500

            Squashed commit of the following:

            commit 86c1856021a5a944c464f9d3cba397a918f68a81
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 11:57:26 2021 -0500

                xml.lite tweaks from coda-oss

            commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:36:09 2021 -0500

                test_xmlParser might be be running in coda-oss

            commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:17 2021 -0500

                "private" is part of name mangling

            commit 351a45f61d63e26fbd379516f073876bf5558050
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:54:13 2021 -0500

                more xml.lite updates from coda-oss

            commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:15:34 2021 -0500

                trying to fine the right macro for SWIG

            commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:34 2021 -0500

                need updates to Python bindings too

            commit e208dd4d072fd9f18860e84f54d68efdebef49a9
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:41:12 2021 -0500

                xml.lite changes from coda-oss

            commit 169df75cb962580fa63f1be3fbf9189c1fd74915
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 14:32:37 2021 -0500

                latest from coda-oss

        commit 25b83eb24e0ebf095522df47349e7c5fbf1df8e3
        Author: Dan Smith <[email protected]>
        Date:   Fri Dec 10 09:06:38 2021 -0500

            Squashed commit of the following:

            commit 3f59a6260e33423c21326dde8e5bed7dc93cd9f0
            Author: Dan Smith <[email protected]>
            Date:   Fri Dec 10 08:44:54 2021 -0500

                still can't get French XML working

            commit 1a826e5c300d0e2781a015d1916eba8556a36c2d
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:37:11 2021 -0500

                Squashed commit of the following:

                commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 17:36:09 2021 -0500

                    test_xmlParser might be be running in coda-oss

                commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 16:09:17 2021 -0500

                    "private" is part of name mangling

                commit 351a45f61d63e26fbd379516f073876bf5558050
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:54:13 2021 -0500

                    more xml.lite updates from coda-oss

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit f705be9129ea7c71d6bdc25899b53fd3f655b974
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 17:35:35 2021 -0500

                add overloads for other code

            commit d61323431bea6e33c4f91b60cb83f3401b76671d
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:57:55 2021 -0500

                option to disable XML validation for SICD too

            commit bc2c97e9f79ce91f2dc0ce9b3d5e45a7e60a852b
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 16:09:44 2021 -0500

                Squashed commit of the following:

                commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 16:09:17 2021 -0500

                    "private" is part of name mangling

                commit 351a45f61d63e26fbd379516f073876bf5558050
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:54:13 2021 -0500

                    more xml.lite updates from coda-oss

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 4cd813b2f115cd2446821bf01dcf7d8c27781322
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 15:16:01 2021 -0500

                Squashed commit of the following:

                commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 15:15:34 2021 -0500

                    trying to fine the right macro for SWIG

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 7b210f96d175c35dd4d93a8ede3b1127b6fe442c
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:51:53 2021 -0500

                Squashed commit of the following:

                commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:51:34 2021 -0500

                    need updates to Python bindings too

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit 4a4d621a17bb568fa07453a6a06f08f34efb7b73
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:47:21 2021 -0500

                trying to get the "french" SICD unit-test working

            commit d63e6eace772c8d02616f467d698da48a14568dd
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 14:42:55 2021 -0500

                Squashed commit of the following:

                commit e208dd4d072fd9f18860e84f54d68efdebef49a9
                Author: Dan Smith <[email protected]>
                Date:   Thu Dec 9 14:41:12 2021 -0500

                    xml.lite changes from coda-oss

                commit 169df75cb962580fa63f1be3fbf9189c1fd74915
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 14:32:37 2021 -0500

                    latest from coda-oss

            commit d1a7e6f442aff2530a7fd8078b88a56ce050238f
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 09:29:07 2021 -0500

                test_valid_six unittests now working

            commit d6fb257c92ab8e97e2d2a2164484011c60d2c95d
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 17:45:26 2021 -0500

                trying to re-enable more unittests

            commit c787e98a7f339740389e10f5c5cb3760617f3ed1
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 16:54:28 2021 -0500

                unit-test breaks on Linux

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit 67768ea901bbd983becc4790b478afe0f17828d5
        Author: Dan Smith <[email protected]>
        Date:   Thu Dec 9 10:02:19 2021 -0500

            Squashed commit of the following:

            commit d1a7e6f442aff2530a7fd8078b88a56ce050238f
            Author: Dan Smith <[email protected]>
            Date:   Thu Dec 9 09:29:07 2021 -0500

                test_valid_six unittests now working

            commit d6fb257c92ab8e97e2d2a2164484011c60d2c95d
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 17:45:26 2021 -0500

                trying to re-enable more unittests

            commit c787e98a7f339740389e10f5c5cb3760617f3ed1
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 16:54:28 2021 -0500

                unit-test breaks on Linux

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit b582c055ba1f0f2532d2f5ad4c97b3cd649e69bd
        Author: Dan Smith <[email protected]>
        Date:   Wed Dec 8 15:26:24 2021 -0500

            Squashed commit of the following:

            commit bd82787be8ae4f4cd463faa2bb6d2cb5c6d7dba6
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:25:31 2021 -0500

                Squashed commit of the following:

                commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
                Author: Dan Smith <[email protected]>
                Date:   Wed Dec 8 15:23:00 2021 -0500

                    merge in develop/SIDD-3.0

            commit e621466a38f21d5b66847f5358b4def1fd4ea4ce
            Author: Dan Smith <[email protected]>
            Date:   Wed Dec 8 15:08:04 2021 -0500

                merge in develop/8AMPI_PHSI

        commit c56ac71fcb152d3a802a548b59d90ccc09dfaf83
        Author: Dan Smith <[email protected]>
        Date:   Wed Dec 8 15:23:00 2021 -0500

            merge in develop/SIDD-3.0

    commit 33bd17059640d2a02f9766285f05dcdff5de50a8
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 11:44:54 2021 -0500

        nitro release 2.10.7

    commit ef19ad2033851682eb3a37bada3a57fcb2b93ef8
    Author: Dan Smith <[email protected]>
    Date:   Mon Dec 13 11:42:09 2021 -0500

        coda-oss release 2021-12-13

    commit 86c1856021a5a944c464f9d3cba397a918f68a81
    Author: Dan Smith <[email protected]>
    Date:   Fri Dec 10 11:57:26 2021 -0500

        xml.lite tweaks from coda-oss

    commit f21f79d3f494e1ca8a5236e95ff5503fdb04e43b
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 17:36:09 2021 -0500

        test_xmlParser might be be running in coda-oss

    commit 3526cd00c6c29b7e8578b204088cafe4ec773ee1
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 16:09:17 2021 -0500

        "private" is part of name mangling

    commit 351a45f61d63e26fbd379516f073876bf5558050
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 15:54:13 2021 -0500

        more xml.lite updates from coda-oss

    commit 1c72ba2639502de8e0036c5efc12ea5a2df7b983
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 15:15:34 2021 -0500

        trying to fine the right macro for SWIG

    commit 8d6e11d803e167835ab3adb09bc96e18f7ac5d41
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 14:51:34 2021 -0500

        need updates to Python bindings too

    commit e208dd4d072fd9f18860e84f54d68efdebef49a9
    Author: Dan Smith <[email protected]>
    Date:   Thu Dec 9 14:41:12 2021 -0500

        xml.lite changes from coda-oss

    commit 169df75cb962580fa63f1be3fbf9189c1fd74915
    Author: Dan Smith <[email protected]>
    Date:   Wed Dec 8 14:32:37 2021 -0500

        latest from coda-oss

commit 25408e2cc5d4596e2bdd2f27c1dc41436f46c24c
Author: Dan Smith <[email protected]>
Date:   Wed Feb 9 12:36:37 2022 -0500

    Squashed commit of the following:

    commit 4ee8337e5b0840065ba35fe85c3ee929593a1ece
    Author: Dan Smith <[email protected]>
    Date:   Wed Feb 9 11:44:59 2022 -0500

        latest from "nitro"

    commit c125ae262f13c98ee07ac9779574259e80bfb4a7
  …
  • Loading branch information
J. Daniel Smith authored Jul 13, 2022
1 parent 706524a commit 714c572
Show file tree
Hide file tree
Showing 7 changed files with 359 additions and 150 deletions.
242 changes: 168 additions & 74 deletions UnitTest/UnitTest.vcxproj

Large diffs are not rendered by default.

183 changes: 173 additions & 10 deletions UnitTest/UnitTest.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,184 @@
<ItemGroup>
<ClCompile Include="CppUnitTestAssert.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="cphd.cpp" />
<ClCompile Include="cphd03.cpp" />
<ClCompile Include="six.cpp" />
<ClCompile Include="sidd.cpp" />
<ClCompile Include="Test.cpp" />
<ClCompile Include="sicd.cpp" />
<ClCompile Include="cphd.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_channel.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_compressed_signal_block_round.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_cphd_xml_control.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_cphd_xml_optional.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_dwell.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_file_header.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_pvp.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_pvp_block.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_pvp_block_round.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_read_wideband.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_reference_geometry.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_signal_block_round.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd\unittests\test_support_block_round.cpp">
<Filter>cphd</Filter>
</ClCompile>
<ClCompile Include="cphd03.cpp">
<Filter>cphd03</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd03\unittests\test_cphd_read_unscaled_int.cpp">
<Filter>cphd03</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd03\unittests\test_cphd_write.cpp">
<Filter>cphd03</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\cphd03\unittests\test_vbm.cpp">
<Filter>cphd03</Filter>
</ClCompile>
<ClCompile Include="sicd.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_AMP8I_PHS8I.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_area_plane.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_CollectionInfo.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_geo_data.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_grid.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_pfa.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_position.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_rgazcomp.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_rma.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_filling_scpcoa.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_get_segment.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_projection_polynomial_fitter.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_radar_collection.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_update_sicd_version.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_utilities.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_valid_six.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sicd\unittests\test_valid_sixsicd.cpp">
<Filter>sicd</Filter>
</ClCompile>
<ClCompile Include="sidd.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sidd\unittests\test_annotations_equality.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sidd\unittests\test_geometric_chip.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sidd\unittests\test_read_sidd_legend.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sidd\unittests\test_valid_sixsidd.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six.sidd\unittests\unittest_sidd_byte_provider.cpp">
<Filter>sidd</Filter>
</ClCompile>
<ClCompile Include="six.cpp">
<Filter>six</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six\unittests\test_fft_sign_conversions.cpp">
<Filter>six</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six\unittests\test_polarization_type_conversions.cpp">
<Filter>six</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six\unittests\test_serialize.cpp">
<Filter>six</Filter>
</ClCompile>
<ClCompile Include="..\six\modules\c++\six\unittests\test_xml_control.cpp">
<Filter>six</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="TestCase.h" />
<ClInclude Include="cphd_Test.h" />
<ClInclude Include="cphd03_Test.h" />
<ClInclude Include="six_Test.h" />
<ClInclude Include="sidd_Test.h" />
<ClInclude Include="Test.h" />
<ClInclude Include="sicd_Test.h" />
<ClInclude Include="cphd_Test.h">
<Filter>cphd</Filter>
</ClInclude>
<ClInclude Include="cphd03_Test.h">
<Filter>cphd03</Filter>
</ClInclude>
<ClInclude Include="sicd_Test.h">
<Filter>sicd</Filter>
</ClInclude>
<ClInclude Include="sidd_Test.h">
<Filter>sidd</Filter>
</ClInclude>
<ClInclude Include="six_Test.h">
<Filter>six</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="cphd">
<UniqueIdentifier>{004a37ca-2175-4642-988e-94516ea1a147}</UniqueIdentifier>
</Filter>
<Filter Include="cphd03">
<UniqueIdentifier>{ef494548-4aed-4ebb-a93c-b56a11f17f5e}</UniqueIdentifier>
</Filter>
<Filter Include="sicd">
<UniqueIdentifier>{593807ae-bc84-424f-ba11-0537277cd2fc}</UniqueIdentifier>
</Filter>
<Filter Include="sidd">
<UniqueIdentifier>{f8053c57-ba04-41c4-8dd8-2056f5a19f25}</UniqueIdentifier>
</Filter>
<Filter Include="six">
<UniqueIdentifier>{8d8a73fb-96b1-4bdf-a055-2b34d7f94e14}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>
58 changes: 0 additions & 58 deletions six.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,123 +41,65 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Debug|x64.ActiveCfg = Debug|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Debug|x64.Build.0 = Debug|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Debug|x86.ActiveCfg = Debug|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Debug|x86.Build.0 = Debug|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Release|x64.ActiveCfg = Release|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Release|x64.Build.0 = Release|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Release|x86.ActiveCfg = Release|x64
{F06550AD-CFC7-40B8-8727-6C82C69A8982}.Release|x86.Build.0 = Release|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Debug|x64.ActiveCfg = Debug|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Debug|x64.Build.0 = Debug|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Debug|x86.ActiveCfg = Debug|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Debug|x86.Build.0 = Debug|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Release|x64.ActiveCfg = Release|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Release|x64.Build.0 = Release|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Release|x86.ActiveCfg = Release|x64
{8F357A19-799E-4971-850E-3F28485C130B}.Release|x86.Build.0 = Release|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Debug|x64.ActiveCfg = Debug|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Debug|x64.Build.0 = Debug|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Debug|x86.ActiveCfg = Debug|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Debug|x86.Build.0 = Debug|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Release|x64.ActiveCfg = Release|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Release|x64.Build.0 = Release|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Release|x86.ActiveCfg = Release|x64
{62AAD4DD-35BA-41A0-8263-1F4DFD755689}.Release|x86.Build.0 = Release|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Debug|x64.ActiveCfg = Debug|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Debug|x64.Build.0 = Debug|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Debug|x86.ActiveCfg = Debug|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Debug|x86.Build.0 = Debug|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Release|x64.ActiveCfg = Release|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Release|x64.Build.0 = Release|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Release|x86.ActiveCfg = Release|x64
{1CFCDE59-6410-4037-95EB-B37D31E10820}.Release|x86.Build.0 = Release|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Debug|x64.ActiveCfg = Debug|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Debug|x64.Build.0 = Debug|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Debug|x86.ActiveCfg = Debug|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Debug|x86.Build.0 = Debug|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Release|x64.ActiveCfg = Release|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Release|x64.Build.0 = Release|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Release|x86.ActiveCfg = Release|x64
{01BE4480-9620-4DED-B34F-D2E3AB4B7C8B}.Release|x86.Build.0 = Release|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Debug|x64.ActiveCfg = Debug|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Debug|x64.Build.0 = Debug|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Debug|x86.ActiveCfg = Debug|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Debug|x86.Build.0 = Debug|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Release|x64.ActiveCfg = Release|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Release|x64.Build.0 = Release|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Release|x86.ActiveCfg = Release|x64
{016EF417-E41C-404C-B3B5-34B6CDD94BB3}.Release|x86.Build.0 = Release|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Debug|x64.ActiveCfg = Debug|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Debug|x64.Build.0 = Debug|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Debug|x86.ActiveCfg = Debug|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Debug|x86.Build.0 = Debug|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Release|x64.ActiveCfg = Release|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Release|x64.Build.0 = Release|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Release|x86.ActiveCfg = Release|x64
{34AC2314-FBD1-42AD-AAF4-0CEBC6BF737E}.Release|x86.Build.0 = Release|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Debug|x64.ActiveCfg = Debug|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Debug|x64.Build.0 = Debug|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Debug|x86.ActiveCfg = Debug|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Debug|x86.Build.0 = Debug|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Release|x64.ActiveCfg = Release|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Release|x64.Build.0 = Release|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Release|x86.ActiveCfg = Release|x64
{DDC587C2-53BA-44A9-94E7-07BE52AF3D0B}.Release|x86.Build.0 = Release|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Debug|x64.ActiveCfg = Debug|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Debug|x64.Build.0 = Debug|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Debug|x86.ActiveCfg = Debug|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Debug|x86.Build.0 = Debug|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Release|x64.ActiveCfg = Release|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Release|x64.Build.0 = Release|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Release|x86.ActiveCfg = Release|x64
{DB4ECC28-A862-4CF4-8A03-69B3CC0C4E8B}.Release|x86.Build.0 = Release|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Debug|x64.ActiveCfg = Debug|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Debug|x64.Build.0 = Debug|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Debug|x86.ActiveCfg = Debug|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Debug|x86.Build.0 = Debug|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Release|x64.ActiveCfg = Release|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Release|x64.Build.0 = Release|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Release|x86.ActiveCfg = Release|x64
{78849481-D356-4CC7-B182-31C21F857ED1}.Release|x86.Build.0 = Release|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Debug|x64.ActiveCfg = Debug|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Debug|x64.Build.0 = Debug|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Debug|x86.ActiveCfg = Debug|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Debug|x86.Build.0 = Debug|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Release|x64.ActiveCfg = Release|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Release|x64.Build.0 = Release|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Release|x86.ActiveCfg = Release|x64
{F0E2C8FF-57D4-4331-9BD2-76FF01CB54EB}.Release|x86.Build.0 = Release|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Debug|x64.ActiveCfg = Debug|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Debug|x64.Build.0 = Debug|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Debug|x86.ActiveCfg = Debug|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Debug|x86.Build.0 = Debug|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Release|x64.ActiveCfg = Release|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Release|x64.Build.0 = Release|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Release|x86.ActiveCfg = Release|x64
{7DCFF6D2-72E8-43E8-8085-35C1721E8DAC}.Release|x86.Build.0 = Release|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Debug|x64.ActiveCfg = Debug|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Debug|x64.Build.0 = Debug|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Debug|x86.ActiveCfg = Debug|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Debug|x86.Build.0 = Debug|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Release|x64.ActiveCfg = Release|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Release|x64.Build.0 = Release|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Release|x86.ActiveCfg = Release|x64
{6E767B43-D1A9-4B02-8D08-42037B7C9262}.Release|x86.Build.0 = Release|x64
{F6888896-E658-414C-90CD-1208FA31A22E}.Debug|x64.ActiveCfg = Debug|x64
{F6888896-E658-414C-90CD-1208FA31A22E}.Debug|x64.Build.0 = Debug|x64
{F6888896-E658-414C-90CD-1208FA31A22E}.Debug|x86.ActiveCfg = Debug|Win32
{F6888896-E658-414C-90CD-1208FA31A22E}.Debug|x86.Build.0 = Debug|Win32
{F6888896-E658-414C-90CD-1208FA31A22E}.Release|x64.ActiveCfg = Release|x64
{F6888896-E658-414C-90CD-1208FA31A22E}.Release|x64.Build.0 = Release|x64
{F6888896-E658-414C-90CD-1208FA31A22E}.Release|x86.ActiveCfg = Release|Win32
{F6888896-E658-414C-90CD-1208FA31A22E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 3 additions & 3 deletions six/modules/c++/cphd03/unittests/test_cphd_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ void buildRandomMetadata(cphd03::Metadata& metadata)
metadata.collectionInformation.illuminatorName = "DummyIlluminatorName";
metadata.collectionInformation.coreName = "DummyCoreName";
const auto collectType_ = getRandomInt(cphd::CollectType::MONOSTATIC, cphd::CollectType::BISTATIC);
metadata.collectionInformation.collectType = six::CollectType::cast(collectType_);
metadata.collectionInformation.collectType = six::Enum::cast<six::CollectType>(collectType_);
const auto radarMode_ = getRandomInt(cphd::RadarModeType::SPOTLIGHT, cphd::RadarModeType::SCANSAR);
metadata.collectionInformation.radarMode = six::RadarModeType::cast(radarMode_);
metadata.collectionInformation.radarMode = six::Enum::cast<six::RadarModeType>(radarMode_);
metadata.collectionInformation.radarModeID = "DummyRadarModeID";
metadata.collectionInformation.setClassificationLevel("UNCLASSIFIED");
metadata.collectionInformation.countryCodes.push_back("DummyCountryCode1");
Expand Down Expand Up @@ -253,7 +253,7 @@ void buildRandomMetadata(cphd03::Metadata& metadata)

//! Dummy SRP
const auto srpType_ = getRandomInt(cphd::SRPType::FIXEDPT, cphd::SRPType::STEPPED);
metadata.srp.srpType = cphd::SRPType::cast(srpType_);
metadata.srp.srpType = six::Enum::cast<cphd::SRPType>(srpType_);
metadata.srp.numSRPs =
metadata.srp.srpType != cphd::SRPType::STEPPED ? 5 : 0;
for (size_t ii = 0; ii < metadata.srp.numSRPs; ++ii)
Expand Down
2 changes: 1 addition & 1 deletion six/modules/c++/six.sicd/source/SCPCOA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void SCPCOA::fillDerivedFields(const GeoData& geoData,
const Vector3& scp = geoData.scp.ecf;
if (sideOfTrack == SideOfTrackType::NOT_SET)
{
sideOfTrack = six::SideOfTrackType::cast(geometry.getSideOfTrack());
sideOfTrack = six::Enum::cast<six::SideOfTrackType>(geometry.getSideOfTrack());
}
if (Init::isUndefined(slantRange))
{
Expand Down
Loading

0 comments on commit 714c572

Please sign in to comment.