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 and update Python bindings #229

Merged
merged 5 commits into from
May 4, 2018
Merged

Conversation

JonathanMeans
Copy link
Contributor

No description provided.

026c665 Merge pull request #255 from mdaus/updateWscripts
b88a2ce Update wscripts to work properly
059e0fc Merge pull request #254 from mdaus/ignoreJ2k
374e701 Add new driver to gitignore
bca6b3c Merge pull request #253 from mdaus/addJ2k
7fb4541 Add J2K driver from NITRO
9063b5f Merge pull request #252 from mdaus/ceilingDivide
29ebc51 Remove unneeded headers
928998b Remove commented code
629deda Move ceilingDivide to .cpp; apply elsewhere
4a953b8 Add ceilingDivide function; update Python

git-subtree-dir: externals/coda-oss
git-subtree-split: 026c6652d9866f5d29cae085df9f1f6864774ca3
6b1d67d Merge pull request #85 from mdaus/addCompressedByteProvider
11be6c2 Update comments and metadata
f22f89b Fix comments and test
ac66cba Add writing test sample
4f9f9d7 Copy over unittests
c7620ca Add compressedByteProvider
5d0f61d Merge pull request #84 from mdaus/sync_externals
21cb254 Merge CODA-OSS, get J2K to build, update SWIG
85eb614 Merge commit '6bd6adee79a3ba9f847e5f41b27a0061df1273db' into sync_externals
6bd6ade Squashed 'externals/coda-oss/' changes from 9063b5f..026c665
0cefba6 Merge pull request #82 from mdaus/sync_externals
ed35c27 Squashed 'externals/coda-oss/' changes from 43cd38f..9063b5f
52b9b9c Merge commit 'ed35c27b56a86965cb71fd65779d11102b197937' into sync_externals
5f2ef1a Merge pull request #81 from mdaus/sync_externals
37ffb4e Merge commit 'b3b00587ddd09fc6a9749b2029661e46e9f4f0de' into sync_externals
b3b0058 Squashed 'externals/coda-oss/' changes from 3ac2993..43cd38f
d6f0d0c Merge pull request #80 from mdaus/sync_externals
ba346af Squashed 'externals/coda-oss/' changes from 3a5d8bb..3ac2993
cfdfac1 Merge commit 'ba346af3524663e15ee93fa1437aa5570747ced3' into sync_externals

git-subtree-dir: externals/nitro
git-subtree-split: 6b1d67d
@JonathanMeans JonathanMeans added this to the SIX 2.2.8 milestone May 4, 2018
@asylvest asylvest merged commit 1db7e26 into master May 4, 2018
@asylvest asylvest deleted the sync_externals branch May 4, 2018 12:26
JonathanMeans pushed a commit that referenced this pull request Jun 12, 2019
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: 3da406042030e1ce05e8736f32473c985766d284
JonathanMeans added a commit that referenced this pull request Jun 12, 2019
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
JonathanMeans pushed a commit that referenced this pull request Feb 24, 2020
cab618a Merge pull request #237 from mdaus/read_utils
c28be7c Adding documentation
8574edd Adding convenience read functions
187d011 Updated documentation
6618a58 Updating InputStream / OutputStream interface to let you send in void* and to verify full reads
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
52b45ab Merge pull request #228 from mdaus/fix_thread_planner_div0
4700969 Guarding against dividing / modulo'ing by 0
bb59e90 Merge pull request #227 from mdaus/remove_fftw
ff39d7e Removing FFTW driver
389c802 Merge pull request #225 from mdaus/numpyErrorHandling
2ca7d01 Check for errors with using the C Numpy API
8840be9 Merge pull request #224 from mdaus/pseudoInverse
92a8dae Comment out main paraemeters; clarify comments
bdd43a8 Fix terminology
007ced2 Removed unused include
e7a4504 Add function for computing pseudo-inverse
cb21b99 Merge pull request #223 from mdaus/add_xml_str_replacement
d7c5f1f Using actual escape characters for newline and carriage return
92f995d Moving utility function that knows how to escape XML characters into the str module rather than buried in the XMLFormatter in the logger.  Added a unittest.
f3d0c16 Merge pull request #222 from mdaus/solarisFix
d21cbe5 Include files in proper location
6cea3b6 Ensure proper includes
db80a51 Fix includes and formatting
6248f89 Move isNaN back to header
1dd4780 Check for std::isnan during config
3e62445 Use std::isnan if available
09e1e5b Move implementation of isNaN to Utilities.cpp
b71169d Remove std:: from isnan
2adc4f1 Remove <cmath> from TestCase.h
78da5c9 isnan -> std::isnan
70df131 Merge pull request #221 from mdaus/fixConstants
c8d7744 Reformat
3276870 Close struct

git-subtree-dir: externals/coda-oss
git-subtree-split: cab618a307c02858236abfe570a0394682ecb053
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