Commit graph

1647 commits

Author SHA1 Message Date
Simon Cruanes
40012fc84c add CCKList.{zip, unzip} 2015-08-31 15:41:17 +02:00
Simon Cruanes
5a4d25b939 add CCKList.{of_array,to_array} 2015-08-31 13:42:13 +02:00
Simon Cruanes
6bbe443d85 add CCKList.{head,tail,mapi,iteri} 2015-08-31 13:37:40 +02:00
Simon Cruanes
6f8882b8af add CCKList.{unfold,of_gen} 2015-08-31 13:16:35 +02:00
Simon Cruanes
2be5f2f638 fix bug in PHashtbl 2015-08-25 09:48:02 +02:00
Simon Cruanes
e90623aed7 update CCBitField to use first-class modules 2015-08-24 16:00:53 +02:00
Simon Cruanes
25af289f96 add CCParse.{input_of_chan,parse_file,parse_file_exn} 2015-08-24 14:54:43 +02:00
Simon Cruanes
3d07b644d7 tests in ccparse 2015-08-24 14:36:49 +02:00
Simon Cruanes
8e368a3f0b modify CCParse.U.list to skip newlines 2015-08-24 11:28:51 +02:00
Simon Cruanes
641ab6f06e rename CCBitField.{BITFIELD -> S} 2015-08-12 10:02:28 +02:00
Simon Cruanes
e13fcbdad3 add containers.top, a small library that installs printers 2015-08-12 00:10:52 +02:00
Simon Cruanes
a8c8561a83 add more printers 2015-08-12 00:10:27 +02:00
Simon Cruanes
b3a527055f add CCDeque.print 2015-08-11 23:13:09 +02:00
Simon Cruanes
819c1f3249 add CCBV.print 2015-08-11 23:09:08 +02:00
Simon Cruanes
ff6157771e add printer to CCHashtbl 2015-08-11 22:54:21 +02:00
Simon Cruanes
caaecda7f7 doc 2015-08-11 21:38:28 +02:00
Simon Cruanes
397f41c4fa better printing and doc 2015-08-11 21:10:03 +02:00
Simon Cruanes
9e4627abfc CCBitField now with printing, freezing, named fields 2015-08-11 21:02:51 +02:00
Simon Cruanes
b71cfc4568 export more functions in CCBitField including any-width fields 2015-08-11 20:45:40 +02:00
Simon Cruanes
e54b5f32e6 document CCBitField with a raw test 2015-08-11 20:34:52 +02:00
Simon Cruanes
99fb2f84db add CCBitField, a safe abstraction for bitfields of < 62 bits 2015-08-11 20:26:47 +02:00
Simon Cruanes
e3376bd21a fix doc 2015-08-02 21:37:26 +02:00
Simon Cruanes
7642d662cb add some tests and functions to CCHashSet 2015-08-02 21:23:49 +02:00
Simon Cruanes
0d0a8f8764 add CCHashSet into containers.data, a mutable set 2015-08-02 20:54:28 +02:00
Simon Cruanes
8b6c4f4ee9 refactor CCLinq; improve optimizations 2015-07-25 01:31:53 +02:00
Simon Cruanes
d58a50ed59 breaking: big refactoring of CCLinq (now simpler and cleaner) 2015-07-25 00:56:16 +02:00
Simon Cruanes
963f61a0f5 prepare for 0.12 2015-07-16 10:56:03 +02:00
Simon Cruanes
1a73ad7e29 add CCString.mem 2015-07-03 17:02:21 +02:00
Simon Cruanes
bca172a7a8 update doc 2015-06-29 16:18:23 +02:00
Simon Cruanes
9f07d976c4 fix -safe-string issues 2015-06-29 10:21:42 +02:00
Simon Cruanes
b11a98c6d3 fix build issues with dummy module in containers.io 2015-06-29 10:11:06 +02:00
Simon Cruanes
9f7be2ddc9 enable -safe-string on the whole project, with some linked refactorings 2015-06-26 14:05:45 +02:00
Simon Cruanes
0ac0f89e93 add CCIO.read_all_bytes, reading a whole file into a Bytes.t 2015-06-26 14:05:45 +02:00
Simon Cruanes
d817ec8d02 move CCIO from containers.io to containers 2015-06-26 14:05:42 +02:00
Simon Cruanes
0fcc736032 breaking: change type of CCString.blit so it writes into Bytes.t 2015-06-26 13:59:57 +02:00
Simon Cruanes
d6b1a62201 more doc 2015-06-25 10:05:31 +02:00
Simon Cruanes
425dba1e25 add a few tests 2015-06-24 10:17:35 +02:00
Simon Cruanes
a4f0e17799 add a few functions to CCArray1 2015-06-24 00:13:40 +02:00
Simon Cruanes
2ced134868 add CCArray1 in containers.bigarray, a module on 1-dim bigarrays 2015-06-24 00:03:54 +02:00
Simon Cruanes
48aba9e49e fix: use the proper array module in CCRingBuffer 2015-06-23 15:01:04 +02:00
Simon Cruanes
56d53bfef6 bugfix: CCRandom.float_range 2015-06-17 15:57:39 +02:00
Simon Cruanes
f50846209b add more doc and functions to CCGraph 2015-06-12 17:11:05 +02:00
Simon Cruanes
271cbff3e3 add CCGraph.Map.vertices 2015-06-12 17:04:49 +02:00
Simon Cruanes
0800b1455b small compatibility mistake 2015-06-11 15:07:39 +02:00
Simon Cruanes
85cb18751a add a lot of string functions in CCString 2015-06-11 15:02:00 +02:00
Simon Cruanes
79d57f9be7 update documentation 2015-06-11 11:35:31 +02:00
Simon Cruanes
3b27a5a8cd immutable graphs in CCGraph.Map 2015-06-11 11:00:11 +02:00
Simon Cruanes
0475e893a1 some signature changes in CCGraph 2015-06-10 18:32:18 +02:00
Simon Cruanes
1586558e6f add basic mutable graphs 2015-06-10 18:02:09 +02:00
Simon Cruanes
eed339463d add CCGraph.spanning_tree with a lazy tree 2015-06-10 17:23:55 +02:00