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
/
tests
/
test-Handles.cc
Age
Commit message (
Expand
)
Author
2014-05-25
Fixing test.
Nicolas "Pixel" Noble
2013-12-18
MSVC doesn't like explicit initializer for arrays.
Nicolas Noble
2013-07-31
Added a few forgotten references.
Nicolas "Pixel" Noble
2013-01-21
Slightly more fun this way IMHO.
Nicolas 'Pixel' Noble
2013-01-21
Still adding few more things to the basic stackless handles test.
Nicolas 'Pixel' Noble
2013-01-21
Adding a few more tests for ZStreams.
Nicolas 'Pixel' Noble
2013-01-21
Adding a test for stackless ZStream read.
Nicolas 'Pixel' Noble
2013-01-21
Starting to add a few tests for the new interruptible code.
Nicolas 'Pixel' Noble
2013-01-21
Adding the cosine generator in the test-Handles as a data generator.
Nicolas 'Pixel' Noble
2013-01-20
Adding open() as an operation to Input and Output.
Nicolas 'Pixel' Noble
2013-01-20
Slightly better printf formats for 32 and 64 bits values.
Nicolas 'Pixel' Noble
2013-01-17
Shutting off a few warnings.
Nicolas 'Pixel' Noble
2012-09-02
Fixing ZHandle, and adding a unit test for it.
Nicolas "Pixel" Noble
2012-02-28
Adding a short test for the ZStreams.
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-11-13
Adding buffered streams; mainly for string parsing.
Pixel
2011-11-12
Adding seekable buffers. Probably would need a few more tests in the Handles ...
Pixel
2011-11-09
Adding 'Output' object
Pixel
2011-10-17
Redefined how the IO class works. The ref counting should now work properly.
Pixel
2011-10-11
Making the project compile with mingw32, on the same Makefile. No more separa...
Pixel
2011-10-11
Input class seems to be done.
Pixel
2011-10-10
Adding a few more features to Input, and actually creating a slightly better ...
Pixel
2011-10-10
Adding the 'stats' call to Input.
Pixel
2011-10-10
Adding the basic "Handle" structure, and adding an early version of Input.
Pixel