| .. |
|
_tags
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCArray.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCArray.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCBool.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCBool.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCChar.ml
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
CCChar.mli
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
CCError.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCError.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCFloat.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCFloat.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCFormat.ml
|
add CCFormat.{h,v,hov,hv}box printer combinators
|
2016-02-24 20:01:18 +01:00 |
|
CCFormat.mli
|
add CCFormat.{h,v,hov,hv}box printer combinators
|
2016-02-24 20:01:18 +01:00 |
|
CCFun.cppo.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCFun.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCHash.ml
|
breaking: make type CCHash.state abstract
|
2016-01-29 15:57:00 +01:00 |
|
CCHash.mli
|
breaking: make type CCHash.state abstract
|
2016-01-29 15:57:00 +01:00 |
|
CCHashtbl.ml
|
add CCHashtbl.add_list
|
2016-02-21 21:26:02 +01:00 |
|
CCHashtbl.mli
|
add CCHashtbl.add_list
|
2016-02-21 21:26:02 +01:00 |
|
CCHeap.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCHeap.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCInt.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCInt.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCInt64.ml
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
CCInt64.mli
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
CCIO.ml
|
add CCIO.File.{read,write,append} for quickly handling files
|
2016-02-20 23:36:48 +01:00 |
|
CCIO.mli
|
add CCIO.File.{read,write,append} for quickly handling files
|
2016-02-20 23:36:48 +01:00 |
|
CCList.ml
|
add CCList.hd_tl
|
2016-02-23 15:34:26 +01:00 |
|
CCList.mli
|
add CCList.hd_tl
|
2016-02-23 15:34:26 +01:00 |
|
CCMap.ml
|
add {CCMap,CCHashtbl}.get_or for lookup with default value
|
2016-02-18 12:21:21 +01:00 |
|
CCMap.mli
|
add {CCMap,CCHashtbl}.get_or for lookup with default value
|
2016-02-18 12:21:21 +01:00 |
|
CCOpt.ml
|
add CCOpt.map_or, deprecating CCopt.maybe
|
2016-02-24 20:37:56 +01:00 |
|
CCOpt.mli
|
add CCOpt.map_or, deprecating CCopt.maybe
|
2016-02-24 20:37:56 +01:00 |
|
CCOrd.ml
|
add tests; change header
|
2015-12-29 17:19:43 +01:00 |
|
CCOrd.mli
|
add tests; change header
|
2015-12-29 17:19:43 +01:00 |
|
CCPair.ml
|
add CCPair.make
|
2016-02-21 18:33:44 +01:00 |
|
CCPair.mli
|
add CCPair.make
|
2016-02-21 18:33:44 +01:00 |
|
CCPrint.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCPrint.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCRandom.ml
|
fix test
|
2016-02-21 18:33:33 +01:00 |
|
CCRandom.mli
|
add CCRandom.pick_{list,array}
|
2016-02-20 23:29:44 +01:00 |
|
CCRef.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCRef.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCResult.ml
|
add CCResult.{map_or,get_or}
|
2016-02-23 14:21:37 +01:00 |
|
CCResult.mli
|
add CCResult.{map_or,get_or}
|
2016-02-23 14:21:37 +01:00 |
|
CCSet.ml
|
update some headers, formatting
|
2016-02-18 12:18:19 +01:00 |
|
CCSet.mli
|
update some headers, formatting
|
2016-02-18 12:18:19 +01:00 |
|
CCString.cppo.ml
|
add CCString.Split.{left,right}_exn
|
2016-02-21 18:33:44 +01:00 |
|
CCString.mli
|
add CCString.Split.{left,right}_exn
|
2016-02-21 18:33:44 +01:00 |
|
CCVector.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
CCVector.mli
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |
|
containers.ml
|
replace headers in the rest of containers core
|
2016-02-20 23:24:24 +01:00 |