| .. |
|
_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
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCArray.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCBool.ml
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCBool.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCError.ml
|
prepare for 0.12
|
2015-07-16 10:56:03 +02:00 |
|
CCError.mli
|
prepare for 0.12
|
2015-07-16 10:56:03 +02:00 |
|
CCFloat.ml
|
remove trailing whitespace
|
2015-03-02 23:39:10 +01:00 |
|
CCFloat.mli
|
update deprecation comments
|
2015-09-11 09:29:51 +02:00 |
|
CCFormat.ml
|
bugfix in CCFormat.to_file
|
2015-03-02 16:42:19 +01:00 |
|
CCFormat.mli
|
add CCKlist.memoize for costly computations
|
2015-10-01 20:50:35 +02:00 |
|
CCFun.cppo.ml
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCFun.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCHash.ml
|
update CCHash with a functor and module type for generic hashing
|
2015-09-22 14:18:04 +02:00 |
|
CCHash.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCHashtbl.ml
|
add printer to CCHashtbl
|
2015-08-11 22:54:21 +02:00 |
|
CCHashtbl.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCHeap.ml
|
update tests so they run faster
|
2015-09-27 19:27:44 +02:00 |
|
CCHeap.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCInt.ml
|
add CCInt.{of_string,to_string}
|
2015-08-31 21:17:30 +02:00 |
|
CCInt.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCInt64.ml
|
add CCInt64 to containers
|
2015-09-22 22:29:21 +02:00 |
|
CCInt64.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCIO.ml
|
small details
|
2015-09-22 22:29:58 +02:00 |
|
CCIO.mli
|
doc
|
2015-09-27 18:20:46 +02:00 |
|
CCList.ml
|
add CCList.{take,drop}_while; improve map performance
|
2015-09-19 17:35:59 +02:00 |
|
CCList.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCMap.ml
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCMap.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCOpt.ml
|
add CCOpt.choice_seq
|
2015-09-02 22:12:31 +02:00 |
|
CCOpt.mli
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
CCOrd.ml
|
testing frenzy
|
2015-09-16 21:59:30 +02:00 |
|
CCOrd.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCPair.ml
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCPair.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCPrint.ml
|
remove useless CCPrint.kfprintf
|
2015-03-02 17:22:55 +01:00 |
|
CCPrint.mli
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|
CCRandom.ml
|
enable -safe-string on the whole project, with some linked refactorings
|
2015-06-26 14:05:45 +02:00 |
|
CCRandom.mli
|
bugfix: CCRandom.float_range
|
2015-06-17 15:57:39 +02:00 |
|
CCRef.ml
|
version 0.9
|
2015-02-27 14:39:58 +01:00 |
|
CCRef.mli
|
version 0.9
|
2015-02-27 14:39:58 +01:00 |
|
CCSet.ml
|
add CCSet
|
2015-01-29 00:42:10 +01:00 |
|
CCSet.mli
|
version 0.9
|
2015-02-27 14:39:58 +01:00 |
|
CCString.cppo.ml
|
raise exception in CCString.replace if sub=""
|
2015-09-27 18:03:56 +02:00 |
|
CCString.mli
|
more tests
|
2015-09-27 19:20:01 +02:00 |
|
CCVector.ml
|
move many tests into their modules with qtest
|
2015-09-16 16:44:10 +02:00 |
|
CCVector.mli
|
breaking: change the exceptions in CCVector
|
2015-08-31 19:29:20 +02:00 |
|
containers.ml
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |