Commit graph

923 commits

Author SHA1 Message Date
Simon Cruanes
5e9c071947 Merge pull request #33 from struktured/master
infix map operators for CCArray
2015-01-01 23:49:59 +01:00
carm
83994f1f5e infix map operators for CCArray 2015-01-01 17:43:27 -05:00
Simon Cruanes
b3a38657d1 Merge pull request #32 from struktured/master
fold_while implementation for CCList and CCArray (fixes #29)
2015-01-01 20:41:50 +01:00
carm
397f60e6ac fold_while impl for CCList and CCArray 2015-01-01 14:32:34 -05:00
Simon Cruanes
e1d25d6da7 Merge pull request #31 from vbmithr/bigstring
Added CCBigstring.length for more consistency with the CCString module.
2015-01-01 17:50:01 +01:00
Vincent Bernardoff
8a629ff8b1 Added CCBigstring.length for more consistency with the CCString module. 2015-01-01 17:47:28 +01:00
Simon Cruanes
0c7aa634a1 Merge pull request #30 from vbmithr/opam
Added name and dev fields in the OPAM file for local pinning (thansk to @vbmithr).
2015-01-01 17:31:13 +01:00
Vincent Bernardoff
e22bf7474b Added name and dev fields in the OPAM file for local pinning. 2015-01-01 17:20:10 +01:00
Simon Cruanes
7d1433c47f Merge pull request #28 from vbmithr/remove_safe
Added CCIO.remove_{exn,noerr} (thanks @vbmithr).
2014-12-29 19:40:59 +01:00
Vincent Bernardoff
4f7e301527 Added @since NEXT_RELEASE. 2014-12-29 19:26:49 +01:00
Vincent Bernardoff
4df8e2660c Fix CCIO.remove* functions. 2014-12-29 17:11:23 +01:00
Vincent Bernardoff
4f7ea8de64 Added CCIO.remove_safe. 2014-12-27 17:53:04 +01:00
Simon Cruanes
bd84b620ec Merge pull request #25 from vbmithr/hashtbl
CCHashtbl: renamed keys and values to iter_keys and iter_values, added k...
2014-12-22 17:57:57 +01:00
Simon Cruanes
dd5f774562 only build doc if all the required flags are enabled 2014-12-22 17:32:04 +01:00
Vincent Bernardoff
fe9a0e58e3 Added myself in the list of authors. 2014-12-22 17:27:13 +01:00
Vincent Bernardoff
86fdb22d5a CCHashtbl: Added {keys,values}_list in the functor as well. Better doc. 2014-12-22 17:27:04 +01:00
Vincent Bernardoff
22e5b26b94 CCHashtbl: Added functions {keys,values}_list. 2014-12-22 16:40:40 +01:00
Simon Cruanes
9fb2d54f01 Merge pull request #24 from vbmithr/typo
CCIO: fixed doc.
2014-12-22 15:56:48 +01:00
Vincent Bernardoff
6b9636bf9b CCIO: fixed doc. 2014-12-22 15:29:33 +01:00
Simon Cruanes
adf4f29714 update CCPervasives (wip: hashtbl) 2014-12-22 00:12:51 +01:00
Simon Cruanes
a1e9443e52 more accurate type for CCHashtbl.Make 2014-12-22 00:10:48 +01:00
Simon Cruanes
8190cbf6af missing modules in doc 2014-12-21 19:49:52 +01:00
Simon Cruanes
90f71e08c9 add a flag to compile containers.advanced only if sequence is installed 2014-12-19 20:55:59 +01:00
Simon Cruanes
b6f60c6af6 remove junk in makefile.push_doc 2014-12-19 20:54:38 +01:00
Simon Cruanes
f1b3ff64c9 prepare for 0.7 2014-12-19 17:28:22 +01:00
Simon Cruanes
97491adae7 trigger bigarray in opam 2014-12-19 13:40:29 +01:00
Simon Cruanes
28f0a7ccc5 doc/build_deps.ml to display the dependency graph in dot 2014-12-19 13:40:16 +01:00
Simon Cruanes
8c0670155d CCString.fold 2014-12-19 09:55:19 +01:00
Simon Cruanes
ed9f874d4e add CCSexpM for a simpler, monadic parser of S-expressions (deprecating CCSexpStream) 2014-12-18 19:26:55 +01:00
Simon Cruanes
b31bd70501 CCSexp now splitted into CCSexp (manipulating expressions) and CCSexpStream 2014-12-18 19:26:24 +01:00
Simon Cruanes
88ceaa0d99 changed the API of CCBigstring.map_file 2014-12-18 19:25:34 +01:00
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