-
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
Minor edits so all tests run successfully on Jenkins #72
Merged
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
JonathanMeans
pushed a commit
that referenced
this pull request
Feb 24, 2020
8d67129 Merge pull request #72 from mdaus/swig_smart_ptr 9bb5ab9 Fixing typo 'tpe' to 'type' (makes no difference in generated files) a0d58c0 Re-generating with Swig 3.0.7 797b128 Regenerated mem-python files b12cf3a Swig ignores auto_ptr mem:: interface now git-subtree-dir: externals/coda-oss git-subtree-split: 8d67129b03f2b887e939ca1252e551bb0d1af293
JonathanMeans
pushed a commit
that referenced
this pull request
Feb 24, 2020
b6d55dd Merge pull request #77 from mdaus/str_version 29f7131 Merge pull request #76 from mdaus/ExecUnixWork 73b40d5 Fixes some strangeness with non-string versions 3daa20c Fixing the broken subprocess. This was unable to call shell commands like cd, as it was before 2fd44ba Merge pull request #75 from mdaus/ByteStreamSegFault 8d57e50 update to address comment in the merge request 51abf18 calling this method with size of zero causes a segfault, because of the index on line 76. xml::lite is making this call with zero at some point. Though it seems strange it would make a zero sized call, I'm fixing it here because it is ultimately a valid value. 234a007 Merge branch 'fix_windows_net' c21a4de Fixed a few other void* vs. char* Windows-specific issues 9bf173c Merge pull request #74 from mdaus/fix_windows_net d6430cf sendto() on Windows wants const char* 8168c28 Merge pull request #73 from mdaus/add_net_speed_tests a0dce2b Adding speed tests 5bc8f23 send/recv buffers can be void* and methods should just return size_t since we'll error out if < 0 8d67129 Merge pull request #72 from mdaus/swig_smart_ptr 9bb5ab9 Fixing typo 'tpe' to 'type' (makes no difference in generated files) a0d58c0 Re-generating with Swig 3.0.7 797b128 Regenerated mem-python files b12cf3a Swig ignores auto_ptr mem:: interface now 874c8ea Merge pull request #71 from mdaus/improve_scoped_ptrs 24ac795 Adding constructor and reset() overloadings that take in an auto_ptr 04c9f44 Merge pull request #69 from mdaus/warnings 2300393 Merge pull request #70 from mdaus/allow_new_connection_override 21e57d9 The open ssl connection factory needs to be able to override newConnection 0921ad7 Fix spacing in XMLException.h 87cc2f3 Resolve merge conflict f844a6a Add errNo as optional param to XMLParseException::form() 0130294 Add errNo as optional param to XMLParseException::form() 13b405b Need argc and argv if openssl is defined df1e50f Fixed typo 8cbd991 Merge pull request #68 from mdaus/warnings 99bae5d Using camel case 22319cf Fix line endings 0fb1690 Add params to main() c36a5d7 Add params to main() 9817776 Add params to main() 3a085de Add params to main() ff40205 Add params to main() cff7cd2 Add params to main() f617268 Add params to main() a09afcb Add params to main() d071933 Add params to main() b21b1a4 Add params to main() e1abc1d Add params to main() 2ff7da7 Add params to main() cda7a68 Add params to main() cc3f947 Add params to main() 3209e79 Add params to main() 69edb25 Add params to main() 5d7809c Add params to main() dcaf846 Add params to main() 85ab3ac Add params to main() a0f8fa9 Add params to main() c801bdf Merge branch 'warnings' of https://github.com/mdaus/coda-oss into warnings e054d50 Fix line endings c1bc7ba Add params to main() d5f667e Add params to main() 75346c2 Add params to main() bd69cdd Add args to main() 0b22af3 Add args to main() 0a1d557 Add args to main() be2da67 Add args to main() 45db7bc Add args to main() 70e3b08 Add args to main() cd2c5e9 Add args to main() e13243f Add args to main() 8af0c56 Add args to main() ff06a52 Add args to main() 47ed044 Add args to main() abda57b Add args to main f46d334 Remove C++11 features from ArgumentParser b8a24b9 Fix some warnings related to integral types 88deffa Remove most warnings about unreferenced formal params git-subtree-dir: externals/coda-oss git-subtree-split: b6d55dddd25e83df6f05b9dc432ba476fb163259
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.
No description provided.