Simon Cruanes
|
e3b6102020
|
add labels to CCList in an incompatible way
|
2015-11-09 22:23:55 +01:00 |
|
Simon Cruanes
|
4b6ff6555b
|
change signatures of CCArray to include labels
|
2015-11-09 21:52:30 +01:00 |
|
Simon Cruanes
|
c2b9de44f9
|
doc
|
2015-11-09 13:38:47 +01:00 |
|
Simon Cruanes
|
1a383a72a8
|
Merge pull request #52 from Fourchaux/master
Fixing many typos (thanks to `@Fourchaux`)
|
2015-11-09 13:12:47 +01:00 |
|
Fourchaux
|
6b4a162b4b
|
Authors.adoc
|
2015-11-09 12:50:39 +01:00 |
|
Fourchaux
|
44387de784
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
Simon Cruanes
|
517ed1a030
|
udpate the howto
|
2015-11-08 13:18:07 +01:00 |
|
Simon Cruanes
|
60aea81750
|
prepare for 0.14
|
2015-11-08 13:04:09 +01:00 |
|
Simon Cruanes
|
344844ff9f
|
add CCMap.add_{list,seq}
|
2015-10-28 15:41:06 +01:00 |
|
Simon Cruanes
|
431c3a1e53
|
add CCSet.add_{list,seq}
|
2015-10-28 15:39:01 +01:00 |
|
Simon Cruanes
|
59835f8ef2
|
fix the same uglyness in Set.print
|
2015-10-26 17:22:56 +01:00 |
|
Simon Cruanes
|
5a2c7f3f60
|
fix small uglyness in Map.print
|
2015-10-26 17:21:01 +01:00 |
|
Simon Cruanes
|
80f36d20eb
|
doc; test
|
2015-10-26 10:01:34 +01:00 |
|
Simon Cruanes
|
437852d18e
|
add CCFormat.{ksprintf,string_quoted}
|
2015-10-26 09:52:31 +01:00 |
|
Simon Cruanes
|
7a6ac1369f
|
readme
|
2015-10-25 22:52:50 +01:00 |
|
Simon Cruanes
|
2608fc90bb
|
tune CCarray.sort_generic
|
2015-10-24 00:13:02 +02:00 |
|
Simon Cruanes
|
3b1922671e
|
add benchmark for sorting fucntion
|
2015-10-23 23:48:10 +02:00 |
|
Simon Cruanes
|
f7a7ce19b3
|
add CCArray.sort_generic for sorting over array-like structures in place
|
2015-10-23 23:47:07 +02:00 |
|
Simon Cruanes
|
7105221ff0
|
add a test in CCGraph
|
2015-10-23 18:38:29 +02:00 |
|
Simon Cruanes
|
89f30e2891
|
fix bench
|
2015-10-23 16:30:22 +02:00 |
|
Simon Cruanes
|
e1e51470f1
|
add CCHashtbl.add mimicking the stdlib Hashtbl.add
|
2015-10-22 22:43:00 +02:00 |
|
Simon Cruanes
|
4138acc166
|
fix CCParse.memo so it uses the new continuations
|
2015-10-22 00:14:41 +02:00 |
|
Simon Cruanes
|
d30e86f628
|
change the type 'a CCParse.t with continuations
- goal: avoid stack overflows (tailcalls!)
- add stress test in comments and test
|
2015-10-21 23:53:18 +02:00 |
|
Simon Cruanes
|
49c2e6fba2
|
add labels on CCParse.parse_ functions
|
2015-10-21 23:51:35 +02:00 |
|
Simon Cruanes
|
523097f158
|
fix doc generation for containers.string
|
2015-10-21 23:06:17 +02:00 |
|
Simon Cruanes
|
2d2f92c899
|
improve benchmarks
|
2015-10-21 23:01:14 +02:00 |
|
Simon Cruanes
|
54c2e4541e
|
add CCPersistentHashtbl.stats
|
2015-10-21 22:48:51 +02:00 |
|
Simon Cruanes
|
15d5da628d
|
reimplementation of CCPersistentHashtbl
|
2015-10-21 22:38:48 +02:00 |
|
Simon Cruanes
|
aa1c5fb0e9
|
bew bench to compare CCPersistentHashtbl with ref implementation
|
2015-10-21 22:23:47 +02:00 |
|
Simon Cruanes
|
fb484c6e81
|
add make watch target
|
2015-10-21 20:34:04 +02:00 |
|
Simon Cruanes
|
41beb03dd0
|
deprecate CCVector.rev', renamed into CCVector.rev_in_place
|
2015-10-21 15:06:00 +02:00 |
|
Simon Cruanes
|
526cda8ecb
|
add CCVector.rev_iter
|
2015-10-21 15:02:51 +02:00 |
|
Simon Cruanes
|
da188ec911
|
tests
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
8e85872beb
|
deprecate CCVector.flat_map', renamed flat_map_seq; add flat_map_list
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
3a21aab9c8
|
add CCVector.append_list
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
fb3ffa1bb5
|
add CCVector.ensure_with
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
2c39b63945
|
add CCVector.return; refactoring
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
799089659a
|
add CCVector.find_map
|
2015-10-21 14:53:45 +02:00 |
|
Simon Cruanes
|
f952541044
|
add Containers.Hashtbl with most combinators of CCHashtbl
|
2015-10-19 22:16:52 +02:00 |
|
Simon Cruanes
|
bba674cdd3
|
urls
|
2015-10-19 21:56:43 +02:00 |
|
Simon Cruanes
|
c1b15129e4
|
update readme to link to gen and sequence
|
2015-10-19 21:54:38 +02:00 |
|
Simon Cruanes
|
d18db5f3d9
|
remove obsolete section of readme
|
2015-10-19 20:29:33 +02:00 |
|
Simon Cruanes
|
3c458a2c03
|
fix broken link to changelog (fix #51)
|
2015-10-19 20:27:52 +02:00 |
|
Simon Cruanes
|
79f872daf4
|
more functions in CCList.Zipper
|
2015-10-16 23:29:15 +02:00 |
|
Simon Cruanes
|
b34986518d
|
large update of CCList.Zipper. Breaking semantics of CCList.Zipper.is_empty
|
2015-10-16 23:14:27 +02: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
|
dd833cc667
|
add CCList.fold_flat_map
|
2015-10-14 16:33:37 +02:00 |
|
Simon Cruanes
|
b3cbb518b4
|
missing printer
|
2015-10-13 17:37:41 +02:00 |
|
Simon Cruanes
|
7808ecb602
|
Merge pull request #50 from Gbury/print_char
add `CCPrint.char`
|
2015-10-13 15:19:35 +02:00 |
|