Simon Cruanes
|
12b38f4c31
|
add CCHeap.to_list_sorted
|
2017-02-23 20:57:19 +01:00 |
|
Simon Cruanes
|
6fadeb414e
|
add CCIO.File.walk_l
|
2017-02-17 15:09:51 +01:00 |
|
Simon Cruanes
|
cd2d07c76a
|
new test and small readme section on CCParse
|
2017-02-16 11:58:47 +01:00 |
|
Simon Cruanes
|
5777549c54
|
prepare for 1.0
|
2017-02-11 13:56:08 +01:00 |
|
Simon Cruanes
|
f1459b57df
|
add CCHash.{list,array}_comm
|
2017-02-11 13:37:32 +01:00 |
|
Simon Cruanes
|
8ddacbb028
|
add CCHashtbl.Poly and fix issue in Containers (close #46)
|
2017-02-11 13:28:47 +01:00 |
|
Simon Cruanes
|
edc488b909
|
add CCHashtbl.get_or_add
|
2017-02-07 11:38:10 +01:00 |
|
Simon Cruanes
|
827da5a01b
|
more doc
|
2017-02-06 18:04:27 +01:00 |
|
Simon Cruanes
|
1e9f5a9a21
|
more flexible CCList.sublists_of_len
|
2017-02-06 17:35:12 +01:00 |
|
Simon Cruanes
|
fe2336bd3b
|
add CCList.sublists_of_len (close #97)
|
2017-02-06 17:25:23 +01:00 |
|
Simon Cruanes
|
8462b89bdf
|
add Char.{of_int{,_exn},to_int} (close #95)
|
2017-01-30 14:46:13 +01:00 |
|
Simon Cruanes
|
56462a862b
|
Merge branch 'master' into prepare-1.0
|
2017-01-25 00:15:03 +01:00 |
|
Simon Cruanes
|
03fd42e67d
|
reindentation
|
2017-01-25 00:08:12 +01:00 |
|
Simon Cruanes
|
416d19a763
|
remove deprecated functions and modules
- `CCList.{split,findi,find}`
- `CCHashtbl.{MakeDefault,MakeCounter}`
- `CCVector.flat_map'`
|
2017-01-25 00:08:12 +01:00 |
|
Simon Cruanes
|
a0f3a5d24b
|
update comments in CCParse
|
2017-01-24 23:28:08 +01:00 |
|
Simon Cruanes
|
dbe00f6ca5
|
update containers.ml so as to include all core containers
|
2017-01-24 23:26:23 +01:00 |
|
Simon Cruanes
|
8aab182642
|
large refactor of CCHash, main type is now 'a -> int
|
2017-01-24 23:21:10 +01:00 |
|
Simon Cruanes
|
8ad0dce97b
|
CCFormat: remove start/stop args, make sep a unit printer
|
2017-01-24 22:50:26 +01:00 |
|
Simon Cruanes
|
e5adafced6
|
many improvements to CCFormat
- add `some`
- add `return`
- add `const`
- add `of_to_string`
|
2017-01-24 22:39:13 +01:00 |
|
Simon Cruanes
|
d76d3b95e3
|
add CCOrd.Infix
|
2017-01-24 22:19:59 +01:00 |
|
orbitz
|
13888edb4d
|
Add is_ok and is_error, simple predicates for testing a result. This is useful for tests or asserts
|
2017-01-17 20:09:26 +01:00 |
|
Simon Cruanes
|
3f80e794ba
|
add CCFormat.tee
|
2017-01-11 18:40:07 +01:00 |
|
Simon Cruanes
|
ed38c25711
|
replace or_ by default in labelled functions
|
2016-12-29 11:45:55 +01:00 |
|
Simon Cruanes
|
601354305d
|
breaking: remove trailing _ in CCOrd primitives
|
2016-12-29 11:43:48 +01:00 |
|
Simon Cruanes
|
f0aecf3b8e
|
add doc for of_list in relevant modules (close #85)
|
2016-12-29 11:39:21 +01:00 |
|
Simon Cruanes
|
9b53e3c2a5
|
use Labels versions of CCList and CCArray
|
2016-12-29 11:07:44 +01:00 |
|
Simon Cruanes
|
ef07decbac
|
Revert "add Array.append" (already in stdlib Array)
This reverts commit cdb4ba5dbc.
|
2016-12-12 14:18:05 +01:00 |
|
Simon Cruanes
|
cdb4ba5dbc
|
add Array.append
|
2016-12-07 16:20:13 +01:00 |
|
Simon Cruanes
|
d1e33cd135
|
document errors in CCIO (close #86)
|
2016-11-30 20:52:18 +01:00 |
|
Simon Cruanes
|
a8babbd941
|
add labels to CCList
|
2016-11-11 00:52:44 +01:00 |
|
Simon Cruanes
|
b1837e7d05
|
add labels in CCArray
|
2016-11-11 00:39:58 +01:00 |
|
Simon Cruanes
|
f29329fb03
|
deal properly with broken symlinks and permission errors
|
2016-11-11 00:18:16 +01:00 |
|
Simon Cruanes
|
a231bfb9c4
|
fix containers.ml
|
2016-11-03 22:21:22 +01:00 |
|
Simon Cruanes
|
192f315f53
|
simplify CCHash
- remove functor
- use `Hashtbl.seeded_hash` to combine values
|
2016-11-03 22:18:23 +01:00 |
|
Simon Cruanes
|
2c00983262
|
split CCList.Zipper into its own module, CCZipper in containers.data
|
2016-11-03 22:06:41 +01:00 |
|
Simon Cruanes
|
6ff6c51687
|
change argument ordering in CCList.Assoc
|
2016-11-03 22:03:13 +01:00 |
|
Simon Cruanes
|
ad1513e36c
|
remove CCList.Idx, rename its functions to toplevel
|
2016-11-03 21:57:24 +01:00 |
|
Simon Cruanes
|
bf609e7f04
|
remove CCList.Set, move functions to toplevel and rename them
|
2016-11-03 21:45:15 +01:00 |
|
Simon Cruanes
|
4f6bce60e5
|
split CCArray.Sub into CCArray_slice
|
2016-11-03 21:24:21 +01:00 |
|
Simon Cruanes
|
bd7a9ce070
|
add CCString.edit_distance
|
2016-11-03 20:27:26 +01:00 |
|
Simon Cruanes
|
72d43c6eeb
|
add CCParse into core, a simple, lightweight version of parser combs
|
2016-11-03 20:10:18 +01:00 |
|
Simon Cruanes
|
46cee7096c
|
expose CCString.Find for efficient sub-string searching
|
2016-11-03 18:48:25 +01:00 |
|
Simon Cruanes
|
83b0744a1b
|
more type safety in String.Find
|
2016-11-03 18:39:03 +01:00 |
|
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 |
|