Simon Cruanes
|
5288713b76
|
remove poly-variant based errors, use result everywhere
|
2016-11-03 18:33:34 +01:00 |
|
Simon Cruanes
|
13b283a91d
|
remove buffer printers, rename pretty-printers to pp
|
2016-11-03 18:24:11 +01:00 |
|
Simon Cruanes
|
d4d7bc1de2
|
add CCFormat.Dump.{result,to_string}
|
2016-11-03 18:11:05 +01:00 |
|
Simon Cruanes
|
c89186a100
|
remove CCPrint (also, update tests relying on it)
|
2016-11-03 17:57:41 +01:00 |
|
Simon Cruanes
|
c7b815509d
|
prepare for 0.21
|
2016-11-03 16:04:12 +01:00 |
|
Simon Cruanes
|
af4c3fc195
|
change boxing in CCFormat.Dump; add example/doc
|
2016-11-03 15:57:03 +01:00 |
|
Simon Cruanes
|
9045fcca0b
|
add CCFormat.{with_color_sf,fprintf_dyn_color,sprintf_dyn_color}
more dynamic way of adding colors, switching colors on/off, etc.
|
2016-11-03 15:48:21 +01:00 |
|
Simon Cruanes
|
0d9d17d5db
|
add CCFormat.Dump for easy debugging (see #82)
|
2016-11-03 15:36:25 +01:00 |
|
Simon Cruanes
|
4ff174ce18
|
(breaking) make default start/stop arguments empty in printers (#82)
|
2016-11-03 15:19:50 +01:00 |
|
Simon Cruanes
|
3e7cbc1420
|
add alias Containers.IO
|
2016-11-02 08:22:03 +01:00 |
|
Simon Cruanes
|
18b32f8313
|
bugfixes in CCArray.Sub
|
2016-11-01 12:17:01 +01:00 |
|
Simon Cruanes
|
61ff75dca0
|
bugfix + tests for CCArray.Sub.sub
|
2016-11-01 11:46:14 +01:00 |
|
Simon Cruanes
|
b7db149e27
|
add CCArray.Sub.to_list
|
2016-11-01 11:27:07 +01:00 |
|
Simon Cruanes
|
7ba8f58571
|
fix typo
|
2016-10-19 23:59:23 +02:00 |
|
Simon Cruanes
|
2a872907a1
|
add CCArray.{sorted,sort_indices,sort_ranking} (closes #81)
|
2016-10-19 18:18:05 +02:00 |
|
Simon Cruanes
|
bc7967054f
|
prepare for 0.20
|
2016-10-14 11:33:53 +02:00 |
|
Simon Cruanes
|
81ca239ccc
|
bugfix in CCArray.equal
|
2016-10-14 11:28:44 +02:00 |
|
Simon Cruanes
|
59a463a882
|
small fix + test
|
2016-10-14 11:24:57 +02:00 |
|
Simon Cruanes
|
fed7dd41e0
|
add functions in CCArray: fold2,iter2,map2
|
2016-10-13 10:04:58 +02:00 |
|
Simon Cruanes
|
53030c4c29
|
more general types for CCArray.{for_all2,exists2}
|
2016-10-13 10:04:23 +02:00 |
|
Simon Cruanes
|
a99720945b
|
add CCArray.rev
|
2016-10-13 10:01:21 +02:00 |
|
Roma Sokolov
|
d4d22b1488
|
Fixes map_or
~default arg for `map_or`, as well as function, should not depend on the type of error case.
|
2016-10-04 14:27:34 +03:00 |
|
Simon Cruanes
|
d7e8cb24fd
|
add CCFloat.round
|
2016-09-25 19:43:21 +02:00 |
|
Simon Cruanes
|
103963dc45
|
style
|
2016-09-25 19:39:02 +02:00 |
|
Simon Cruanes
|
e4c6752b6b
|
add CCVector.append_gen
|
2016-09-25 19:38:03 +02:00 |
|
Simon Cruanes
|
3e50420ce8
|
add CCList.{head_opt,last_opt}
|
2016-09-25 19:34:05 +02:00 |
|
Simon Cruanes
|
7a823b16d8
|
fix CCString.*_ascii; add CCChar.{upper,lower}case_ascii
|
2016-09-18 20:31:53 +02:00 |
|
Simon Cruanes
|
b249adf86f
|
add CCInt.{print_binary,to_string_binary} + tests (thanks @gsg)
|
2016-09-18 10:37:05 +02:00 |
|
Simon Cruanes
|
913cfcacea
|
prepare for 0.19
|
2016-08-22 09:58:09 +02:00 |
|
Simon Cruanes
|
7b49dd7f3d
|
fix bug in CCString.Split thanks to @copy (close #75)
|
2016-08-22 09:26:36 +02:00 |
|
Simon Cruanes
|
a0b10101c7
|
add regression test for #75
|
2016-08-22 09:20:17 +02:00 |
|
Simon Cruanes
|
779376f2b1
|
move test from cppo.ml file to .mli file
|
2016-08-22 09:19:49 +02:00 |
|
Fabian
|
47abd87f74
|
Fix CCString.Split.{left,right} (#75)
|
2016-08-22 01:52:44 +02:00 |
|
Simon Cruanes
|
13f6660373
|
cleanup and more tests in CCHeap
|
2016-07-04 23:25:55 +02:00 |
|
Simon Cruanes
|
c573f447bc
|
add more generic printers for CCError and CCResult (close #73)
|
2016-06-19 01:02:06 +02:00 |
|
Simon Cruanes
|
103dfb8c73
|
add CCstring.of_char
|
2016-06-17 11:54:30 +02:00 |
|
Simon Cruanes
|
228011d9aa
|
prepare for 0.18
|
2016-06-14 14:12:02 +02:00 |
|
Simon Cruanes
|
6639cb8e77
|
update implem of CCVector.equal; add a random test
|
2016-06-14 14:07:30 +02:00 |
|
Simon Cruanes
|
cfad88e906
|
add CCOpt.get_or with label, deprecates get
|
2016-06-14 13:58:37 +02:00 |
|
Simon Cruanes
|
4c998bf57a
|
add CCArray.get_safe (close #70)
|
2016-05-20 11:32:27 +02:00 |
|
Simon Cruanes
|
0a5e131ce1
|
use structural equality
|
2016-05-17 23:23:45 +02:00 |
|
Fabian
|
22e07c5c5e
|
Improve CCVector.equal
|
2016-05-17 22:33:47 +02:00 |
|
Simon Cruanes
|
3190278d86
|
add aliases to deprecated functions from String, add Fun.opaque_identity
|
2016-05-04 23:12:32 +02:00 |
|
Simon Cruanes
|
4cfb82a3fe
|
add test
|
2016-04-25 11:51:38 +02:00 |
|
Glen Mével
|
f57d7267ac
|
bug fix for CCList.range_by
|
2016-04-25 11:39:03 +02:00 |
|
Glen Mével
|
fb97af680b
|
add CCList.range_by
|
2016-04-25 00:56:05 +02:00 |
|
Simon Cruanes
|
4b7897ec82
|
doc
|
2016-04-24 18:15:24 +02:00 |
|
Simon Cruanes
|
73eecfb10d
|
prepare for 0.17
|
2016-04-22 23:01:37 +02:00 |
|
Simon Cruanes
|
b17f55b1d1
|
add monomorphic signatures in CCInt and CCFloat
|
2016-04-22 22:07:06 +02:00 |
|
Simon Cruanes
|
d3b6f6020f
|
add CCList.{sorted_insert,is_sorted}
|
2016-04-22 15:19:22 +02:00 |
|