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
Simon Cruanes
705fcff4ec
simplified CCTrie implementation
2015-02-18 11:32:09 +01:00
Simon Cruanes
f426a97a31
fix quick tests
2015-02-18 10:59:27 +01:00
carm
39cac7bc08
converted various functions to _[front|back] style
2015-02-18 00:26:59 -05:00
carm
00bcb47c4f
remove Floats/Ints/Bools modules
2015-02-17 19:25:50 -05:00
carm
8ec4ba09ac
remove white space
2015-02-17 00:57:08 -05:00
carm
9787e52e36
various ring buf convenience functors
...
make explicit signature for ring buffer type
2015-02-17 00:47:57 -05:00
carm
847286597b
specialized primitive module arrays, functorized version for remainder
2015-02-16 19:48:31 -05:00
carm
c7607f8ce7
functorize ring buffer over ARRAY sig
2015-02-16 00:19:17 -05:00
carm
07f0afcd28
add deque style functions to ring buffer module, bug fixes
2015-02-14 08:31:54 -05:00
carm
a43145b107
bounded/unbounded versions of blit_from
2015-02-13 20:08:13 -05:00
carm
2cf485ebee
support for unbounded ring buffer
2015-02-13 19:21:46 -05:00
carm
4a994cff38
rename buffer io to ring buffer
2015-02-13 19:00:04 -05:00
carm
7d92950a4e
working polymorphic ring buffer
2015-02-12 00:20:28 -05:00
carm
acd1b6e97e
put back more advanced resize heuristic
2015-02-11 23:08:12 -05:00
carm
55b866ae63
Merge branch 'poly-bufferio' of github.com:struktured/ocaml-containers into poly-bufferio
2015-02-11 11:09:35 -05:00
carm
8fec7b005e
wip fixes
2015-02-11 11:09:19 -05:00
Carmelo Piccione
ae7244f2e3
Update ocamldoc
2015-02-10 23:01:59 -05:00
carm
472aaa83a2
first cut of a polymorphic buffer
2015-02-10 23:00:09 -05:00
Simon Cruanes
0d3158d1bd
doc
2015-02-11 00:21:49 +01:00
Simon Cruanes
9b4677b266
wip: ring buffer (currently an experiment called "bufferIO") -> make it polymorphic
2015-02-10 15:56:37 +01:00
Simon Cruanes
9bee9c6d64
use compiledObject: best for binaries
2015-02-09 14:00:40 +01:00
Simon Cruanes
93119a47e7
trailing space
2015-02-05 22:29:38 +01:00
Simon Cruanes
9d2e369732
document some invariants in CCCache (see #38 )
2015-02-04 12:57:36 +01:00
Simon Cruanes
438c57e847
a few tests for CCCache.lru
2015-02-04 09:15:57 +01:00
Thomas Gazagnaire
0c7f4a5d08
Elements in an LRU cache should be unique
...
If it is not the case, the following code fails miserably:
let t = make 2
let () =
set t 1 1;
set t 1 1;
set t 2 2;
assert (get t 1 = 1)
because in that case the element returned by Hashtbl.find is *not* the
first bucket, which is the oldest one.
2015-02-04 01:17:23 +00:00