Commit graph

742 commits

Author SHA1 Message Date
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
89f73ded2b oasis advertisement 2014-12-18 14:48:02 +01:00
Simon Cruanes
15aecd2435 CCstring.suffix 2014-12-18 14:09:00 +01:00
Simon Cruanes
b8b0cc3645 more efficient CCString.init 2014-12-18 14:05:12 +01:00
Simon Cruanes
352b7e3901 CCHashtbl.map_list 2014-12-17 10:22:27 +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
eda9b08c1d update doc 2014-12-16 23:09:07 +01:00
Simon Cruanes
8f5fc7334d CCIO.read_all now with ?size parameter 2014-12-16 22:52:18 +01:00
Simon Cruanes
f229973ee3 use Bytes.extend (praise modernity!) 2014-12-16 22:50:47 +01:00
Simon Cruanes
059528257a bugfix in CCIO.read_all and CCIO.read_chunks 2014-12-16 22:39:00 +01:00
Simon Cruanes
78ff35154b removed useless Lwt-related module 2014-12-15 10:43:09 +01:00
Simon Cruanes
7d3fd8a45a fix errors in documentation of CCString (slightly over-reaching sed) 2014-12-15 10:27:08 +01:00
Simon Cruanes
7c09b694b9 add CCFloat.{fsign, sign_exn} 2014-12-14 20:04:04 +01:00
Simon Cruanes
44745e0da2 updated readme to be more typographically correct 2014-12-14 19:55:48 +01:00
Simon Cruanes
8a1d0e89e8 intro documentation updated; fixed some .mli 2014-12-13 04:13:12 +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
d1c00657b2 fancy logo 2014-12-13 02:13:37 +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
74e538055f updated readme 2014-12-13 02:01:49 +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
1240f5a730 use -no-alias-deps 2014-12-10 14:30:09 +01:00
Simon Cruanes
d67dceddb8 prepare for 0.6.1 2014-12-08 10:36:25 +01:00
Simon Cruanes
4e56787617 Merge PR from drup with gen/ subtree 2014-12-02 02:07:52 +01:00
Simon Cruanes
a2c6a71b4d use subtree gen/ for CCGen (symlink) 2014-12-02 02:04:44 +01:00
Simon Cruanes
4c656cdbf9 Merge commit '4793a6acde617eca782e3de2a6652b0d6e1d6cf3' as 'gen' 2014-12-02 02:02:52 +01:00
Simon Cruanes
4793a6acde Squashed 'gen/' content from commit 5a46e03
git-subtree-dir: gen
git-subtree-split: 5a46e03b308dc0f30da2017b9fa6e3be7130b1eb
2014-12-02 02:02:52 +01:00
Simon Cruanes
6391d49f34 Merge pull request #14 from Drup/benchiter
Add iter bench for iterators.
2014-12-02 01:12:31 +01:00
Drup
c6f585955a Add iter bench for iterators. 2014-12-02 01:02:38 +01:00
Simon Cruanes
24f8066999 small fix to CCKTree.Dot 2014-12-01 21:56:22 +01:00
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