-
Notifications
You must be signed in to change notification settings - Fork 6
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
This should finish AFIO, apart from minor items and Paul's stuff #43
Closed
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
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
added 30 commits
September 9, 2013 02:42
Added new helper function make_async_data_op_req().
…e AFIO based version is completed untested and almost certainly does not work.
…mpat with v1.54, something we'll need to do anyway soon to gain Vicente's new future->get_exception() support.
Temporary hack around SFINAE problems with variadic template resolution in VS2013. Improvements to find in files afio example.
… on VS2013. It turns out the really obvious simple solution was the right one, sigh.
Tried turning off the ASIO race condition hack to see what happens. Fixed a bug where AFIO was setting sequential and random access flags on directory opens (caused NT kernel to barf). Fixed a bug where with 4Kb direct i/o if the file wasn't exactly a 4Kb multiple long the completion wakeup was being lost. find in files for AFIO is finished, and I'm slowly fixing performance issues.
…I'll switch to Linux next to fire cachegrind at it.
Now uses Boost v1.55's new much more efficient get_exception_ptr() method on futures. Added don't initialise flag to Aligned_Allocator.hpp Fixed small bug where exception_ptr * was null where it shouldn't have been for immediate completions. Find in files AFIO is now able to hit 2Gb/sec.
…ery file handle now that dispatchers won't destruct until all ops have finished.
Fixed uninit data in aligned_allocator with initialisation off. Finished find in files AFIO.
…le's. Added new adopt() op for adopting third party custom async_io_handle's. Implements issue #37.
Fixed bad use of lseek64() instead of lseek(). Jenkins CI Boost.Test parser seems to dislike zero test times, so added a 1 second delay.
Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
added 9 commits
September 22, 2013 18:30
Fixed use of uninit data in async_data_op_req_compilation.cpp unit test.
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.
Try again to kick Jenkins ...