Commit graph

225 commits

Author SHA1 Message Date
Simon Cruanes
60159bdd75 merge from struktured: shiny new CCRingBuffer 2015-02-25 18:57:02 +01:00
Simon Cruanes
1a2ffbb262 Add CCMixmap in containers.data (close #40) 2015-02-20 16:46:57 +01:00
Simon Cruanes
77b6197c49 wip: Lwt_pipe 2015-02-19 16:41:47 +01:00
carm
4a994cff38 rename buffer io to ring buffer 2015-02-13 19:00:04 -05: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
21c90a209d wip: Lwt_klist, a functional stream for Lwt 2015-01-30 19:11:05 +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
b599e9941a Merge pull request #35 from Emm/rose_tree
Add experimental rose tree (thanks to @Emm)
2015-01-26 11:47:51 +01:00
Simon Cruanes
feec3bf46f refactored heavily CCFuture (much simpler, cleaner, basic API and thread pool) 2015-01-25 23:08:31 +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
4273ff5ca9 fix tests in oasis; enable more flags by default 2015-01-21 09:36:09 +01:00
Simon Cruanes
3d9a7a0b74 add CCFormat into core/ 2015-01-05 19:10:57 +01:00
Simon Cruanes
dd5f774562 only build doc if all the required flags are enabled 2014-12-22 17:32:04 +01:00
Simon Cruanes
90f71e08c9 add a flag to compile containers.advanced only if sequence is installed 2014-12-19 20:55:59 +01:00
Simon Cruanes
f1b3ff64c9 prepare for 0.7 2014-12-19 17:28:22 +01:00
Simon Cruanes
28f0a7ccc5 doc/build_deps.ml to display the dependency graph in dot 2014-12-19 13:40:16 +01:00
Simon Cruanes
ed9f874d4e add CCSexpM for a simpler, monadic parser of S-expressions (deprecating CCSexpStream) 2014-12-18 19:26:55 +01:00
Simon Cruanes
a63d095722 containers.bigarray, containing CCBigstring 2014-12-18 16:37:31 +01:00
Simon Cruanes
d15d704e7d small fixes in _oasis, remove last references to cgi 2014-12-18 16:37:25 +01:00
Simon Cruanes
d0af6abbd9 fixed qtests 2014-12-17 10:22:19 +01:00
Simon Cruanes
e7cd24b903 updated doc 2014-12-16 23:58:31 +01:00
Simon Cruanes
61465fa19a remove cgi/; move sub-libraries to their own subdir each; mv everything into src/ 2014-12-16 23:41:59 +01:00
Simon Cruanes
78ff35154b removed useless Lwt-related module 2014-12-15 10:43:09 +01:00
Simon Cruanes
8ddc029310 Merge pull request #17 from Drup/master
Stub for intro documentation.
2014-12-13 03:52:10 +01:00
Simon Cruanes
d0c3af5492 continue removal of CCGen/CCsequence 2014-12-13 03:20:14 +01:00
Drup
bafee555d3 Stub for intro documentation. 2014-12-13 02:48:03 +01:00
Simon Cruanes
6313fb26c1 breaking: remove CCSequence and CCGen, since they have their own repositories 2014-12-13 02:11:47 +01:00
Simon Cruanes
540064f8f4 wip: split the library into smaller chunks 2014-12-13 00:36:48 +01:00
Simon Cruanes
2cdba5957c gen_intf is only an internal module 2014-12-10 15:02:25 +01:00
Simon Cruanes
d67dceddb8 prepare for 0.6.1 2014-12-08 10:36:25 +01:00
Simon Cruanes
a2c6a71b4d use subtree gen/ for CCGen (symlink) 2014-12-02 02:04:44 +01:00
carm
88d266a8a8 introduce CCFloat, add float functions to CCRandom 2014-11-28 13:00:42 -05:00
Simon Cruanes
bd43ff0db4 updated readme and doc 2014-11-23 15:48:18 +01:00
Simon Cruanes
16f160678d prepare for 0.6 2014-11-23 14:14:46 +01:00
Simon Cruanes
f010bc6ebc move misc/Cache to core/CCCache 2014-11-23 13:48:52 +01:00
Simon Cruanes
cb311bf764 breaking change: renamed CCIO to advanced.CCMonadIO; new CCIO module, much simpler 2014-11-23 13:05:30 +01:00
Simon Cruanes
9c9a78c7a6 lwt/Lwt_actor stub, for erlang-style concurrency (albeit much much more naive) 2014-11-20 01:05:20 +01:00
Simon Cruanes
510f63f921 firx quick tests; remove misc/ratTerm (already removed from _oasis) 2014-11-20 01:05:20 +01:00
Simon Cruanes
cad578840e import Mixtbl from its repository, into misc/ 2014-11-19 17:16:57 +01:00
Simon Cruanes
2420df32f3 moved some benchmarks to benchs/run_benchs.ml, under the centralized bench tree 2014-11-17 01:09:13 +01:00
Simon Cruanes
bd8392dfe5 rename benchs.ml into run_benchs.ml 2014-11-13 21:40:17 +01:00
Simon Cruanes
aa86a5454b new benchmark, benchs.ml; drop use of "bench" package 2014-11-13 11:44:59 +01:00
Simon Cruanes
4ced583f33 merge back from stable 2014-11-12 00:42:28 +01:00
Simon Cruanes
6ff9c11167 CCSequence now provides some bytes-dependent operations (so containers depends on bytes) 2014-11-08 01:01:03 +01:00
Simon Cruanes
d75317253d remove some junk from misc/ 2014-11-04 21:00:08 +01:00
Simon Cruanes
d3af230de9 fix tests by making oasis build qtest itself 2014-11-04 16:44:15 +01:00