Simon Cruanes
5f228501ad
CCKTree: more printers (to files)
2014-12-01 21:51:39 +01:00
Simon Cruanes
e8f63c3330
Merge commit '2a0ebbeaf79608503428731f7531d18cb0822601' from sequence
2014-12-01 16:06:40 +01:00
Simon Cruanes
2a0ebbeaf7
Squashed 'sequence/' changes from efeb0fc..a5a1315
...
a5a1315 implement Set.Adapt.of_list for < 4.02
cdae072 removed many warnings
0226a4c more warnings enabled; fix tests
22705b2 change name of IO functions (keep compat)
REVERT: efeb0fc merge from master; version 0.5.4
REVERT: 2691bee version 0.5.3
REVERT: a373739 merge from master
REVERT: 0d721a6 release 0.5.2
REVERT: a50f307 merge from master
REVERT: e5625c6 merge from master: version 0.5.1
REVERT: 2ae771f oasis files
git-subtree-dir: sequence
git-subtree-split: a5a1315f7915761f2a85f3d0b7f88b81fb0a8f1d
2014-12-01 16:05:36 +01:00
Simon Cruanes
cebc58ada1
CCKtree: add a Format printer
2014-12-01 15:45:08 +01:00
Simon Cruanes
23c1288849
expose CCFloat.fpclass as a public type
2014-11-30 22:23:03 +01:00
Simon Cruanes
ddfebe055e
Merge pull request #13 from struktured/master
...
CCOpt: add get_lazy convenience function
2014-11-30 20:25:37 +01:00
carm
26e1397a4a
CCOpt: add get_lazy convenience function
2014-11-30 14:13:52 -05:00
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