summaryrefslogtreecommitdiff
path: root/tests/test-Handles.cc
AgeCommit message (Expand)Author
2013-12-18MSVC doesn't like explicit initializer for arrays.Nicolas Noble
2013-07-31Added a few forgotten references.Nicolas "Pixel" Noble
2013-01-21Slightly more fun this way IMHO.Nicolas 'Pixel' Noble
2013-01-21Still adding few more things to the basic stackless handles test.Nicolas 'Pixel' Noble
2013-01-21Adding a few more tests for ZStreams.Nicolas 'Pixel' Noble
2013-01-21Adding a test for stackless ZStream read.Nicolas 'Pixel' Noble
2013-01-21Starting to add a few tests for the new interruptible code.Nicolas 'Pixel' Noble
2013-01-21Adding the cosine generator in the test-Handles as a data generator.Nicolas 'Pixel' Noble
2013-01-20Adding open() as an operation to Input and Output.Nicolas 'Pixel' Noble
2013-01-20Slightly better printf formats for 32 and 64 bits values.Nicolas 'Pixel' Noble
2013-01-17Shutting off a few warnings.Nicolas 'Pixel' Noble
2012-09-02Fixing ZHandle, and adding a unit test for it.Nicolas "Pixel" Noble
2012-02-28Adding a short test for the ZStreams.Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-13Adding buffered streams; mainly for string parsing.Pixel
2011-11-12Adding seekable buffers. Probably would need a few more tests in the Handles ...Pixel
2011-11-09Adding 'Output' objectPixel
2011-10-17Redefined how the IO class works. The ref counting should now work properly.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