| .. |
|
_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
|
bugfixes in CCArray.Sub
|
2016-11-01 12:17:01 +01:00 |
|
CCArray.mli
|
add CCArray.Sub.to_list
|
2016-11-01 11:27:07 +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
|
fix CCString.*_ascii; add CCChar.{upper,lower}case_ascii
|
2016-09-18 20:31:53 +02:00 |
|
CCChar.mli
|
prepare for 0.20
|
2016-10-14 11:33:53 +02:00 |
|
CCError.ml
|
add more generic printers for CCError and CCResult (close #73)
|
2016-06-19 01:02:06 +02:00 |
|
CCError.mli
|
prepare for 0.19
|
2016-08-22 09:58:09 +02:00 |
|
CCFloat.ml
|
add CCFloat.round
|
2016-09-25 19:43:21 +02:00 |
|
CCFloat.mli
|
prepare for 0.20
|
2016-10-14 11:33:53 +02:00 |
|
CCFormat.ml
|
bugfix in CCFormat.to_file (fd was closed too early)
|
2016-04-22 14:22:15 +02:00 |
|
CCFormat.mli
|
doc
|
2016-04-24 18:15:24 +02:00 |
|
CCFun.cppo.ml
|
add aliases to deprecated functions from String, add Fun.opaque_identity
|
2016-05-04 23:12:32 +02:00 |
|
CCFun.mli
|
prepare for 0.18
|
2016-06-14 14:12:02 +02:00 |
|
CCHash.ml
|
breaking: make type CCHash.state abstract
|
2016-01-29 15:57:00 +01:00 |
|
CCHash.mli
|
prepare for 0.16
|
2016-02-24 22:08:26 +01:00 |
|
CCHashtbl.ml
|
prepare for 0.16
|
2016-02-24 22:08:26 +01:00 |
|
CCHashtbl.mli
|
prepare for 0.16
|
2016-02-24 22:08:26 +01:00 |
|
CCHeap.ml
|
cleanup and more tests in CCHeap
|
2016-07-04 23:25:55 +02:00 |
|
CCHeap.mli
|
cleanup and more tests in CCHeap
|
2016-07-04 23:25:55 +02:00 |
|
CCInt.ml
|
add CCInt.{print_binary,to_string_binary} + tests (thanks @gsg)
|
2016-09-18 10:37:05 +02:00 |
|
CCInt.mli
|
prepare for 0.20
|
2016-10-14 11:33:53 +02: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.with_temp for creating temporary files
|
2016-03-26 12:22:25 +01:00 |
|
CCIO.mli
|
prepare for 0.17
|
2016-04-22 23:01:37 +02:00 |
|
CCList.ml
|
add CCList.{head_opt,last_opt}
|
2016-09-25 19:34:05 +02:00 |
|
CCList.mli
|
prepare for 0.20
|
2016-10-14 11:33:53 +02:00 |
|
CCMap.ml
|
prepare for 0.17
|
2016-04-22 23:01:37 +02:00 |
|
CCMap.mli
|
prepare for 0.17
|
2016-04-22 23:01:37 +02:00 |
|
CCOpt.ml
|
add CCOpt.get_or with label, deprecates get
|
2016-06-14 13:58:37 +02:00 |
|
CCOpt.mli
|
prepare for 0.18
|
2016-06-14 14:12:02 +02: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
|
prepare for 0.16
|
2016-02-24 22:08:26 +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
|
2016-04-18 15:50:53 +02:00 |
|
CCRandom.mli
|
fix
|
2016-04-18 15:50:53 +02:00 |
|
CCRef.ml
|
add CCRef.{get_then_incr,incr_then_get} functions
|
2016-04-15 15:04:31 +02:00 |
|
CCRef.mli
|
prepare for 0.17
|
2016-04-22 23:01:37 +02:00 |
|
CCResult.ml
|
add more generic printers for CCError and CCResult (close #73)
|
2016-06-19 01:02:06 +02:00 |
|
CCResult.mli
|
Fixes map_or
|
2016-10-04 14:27:34 +03: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
|
fix CCString.*_ascii; add CCChar.{upper,lower}case_ascii
|
2016-09-18 20:31:53 +02:00 |
|
CCString.mli
|
prepare for 0.19
|
2016-08-22 09:58:09 +02:00 |
|
CCVector.ml
|
add CCVector.append_gen
|
2016-09-25 19:38:03 +02:00 |
|
CCVector.mli
|
prepare for 0.20
|
2016-10-14 11:33:53 +02:00 |
|
containers.ml
|
add alias Containers.IO
|
2016-11-02 08:22:03 +01:00 |