index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Output.cc
Age
Commit message (
Expand
)
Author
2014-08-09
Fixing even more warnings.
Nicolas "Pixel" Noble
2014-06-02
Fix 64bit seek
Vincent Hamm
2014-01-07
Implementing Output's write.
Nicolas "Pixel" Noble
2013-12-20
Switching off_t to off64_t.
Nicolas "Pixel" Noble
2013-12-19
Fixing Output's open.
Nicolas "Pixel" Noble
2013-12-18
Visual Studio port.
Nicolas "Pixel" Noble
2013-08-13
Shouldn't ignore these return values under GNU...
Nicolas "Pixel" Noble
2013-01-22
Removing some more cruft.
Pixel
2013-01-21
Output operations open, close and write are now fully interruptible.
Nicolas 'Pixel' Noble
2013-01-20
Adding open() as an operation to Input and Output.
Nicolas 'Pixel' Noble
2013-01-17
Weird, I never had to add unistd.h here before...
Nicolas 'Pixel' Noble
2012-09-01
Effectively tossing libeio away.
Nicolas "Pixel" Noble
2012-09-01
Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'
Nicolas "Pixel" Noble
2012-08-29
Using true C++11 initializers in classes.
Nicolas "Pixel" Noble
2012-04-08
Redifining yielding for operations a bit, making further refinements.
Pixel
2011-12-11
Introducing EAssert for 'Execution Assert', which won't stop the application,...
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-11-09
Adding 'Output' object
Pixel