-
Notifications
You must be signed in to change notification settings - Fork 39
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
latest from coda-oss and nitro #479
Commits on Sep 16, 2020
-
std::auto_ptr -> std::unique_ptr
Dan Smith committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for ce51201 - Browse repository at this point
Copy the full SHA ce51201View commit details -
need std::auto_ptr<> overloads for pre-generated Python wrapper code
Dan Smith authored and Dan Smith committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for c95e858 - Browse repository at this point
Copy the full SHA c95e858View commit details
Commits on Sep 19, 2020
-
provide std::auto_ptr "overloads" so that existing Python wrapper cod…
…e continues to work w/o changes
Dan Smith authored and Dan Smith committedSep 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 914710c - Browse repository at this point
Copy the full SHA 914710cView commit details -
impelement std::auto_ptr "overrides"
Dan Smith authored and Dan Smith committedSep 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 916f62a - Browse repository at this point
Copy the full SHA 916f62aView commit details
Commits on Sep 22, 2020
-
Dan Smith committed
Sep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 8cd8a70 - Browse repository at this point
Copy the full SHA 8cd8a70View commit details -
Merge pull request #349 from ngageoint/develop/main
update with latest from "nitro:main"
J. Daniel Smith authoredSep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 533878c - Browse repository at this point
Copy the full SHA 533878cView commit details
Commits on Oct 5, 2020
-
Dan Smith committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for d0d9f24 - Browse repository at this point
Copy the full SHA d0d9f24View commit details -
Dan Smith committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for a85c00b - Browse repository at this point
Copy the full SHA a85c00bView commit details -
Merge pull request #354 from ngageoint/develop/main
update "externals"
J. Daniel Smith authoredOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 75868bb - Browse repository at this point
Copy the full SHA 75868bbView commit details
Commits on Oct 6, 2020
-
J. Daniel Smith committed
Oct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 4388277 - Browse repository at this point
Copy the full SHA 4388277View commit details -
Merge commit 'd216783a2d5ae168a34bc41da70c5c0004648c4a' into main
Dan Smith committedOct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 3f13025 - Browse repository at this point
Copy the full SHA 3f13025View commit details
Commits on Oct 13, 2020
-
update coda-oss with latest from "main"
Dan Smith committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for d13fd97 - Browse repository at this point
Copy the full SHA d13fd97View commit details -
Merge branch 'main' into develop/jdsmith
Dan Smith committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 7b79bdf - Browse repository at this point
Copy the full SHA 7b79bdfView commit details -
update nitro with latest from "main"
Dan Smith committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 1fc1444 - Browse repository at this point
Copy the full SHA 1fc1444View commit details -
Merge pull request #356 from ngageoint/develop/jdsmith
update "nitro" and "coda-oss"
J. Daniel Smith authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for b6617ec - Browse repository at this point
Copy the full SHA b6617ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 571196e - Browse repository at this point
Copy the full SHA 571196eView commit details -
fix nitf::Field to get rid of compiler errors
Dan Smith authored and Dan Smith committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 8730781 - Browse repository at this point
Copy the full SHA 8730781View commit details -
build externals/coda-oss by itself
Dan Smith committedOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 790ab26 - Browse repository at this point
Copy the full SHA 790ab26View commit details -
Merge pull request #357 from ngageoint/develop/jdsmith
build externals/coda-oss by itself
J. Daniel Smith authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 7e99996 - Browse repository at this point
Copy the full SHA 7e99996View commit details
Commits on Oct 14, 2020
-
build with Visual Studio 2019 (#358)
* Revert "Create codeql-analysis.yml" This reverts commit 4388277. * build nitro projects in SIX solution * build "six" as a Visual Studio project * build "scene" with Visual Studio * build cphd with Visual Studio * build cphd03 with Visual Studio * build six.sicd with Visual Studio * build six.sidd with Visual Studio * buid six.convert with Visual Studio * add a GTest project * trying to get a unittest working * build XML_DATA_CONTENT * get a NITF unit-test working :-) * run all "six" unittests * fix dummy DEFAULT_SCHEMA_PATH * allow unit-tests to run in Visual Studio * run SIDD unit-tests from Visual Studio * set SIX_SCHEMA_PATH so unittest works * run SICD unittests in Visual Studio * build and run six.sicd unittests in Visual Studio * set NITF_PLUGIN_PATH for sicd_test_area_plane * build cphd03 unittests in Visual Studio * run remaining cphd03 unittests * fix build error introduced with VS2019 changes * build cphd unittests in Visual Studio * build & run remaining cphd unittests in Visual Studio
J. Daniel Smith authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 54b2d6f - Browse repository at this point
Copy the full SHA 54b2d6fView commit details
Commits on Oct 17, 2020
-
* getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17
J. Daniel Smith authoredOct 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 165fb1d - Browse repository at this point
Copy the full SHA 165fb1dView commit details -
get rid of hard-coded paths with <filesystem> (#360)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir
J. Daniel Smith authoredOct 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 67ee284 - Browse repository at this point
Copy the full SHA 67ee284View commit details -
can't have "check_valid_six" as a directory for *ix build
Dan Smith committedOct 17, 2020 Configuration menu - View commit details
-
Copy full SHA for bb1dbe6 - Browse repository at this point
Copy the full SHA bb1dbe6View commit details -
Dan Smith committed
Oct 17, 2020 Configuration menu - View commit details
-
Copy full SHA for e8636f4 - Browse repository at this point
Copy the full SHA e8636f4View commit details -
build crop_sicd in Visual Studio (#361)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * build crop_sicd
J. Daniel Smith authoredOct 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 52207d7 - Browse repository at this point
Copy the full SHA 52207d7View commit details
Commits on Oct 20, 2020
-
Merge branch 'main' of github.com:ngageoint/six-library into main
Dan Smith committedOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for d16b60d - Browse repository at this point
Copy the full SHA d16b60dView commit details -
update coda-oss with latest from "main"
Dan Smith committedOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 495d74a - Browse repository at this point
Copy the full SHA 495d74aView commit details -
update coda-oss with latest from "main" (#362)
J. Daniel Smith authoredOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 92af349 - Browse repository at this point
Copy the full SHA 92af349View commit details
Commits on Oct 21, 2020
-
coda-oss updates to make TextEncoding part of the OutputStream
Dan Smith committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for c7ff931 - Browse repository at this point
Copy the full SHA c7ff931View commit details -
updates from coda-oss to make TextEncoding part of the OutputStream
Dan Smith committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2be4824 - Browse repository at this point
Copy the full SHA 2be4824View commit details -
Dan Smith committed
Oct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 97ecde9 - Browse repository at this point
Copy the full SHA 97ecde9View commit details -
Merge branch 'main' into develop/update_externals
Dan Smith committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 39344b1 - Browse repository at this point
Copy the full SHA 39344b1View commit details -
Dan Smith committed
Oct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for cdb0893 - Browse repository at this point
Copy the full SHA cdb0893View commit details -
latest from coda-oss "main" (#364)
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update
J. Daniel Smith authoredOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for fe9dfff - Browse repository at this point
Copy the full SHA fe9dfffView commit details
Commits on Oct 26, 2020
-
latest from "main" on coda-oss: xml.lite updates for UTF-8
Dan Smith committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 1edffff - Browse repository at this point
Copy the full SHA 1edffffView commit details -
Merge branch 'main' into develop/update_externals
Dan Smith committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f996fa8 - Browse repository at this point
Copy the full SHA f996fa8View commit details -
Dan Smith committed
Oct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ff2451 - Browse repository at this point
Copy the full SHA 8ff2451View commit details -
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update * latest from "main" on coda-oss: xml.lite updates for UTF-8 * restore changes lost in merge
J. Daniel Smith authoredOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 21a550c - Browse repository at this point
Copy the full SHA 21a550cView commit details -
Merge branch 'main' into develop/update_externals
Dan Smith committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 18613b5 - Browse repository at this point
Copy the full SHA 18613b5View commit details -
Dan Smith committed
Oct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for d3423b3 - Browse repository at this point
Copy the full SHA d3423b3View commit details -
another update to coda-oss (#366)
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update * latest from "main" on coda-oss: xml.lite updates for UTF-8 * restore changes lost in merge * latest from coda-oss
J. Daniel Smith authoredOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 404dadc - Browse repository at this point
Copy the full SHA 404dadcView commit details -
Merge branch 'main' into develop/update_externals
Dan Smith committedOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f71c7ed - Browse repository at this point
Copy the full SHA f71c7edView commit details -
Dan Smith committed
Oct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 313a601 - Browse repository at this point
Copy the full SHA 313a601View commit details -
Develop/update externals (#367)
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update * latest from "main" on coda-oss: xml.lite updates for UTF-8 * restore changes lost in merge * latest from coda-oss * latest from coda-oss
J. Daniel Smith authoredOct 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c48090 - Browse repository at this point
Copy the full SHA 5c48090View commit details
Commits on Nov 2, 2020
-
Dan Smith committed
Nov 2, 2020 Configuration menu - View commit details
-
Copy full SHA for f332607 - Browse repository at this point
Copy the full SHA f332607View commit details -
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update * latest from "main" on coda-oss: xml.lite updates for UTF-8 * restore changes lost in merge * latest from coda-oss * latest from coda-oss * latest from coda-oss
J. Daniel Smith authoredNov 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a042b6 - Browse repository at this point
Copy the full SHA 3a042b6View commit details
Commits on Nov 3, 2020
-
Merge branch 'main' into develop/update_externals
Dan Smith committedNov 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 70d253c - Browse repository at this point
Copy the full SHA 70d253cView commit details -
latest from "main" on coda-oss
Dan Smith committedNov 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 29d743f - Browse repository at this point
Copy the full SHA 29d743fView commit details -
* update coda-oss with latest from "main" * coda-oss updates to make TextEncoding part of the OutputStream * updates from coda-oss to make TextEncoding part of the OutputStream * fix StringStream() .ctor() * one more coda-oss update * latest from "main" on coda-oss: xml.lite updates for UTF-8 * restore changes lost in merge * latest from coda-oss * latest from coda-oss * latest from coda-oss * latest from "main" on coda-oss
J. Daniel Smith authoredNov 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 950668d - Browse repository at this point
Copy the full SHA 950668dView commit details -
use Filesystem.h from coda-oss instead of <filesystem>
Dan Smith committedNov 3, 2020 Configuration menu - View commit details
-
Copy full SHA for f014cf4 - Browse repository at this point
Copy the full SHA f014cf4View commit details
Commits on Nov 4, 2020
-
Dan Smith committed
Nov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 90e42da - Browse repository at this point
Copy the full SHA 90e42daView commit details -
Merge branch 'develop/update_externals' into main
Dan Smith committedNov 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 5c4bfb6 - Browse repository at this point
Copy the full SHA 5c4bfb6View commit details
Commits on Nov 9, 2020
-
update "nitro" and "coda-oss" (#370)
* update "nitro" and "coda-oss" * Delete CMakeSettings.json * changeFileHeader() doesn't (yet) work in "externals"
J. Daniel Smith authoredNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 3c07e72 - Browse repository at this point
Copy the full SHA 3c07e72View commit details -
preserve utf8 in XML text (#363)
* pass io::Encoding::Utf8 to print() and prettyPrint() to preserve UTF-8 in output * store the value of xml::lite::MinidomParser::preserveCharacterData() so we can figure out the encoding * Don't want to set a dummy schema path to a directory that exists * add a unit-test for UTF-8 characters in "Classification" * fix isUnclassified() so it works for "NON CLASSIFIÉ / UNCLASSIFIED" * Revert "Merge branch 'main' into bugfix/preserve_UTF8_in_classified_field" This reverts commit 12534c9, reversing changes made to 02ce755. * account for coda-oss changes where TextEncoding is part of the OutputStream * get the right verson of Element.h * use new xml::lite to read/write XML in UTF-8 * be sure we can read-in and process UTF-8 from a NITF * assume UTF-8 on *ix and Windows-1252 on Windows * reduce "gratuatous" diffs for simpler merge request * one more unneeded diff * French -> Canada * latest from coda-oss * trying to get the test_valid_six unittest working on Linux
J. Daniel Smith authoredNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for f9283e8 - Browse repository at this point
Copy the full SHA f9283e8View commit details -
Dan Smith authored and Dan Smith committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ce28071 - Browse repository at this point
Copy the full SHA ce28071View commit details
Commits on Nov 30, 2020
-
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData()
J. Daniel Smith authoredNov 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 79aa44f - Browse repository at this point
Copy the full SHA 79aa44fView commit details
Commits on Dec 1, 2020
-
remove some compiler warnings (#372)
* getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's
J. Daniel Smith authoredDec 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4538574 - Browse repository at this point
Copy the full SHA 4538574View commit details -
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals"
J. Daniel Smith authoredDec 1, 2020 Configuration menu - View commit details
-
Copy full SHA for f1b6d22 - Browse repository at this point
Copy the full SHA f1b6d22View commit details
Commits on Dec 2, 2020
-
* update "nitro" * update coda-oss and fix compiler errors * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads
J. Daniel Smith authoredDec 2, 2020 Configuration menu - View commit details
-
Copy full SHA for b03c979 - Browse repository at this point
Copy the full SHA b03c979View commit details
Commits on Dec 5, 2020
-
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span()
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 48deaeb - Browse repository at this point
Copy the full SHA 48deaebView commit details -
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss"
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 10df67a - Browse repository at this point
Copy the full SHA 10df67aView commit details -
* update "nitro" * update coda-oss and fix compiler errors * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for d038e0e - Browse repository at this point
Copy the full SHA d038e0eView commit details -
fix build errors from recent changes (#378)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData() * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's * update "nitro" * update coda-oss and fix compiler errors * update "nitro" * update coda-oss and fix compiler errors * use "externals" from top-level "install" * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * build with simplified "externals" scheme * latest from "nitro" * match nitro -> nitf change * make_span() * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * fix compiler errors from previous merge; mostly #include <thread> * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * latest from "coda-oss"
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for ef45d66 - Browse repository at this point
Copy the full SHA ef45d66View commit details -
* update "nitro" * update coda-oss and fix compiler errors * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * use filesystem::path and std::endian * less use of sys:: * NULL -> nullptr
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 37f1620 - Browse repository at this point
Copy the full SHA 37f1620View commit details -
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for e2084e8 - Browse repository at this point
Copy the full SHA e2084e8View commit details -
latest from develop/jdsmith (#382)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData() * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's * update "nitro" * update coda-oss and fix compiler errors * update "nitro" * update coda-oss and fix compiler errors * use "externals" from top-level "install" * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * build with simplified "externals" scheme * latest from "nitro" * match nitro -> nitf change * make_span() * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * fix compiler errors from previous merge; mostly #include <thread> * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * latest from "coda-oss" * use filesystem::path and std::endian * more filesystem from coda-oss * less use of sys:: * NULL -> nullptr * use .data() rather than &d[0] * mem::BufferView -> std::span * const std::span<>& doesn't make much sense * need make_span() overload for pointer+size
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 12f6f27 - Browse repository at this point
Copy the full SHA 12f6f27View commit details -
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss * latest from "nitro"
J. Daniel Smith authoredDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for a2d5396 - Browse repository at this point
Copy the full SHA a2d5396View commit details
Commits on Dec 8, 2020
-
latest from develop/jdsmith (#385)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData() * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's * update "nitro" * update coda-oss and fix compiler errors * update "nitro" * update coda-oss and fix compiler errors * use "externals" from top-level "install" * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * build with simplified "externals" scheme * latest from "nitro" * match nitro -> nitf change * make_span() * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * fix compiler errors from previous merge; mostly #include <thread> * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * latest from "coda-oss" * use filesystem::path and std::endian * more filesystem from coda-oss * less use of sys:: * NULL -> nullptr * use .data() rather than &d[0] * mem::BufferView -> std::span * const std::span<>& doesn't make much sense * need make_span() overload for pointer+size * latest from "nitro" * std::endian * coda-oss now gives us std::endian * sys::Filesystem -> std::filesystem * don't need to explicitly call fs::path::string() in most cases * sys::Filesystem -> std::filesystem * fix build errors when using C++17
J. Daniel Smith authoredDec 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 514403d - Browse repository at this point
Copy the full SHA 514403dView commit details
Commits on Dec 19, 2020
-
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss * latest from "nitro" * std::endian * latest from "nitro"
J. Daniel Smith authoredDec 19, 2020 Configuration menu - View commit details
-
Copy full SHA for f990e77 - Browse repository at this point
Copy the full SHA f990e77View commit details -
latest changes from develop/jdsmith (#386)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData() * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's * update "nitro" * update coda-oss and fix compiler errors * update "nitro" * update coda-oss and fix compiler errors * use "externals" from top-level "install" * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * build with simplified "externals" scheme * latest from "nitro" * match nitro -> nitf change * make_span() * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * fix compiler errors from previous merge; mostly #include <thread> * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * latest from "coda-oss" * use filesystem::path and std::endian * more filesystem from coda-oss * less use of sys:: * NULL -> nullptr * use .data() rather than &d[0] * mem::BufferView -> std::span * const std::span<>& doesn't make much sense * need make_span() overload for pointer+size * latest from "nitro" * std::endian * coda-oss now gives us std::endian * sys::Filesystem -> std::filesystem * don't need to explicitly call fs::path::string() in most cases * sys::Filesystem -> std::filesystem * fix build errors when using C++17 * simplify access to some ImageSubheader values * newReadControl() returns a std::unique_ptr<> rather than a raw pointer * a singleton is much easier in C++11 * don't need to do manual locking in C++11 * use a template and some macros to dramatically simplify Enums * adjust macros for GCC, provide operators for SWIG * got the map entries wrong * make getIndices() a bit more robust * store a std::unique_ptr<> instead of a raw poniter * throw exceptions in getIndices() rather than assuming * use Enum<T>.toString() where possible rather than duplicating code * remove duplicate code converting from a string to Enum<T> * don't explicilty check for "SIDD" as that's already part of getDataType() * use std::string instead of char[] * reduce use of "delete[]" * less use of "SICD" and "SIDD", use six::DataType instead * simplify Region buffer management * reduce some explicit use of std::shared_ptr<> with std::make_shared and/or auto * more reduction in explicit use of std::shared_ptr * latest from "nitro" * simplify use of six::Region * reduce use of explicit .toString() * further reduction in explicit use of toString() * template specialiaton can't be inline with G++ * simplify cphd enum creation * reduce use of toString() with setAttribute()
J. Daniel Smith authoredDec 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ba3ffd - Browse repository at this point
Copy the full SHA 6ba3ffdView commit details -
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss * latest from "nitro" * std::endian * latest from "nitro" * latest from "nitro" and "coda-oss"
J. Daniel Smith authoredDec 19, 2020 Configuration menu - View commit details
-
Copy full SHA for f217f23 - Browse repository at this point
Copy the full SHA f217f23View commit details
Commits on Dec 22, 2020
-
reduce use of toString() (#389)
* put common #includes for PCH in a single file * build check_valid_six * use EXIT_* rather than 0/1 * getting rid of std::auto_ptr<> because it's gone in C++17 * build all projects with C++17 * use <filesystem> to remove hard-coded paths * in Visual Studio, run check_valid_six with a pre-defined path * tweak plugin dir * can't have "check_valid_six" as a directory for *ix build * build crop_sicd * turn on /Wall, fix some warnings * C++17 generates more warnings that I don't want to fix right now * removed some compiler warnings from third-party code * comment-out use of C++17's <filesystem> * tweak project settings for consistency * unit-test for createFakeComplexData() * turn on compiler warnings * crank-up warning level * enable "Warnings as errors" * turn on all warnings (many #pragma'd away) * get rid of more warnings * adjust more #pragma's * update "nitro" * update coda-oss and fix compiler errors * update "nitro" * update coda-oss and fix compiler errors * use "externals" from top-level "install" * use int64_t, etc. instead of sys::Int64_T * mem::SharedPtr -> std::shared_ptr * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * use std::unique_ptr<[]> instead of mem::ScopedArray * use int32_t et. al. instead of sys::Int32_T * use std::byte (not quite working yet, but need to move code to a faster machine) * build with std::byte * build with simplified "externals" scheme * latest from "nitro" * match nitro -> nitf change * make_span() * use std::thread::hardware_concurrency() instead of sys::OS().getNumCPUs() * sys::Off_T -> ptrdiff_t * fix compiler errors from previous merge; mostly #include <thread> * Revert "sys::Off_T -> ptrdiff_t" This reverts commit aa22a37. * sys::Off_T -> int64_t; sys::SSize_T -> ptrdiff_t * latest from "coda-oss" * use filesystem::path and std::endian * more filesystem from coda-oss * less use of sys:: * NULL -> nullptr * use .data() rather than &d[0] * mem::BufferView -> std::span * const std::span<>& doesn't make much sense * need make_span() overload for pointer+size * latest from "nitro" * std::endian * coda-oss now gives us std::endian * sys::Filesystem -> std::filesystem * don't need to explicitly call fs::path::string() in most cases * sys::Filesystem -> std::filesystem * fix build errors when using C++17 * simplify access to some ImageSubheader values * newReadControl() returns a std::unique_ptr<> rather than a raw pointer * a singleton is much easier in C++11 * don't need to do manual locking in C++11 * use a template and some macros to dramatically simplify Enums * adjust macros for GCC, provide operators for SWIG * got the map entries wrong * make getIndices() a bit more robust * store a std::unique_ptr<> instead of a raw poniter * throw exceptions in getIndices() rather than assuming * use Enum<T>.toString() where possible rather than duplicating code * remove duplicate code converting from a string to Enum<T> * don't explicilty check for "SIDD" as that's already part of getDataType() * use std::string instead of char[] * reduce use of "delete[]" * less use of "SICD" and "SIDD", use six::DataType instead * simplify Region buffer management * reduce some explicit use of std::shared_ptr<> with std::make_shared and/or auto * more reduction in explicit use of std::shared_ptr * latest from "nitro" * simplify use of six::Region * reduce use of explicit .toString() * further reduction in explicit use of toString() * template specialiaton can't be inline with G++ * simplify cphd enum creation * reduce use of toString() with setAttribute() * latest from "nitro" and "coda-oss" * don't need catch(excep::Exception) ex.toString() as std::exception::what() now does the same thing * really only have two calls to setAttribute(): std::string and size_t * use macros to generate SIDD Enums * add operator<< for Enum<T> to avoid some explicit .toString() calls * add operator==(std::string) overload to redue need for .toString() * add operator<<() to redue need for .toString() * don't implmeent a bunch of six::toString() routines; they sholdn't be called anymore * further reduction in use of toString() * eliminate six::toString() template; just provide a few overloads instead * createSixString() which calls six::toString(t) instead of t.toString() * createSixString() overload with URI parameter * allow different strings (e.g., "1" and "+1") to map to the same value * put "Enum" support code in a separate file * there is now just one NOT_SET_VALUE
J. Daniel Smith authoredDec 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 433e819 - Browse repository at this point
Copy the full SHA 433e819View commit details
Commits on Dec 29, 2020
-
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss * latest from "nitro" * std::endian * latest from "nitro" * latest from "nitro" and "coda-oss" * latest from coda-oss * lost toString<nullptr>() * latest from coda-oss/main * want "std" augmented in this repo
J. Daniel Smith authoredDec 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 21e2b67 - Browse repository at this point
Copy the full SHA 21e2b67View commit details
Commits on Dec 30, 2020
-
latest from coda-oss and nitro (#391)
* update "nitro" * update coda-oss and fix compiler errors * update coda-oss and nitro with less use of sys:: * unit-test paths are wrong for "externals" * update "nitro" to get SegmentMemorySource overloads * latest from "nitro" * match nitro -> nitf change * make_span() * latest from "coda-oss" * more filesystem from coda-oss * latest from "nitro" * std::endian * latest from "nitro" * latest from "nitro" and "coda-oss" * latest from coda-oss * lost toString<nullptr>() * latest from coda-oss/main * want "std" augmented in this repo * partial update from coda-oss/main * latest from coda-oss/main
J. Daniel Smith authoredDec 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 825a667 - Browse repository at this point
Copy the full SHA 825a667View commit details
Commits on Jan 9, 2021
-
update coda-oss with latest from https://github.com/mdaus/coda-oss
Dan Smith committedJan 9, 2021 Configuration menu - View commit details
-
Copy full SHA for f283be3 - Browse repository at this point
Copy the full SHA f283be3View commit details -
Dan Smith committed
Jan 9, 2021 Configuration menu - View commit details
-
Copy full SHA for ae630e6 - Browse repository at this point
Copy the full SHA ae630e6View commit details -
Dan Smith committed
Jan 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 0b99300 - Browse repository at this point
Copy the full SHA 0b99300View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db45e1e - Browse repository at this point
Copy the full SHA db45e1eView commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e89da71 - Browse repository at this point
Copy the full SHA e89da71View commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 3adb502 - Browse repository at this point
Copy the full SHA 3adb502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89522fe - Browse repository at this point
Copy the full SHA 89522feView commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e82f28c - Browse repository at this point
Copy the full SHA e82f28cView commit details -
update "c", "java", "mex", and "python" directories -- but not "c++"
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 8fe3028 - Browse repository at this point
Copy the full SHA 8fe3028View commit details -
update other nitro top-level files ... everything except modules/c++
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for b3c1dbd - Browse repository at this point
Copy the full SHA b3c1dbdView commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for a398eef - Browse repository at this point
Copy the full SHA a398eefView commit details -
several changes from nitro/c++ ... hoping this builds.
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a9b240 - Browse repository at this point
Copy the full SHA 7a9b240View commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for a688092 - Browse repository at this point
Copy the full SHA a688092View commit details -
more changes from nitro/modules/c++
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 84db123 - Browse repository at this point
Copy the full SHA 84db123View commit details -
Dan Smith authored and Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7aba3b8 - Browse repository at this point
Copy the full SHA 7aba3b8View commit details -
more changes from nitro/modules/c++
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for d9a5c2f - Browse repository at this point
Copy the full SHA d9a5c2fView commit details -
paths are wrong when in "externals"
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e5870f - Browse repository at this point
Copy the full SHA 5e5870fView commit details -
Dan Smith committed
Jan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b8ca70 - Browse repository at this point
Copy the full SHA 7b8ca70View commit details -
Merge branch 'develop/update_externals' of github.com:ngageoint/six-l…
…ibrary into develop/update_externals
Dan Smith committedJan 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 92d5bb5 - Browse repository at this point
Copy the full SHA 92d5bb5View commit details
Commits on Jan 12, 2021
-
Dan Smith committed
Jan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for e6a58a2 - Browse repository at this point
Copy the full SHA e6a58a2View commit details -
Dan Smith committed
Jan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 65026c2 - Browse repository at this point
Copy the full SHA 65026c2View commit details -
Dan Smith committed
Jan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 99a0a01 - Browse repository at this point
Copy the full SHA 99a0a01View commit details -
Dan Smith committed
Jan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 4e6a752 - Browse repository at this point
Copy the full SHA 4e6a752View commit details -
std::span removed from "nitro"
Dan Smith committedJan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 1bd0cb3 - Browse repository at this point
Copy the full SHA 1bd0cb3View commit details -
Dan Smith committed
Jan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for fa19905 - Browse repository at this point
Copy the full SHA fa19905View commit details
Commits on Jan 13, 2021
-
Dan Smith committed
Jan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 120ee00 - Browse repository at this point
Copy the full SHA 120ee00View commit details -
remove "nitro" files not needed in externals/nitro
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for da30b96 - Browse repository at this point
Copy the full SHA da30b96View commit details -
paths are wrong in "externals"
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for dd710d5 - Browse repository at this point
Copy the full SHA dd710d5View commit details -
Revert "remove "nitro" files not needed in externals/nitro"
This reverts commit da30b96.
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for e69391b - Browse repository at this point
Copy the full SHA e69391bView commit details -
Revert "Revert "remove "nitro" files not needed in externals/nitro""
This reverts commit e69391b.
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 436986f - Browse repository at this point
Copy the full SHA 436986fView commit details -
slam in externals as merging creates too many conflicts
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for ebe9550 - Browse repository at this point
Copy the full SHA ebe9550View commit details -
Merge branch 'develop/update_externals' into main
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 4e23991 - Browse repository at this point
Copy the full SHA 4e23991View commit details -
merge brought back a deleted #include
Dan Smith committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6de2fa0 - Browse repository at this point
Copy the full SHA 6de2fa0View commit details
Commits on Jan 16, 2021
-
Dan Smith committed
Jan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 1073b39 - Browse repository at this point
Copy the full SHA 1073b39View commit details -
Dan Smith committed
Jan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 6fca258 - Browse repository at this point
Copy the full SHA 6fca258View commit details -
Dan Smith committed
Jan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 1083ac1 - Browse repository at this point
Copy the full SHA 1083ac1View commit details -
paths are wrong in "externals"
Dan Smith committedJan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for e21d4fc - Browse repository at this point
Copy the full SHA e21d4fcView commit details -
Dan Smith committed
Jan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 9e21803 - Browse repository at this point
Copy the full SHA 9e21803View commit details -
Dan Smith authored and Dan Smith committed
Jan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for c10f233 - Browse repository at this point
Copy the full SHA c10f233View commit details
Commits on Jan 19, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for f897082 - Browse repository at this point
Copy the full SHA f897082View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0a138 - Browse repository at this point
Copy the full SHA fa0a138View commit details -
latest from coda-oss and nitro
Dan Smith committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for b856b54 - Browse repository at this point
Copy the full SHA b856b54View commit details -
these are the correct files from "master"
Dan Smith committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 70a3e72 - Browse repository at this point
Copy the full SHA 70a3e72View commit details -
Dan Smith committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 8242847 - Browse repository at this point
Copy the full SHA 8242847View commit details -
Dan Smith committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ec8633 - Browse repository at this point
Copy the full SHA 0ec8633View commit details -
Dan Smith committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 460a96b - Browse repository at this point
Copy the full SHA 460a96bView commit details -
Dan Smith committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 671a89a - Browse repository at this point
Copy the full SHA 671a89aView commit details -
remove files that shouldn't have been committed
Dan Smith committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ecff95 - Browse repository at this point
Copy the full SHA 0ecff95View commit details
Commits on Jan 26, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for f99597a - Browse repository at this point
Copy the full SHA f99597aView commit details
Commits on Jan 27, 2021
-
Dan Smith committed
Jan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b40305 - Browse repository at this point
Copy the full SHA 4b40305View commit details -
Dan Smith committed
Jan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for f204751 - Browse repository at this point
Copy the full SHA f204751View commit details -
adjust to API changes in coda-oss/xml.lite
Dan Smith committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for bc1744e - Browse repository at this point
Copy the full SHA bc1744eView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 9dd7e36 - Browse repository at this point
Copy the full SHA 9dd7e36View commit details -
Dan Smith committed
Jan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a3859f - Browse repository at this point
Copy the full SHA 6a3859fView commit details
Commits on Jan 30, 2021
-
Dan Smith committed
Jan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for f13785c - Browse repository at this point
Copy the full SHA f13785cView commit details -
std::filesystem::path doesn't implicitly convert to std::string
Dan Smith committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 96918da - Browse repository at this point
Copy the full SHA 96918daView commit details -
more place where an explicit std::filesystem::path::string() call is …
…needed
Dan Smith committedJan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ba97c6 - Browse repository at this point
Copy the full SHA 6ba97c6View commit details
Commits on Feb 1, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 42c63d0 - Browse repository at this point
Copy the full SHA 42c63d0View commit details -
latest from "coda-oss" and "nitro"
Dan Smith committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for f616a8e - Browse repository at this point
Copy the full SHA f616a8eView commit details
Commits on Feb 2, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 805b4fd - Browse repository at this point
Copy the full SHA 805b4fdView commit details
Commits on Feb 9, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for a181f34 - Browse repository at this point
Copy the full SHA a181f34View commit details -
Dan Smith committed
Feb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for ee7b563 - Browse repository at this point
Copy the full SHA ee7b563View commit details -
Dan Smith committed
Feb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 92ab24a - Browse repository at this point
Copy the full SHA 92ab24aView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ef79c0 - Browse repository at this point
Copy the full SHA 9ef79c0View commit details -
"nitro" changes to build with C90 instead of C99
Dan Smith committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 98df1ed - Browse repository at this point
Copy the full SHA 98df1edView commit details -
old C++11 compilers don't like template<template>
Dan Smith committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c2a9909 - Browse repository at this point
Copy the full SHA c2a9909View commit details -
Dan Smith committed
Feb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 00b6e23 - Browse repository at this point
Copy the full SHA 00b6e23View commit details -
std::shared_ptr<> doesn't have [] versions, only std::unique_ptr
Dan Smith committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 969cd6f - Browse repository at this point
Copy the full SHA 969cd6fView commit details
Commits on Feb 10, 2021
-
Dan Smith authored and Dan Smith committed
Feb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 5d113a4 - Browse repository at this point
Copy the full SHA 5d113a4View commit details
Commits on Feb 15, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 67b5666 - Browse repository at this point
Copy the full SHA 67b5666View commit details -
Dan Smith committed
Feb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0c8be8e - Browse repository at this point
Copy the full SHA 0c8be8eView commit details -
Update .gitignore from "nitro"
Dan Smith committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for e846b94 - Browse repository at this point
Copy the full SHA e846b94View commit details -
Merge branch 'develop/update_externals' of github.com:ngageoint/six-l…
…ibrary into develop/update_externals
Dan Smith committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 93d6814 - Browse repository at this point
Copy the full SHA 93d6814View commit details
Commits on Feb 23, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 9bc5b4c - Browse repository at this point
Copy the full SHA 9bc5b4cView commit details -
Dan Smith committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for f64bd71 - Browse repository at this point
Copy the full SHA f64bd71View commit details -
Dan Smith committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 6dfeb85 - Browse repository at this point
Copy the full SHA 6dfeb85View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 241b4f5 - Browse repository at this point
Copy the full SHA 241b4f5View commit details
Commits on Mar 2, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for af2417e - Browse repository at this point
Copy the full SHA af2417eView commit details -
Dan Smith committed
Mar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 07ba711 - Browse repository at this point
Copy the full SHA 07ba711View commit details -
Dan Smith committed
Mar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 5dcd930 - Browse repository at this point
Copy the full SHA 5dcd930View commit details
Commits on Mar 6, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 9f26eed - Browse repository at this point
Copy the full SHA 9f26eedView commit details -
add a version number to externals/coda-oss
Dan Smith committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for cb99d69 - Browse repository at this point
Copy the full SHA cb99d69View commit details -
add a version number to externals/nitro
Dan Smith committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for a675370 - Browse repository at this point
Copy the full SHA a675370View commit details -
Dan Smith authored and Dan Smith committed
Mar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 25cd85e - Browse repository at this point
Copy the full SHA 25cd85eView commit details -
Dan Smith authored and Dan Smith committed
Mar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 2b4e00a - Browse repository at this point
Copy the full SHA 2b4e00aView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for f4e67de - Browse repository at this point
Copy the full SHA f4e67deView commit details -
Dan Smith committed
Mar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for abe6a56 - Browse repository at this point
Copy the full SHA abe6a56View commit details
Commits on Mar 8, 2021
-
remove version numbers (for now); we've went a very long time w/o them
Dan Smith committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 5283b31 - Browse repository at this point
Copy the full SHA 5283b31View commit details -
Dan Smith committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for b69e63a - Browse repository at this point
Copy the full SHA b69e63aView commit details -
version number is in too many places ...
Dan Smith committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for f84a172 - Browse repository at this point
Copy the full SHA f84a172View commit details -
Dan Smith committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 9825b7d - Browse repository at this point
Copy the full SHA 9825b7dView commit details -
Dan Smith committed
Mar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d5f38d - Browse repository at this point
Copy the full SHA 2d5f38dView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a0206cf - Browse repository at this point
Copy the full SHA a0206cfView commit details
Commits on Mar 16, 2021
-
Dan Smith committed
Mar 16, 2021 Configuration menu - View commit details
-
Copy full SHA for a22422a - Browse repository at this point
Copy the full SHA a22422aView commit details
Commits on Mar 22, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for cc369cc - Browse repository at this point
Copy the full SHA cc369ccView commit details -
latest from "master" on coda-oss
Dan Smith committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 4db1a4b - Browse repository at this point
Copy the full SHA 4db1a4bView commit details -
Dan Smith committed
Mar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 5aa2efb - Browse repository at this point
Copy the full SHA 5aa2efbView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for cdb74ed - Browse repository at this point
Copy the full SHA cdb74edView commit details -
remove CA diagnostics from coda-oss
Dan Smith committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 77b0b65 - Browse repository at this point
Copy the full SHA 77b0b65View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 77276c1 - Browse repository at this point
Copy the full SHA 77276c1View commit details
Commits on Mar 24, 2021
-
CODA_OSS_AUGMENT_std_namespace got clobbered again
Dan Smith committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for eeba5b8 - Browse repository at this point
Copy the full SHA eeba5b8View commit details -
Dan Smith committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for c1f2b32 - Browse repository at this point
Copy the full SHA c1f2b32View commit details -
be sure coda-oss "std" files are copied
Dan Smith committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for fd1485f - Browse repository at this point
Copy the full SHA fd1485fView commit details -
use new coda-oss "std" headers
Dan Smith committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 30afeea - Browse repository at this point
Copy the full SHA 30afeeaView commit details -
Dan Smith committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for dfff3e6 - Browse repository at this point
Copy the full SHA dfff3e6View commit details -
updates from coda-oss and nitro
Dan Smith committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b00fab7 - Browse repository at this point
Copy the full SHA b00fab7View commit details -
Dan Smith committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for a9d7356 - Browse repository at this point
Copy the full SHA a9d7356View commit details -
fix coda-oss unittest dependencies
Dan Smith committedMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for a22f195 - Browse repository at this point
Copy the full SHA a22f195View commit details -
Dan Smith committed
Mar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d28513 - Browse repository at this point
Copy the full SHA 3d28513View commit details
Commits on Mar 27, 2021
-
sys/Filesystem.h -> std/filesystem
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 899e615 - Browse repository at this point
Copy the full SHA 899e615View commit details -
Dan Smith committed
Mar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 1005fb0 - Browse repository at this point
Copy the full SHA 1005fb0View commit details -
account for removed coda-oss overloads
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for ab1348f - Browse repository at this point
Copy the full SHA ab1348fView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for f819681 - Browse repository at this point
Copy the full SHA f819681View commit details -
add back coda_oss;;filesystem::path
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for f105c98 - Browse repository at this point
Copy the full SHA f105c98View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 78ec6f6 - Browse repository at this point
Copy the full SHA 78ec6f6View commit details -
forgot to add new "coda_oss" directory
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 1dfc034 - Browse repository at this point
Copy the full SHA 1dfc034View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 0319e70 - Browse repository at this point
Copy the full SHA 0319e70View commit details
Commits on Apr 3, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedApr 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 7cd31db - Browse repository at this point
Copy the full SHA 7cd31dbView commit details
Commits on Apr 5, 2021
-
latest from "coda-oss" and "nitro"
Dan Smith committedApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for c773661 - Browse repository at this point
Copy the full SHA c773661View commit details
Commits on Apr 6, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c8bb00 - Browse repository at this point
Copy the full SHA 6c8bb00View commit details -
tweaks to python wrappers from coda-oss
Dan Smith committedApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 89898de - Browse repository at this point
Copy the full SHA 89898deView commit details
Commits on Apr 13, 2021
-
updates from coda-oss to remove compiler warnings
Dan Smith committedApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 582f71a - Browse repository at this point
Copy the full SHA 582f71aView commit details -
another update to coda-oss to get rid of code-analysis diagnostics
Dan Smith committedApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 37b4a36 - Browse repository at this point
Copy the full SHA 37b4a36View commit details
Commits on Apr 14, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedApr 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 74491f1 - Browse repository at this point
Copy the full SHA 74491f1View commit details -
Dan Smith committed
Apr 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d30e0ab - Browse repository at this point
Copy the full SHA d30e0abView commit details -
coda-oss updates to reduce compiler warnings/code-analysis diagnostics
Dan Smith committedApr 14, 2021 Configuration menu - View commit details
-
Copy full SHA for e70e257 - Browse repository at this point
Copy the full SHA e70e257View commit details -
latest from coda-oss to reduce compiler warnings
Dan Smith committedApr 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 445cf74 - Browse repository at this point
Copy the full SHA 445cf74View commit details
Commits on Apr 17, 2021
-
more code-analysis diagnostics fixes from coda-oss
Dan Smith committedApr 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 8e15275 - Browse repository at this point
Copy the full SHA 8e15275View commit details -
Dan Smith committed
Apr 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 24e1ee5 - Browse repository at this point
Copy the full SHA 24e1ee5View commit details
Commits on Apr 19, 2021
-
Dan Smith committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 09ffddb - Browse repository at this point
Copy the full SHA 09ffddbView commit details -
Dan Smith authored and Dan Smith committed
Apr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for fc46c9f - Browse repository at this point
Copy the full SHA fc46c9fView commit details
Commits on Apr 20, 2021
-
latest from coda-oss and nitro
Dan Smith committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 0b2b871 - Browse repository at this point
Copy the full SHA 0b2b871View commit details -
Dan Smith committed
Apr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 733a255 - Browse repository at this point
Copy the full SHA 733a255View commit details
Commits on Apr 26, 2021
-
Dan Smith committed
Apr 26, 2021 Configuration menu - View commit details
-
Copy full SHA for dc070a1 - Browse repository at this point
Copy the full SHA dc070a1View commit details -
Dan Smith committed
Apr 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 5df9163 - Browse repository at this point
Copy the full SHA 5df9163View commit details
Commits on May 3, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f20557a - Browse repository at this point
Copy the full SHA f20557aView commit details -
latest from "nitro" to support nitf-c++ as a DLL/shared-library
Dan Smith committedMay 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 9faad06 - Browse repository at this point
Copy the full SHA 9faad06View commit details -
build w/o errors when nitf-c++ is a DLL
Dan Smith committedMay 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f273b6d - Browse repository at this point
Copy the full SHA f273b6dView commit details -
explicitly list SegmentMemorySource() overloads
Dan Smith committedMay 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 5ace9f9 - Browse repository at this point
Copy the full SHA 5ace9f9View commit details
Commits on May 4, 2021
-
latest from coda-oss to get rid of more compiler warnings/code-analys…
…is diagnostics
Dan Smith committedMay 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 0591d37 - Browse repository at this point
Copy the full SHA 0591d37View commit details
Commits on May 8, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2bb3a4e - Browse repository at this point
Copy the full SHA 2bb3a4eView commit details -
be sure NITRO validation changes don't break SIX unittests
Dan Smith committedMay 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a4f624b - Browse repository at this point
Copy the full SHA a4f624bView commit details
Commits on May 11, 2021
-
Dan Smith committed
May 11, 2021 Configuration menu - View commit details
-
Copy full SHA for ef2d1fe - Browse repository at this point
Copy the full SHA ef2d1feView commit details
Commits on May 17, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0314b79 - Browse repository at this point
Copy the full SHA 0314b79View commit details -
latest from "nitro" and "coda-oss"
Dan Smith committedMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for df166d5 - Browse repository at this point
Copy the full SHA df166d5View commit details
Commits on May 19, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a294c9 - Browse repository at this point
Copy the full SHA 6a294c9View commit details -
reduce use of .c_str() in "nitro"
Dan Smith committedMay 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 433aa81 - Browse repository at this point
Copy the full SHA 433aa81View commit details
Commits on May 24, 2021
-
changes from coda-oss to reduce code-analysis diagnostics
Dan Smith committedMay 24, 2021 Configuration menu - View commit details
-
Copy full SHA for dfb69ca - Browse repository at this point
Copy the full SHA dfb69caView commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 24, 2021 Configuration menu - View commit details
-
Copy full SHA for cc2d054 - Browse repository at this point
Copy the full SHA cc2d054View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 9c99881 - Browse repository at this point
Copy the full SHA 9c99881View commit details
Commits on May 26, 2021
-
Dan Smith committed
May 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b89b4f - Browse repository at this point
Copy the full SHA 4b89b4fView commit details
Commits on May 27, 2021
-
latest from nitro and coda-oss
Dan Smith committedMay 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a8c6a5 - Browse repository at this point
Copy the full SHA 5a8c6a5View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedMay 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 10015fe - Browse repository at this point
Copy the full SHA 10015feView commit details
Commits on Jun 10, 2021
-
Dan Smith committed
Jun 10, 2021 Configuration menu - View commit details
-
Copy full SHA for aef4a22 - Browse repository at this point
Copy the full SHA aef4a22View commit details -
Dan Smith committed
Jun 10, 2021 Configuration menu - View commit details
-
Copy full SHA for f4c89c4 - Browse repository at this point
Copy the full SHA f4c89c4View commit details
Commits on Jun 17, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedJun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0103074 - Browse repository at this point
Copy the full SHA 0103074View commit details -
Dan Smith committed
Jun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 86feacf - Browse repository at this point
Copy the full SHA 86feacfView commit details -
Dan Smith committed
Jun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 5ce71b5 - Browse repository at this point
Copy the full SHA 5ce71b5View commit details -
getCornersAsLatLons should be w/o "const"
Dan Smith committedJun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 3681b85 - Browse repository at this point
Copy the full SHA 3681b85View commit details
Commits on Jun 23, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for d9fd3dd - Browse repository at this point
Copy the full SHA d9fd3ddView commit details -
Dan Smith committed
Jun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for e219ad8 - Browse repository at this point
Copy the full SHA e219ad8View commit details
Commits on Aug 4, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedAug 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b15d83 - Browse repository at this point
Copy the full SHA 1b15d83View commit details -
Dan Smith committed
Aug 4, 2021 Configuration menu - View commit details
-
Copy full SHA for de9ae8c - Browse repository at this point
Copy the full SHA de9ae8cView commit details -
Dan Smith committed
Aug 4, 2021 Configuration menu - View commit details
-
Copy full SHA for da2932b - Browse repository at this point
Copy the full SHA da2932bView commit details
Commits on Aug 11, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedAug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 06fae55 - Browse repository at this point
Copy the full SHA 06fae55View commit details -
Dan Smith committed
Aug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7c3ab64 - Browse repository at this point
Copy the full SHA 7c3ab64View commit details -
Dan Smith committed
Aug 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b96c7c - Browse repository at this point
Copy the full SHA 1b96c7cView commit details
Commits on Aug 16, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for bf3a418 - Browse repository at this point
Copy the full SHA bf3a418View commit details -
Dan Smith committed
Aug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 76a7a17 - Browse repository at this point
Copy the full SHA 76a7a17View commit details -
mem::ScopedArray<T> is now the same as std::unique_ptr<T[]>
Dan Smith committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 76a8924 - Browse repository at this point
Copy the full SHA 76a8924View commit details
Commits on Aug 25, 2021
-
Merge branch 'master' into develop/update_externals
Dan Smith committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 4c2b652 - Browse repository at this point
Copy the full SHA 4c2b652View commit details -
Dan Smith committed
Aug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9cd3c09 - Browse repository at this point
Copy the full SHA 9cd3c09View commit details -
Dan Smith committed
Aug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c57cd95 - Browse repository at this point
Copy the full SHA c57cd95View commit details -
Dan Smith committed
Aug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 99ae196 - Browse repository at this point
Copy the full SHA 99ae196View commit details -
Merge branch 'master' into develop/update_externals
Dan Smith committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 73e77a8 - Browse repository at this point
Copy the full SHA 73e77a8View commit details -
latest from nitro and coda-oss
Dan Smith committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 1096f4f - Browse repository at this point
Copy the full SHA 1096f4fView commit details