Commit graph

98 commits

Author SHA1 Message Date
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
Simon Cruanes
611086e6ab make some functions in CCFun and CCString depend on ocaml version 2014-11-04 15:48:14 +01:00
Simon Cruanes
5c559c2099 containers now depends on cppo 2014-11-04 15:27:24 +01:00
Simon Cruanes
76c9254dec thanks to @whitequark, could use cppo for preprocessing files 2014-11-04 15:22:09 +01:00
Simon Cruanes
7b2ffdc0b9 stub for CCMap (extension of the standard Map module) 2014-10-20 14:47:51 +02:00
Simon Cruanes
3e08abf6a9 generate doc for containers.advanced 2014-10-01 11:42:54 +02:00
Simon Cruanes
6ab612c0ac version 0.4 backported from stable 2014-10-01 11:38:14 +02:00
Simon Cruanes
f67a3e115e fixed benchs/tests for 4.00 2014-09-30 17:12:02 +02:00
Simon Cruanes
df838482ef moved Sexp into core/CCSexp 2014-09-30 16:14:16 +02:00
Simon Cruanes
9882998eb5 moved CCLinq, CCBatch and CCat from core/ to advanced/ 2014-09-30 16:12:23 +02:00
Simon Cruanes
3a5f71a9e7 move benchmarks to benchs/ so they are separate from tests; use compiled oasis setup 2014-09-17 22:58:56 +02:00
Simon Cruanes
dcf134b1eb examples/id_sexp (parser then prints S-expressions) 2014-09-17 15:14:12 +02:00
Simon Cruanes
8ade96b2f6 moved CCHashtbl to CCFlatHashtbl;
new module CCHashtbl that wraps and extends the standard hashtable
2014-09-03 01:08:04 +02:00
Simon Cruanes
059e0b064d CCPervasives module, replacing modules of the standard library 2014-09-02 23:46:06 +02:00
Jacques-Pascal Deplaix
5378f9843e OASIS: Use the compiled_setup_ml AlphaFeature 2014-08-09 10:45:34 +02:00
Simon Cruanes
f2d027ac19 fix tests for containers.thread 2014-08-07 13:25:38 +02:00
Simon Cruanes
bf2203f9e2 renamed threads/future to threads/CCFuture 2014-08-05 00:23:04 +02:00
Simon Cruanes
31d977054e CCIO: monad for IO actions-as-values 2014-07-23 00:05:06 +02:00
Simon Cruanes
8c5c462c51 CCCat for crazy category concepts 2014-07-16 18:09:08 +02:00
Simon Cruanes
af84e2dcc7 CCHashtbl: open-addressing table (Robin-Hood hashing) 2014-07-08 17:15:42 +02:00
Simon Cruanes
656c70fdc2 add BTree partial implementation (not working yet) 2014-07-03 20:16:43 +02:00
Simon Cruanes
a356d811a7 move CCString into core/, since it deals with a basic type;
also add some features to CCString (Sub and Split modules
to deal with slices and splitting by a string)
2014-06-28 03:52:47 +02:00
Simon Cruanes
64fedce1b0 updated description in _oasis 2014-06-26 13:46:46 +02:00
Simon Cruanes
8fbc500318 CCTrie, a compressed functorial persistent trie structure 2014-06-26 02:46:27 +02:00
Simon Cruanes
8bd2706ed5 CCKTree, abstract tree structure with dot printing 2014-06-25 03:28:41 +02:00
Simon Cruanes
9e2c8ec392 rename CCLeftistheap to CCHeap, for it is a simpler name 2014-06-25 01:36:32 +02:00
Simon Cruanes
2395ebb2ad make test will now run both oUnit and qtest 2014-06-25 01:26:53 +02:00
Simon Cruanes
2b15a21570 refactored CCrandom (hide fuel, too complicated, but provide a fix operator);
bench_hash to compare hash combinators to the default hash function
2014-06-24 16:24:19 +02:00