Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Sync externals #213

Merged
merged 5 commits into from
Nov 21, 2017
Merged

Sync externals #213

merged 5 commits into from
Nov 21, 2017

Conversation

JonathanMeans
Copy link
Contributor

Grab latest from CODA-OSS and NITRO.

96cb50c Merge pull request #236 from mdaus/fix_work_sharing_runnable
a5505c6 Missed incrementing threadNum
ffb0da0 Fixed bug that occurred when the ThreadPlanner chose fewer threads than were provided
97aa2a6 The WithCopies() version needs to call the version that takes in a vector, not itself
d64d9d1 Merge pull request #235 from mdaus/range-num-shared-elements
7005250 add unittest for types::Range
057a359 add missing algorithms header
141e4d8 add getNumSharedElements method to types::Range
3da4060 Merge pull request #234 from mdaus/updateSwig
96d0968 Update SWIG-generated code to 3.0.12
935fb41 Merge pull request #233 from mdaus/outputByteSwap
3664e35 Review fixes
8aa5dfd Add byteswap overload if you don't want to do it in-place
b760b72 Merge pull request #232 from mdaus/range-empty-method
48b779d Range type empty method
ec2df5d Merge pull request #231 from mdaus/mt-balanced-runnables
ee6e397 remove fill call
ee025cb remove algorithm header
9f6e237 update balanced runnable unit tests according to pr comments
3ec8e60 update runnable classes/interfaces according to pr comments
41a75ce repeated word
bd564ae doxygen
0349424 make sure single threaded runnables work correctly
0a63e3f SharedWork -> WorkSharing
cc2bbb9 clean up
cbd11c9 unit tests
a35739b add work sharing balanced runnable and interfaces
1067d0f Add balanced runnable and interfaces to mt
10e9a58 add range type
ca55fe2 Merge pull request #230 from mdaus/add_const_overloadings
ab83181 Adding const overloadings
fb46a95 Merge pull request #229 from mdaus/exceptionFix
8087809 Fix exception message for unrecognizable data type

git-subtree-dir: externals/coda-oss
git-subtree-split: 96cb50c2bf8e1967a1f907912c496eaef73f677f
c398336 Merge pull request #57 from mdaus/nrtUtilsBugs
fe5e8da Test more edges
c9cbb7f Fix bugs in utilities for manipulating coordinates
d833ee3 Merge pull request #56 from mdaus/nrtUtilsMessage
7c86538 Add more detail to exception message
dc487c4 Fix error message for invalid direction
85aa065 Removing old copying files since we have a LICENSE file now
8a6fc23 Create LICENSE
cf7a349 Merge pull request #53 from mdaus/datetime-dayofyear-parsing
0b631a9 simplify setMonthInfoFromDayOfYear logic
3879a4e use NRT_TRUE and NRT_FALSE instead of 0 and 1
71e6e38 missing word
dbcab72 clean up
dfea090 clean up
253039c Use NRT_BOOL instead of int
c0298e1 remove tm based offsets in setMonthInfoFromDayOfYear
1c31e6a clean up
6e4ce06 add ability to parse day of year and infer month and day of month to DateTime
af0dc04 Merge pull request #52 from mdaus/segmentation_logic
ad9c3ff Moving image segment logic from SIX into NITRO
228db33 Merge pull request #51 from mdaus/fix_offset
f7e97e5 Fixed bug in bufferSize calculation due to misplacing a parenthesis
4a7a8bf Merge pull request #50 from mdaus/fix_buffered_reader
b107519 Using the sys::File enum values
c3ce729 Fixed a bug in bookkeeping on buffer size - need to keep track of both a max and a current value.  Also optimized seekImpl() to not do another read if the spot we want to seek to is already in memory.
1293652 Merge pull request #49 from mdaus/updateSwig
b5b8c1d Update SWIG-generated code to 3.0.12
9a47ed2 Merge pull request #48 from mdaus/const_iterator_fix
fc54762 Make const_reverse_iterator work on Solaris
8eb8bce Merge pull request #47 from mdaus/stripUtility
f215229 Fix typo; better type
2a30b3a Update to use new addWriteHandlers() method
443a0d2 cout -> cerr where appropriate
40102c8 Add program to strip out segments that aren't displayed
6d1e1b3 Merge pull request #46 from mdaus/showNitfFormatting
68e1d4f Insert a space between the number of bytes and the word 'bytes'

git-subtree-dir: externals/nitro
git-subtree-split: c398336
@asylvest asylvest merged commit 3a28a06 into master Nov 21, 2017
@asylvest asylvest deleted the sync_externals branch November 21, 2017 18:26
JonathanMeans added a commit that referenced this pull request Jun 12, 2019
75e54bf Merge pull request #217 from mdaus/convexHull
10800df Merge branch 'convexHull' of https://github.com/mdaus/coda-oss into convexHull
c09526a Merge branch 'master' into convexHull
7d36e5c Add convexHull
99a2deb Merge pull request #216 from mdaus/isNaN
45efe40 Move include to top
a033615 Fix includes; naming
4467fa1 Add math_config.h
755128f Make isNaN a templated function
b63c30c Move ConvexHull to math
dc6c965 Add isNaN function
6ec4369 Merge pull request #215 from mdaus/sys-time-macro
2577315 Removed a macro from sys/Conf.h that was conflicting with Apache Mesos
8ffb29c Merge pull request #213 from mdaus/lib-linkage
a921f9d Always explicitly link to libcrypto if using net.ssl
c9ee4e2 Merge pull request #212 from mdaus/make_split_const
191c90e split() method can be const

git-subtree-dir: externals/coda-oss
git-subtree-split: 75e54bf06d3c6ed1e511e8bcf1e074bd69c2a9bf
JonathanMeans pushed a commit that referenced this pull request Feb 24, 2020
a4c9552 Merge pull request #220 from mdaus/support_win_gcc
1ab5be6 Supporting gcc on Windows
e38d2e4 Merge pull request #219 from mdaus/remove_exception_specifications
c8f3bbd Removing exception specifications... these are deprecated and weren't compiling on Windows with gcc because FileWin32.cpp didn't have them in.
e0c803d Merge pull request #218 from mdaus/win_gcc
a68dc82 Fixing bug with pointer check... should be dereferencing it
75e54bf Merge pull request #217 from mdaus/convexHull
10800df Merge branch 'convexHull' of https://github.com/mdaus/coda-oss into convexHull
c09526a Merge branch 'master' into convexHull
7d36e5c Add convexHull
99a2deb Merge pull request #216 from mdaus/isNaN
45efe40 Move include to top
a033615 Fix includes; naming
4467fa1 Add math_config.h
755128f Make isNaN a templated function
b63c30c Move ConvexHull to math
dc6c965 Add isNaN function
6ec4369 Merge pull request #215 from mdaus/sys-time-macro
2577315 Removed a macro from sys/Conf.h that was conflicting with Apache Mesos
8ffb29c Merge pull request #213 from mdaus/lib-linkage
a921f9d Always explicitly link to libcrypto if using net.ssl
c9ee4e2 Merge pull request #212 from mdaus/make_split_const
191c90e split() method can be const

git-subtree-dir: externals/coda-oss
git-subtree-split: a4c955236d1ca27df7fb929c2194f0aa0c88dc3d
JonathanMeans pushed a commit that referenced this pull request Feb 24, 2020
a4c9552 Merge pull request #220 from mdaus/support_win_gcc
1ab5be6 Supporting gcc on Windows
e38d2e4 Merge pull request #219 from mdaus/remove_exception_specifications
c8f3bbd Removing exception specifications... these are deprecated and weren't compiling on Windows with gcc because FileWin32.cpp didn't have them in.
e0c803d Merge pull request #218 from mdaus/win_gcc
a68dc82 Fixing bug with pointer check... should be dereferencing it
75e54bf Merge pull request #217 from mdaus/convexHull
10800df Merge branch 'convexHull' of https://github.com/mdaus/coda-oss into convexHull
c09526a Merge branch 'master' into convexHull
7d36e5c Add convexHull
99a2deb Merge pull request #216 from mdaus/isNaN
45efe40 Move include to top
a033615 Fix includes; naming
4467fa1 Add math_config.h
755128f Make isNaN a templated function
b63c30c Move ConvexHull to math
dc6c965 Add isNaN function
6ec4369 Merge pull request #215 from mdaus/sys-time-macro
2577315 Removed a macro from sys/Conf.h that was conflicting with Apache Mesos
8ffb29c Merge pull request #213 from mdaus/lib-linkage
a921f9d Always explicitly link to libcrypto if using net.ssl
c9ee4e2 Merge pull request #212 from mdaus/make_split_const
191c90e split() method can be const

git-subtree-dir: externals/coda-oss
git-subtree-split: a4c955236d1ca27df7fb929c2194f0aa0c88dc3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants