-
Notifications
You must be signed in to change notification settings - Fork 38
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 #605
Merged
Merged
latest from CODA-OSS #605
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03f1a3bdfa release 2023-10-23 (#747) 4dd7b2fbd5 Merge branch 'main' of github.com:mdaus/coda-oss 9428f12a06 add extensions for .log and known Windows/Linux binaries (#746) c3fd20a88f added some OLD Visual Studio extensions d00db384af everything is text except for known binaries c3813bb29d eol=lf is the default 4a2f472c7a add extensions for .log and known Windows/Linux binaries (#746) 18f2c051fa more FmtX() -> str::Format() changes (#745) 9595326819 reduce use of FmtX macro (#743) fffac7fc41 Fix memory leaks in "cli" (#741) 95ff879bab make it easier to turn on AVX2/AVX512F (#740) a950c848be enable AVX2 and AVX512F CMake builds (#739) 3697370855 use std::ssize() to reduce casts (#738) 8ae7dabace std::size() and std::ssize() (#737) 8db480be5b enable ASAN for GitHub builds (#736) git-subtree-dir: externals/coda-oss git-subtree-split: 03f1a3bdfa72d1baf84625fb6bcf9467e5792ace
3ae8f6afb3 Merge pull request #751 from mdaus/bugfix/hdf5-missing-files-main 3ec5108610 Add missing files 1693eac7e4 Update build_unittest.yml git-subtree-dir: externals/coda-oss git-subtree-split: 3ae8f6afb3816bbb2ca9a72fbbd9ef78644eb5bf
92f8b88c75 std::ostringstream overloads 8cb27de275 reduce use of .c_str() and .str() (#752) git-subtree-dir: externals/coda-oss git-subtree-split: 92f8b88c758504e8d0d2a3dfb389b71d49b557e5
…develop/sync_externals
aea8e7b1ee reduce use of str::toString() (#754) 8062154a45 HighFive 2,8,0 (#753) git-subtree-dir: externals/coda-oss git-subtree-split: aea8e7b1ee845039a62fafca207a4df6e8df15e0
5eae4c1f6e turn of /Wall for MSVC (#755) 47d4b6b73c return type needs to be explicit (not `auto`) for subsequent specialization git-subtree-dir: externals/coda-oss git-subtree-split: 5eae4c1f6e3d2ba64bb78cd63ec0b525f7f6d98a
df4e0fc1f6 changes to build SIX DLLs (#757) faf5d05210 allow CMake to switch between building SHARED (DLLs) or STATIC libraires d15173f386 export symbols used by NITRO (#756) 6ed3c048bd use Debug DLL library in Debug git-subtree-dir: externals/coda-oss git-subtree-split: df4e0fc1f6c564c02121d1328e850ed92552bfc1
28926b6739 provide our own (simple) mdspan implementation (#759) 6bb722454a make SpanRC API match std::mdspan (#758) git-subtree-dir: externals/coda-oss git-subtree-split: 28926b673931c3f148882ceca7d3de203accfa4e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
latest from CODA-OSS