Commit graph

1072 commits

Author SHA1 Message Date
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
705fcff4ec simplified CCTrie implementation 2015-02-18 11:32:09 +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
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
Simon Cruanes
ceca7b6343 fix CCFormat.seq combinator 2015-02-02 15:28:18 +01:00
Simon Cruanes
21c90a209d wip: Lwt_klist, a functional stream for Lwt 2015-01-30 19:11:05 +01:00
Simon Cruanes
a1a8a8252c @since tags 2015-01-29 00:42:42 +01:00
Simon Cruanes
5404d01814 add CCSet 2015-01-29 00:42:10 +01:00
Simon Cruanes
f40cdbe64f add CCRef module 2015-01-29 00:35:34 +01:00
Simon Cruanes
dea635f8e3 version 0.8 2015-01-26 20:34:36 +01:00
Simon Cruanes
a5b78fd940 remove uses of |> in roseTree and its tests 2015-01-26 11:57:39 +01:00
Simon Cruanes
8f66f0d7d8 updated roseTree (cosmetic; printer; to_seq) and test 2015-01-26 11:55:59 +01:00
Simon Cruanes
b599e9941a Merge pull request #35 from Emm/rose_tree
Add experimental rose tree (thanks to @Emm)
2015-01-26 11:47:51 +01:00
Emm
f9d061af9e Indent rose tree records. 2015-01-25 23:36:23 +01:00
Simon Cruanes
bcdb1434e5 a few utils in CCFuture 2015-01-25 23:17:54 +01:00
Simon Cruanes
feec3bf46f refactored heavily CCFuture (much simpler, cleaner, basic API and thread pool) 2015-01-25 23:08:31 +01:00
Simon Cruanes
4a66f1cdb7 add CCLock in containers.thread 2015-01-25 23:08:08 +01:00
Emm
84af4f6f2e Use pattern-matching instead of List.hd and List.tl. 2015-01-25 22:56:54 +01:00
Emm
1cdfa06c68 Add @since tag to rose tree documentation. 2015-01-25 22:51:11 +01:00
Emm
fdc6f28d55 Add experimental rose tree. 2015-01-25 22:06:48 +01:00
Simon Cruanes
f0b19b9980 remove a lot of stuff from containers.misc (see _oasis for details) 2015-01-25 20:07:29 +01:00
Simon Cruanes
f2890c56a6 test ccvector.iteri 2015-01-08 15:36:50 +01:00
Simon Cruanes
3d9a7a0b74 add CCFormat into core/ 2015-01-05 19:10:57 +01:00
carm
83994f1f5e infix map operators for CCArray 2015-01-01 17:43:27 -05:00
carm
397f60e6ac fold_while impl for CCList and CCArray 2015-01-01 14:32:34 -05:00