Simon Cruanes
|
88fca4efa1
|
bugfix in CCFormat.to_file
|
2015-03-02 16:42:19 +01:00 |
|
Simon Cruanes
|
a389b49f43
|
small fix in doc
|
2015-02-27 15:37:47 +01:00 |
|
Simon Cruanes
|
95295b834c
|
version 0.9
|
2015-02-27 14:39:58 +01:00 |
|
Simon Cruanes
|
c5354c792e
|
some "status: experimental" annotations on new modules
|
2015-02-27 14:31:17 +01:00 |
|
Simon Cruanes
|
125484a9c4
|
add Float, Ref, Set, Format to CCPervasives
|
2015-02-27 14:30:59 +01:00 |
|
Simon Cruanes
|
45a35aa646
|
fix in oasis
|
2015-02-27 13:42:07 +01:00 |
|
Simon Cruanes
|
fa09029e8a
|
Lwt_pipe.Reader: more combinators
|
2015-02-26 16:20:23 +01:00 |
|
Simon Cruanes
|
cf6d730998
|
CCRingBuffer.append (simple implementation)
|
2015-02-25 23:17:41 +01:00 |
|
Simon Cruanes
|
536f3152af
|
bugfix in CCRingBuffer (syntax?)
|
2015-02-25 23:17:37 +01:00 |
|
Simon Cruanes
|
fe234e3dba
|
containers.data now depends on bytes
|
2015-02-25 22:52:13 +01:00 |
|
Simon Cruanes
|
14f593d246
|
wip: qtests for containers.lwt
|
2015-02-25 22:03:30 +01:00 |
|
Simon Cruanes
|
050514a326
|
change a bit the interface of CCRingBuffer, indentation, names
|
2015-02-25 19:22:09 +01:00 |
|
Simon Cruanes
|
60159bdd75
|
merge from struktured: shiny new CCRingBuffer
|
2015-02-25 18:57:02 +01:00 |
|
carm
|
6f788d3a2a
|
ringbuffer doc updates
|
2015-02-22 21:03:16 -05:00 |
|
carm
|
7c0ed782e4
|
make some tests more random
|
2015-02-22 20:29:13 -05:00 |
|
carm
|
67eae77105
|
final set of qtests for ringbuffer
|
2015-02-22 20:27:26 -05:00 |
|
carm
|
356f6934dd
|
ringbuffer get front/back qtests
|
2015-02-22 20:10:16 -05:00 |
|
carm
|
ec92dfaa94
|
remove debugging, better is_empty test
|
2015-02-22 20:01:47 -05:00 |
|
carm
|
ed126fa6bb
|
check for non-negative length
|
2015-02-22 19:58:46 -05:00 |
|
carm
|
d66a5bc86f
|
ringbuffer create qtest
|
2015-02-22 19:57:17 -05:00 |
|
carm
|
420f7c6bcc
|
fix to blit_from_bounded, several more qtests
|
2015-02-22 19:52:15 -05:00 |
|
carm
|
b57ca9d06a
|
fix to junk_back, take/junk qtests
|
2015-02-22 19:18:14 -05:00 |
|
carm
|
9e0908dc2d
|
ringbuffer isempty qtest
|
2015-02-22 18:55:36 -05:00 |
|
carm
|
d8c2bd9da5
|
ringbuffer reset qtest
|
2015-02-22 18:53:16 -05:00 |
|
carm
|
aecbbf0dcd
|
ringbuffer clear qtest
|
2015-02-22 18:51:06 -05:00 |
|
carm
|
a2a6d28229
|
blit into qtest
|
2015-02-22 18:28:45 -05:00 |
|
carm
|
c22a33c405
|
fix bugs revealed in qtests
|
2015-02-22 13:03:59 -05:00 |
|
cpiccion
|
777aca435a
|
unit test fixes
|
2015-02-20 16:20:03 -05:00 |
|
Simon Cruanes
|
c16783f513
|
Implement missing functions from Lwt_klist
|
2015-02-20 18:19:30 +01:00 |
|
Simon Cruanes
|
d338ce279c
|
Lwt_pipe: conversion to/from lwt_klist
|
2015-02-20 18:19:18 +01:00 |
|
Simon Cruanes
|
0c49d30d85
|
use S-expressions in CCKTree.print, much much easier
|
2015-02-20 17:50:33 +01:00 |
|
Simon Cruanes
|
1be3bcf766
|
lwt_pipe: better output to buffer/string
|
2015-02-20 17:37:38 +01:00 |
|
Simon Cruanes
|
f9d32d0af2
|
draft of printer for CCKTree (not done yet)
|
2015-02-20 17:24:55 +01:00 |
|
Simon Cruanes
|
6a79b88ef0
|
documentation
|
2015-02-20 16:50:18 +01:00 |
|
Simon Cruanes
|
1a2ffbb262
|
Add CCMixmap in containers.data (close #40)
|
2015-02-20 16:46:57 +01:00 |
|
Simon Cruanes
|
886dae7a51
|
Merge pull request #41 from struktured/master
Update README.md test instructions (thanks @struktured)
|
2015-02-20 16:33:24 +01:00 |
|
Simon Cruanes
|
244908a39e
|
lwt_pipe: remove Pipe module, put values at toplevel, put read/write directly on pipes
|
2015-02-20 15:14:45 +01:00 |
|
Simon Cruanes
|
d257d91b0d
|
remove old META file
|
2015-02-20 15:01:57 +01:00 |
|
carm
|
c7bc99760a
|
fix qcheck typo
|
2015-02-19 23:44:49 -05:00 |
|
carm
|
c286789e5c
|
update testing instructions
|
2015-02-19 23:42:54 -05:00 |
|
carm
|
a1ca8ff831
|
formatting
|
2015-02-19 23:10:19 -05:00 |
|
carm
|
8d814d4feb
|
Merge branch 'poly-bufferio' of github.com:struktured/ocaml-containers into poly-bufferio
|
2015-02-19 22:41:38 -05:00 |
|
cpiccion
|
51b2828af3
|
formatting, qtests
|
2015-02-19 18:28:20 -05:00 |
|
Simon Cruanes
|
aef87c148d
|
wip: lwt_pipe
|
2015-02-19 20:17:54 +01:00 |
|
Simon Cruanes
|
89aded1311
|
wip: lwt_klist
|
2015-02-19 19:54:38 +01:00 |
|
Simon Cruanes
|
e41faaf91e
|
wip: fix bugs in Lwt_pipe
|
2015-02-19 19:18:28 +01:00 |
|
Simon Cruanes
|
c6b23890ec
|
Lwt_pipe now with reader/writer subtypes of pipe, better API, safer closing
|
2015-02-19 18:15:49 +01:00 |
|
Simon Cruanes
|
77b6197c49
|
wip: Lwt_pipe
|
2015-02-19 16:41:47 +01:00 |
|
carm
|
2edd751d54
|
Merge github.com:c-cube/ocaml-containers into poly-bufferio
|
2015-02-18 14:45:08 -05:00 |
|
Simon Cruanes
|
f6ea8b0aa2
|
small change in doc/build_deps.ml
|
2015-02-18 16:53:28 +01:00 |
|