Commit graph

212 commits

Author SHA1 Message Date
Simon Cruanes
3a21aab9c8 add CCVector.append_list 2015-10-21 14:53:45 +02:00
Simon Cruanes
fb3ffa1bb5 add CCVector.ensure_with 2015-10-21 14:53:45 +02:00
Simon Cruanes
2c39b63945 add CCVector.return; refactoring 2015-10-21 14:53:45 +02:00
Simon Cruanes
799089659a add CCVector.find_map 2015-10-21 14:53:45 +02:00
Simon Cruanes
f952541044 add Containers.Hashtbl with most combinators of CCHashtbl 2015-10-19 22:16:52 +02:00
Simon Cruanes
79f872daf4 more functions in CCList.Zipper 2015-10-16 23:29:15 +02:00
Simon Cruanes
b34986518d large update of CCList.Zipper. Breaking semantics of CCList.Zipper.is_empty 2015-10-16 23:14:27 +02:00
Simon Cruanes
c10b240474 add CCHashtbl.update 2015-10-16 15:22:23 +02:00
Simon Cruanes
1cc835dfd4 improve CCHashtbl.MakeCounter 2015-10-16 15:08:03 +02:00
Simon Cruanes
dd833cc667 add CCList.fold_flat_map 2015-10-14 16:33:37 +02:00
Simon Cruanes
b3cbb518b4 missing printer 2015-10-13 17:37:41 +02:00
Simon Cruanes
7808ecb602 Merge pull request #50 from Gbury/print_char
add `CCPrint.char`
2015-10-13 15:19:35 +02:00
Guillaume Bury
0610d014f1 Added @since in documentation 2015-10-13 15:13:50 +02:00
Simon Cruanes
c71dfcf6f3 new module CCChar 2015-10-13 15:09:52 +02:00
Simon Cruanes
22c205f1d4 add functions in CCFormat 2015-10-13 15:07:12 +02:00
Guillaume Bury
2d05f33f2a New CCPrint.char function 2015-10-13 15:04:07 +02:00
Simon Cruanes
6e99f1c8e8 add CCVector.to_seq_rev 2015-10-08 12:01:18 +02:00
Simon Cruanes
92510d2c70 bugfix in hashtable printing 2015-10-05 19:32:57 +02:00
Simon Cruanes
5e6ade9f68 add CCList.fold_map 2015-10-03 15:51:02 +02:00
Simon Cruanes
42c4c310b4 add CCError.guard_str_trace 2015-10-03 08:56:49 +02:00
Simon Cruanes
cba2d04049 doc 2015-10-03 08:53:58 +02:00
Simon Cruanes
fff366c41c use more retro-compatible fun for CCError.of_exn_trace 2015-10-03 08:52:14 +02:00
Simon Cruanes
096948e712 add CCError.of_exn_trace 2015-10-02 19:39:25 +02:00
Simon Cruanes
fdcba1122d add CCKlist.memoize for costly computations 2015-10-01 20:50:35 +02:00
Simon Cruanes
219e06c1fe update tests so they run faster 2015-09-27 19:27:44 +02:00
Simon Cruanes
6723c8283c more tests 2015-09-27 19:20:01 +02:00
Simon Cruanes
fe0169f0b6 doc 2015-09-27 18:20:46 +02:00
Simon Cruanes
fca7125c90 more tests for CCString 2015-09-27 18:03:56 +02:00
Simon Cruanes
32fb4cf044 raise exception in CCString.replace if sub="" 2015-09-27 18:03:56 +02:00
Simon Cruanes
a3bc61ef94 bugfix in CCString.find 2015-09-27 18:03:56 +02:00
Simon Cruanes
df39602b9e doc 2015-09-27 10:54:04 +02:00
Simon Cruanes
610e0ed53a doc 2015-09-27 10:48:10 +02:00
Simon Cruanes
87e2ab90e1 add CCString.replace and tests 2015-09-27 10:34:38 +02:00
Simon Cruanes
044cbf0c20 prepare for 0.13 2015-09-23 16:26:07 +02:00
Simon Cruanes
6b62fce0ac small details 2015-09-22 22:29:58 +02:00
Simon Cruanes
8c9b5601a8 add CCString.compare_versions 2015-09-22 22:29:37 +02:00
Simon Cruanes
6cb74b0115 add CCInt64 to containers 2015-09-22 22:29:21 +02:00
Simon Cruanes
c9d7c70834 fix doc 2015-09-22 18:33:39 +02:00
Simon Cruanes
0edc5ffb9d update CCHash with a functor and module type for generic hashing 2015-09-22 14:18:04 +02:00
Simon Cruanes
8b228ec8cb add CCList.{take,drop}_while; improve map performance 2015-09-19 17:35:59 +02:00
Simon Cruanes
650d2873c3 detail 2015-09-17 23:11:45 +02:00
Simon Cruanes
eee89aa7a4 testing frenzy 2015-09-16 21:59:30 +02:00
Simon Cruanes
d5db6d0bdb add CCArray.bsearch (back from batteries) 2015-09-16 21:56:53 +02:00
Simon Cruanes
eb1c9bc0be move many tests into their modules with qtest 2015-09-16 16:44:10 +02:00
Simon Cruanes
6c0378e16f update deprecation comments 2015-09-11 09:29:51 +02:00
Simon Cruanes
bd6940afbf deprecate CCList.split, introduce CCList.take_drop instead. 2015-09-11 09:04:28 +02:00
Simon Cruanes
5069580a9d add CCList.cons_maybe 2015-09-04 17:01:14 +02:00
Simon Cruanes
290ba2810a in README, a section about incoming breaking changes 2015-09-04 14:15:14 +02:00
Simon Cruanes
783c9cf808 add CCOpt.choice_seq 2015-09-02 22:12:31 +02:00
Simon Cruanes
3d7035e84f add CCOpt.print 2015-09-02 21:05:17 +02:00