1
I Use This!
Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged from develop branch as CDash reports all green More... over 7 years ago
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Merged from develop branch as CDash reports all green More... over 7 years ago
Stop fetching inode metadata on handle open, now fetch it lazy on demand.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Merged from develop branch as CDash reports all green More... over 7 years ago
Rename file_handle::length() to maximum_extent()
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Merged from develop branch as CDash reports all green More... over 7 years ago
Fix up programs to use std::byte buffers.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Convert AFIO over to use std::byte for buffers instead of char.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Merged from develop branch as CDash reports all green More... over 7 years ago
Add lots more use examples
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Fix broken programs, lack of regen of docs
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Refresh the free functions
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Replace single buffer convenience overloads of read() and write() with initialiser list ones instead.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Added non-volatile memory support.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Merged from develop branch as CDash reports all green More... over 7 years ago
Fixed inefficiency where inodes created with temp_inode() were being double-deleted.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Enable map_handle::truncate() to relocate the map if user permits.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Implement map_handle::truncate() on Windows.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Did quite a bit of optimisation work of trivial_vector on POSIX. More... over 7 years ago
Finally figured out the cause of the trivial_vector failure on POSIX. AFIO ought to be finally back to all green, yay! More... over 7 years ago
upd More... over 7 years ago
Merge pull request #4 from maksqwe/fix_lock More... over 7 years ago
Use correct bytes for the lock More... over 7 years ago
Made error_info's converting constructor from error_code explicit, and thus fixed an ambiguity bug plus many other cases of sloppiness in KernelTest and elsewhere in AFIO.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Fixed quite a lot of stuff on OS X, and now the async i/o is working correctly More... over 7 years ago
More OS X build fixes More... over 7 years ago
Disable the GCC build on Travis, the libstdc++-7 confuses clang 4.0.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
Fix build breakage on POSIX hopefully
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 7 years ago
In theory, OS X now works. You'll need LLVM clang though, XCode 9.2 is still missing <filesystem> More... over 7 years ago