Simon Cruanes
|
044cbf0c20
|
prepare for 0.13
|
2015-09-23 16:26:07 +02:00 |
|
Simon Cruanes
|
6b62fce0ac
|
small details
|
2015-09-22 22:29:58 +02:00 |
|
Simon Cruanes
|
8c9b5601a8
|
add CCString.compare_versions
|
2015-09-22 22:29:37 +02:00 |
|
Simon Cruanes
|
6cb74b0115
|
add CCInt64 to containers
|
2015-09-22 22:29:21 +02:00 |
|
Simon Cruanes
|
c9d7c70834
|
fix doc
|
2015-09-22 18:33:39 +02:00 |
|
Simon Cruanes
|
0edc5ffb9d
|
update CCHash with a functor and module type for generic hashing
|
2015-09-22 14:18:04 +02:00 |
|
Simon Cruanes
|
8b228ec8cb
|
add CCList.{take,drop}_while; improve map performance
|
2015-09-19 17:35:59 +02:00 |
|
Simon Cruanes
|
650d2873c3
|
detail
|
2015-09-17 23:11:45 +02:00 |
|
Simon Cruanes
|
eee89aa7a4
|
testing frenzy
|
2015-09-16 21:59:30 +02:00 |
|
Simon Cruanes
|
d5db6d0bdb
|
add CCArray.bsearch (back from batteries)
|
2015-09-16 21:56:53 +02:00 |
|
Simon Cruanes
|
eb1c9bc0be
|
move many tests into their modules with qtest
|
2015-09-16 16:44:10 +02:00 |
|
Simon Cruanes
|
6c0378e16f
|
update deprecation comments
|
2015-09-11 09:29:51 +02:00 |
|
Simon Cruanes
|
bd6940afbf
|
deprecate CCList.split, introduce CCList.take_drop instead.
|
2015-09-11 09:04:28 +02:00 |
|
Simon Cruanes
|
5069580a9d
|
add CCList.cons_maybe
|
2015-09-04 17:01:14 +02:00 |
|
Simon Cruanes
|
290ba2810a
|
in README, a section about incoming breaking changes
|
2015-09-04 14:15:14 +02:00 |
|
Simon Cruanes
|
783c9cf808
|
add CCOpt.choice_seq
|
2015-09-02 22:12:31 +02:00 |
|
Simon Cruanes
|
3d7035e84f
|
add CCOpt.print
|
2015-09-02 21:05:17 +02:00 |
|
Simon Cruanes
|
4946f367ea
|
add CCInt.{of_string,to_string}
|
2015-08-31 21:17:30 +02:00 |
|
Simon Cruanes
|
1feea19383
|
breaking: change the exceptions in CCVector
|
2015-08-31 19:29:20 +02:00 |
|
Simon Cruanes
|
ff6157771e
|
add printer to CCHashtbl
|
2015-08-11 22:54:21 +02:00 |
|
Simon Cruanes
|
e3376bd21a
|
fix doc
|
2015-08-02 21:37:26 +02:00 |
|
Simon Cruanes
|
963f61a0f5
|
prepare for 0.12
|
2015-07-16 10:56:03 +02:00 |
|
Simon Cruanes
|
1a73ad7e29
|
add CCString.mem
|
2015-07-03 17:02:21 +02:00 |
|
Simon Cruanes
|
bca172a7a8
|
update doc
|
2015-06-29 16:18:23 +02:00 |
|
Simon Cruanes
|
9f7be2ddc9
|
enable -safe-string on the whole project, with some linked refactorings
|
2015-06-26 14:05:45 +02:00 |
|
Simon Cruanes
|
0ac0f89e93
|
add CCIO.read_all_bytes, reading a whole file into a Bytes.t
|
2015-06-26 14:05:45 +02:00 |
|
Simon Cruanes
|
d817ec8d02
|
move CCIO from containers.io to containers
|
2015-06-26 14:05:42 +02:00 |
|
Simon Cruanes
|
0fcc736032
|
breaking: change type of CCString.blit so it writes into Bytes.t
|
2015-06-26 13:59:57 +02:00 |
|
Simon Cruanes
|
56d53bfef6
|
bugfix: CCRandom.float_range
|
2015-06-17 15:57:39 +02:00 |
|
Simon Cruanes
|
0800b1455b
|
small compatibility mistake
|
2015-06-11 15:07:39 +02:00 |
|
Simon Cruanes
|
85cb18751a
|
add a lot of string functions in CCString
|
2015-06-11 15:02:00 +02:00 |
|
Simon Cruanes
|
fb8e9078a3
|
add CCError.catch, in prevision of the future standard Result.t type
|
2015-06-09 16:11:54 +02:00 |
|
Simon Cruanes
|
ebdf201161
|
add CCError.Infix module
|
2015-06-09 16:07:35 +02:00 |
|
Simon Cruanes
|
e509ba5461
|
add todos in CCError
|
2015-05-27 14:03:13 +02:00 |
|
Simon Cruanes
|
e68b951db5
|
add CCList.cons function
|
2015-05-25 14:43:08 +02:00 |
|
Simon Cruanes
|
0c624461d5
|
add CCString.set for updating immutable strings
|
2015-05-25 00:04:48 +02:00 |
|
Simon Cruanes
|
8f33484dff
|
prepare 0.11
|
2015-05-24 21:40:31 +02:00 |
|
Simon Cruanes
|
7e5161f94f
|
add CCOpt.is_none
|
2015-05-24 21:38:37 +02:00 |
|
Simon Cruanes
|
262a2baacc
|
add CCList.{remove,is_empty}
|
2015-05-24 21:38:36 +02:00 |
|
Simon Cruanes
|
4b704d9d1a
|
rename CCList.find -> CClist.find_map (same for findi), deprecate old name
|
2015-05-24 21:38:36 +02:00 |
|
Simon Cruanes
|
153cababb3
|
add CCList.{find_pred,find_pred_exn}
|
2015-05-17 19:18:40 +02:00 |
|
Simon Cruanes
|
d2a02793e2
|
add CCList.partition_map
|
2015-05-05 23:47:22 +02:00 |
|
Simon Cruanes
|
7605bacdc3
|
add a few tests
|
2015-04-30 15:56:37 +02:00 |
|
Bernardo da Costa
|
84e77fddcf
|
pow pow pow
Voilà un petit commit en annexe.
--
Bernardo
>From f11b65e1d282467d2dca8612a6fafa718c66e022 Mon Sep 17 00:00:00 2001
From: Bernardo Freitas Paulo da Costa <bernardo.da-costa@m4x.org>
Date: Thu, 30 Apr 2015 10:24:21 -0300
Subject: [PATCH] Add CCInt.pow
Binary exponentiation for positive numbers.
|
2015-04-30 15:56:09 +02:00 |
|
Simon Cruanes
|
531134d754
|
add CCList.group_succ
|
2015-04-28 17:34:09 +02:00 |
|
Simon Cruanes
|
8195f035fc
|
add CCList.Set.{add,remove}
|
2015-04-22 13:45:09 +02:00 |
|
Simon Cruanes
|
24e15b4cee
|
fix doc of CCstring.Split.list_
|
2015-04-10 16:56:51 +02:00 |
|
Simon Cruanes
|
0efc342177
|
preparing version 0.10
|
2015-04-10 16:40:45 +02:00 |
|
Simon Cruanes
|
e22c29c27f
|
doc
|
2015-03-31 15:55:46 +02:00 |
|
Simon Cruanes
|
ef92ef19fd
|
add CCString.{lines,unlines} that work on lines
|
2015-03-31 15:24:10 +02:00 |
|