Commit graph

1783 commits

Author SHA1 Message Date
Jacques-Pascal Deplaix
ff69945575 Shadow polymorphic functions in CCList 2018-01-14 23:33:39 +00:00
Jacques-Pascal Deplaix
35c2d0ed54 Fix tests 2018-01-14 23:32:13 +00:00
Jacques-Pascal Deplaix
0796a9a8d4 Fix compilation of benchs 2018-01-14 23:32:13 +00:00
Jacques-Pascal Deplaix
9622f6f6ff Avoid uses of the polymorphic operators 2018-01-14 23:32:13 +00:00
Jacques-Pascal Deplaix
35b4e772be Add Containers.Monomorphic and include it by default 2018-01-14 23:32:13 +00:00
Jacques-Pascal Deplaix
6d2063ded4 Internally shadow polymorphic operators and functions from Pervasives 2018-01-14 23:32:13 +00:00
Jacques-Pascal Deplaix
01a3b94ff9 Add a CCMonomorphic module shipped into a containers.monomorphic library 2018-01-14 23:32:13 +00:00
Simon Cruanes
631b33f62e fix doc 2018-01-14 16:21:59 -06:00
Simon Cruanes
4ffe1bbac3 make complexity of Array.lookup explicit (closes #174) 2018-01-06 17:14:00 -06:00
Simon Cruanes
1b9c014e25 use neat trick to alias properly type of Format 2018-01-06 08:24:42 -06:00
Simon Cruanes
53137a6183 prepare for 1.5.2 2018-01-04 11:13:26 -06:00
Simon Cruanes
a160ae3672 missing type aliases (see #173) 2018-01-04 08:53:33 -06:00
Simon Cruanes
d76831a8c3 changelog 2018-01-03 08:05:02 +01:00
Simon Cruanes
858ef0e90f missing extension of Format 2018-01-02 23:39:55 +01:00
Simon Cruanes
18c9f88411 prepare for 1.5 2018-01-02 18:14:32 +01:00
Simon Cruanes
7f6cb0f673 have CCList.{get,insert,set}_at_idx work with negative indices 2017-12-25 17:30:00 +01:00
Simon Cruanes
d8610646d8
Merge pull request #170 from jpdeplaix/remove_at_neg_idx
Allow negative indexes in `CCList.remove_at_idx`
2017-12-25 17:25:15 +01:00
Simon Cruanes
f040f476e2 travis 2017-12-24 17:41:33 +01:00
Simon Cruanes
17dc7bb5c3 fix default implems of CCList.compare_length{s,_with} 2017-12-24 17:22:02 +01:00
Simon Cruanes
c12f2d2095 more tests 2017-12-24 17:21:57 +01:00
Simon Cruanes
a249f2ac0b missing compat functions 2017-12-24 17:10:02 +01:00
Simon Cruanes
f6b3a7addf warnings 2017-12-24 17:07:59 +01:00
Simon Cruanes
787c9ad5d1 travis 2017-12-24 16:54:00 +01:00
Simon Cruanes
b7a250cef2 remove cppo from deps and build 2017-12-24 16:49:47 +01:00
Simon Cruanes
df07cf5bb2 remove all uses of cppo 2017-12-24 16:43:17 +01:00
Simon Cruanes
bb37abe984 add travis support 2017-12-24 16:43:17 +01:00
Jacques-Pascal Deplaix
4b30aba080 Allow negative indexes in CCList.remove_at_idx 2017-12-23 15:35:35 +00:00
Simon Cruanes
ed10db67b6 closes #166 by adding a drop parameter to string split functions 2017-12-21 14:07:52 +01:00
Simon Cruanes
2b67a1a679 add colors 2017-12-19 20:24:12 +01:00
Simon Cruanes
9ac7984f74 add Hash.const0 for trivial hash function that ignores its input 2017-12-15 13:49:34 +01:00
Simon Cruanes
632526e407 improve compatibility with the stdlib 2017-12-15 09:49:54 +01:00
Simon Cruanes
3a4d827d80 fix containers.top (closes #155) 2017-12-15 09:43:44 +01:00
Simon Cruanes
00f0a1dd34
Merge pull request #164 from lostman/master
Use `include` to make `CCListLabels` and `CCArrayLabels` trivial
2017-12-06 11:38:01 +01:00
Maciej Woś
7d88c0f068 Update AUTHORS 2017-12-06 19:35:54 +09:00
Maciej Woś
58277c77bb Automatically add labeled interface to CCList and CCArray 2017-12-06 13:05:20 +09:00
Simon Cruanes
16a7ff6d4e
Merge pull request #162 from jpdeplaix/list_count
Add `List.count`
2017-12-03 22:37:27 +01:00
Jacques-Pascal Deplaix
78ee7e5c2f Add List.count 2017-12-03 21:30:26 +00:00
Simon Cruanes
e16d0ee27b
Merge pull request #160 from jpdeplaix/String.is_empty
Add `String.is_empty`
2017-12-01 09:43:49 +01:00
Jacques-Pascal Deplaix
e20d0ccfcc Add String.is_empty 2017-12-01 08:36:40 +00:00
Simon Cruanes
c66c96d252 small fixes in ocamldoc 2017-11-29 15:00:05 +01:00
Simon Cruanes
946a585a9e backport some functions added in 4.05 in CCList 2017-11-29 14:58:35 +01:00
Simon Cruanes
f65bcd212d small comment 2017-11-29 14:58:35 +01:00
Simon Cruanes
2fbf765466 fix small warning 2017-11-29 14:58:35 +01:00
Simon Cruanes
b1cc57b2fe update warnings 2017-11-29 14:58:35 +01:00
Simon Cruanes
d09820b916 add functions from 4.05 into CC{Map,Set} 2017-11-29 14:58:35 +01:00
Simon Cruanes
170d7662e7
Merge pull request #159 from orbifx/master
Add `CCImmutArray.sub`, which creates a copy
2017-11-20 21:45:57 +01:00
Stavros Polymenis
a28dd399f4 Improve CCImmutArray.sub comments and versioning 2017-11-20 20:42:17 +00:00
SP
c49458d923 Implement CCImmutArray.sub, but creates a copy 2017-11-20 16:14:04 +00:00
Simon Cruanes
3b50617744
Merge pull request #158 from jpdeplaix/fix-cctrie
fix bug in `CCTrie` where an assertion would use polymorphic comparison on arbitrary types
2017-11-07 18:24:17 +01:00
Jacques-Pascal Deplaix
3d27bd285e Add a regression test 2017-11-07 18:08:38 +01:00