Commit graph

668 commits

Author SHA1 Message Date
Simon Cruanes
05ba0e5bba breaking change: new API for cache, based on values (no more functors) 2014-11-17 02:52:25 +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
0da13496a4 comments 2014-11-16 23:56:39 +01:00
Simon Cruanes
ac0f18d3c7 simpler interface for CCbench global registration 2014-11-13 22:33:15 +01:00
Simon Cruanes
b8d84de4dc some optimizations in CCVector 2014-11-13 22:21:09 +01:00
Simon Cruanes
1a20df9393 benchmarks for CCVector 2014-11-13 22:20:58 +01:00
Simon Cruanes
bd8392dfe5 rename benchs.ml into run_benchs.ml 2014-11-13 21:40:17 +01:00
Simon Cruanes
c6072b6b2f better printing in CCBench 2014-11-13 21:39:11 +01:00
Simon Cruanes
ea6a07ed31 tests for CCList; made some functions tailrec 2014-11-13 20:57:14 +01:00
Simon Cruanes
8d875994f5 slightly better printing in CCbench 2014-11-13 20:32:59 +01:00
Simon Cruanes
ece324f4c2 CCList.init added 2014-11-13 20:32:41 +01:00
Simon Cruanes
55e18bbb0f use CCBench in benchs/benchs.ml to hierarchize benchmarks 2014-11-13 15:41:30 +01:00
Simon Cruanes
2606833518 add benchs/CCBench helper module (tree of benchmarks) 2014-11-13 15:41:10 +01:00
Simon Cruanes
0c1e7c30e8 more efficient versions of CCList.{flatten,append,flat_map} 2014-11-13 13:06:52 +01:00
Simon Cruanes
0ad73a2cff more bechmarks on lists 2014-11-13 13:06:34 +01:00
Simon Cruanes
aa86a5454b new benchmark, benchs.ml; drop use of "bench" package 2014-11-13 11:44:59 +01:00
Simon Cruanes
07f608009a fix Makefile: if qtest not installed, should still be able to build 2014-11-12 11:02:22 +01:00
Simon Cruanes
4ced583f33 merge back from stable 2014-11-12 00:42:28 +01:00
Simon Cruanes
c69dc8b009 CCError: now polymorphic on the error type; some retro-incompatibilies (wrap,guard) 2014-11-11 15:51:55 +01:00
Simon Cruanes
21fba9effa more documentation in CCGen 2014-11-10 12:17:59 +01:00
Simon Cruanes
9b3419055e stronger inlining for CCVector (so that e.g. push is inline) 2014-11-10 00:49:45 +01:00
Simon Cruanes
1debe08645 more tests for CCVector 2014-11-10 00:49:29 +01:00
Simon Cruanes
be08237d61 re-enable qtests for .cppo.ml files 2014-11-10 00:11:08 +01:00
Simon Cruanes
24b441579c removed many warnings 2014-11-08 01:28:42 +01:00
Simon Cruanes
af58399ca7 Levenshtein.Index.remove changed signature (useless param removed) 2014-11-08 01:24:39 +01:00
Simon Cruanes
7197313d91 merge with github's master 2014-11-08 01:04:52 +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
259644edf1 more warnings 2014-11-08 01:00:33 +01:00
Simon Cruanes
dc7b774120 CCList.(>|=) map operator 2014-11-08 01:00:05 +01:00
Simon Cruanes
0fd2a28693 Merge pull request #10 from Drup/master
Add CCOpt.filter.
2014-11-07 09:48:08 +01:00
Drup
fcf950e945 Add CCOpt.filter. 2014-11-07 08:48:19 +01:00
Simon Cruanes
4438505885 disable warning 44 2014-11-06 16:30:08 +01:00
Simon Cruanes
ed3bf4ba26 CCList.(>|=) infix map 2014-11-06 16:08:36 +01:00
Simon Cruanes
73201a4e67 add some warnings (to be fixed) 2014-11-06 13:48:12 +01:00
Simon Cruanes
81a640cf56 Merge commit '36423c01d2ab8881c9f8ac6d43fb7c945b0add59' from sequence 2014-11-04 22:19:27 +01:00
Simon Cruanes
36423c01d2 Squashed 'sequence/' changes from 2691bee..efeb0fc
efeb0fc merge from master; version 0.5.4
0de04d0 depend on bytes; compliant with -safe-string
d95495d sequence.bigarray
15a0b9d fix release numbers

git-subtree-dir: sequence
git-subtree-split: efeb0fc99751bc8260f10da96fa26aac70585208
2014-11-04 22:19:26 +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
786334dcce use Buffer whenever string mutation is needed 2014-10-30 01:48:16 +01:00
Simon Cruanes
ad705fd758 add Format printers to CCString 2014-10-29 17:59:38 +01:00
Simon Cruanes
1374a2741c CCInt.neg 2014-10-28 16:38:56 +01:00
Simon Cruanes
56132eacad removed useless comment 2014-10-20 23:03:59 +02:00
Simon Cruanes
de494e9667 a bunch of useful functions in CCMap 2014-10-20 18:28:44 +02:00
Simon Cruanes
7b2ffdc0b9 stub for CCMap (extension of the standard Map module) 2014-10-20 14:47:51 +02:00
Simon Cruanes
565f17fb5b authors file 2014-10-20 14:07:51 +02:00
Simon Cruanes
92ba6b34a6 CCPervasives.Opt -> CCPervasives.Option 2014-10-20 11:37:36 +02:00
Simon Cruanes
ccb05344e2 readme 2014-10-19 22:40:43 +02:00