Commit graph

33 commits

Author SHA1 Message Date
Simon Cruanes
138047ef11 feat: add {to,of,add}_{iter,std_seq} where relevant; deprecations
deprecate `seq` named functions (for `iter`)
deprecate klist functions (for `std_seq`)

close #231
2019-12-14 16:29:07 -06:00
Simon Cruanes
78d79c1317 chore: minor details in doc 2018-03-28 20:30:26 -05:00
JPR
d18d9fb636 Comments - Style & typos fixing 2018-03-15 23:09:31 -05:00
nathan moreau
3e2fbce3ee Comments - few changes 2018-02-07 14:36:03 +01:00
nathan moreau
00b2638ae7 Adding more comments 2018-01-30 14:07:05 +01:00
Simon Cruanes
446ae9f26b prepare for 2.0 2018-01-21 15:38:34 -06:00
Simon Cruanes
fc329fa118 rename print to pp for Format printers (closes #153) 2018-01-14 17:58:20 -06:00
Simon Cruanes
5777549c54 prepare for 1.0 2017-02-11 13:56:08 +01:00
Simon Cruanes
8ddacbb028 add CCHashtbl.Poly and fix issue in Containers (close #46) 2017-02-11 13:28:47 +01:00
Simon Cruanes
edc488b909 add CCHashtbl.get_or_add 2017-02-07 11:38:10 +01:00
Simon Cruanes
03fd42e67d reindentation 2017-01-25 00:08:12 +01:00
Simon Cruanes
416d19a763 remove deprecated functions and modules
- `CCList.{split,findi,find}`
- `CCHashtbl.{MakeDefault,MakeCounter}`
- `CCVector.flat_map'`
2017-01-25 00:08:12 +01:00
Simon Cruanes
ed38c25711 replace or_ by default in labelled functions 2016-12-29 11:45:55 +01:00
Simon Cruanes
f0aecf3b8e add doc for of_list in relevant modules (close #85) 2016-12-29 11:39:21 +01:00
Simon Cruanes
a2179d4355 prepare for 0.16 2016-02-24 22:08:26 +01:00
Simon Cruanes
26298516b5 add CCHashtbl.add_list 2016-02-21 21:26:02 +01:00
Simon Cruanes
822a6d806c bugfix: fix wrong signature of CCHashtbl.Make.{keys,values}_list 2016-02-21 18:33:44 +01:00
Simon Cruanes
34b1a4f9ae add counter function in CCHashtbl, to replace CCHashtbl.Counter 2016-02-21 18:33:44 +01:00
Simon Cruanes
12fe3fdde3 deprecation incoming for CCHashtbl.{Counter,Default} tables 2016-02-18 12:28:19 +01:00
Simon Cruanes
708a92d027 add {CCMap,CCHashtbl}.get_or for lookup with default value 2016-02-18 12:21:21 +01:00
Simon Cruanes
db67b19fe8 update some headers, formatting 2016-02-18 12:18:19 +01:00
Fourchaux
44387de784 Correction typos (fichiers src) 2015-11-08 22:27:59 +01:00
Simon Cruanes
60aea81750 prepare for 0.14 2015-11-08 13:04:09 +01:00
Simon Cruanes
c10b240474 add CCHashtbl.update 2015-10-16 15:22:23 +02:00
Simon Cruanes
1cc835dfd4 improve CCHashtbl.MakeCounter 2015-10-16 15:08:03 +02:00
Simon Cruanes
044cbf0c20 prepare for 0.13 2015-09-23 16:26:07 +02:00
Simon Cruanes
ff6157771e add printer to CCHashtbl 2015-08-11 22:54:21 +02:00
Simon Cruanes
dea635f8e3 version 0.8 2015-01-26 20:34:36 +01:00
Vincent Bernardoff
86fdb22d5a CCHashtbl: Added {keys,values}_list in the functor as well. Better doc. 2014-12-22 17:27:04 +01:00
Vincent Bernardoff
22e5b26b94 CCHashtbl: Added functions {keys,values}_list. 2014-12-22 16:40:40 +01:00
Simon Cruanes
a1e9443e52 more accurate type for CCHashtbl.Make 2014-12-22 00:10:48 +01:00
Simon Cruanes
352b7e3901 CCHashtbl.map_list 2014-12-17 10:22:27 +01:00
Simon Cruanes
61465fa19a remove cgi/; move sub-libraries to their own subdir each; mv everything into src/ 2014-12-16 23:41:59 +01:00
Renamed from core/CCHashtbl.mli (Browse further)