summaryrefslogtreecommitdiff
path: root/src/Input.cc
AgeCommit message (Expand)Author
2014-06-02Fix 64bit seekVincent Hamm
2013-12-20Switching off_t to off64_t.Nicolas "Pixel" Noble
2013-12-19Fixing Win32's Input open statement.Nicolas "Pixel" Noble
2013-12-19Implementing win32's Input reads.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-08-13Shouldn't ignore these return values under GNU...Nicolas "Pixel" Noble
2013-07-24Yes, getting 0 bytes from a file is fine; it means it's EOF...Nicolas Noble
2013-01-22Removing some more cruft.Pixel
2013-01-21Output operations open, close and write are now fully interruptible.Nicolas 'Pixel' Noble
2013-01-20Adding an assert in for that case...Nicolas 'Pixel' Noble
2013-01-20How could that work in debug mode... ???Nicolas 'Pixel' Noble
2013-01-20Input's open, read and close are now operations fully interruptible.Nicolas 'Pixel' Noble
2013-01-20Adding open() as an operation to Input and Output.Nicolas 'Pixel' Noble
2013-01-17Weird, I never had to add unistd.h here before...Nicolas 'Pixel' Noble
2012-09-01Effectively tossing libeio away.Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-08-29Using true C++11 initializers in classes.Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2011-12-11Introducing EAssert for 'Execution Assert', which won't stop the application,...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-10-26Protecting the IO class a bit more, and adding the raw filename paradigm for ...Pixel
2011-10-17Adding an early version of the 'engine debug' facility.Pixel
2011-10-14Actually removing the asserts now.Pixel
2011-10-11Making the project compile with mingw32, on the same Makefile. No more separa...Pixel
2011-10-11Input class seems to be done.Pixel
2011-10-10Adding a few more features to Input, and actually creating a slightly better ...Pixel
2011-10-10Adding the 'stats' call to Input.Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel