Commit graph

800 commits

Author SHA1 Message Date
Simon Cruanes
e6aabf0d77 add missing @since annotations, updated authors 2014-11-30 18:30:11 +01:00
Simon Cruanes
927246659b Merge pull request #12 from struktured/master
Add CCFloat module and relevant random functions in CCRandom
2014-11-30 18:26:57 +01:00
carm
7a328425b5 classify, equal_precision added to CCFloat
Changed author name in CCFloat licenses, added
epsilon constant for Pervasives.epsilon_float
2014-11-29 10:56:17 -05:00
carm
da3a1e5afc update readme 2014-11-28 13:04:04 -05:00
carm
88d266a8a8 introduce CCFloat, add float functions to CCRandom 2014-11-28 13:00:42 -05:00
Simon Cruanes
2ea9f04681 change readme 2014-11-23 22:14:53 +01:00
Simon Cruanes
bd43ff0db4 updated readme and doc 2014-11-23 15:48:18 +01:00
Simon Cruanes
2fc8b19a67 update authors.md 2014-11-23 15:36:53 +01:00
Simon Cruanes
c6e359c406 put changelog in master 2014-11-23 15:14:50 +01:00
Simon Cruanes
b481d919bf fix @since annotations 2014-11-23 14:41:40 +01:00
Simon Cruanes
16f160678d prepare for 0.6 2014-11-23 14:14:46 +01:00
Simon Cruanes
bbcb04b5a4 update howto.mds procedure to release 2014-11-23 14:14:38 +01:00
Simon Cruanes
a7657883e4 fix doc 2014-11-23 14:08:48 +01:00
Simon Cruanes
6e3b0f534a CCache.{size,iter} 2014-11-23 14:08:42 +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
13862b5133 CCMultiSet.{add_mult,remove_mult,update} 2014-11-23 11:54:37 +01:00
Simon Cruanes
4d0d988f4c readme 2014-11-20 15:35:00 +01:00
Simon Cruanes
5b9a7a2689 quick test for Lwt_actors 2014-11-20 01:11:20 +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
2346e833df opam file 2014-11-20 01:05:20 +01:00
Simon Cruanes
e9760976b4 fix warnings in test 2014-11-19 18:02:14 +01:00
Simon Cruanes
e74c85e3d2 more modern interface to Mixtbl; added a way to iterate on all bindings 2014-11-19 17:58:18 +01:00
Simon Cruanes
cad578840e import Mixtbl from its repository, into misc/ 2014-11-19 17:16:57 +01:00
Simon Cruanes
a47bd108ec CCVector.{top,top_exn} 2014-11-19 16:39:52 +01:00
Simon Cruanes
af850a88c1 CCFun.on_top_of (binary composition) 2014-11-19 15:03:44 +01:00
Simon Cruanes
54d16494b0 Merge pull request #11 from hcarty/patch-1
CCError.map2 could map to a new error type
2014-11-18 17:18:00 +01:00
Hezekiah M. Carty
fbf24ea7c7 CCError.map2 could map to a new error type
With the recent change from `_ CCError.t` to `(_, _) CCError.t` it's reasonable to allow `map2` to take an argument transforming the error to a new type.
2014-11-18 11:09:54 -05:00
Simon Cruanes
a2617fd83c more precise benchmarks for caches 2014-11-17 09:20:04 +01:00
Simon Cruanes
62135fc9b7 fix the LRU algorithm to really be "least recently used" 2014-11-17 09:18:35 +01:00
Simon Cruanes
fbc278907a updated benchmarks for Cache, to use new API and fix a stupid issue 2014-11-17 02:52:46 +01:00
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