ocaml-containers/src/data
Simon Cruanes 8c9d7016b8
perf: uniformize ocamlopt_flags
we don't need codegen which depends on >= 4.03, it's assumed. Also
include a reasonable value for `-inline` when flambda isn't available.
2022-02-03 18:54:59 -05:00
..
top fix(dune): only build containers-data.top in bytecode 2020-04-30 22:19:06 -04:00
CCBijection.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCBijection.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCBitField.ml reindentation 2017-01-25 00:08:12 +01:00
CCBitField.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCBV.ml bv: also refactor inter 2021-05-17 10:03:58 -04:00
CCBV.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCCache.ml fix(int): use shims to provide separate 32/64 bits versions of popcount 2020-08-05 14:05:48 -04:00
CCCache.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCDeque.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCDeque.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFQueue.ml test: fix a test that wouldn't pass on 4.03 2020-07-23 16:32:52 +02:00
CCFQueue.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFun_vec.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCFun_vec.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCGraph.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCGraph.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCHashSet.ml break: change pp functions to take unit printer for sep/stop/start 2020-07-27 22:57:29 -04:00
CCHashSet.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCHashTrie.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCHashTrie.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCHet.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCHet.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCImmutArray.ml CCImmutArray: add tests (#344) 2020-12-16 23:39:46 -05:00
CCImmutArray.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCIntMap.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCIntMap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCKTree.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCKTree.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCLazy_list.ml wip(3.0): remove deprecated functions, in particular sequence 2020-04-24 20:16:53 -04:00
CCLazy_list.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMixmap.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCMixmap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMixset.ml reindentation 2017-01-25 00:08:12 +01:00
CCMixset.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMixtbl.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCMixtbl.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMultiMap.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCMultiMap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMultiSet.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCMultiSet.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMutHeap.ml test: add some basic tests to CCMutHeap 2020-10-07 12:03:37 -04:00
CCMutHeap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCMutHeap_intf.ml refactor: ask for lt in the mutable heap arg 2020-10-07 12:03:27 -04:00
CCPersistentArray.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCPersistentArray.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCPersistentHashtbl.ml break: change pp functions to take unit printer for sep/stop/start 2020-07-27 22:57:29 -04:00
CCPersistentHashtbl.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCRAL.ml code review 2021-04-16 15:15:11 +01:00
CCRAL.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCRingBuffer.ml wip(3.0): remove deprecated functions, in particular sequence 2020-04-24 20:16:53 -04:00
CCRingBuffer.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCSimple_queue.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCSimple_queue.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCTrie.ml break: convert sequence to iter in data 2020-07-23 16:32:52 +02:00
CCTrie.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCWBTree.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCWBTree.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCZipper.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCZipper.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
dune perf: uniformize ocamlopt_flags 2022-02-03 18:54:59 -05:00