Simon Cruanes
|
af4662e962
|
deprecate CCVector.fill_empty_slots_with
|
2019-12-14 13:57:56 -06:00 |
|
Fardale
|
0b759c67b8
|
CCVector: update the doc
|
2019-12-14 13:44:57 -06:00 |
|
Fardale
|
27eb874523
|
CCVector: resize_ take the elt as argument
It is safer to have the check on the size of the underlying array
close to access of the first element.
|
2019-12-14 13:44:57 -06:00 |
|
Simon Cruanes
|
b69cc33c26
|
perf: make let-op functors inline, hopefully
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
9b76f277f7
|
more fixes for the shims
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
616c077880
|
fix: proper shims for CCArrayLabel too
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
d5e5b43e1f
|
fix shims for arrays
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
74e7d87872
|
fix: backport a pseudo Floatarray pre 4.06
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
62672fdbd2
|
fix test
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
b2d9e69042
|
feat: put the let operators inside the Infix modules when relevant
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
bf0227d404
|
feat: on 4.08, support let operators
close #276
|
2019-12-14 12:08:48 -06:00 |
|
Simon Cruanes
|
037a0ef922
|
Merge branch 'wip-ccvec'
|
2019-12-14 12:08:33 -06:00 |
|
Fardale
|
bbdcd93417
|
wip: improved gc behavior for ccvector
|
2019-12-14 11:50:47 -06:00 |
|
Fardale
|
1d589cf4ac
|
use array_is_empty_ instead of direct check
|
2019-12-14 11:50:47 -06:00 |
|
Simon Cruanes
|
5cb715a206
|
fix: properly alias to CCChar in containers.ml
close #281
|
2019-12-14 11:42:19 -06:00 |
|
Simon Cruanes
|
70bd7f1e97
|
fix: move with_temp_dir from CCIO to CCUnix
it depends on unix, which is a deal breaker for core
|
2019-12-11 09:46:21 -06:00 |
|
Simon Cruanes
|
28f8872ef5
|
feat: add monoid_product to Array and Vector
|
2019-12-10 21:38:07 -06:00 |
|
Simon Cruanes
|
1b5b23a8f1
|
remove unlabel, remove all traces of Result
|
2019-12-10 20:48:38 -06:00 |
|
Simon Cruanes
|
30251e9426
|
bump minimum version of OCaml to 4.03, drop deps {result,uchar}
close #274
|
2019-12-10 19:56:54 -06:00 |
|
Simon Cruanes
|
858616606b
|
add CCVector.shrink_to_fit to limit memory usage
|
2019-12-10 16:39:35 -06:00 |
|
Simon Cruanes
|
1239960c42
|
wip: improved gc behavior for ccvector
|
2019-12-10 16:39:35 -06:00 |
|
Simon Cruanes
|
236a0c43ce
|
feat: add CCVector.clear_and_reset
|
2019-12-10 16:39:35 -06:00 |
|
Simon Cruanes
|
76bec991a2
|
feat(io): add with_temp_dir function
|
2019-12-03 12:49:22 -06:00 |
|
Simon Cruanes
|
7d1862a501
|
wip: add to_std_seq
see #254
|
2019-11-20 17:50:40 -06:00 |
|
Simon Cruanes
|
78ef007b77
|
deprecate CCOpt.to_seq, provide to_iter instead
|
2019-11-20 17:50:22 -06:00 |
|
Simon Cruanes
|
bd4e4d311d
|
add CCOpt.value to improve compat with Stdlib.Option
|
2019-11-20 17:49:49 -06:00 |
|
Fardale
|
3804dbff86
|
add CCVector.mapi
|
2019-11-17 10:43:18 -06:00 |
|
Simon Cruanes
|
7cefde490b
|
prepare for 2.7
remove mdx
|
2019-11-12 08:49:33 -06:00 |
|
Simon Cruanes
|
2241a25d9e
|
CCIO: use attributes for warnings
|
2019-11-11 20:01:21 -06:00 |
|
Simon Cruanes
|
27fb393698
|
feat(CCIO): add _gen suffixes to some functions
deprecate the previous versions
see #261
|
2019-11-11 19:55:43 -06:00 |
|
Simon Cruanes
|
edcd97a7ed
|
doc(IO): explain lifetime of gen a bit
|
2019-11-08 11:27:01 -06:00 |
|
Simon Cruanes
|
11d081a612
|
doc: add pointer to the repo for gen
|
2019-11-08 11:17:37 -06:00 |
|
Simon Cruanes
|
b3ce398624
|
fix: remove dep from vec to list
|
2019-10-30 14:28:17 -05:00 |
|
Fardale
|
0dafceb708
|
Adding to_string (#270)
* add `CCArray.to_string`
* add `CCArrayLabels.to_string`
* add `CCList.to_string`
* add `CCListLabels.to_string`
* add `CCChar.to_string`
* add `CCPair.to_string`
* add `CCHeap.to_string`
* add `CCSet.to_string`
* add `CCVector.to_string`
|
2019-10-30 14:26:52 -05:00 |
|
Simon Cruanes
|
70d7dd234d
|
add CCBool.{to,of}_int
|
2019-10-21 10:34:26 -05:00 |
|
Simon Cruanes
|
df9bbb8746
|
add Result.flatten_l to turn a list of results into a result of list
|
2019-10-16 12:22:55 -05:00 |
|
Simon Cruanes
|
0c23e3ba88
|
Merge pull request #266 from c-cube/wip-264-improve
improve on #264
|
2019-10-11 17:44:42 -05:00 |
|
Simon Cruanes
|
b25cf1ea00
|
fix: forgot const
|
2019-10-11 17:05:34 -05:00 |
|
Simon Cruanes
|
ab5b3aa6af
|
refactor: remove stdlib's code, simple reimplementation of Stdlib.Fun
keep the whole codebase BSD.
|
2019-10-11 16:59:22 -05:00 |
|
Simon Cruanes
|
d63bdbc0eb
|
fix syntax error in ArrayLabels.mli
|
2019-10-11 16:29:50 -05:00 |
|
Simon Cruanes
|
6d02200429
|
fix syntax error in Array.mli
|
2019-10-11 16:29:50 -05:00 |
|
narimiran
|
3658864a5a
|
add CCArray.Infix
|
2019-10-11 16:29:50 -05:00 |
|
Christopher Zimmermann
|
6a51830305
|
Don't use raise_with_backtrace in backward-compatible Fun.protect
|
2019-10-07 14:07:11 +02:00 |
|
Christopher Zimmermann
|
5fcd1a506e
|
add shim for backward-compatibility Fun module
|
2019-10-07 13:42:48 +02:00 |
|
Christopher Zimmermann
|
858af75ee8
|
Make use new Stdlib.Fun to extend / replace CCFun
|
2019-10-07 12:28:22 +02:00 |
|
Christopher Zimmermann
|
2d5f0e3e8d
|
Document behaviour of Fun.finally when finaliser raises
|
2019-10-07 12:26:21 +02:00 |
|
Simon Cruanes
|
080f81a9dd
|
fix(parse): error in many
|
2019-09-06 14:12:08 -05:00 |
|
Kate
|
e7c265bcf9
|
Fix Containers.Stdlib on OCaml 4.07
|
2019-07-05 11:08:55 -05:00 |
|
Simon Cruanes
|
21feaaf1ca
|
fix compilation on < 4.08
|
2019-06-19 10:02:55 -05:00 |
|
Simon Cruanes
|
7ff5aa0d18
|
fix: add shims for CCArray
|
2019-06-18 23:10:26 -05:00 |
|