Commit graph

  • f2a472ab44 try to enable cache in CI Simon Cruanes 2020-12-21 16:34:02 -05:00
  • fd1a43497d
    CCImmutArray: add tests (#344) Kye W. Shi 2020-12-16 23:39:46 -05:00
  • bc73bfd8ea CCImmutArray: replace Fun.id with (fun b -> b) in tests Kye Shi 2020-12-16 11:24:17 -08:00
  • 6f791a299e CCImmutArray: add tests Kye Shi 2020-12-16 10:52:35 -08:00
  • 78681736cd CCFormat: add @since tags for space/append/etc. Kye Shi 2020-12-13 13:26:17 -08:00
  • 82781aa9c7 CCFormat: List.iter instead of fold_left for append_l (more efficient) Kye W. Shi 2020-12-13 16:24:13 -05:00
  • d0b05fdb76 CCFormat: add append, append_l, infix ++ for sequencing Kye Shi 2020-12-12 17:53:13 -08:00
  • b1643cfbd5 CCFormat: add space, break, cut aliases Kye Shi 2020-12-12 17:52:12 -08:00
  • d5f2c6b861 CCList: add reduce function (resolves #305) Kye Shi 2020-12-13 14:06:25 -08:00
  • 4b68dc204a chore: activate CI on PRs Simon Cruanes 2020-12-13 17:14:28 -05:00
  • 21711d9298 CCList: add reduce function (resolves #305) Kye Shi 2020-12-13 14:06:25 -08:00
  • 94aa3ccc0c CCFormat: add @since tags for space/append/etc. Kye Shi 2020-12-13 13:26:17 -08:00
  • 657e60ca79
    CCFormat: List.iter instead of fold_left for append_l (more efficient) Kye W. Shi 2020-12-13 16:24:13 -05:00
  • 5466b766d8 CCFormat: add append, append_l, infix ++ for sequencing Kye Shi 2020-12-12 17:53:13 -08:00
  • 4242afdcc2 CCFormat: add space, break, cut aliases Kye Shi 2020-12-12 17:52:12 -08:00
  • c8d0c60657
    Init files for fuzzing (#339) Darren 2020-12-10 08:10:02 +11:00
  • 2eea3c6369 Reverted addition of -m 100 flag Darren Ldl 2020-12-09 15:29:20 +11:00
  • b3cd9dc8d0 Added -m 100 flag to afl call in fuzz/run.sh Darren Ldl 2020-12-09 14:29:41 +11:00
  • 5581e7b5a8 Added fuzzing for CCUtf8_string.uchar_to_bytes Darren Ldl 2020-12-08 20:53:51 +11:00
  • 49cddbebd9 Fixed fuzz/run.sh Darren Ldl 2020-12-08 17:20:54 +11:00
  • d1c09eb558 Init files for fuzzing Darren Ldl 2020-12-08 17:18:00 +11:00
  • fcd1247ec8 test: add stronger test to compare with uutf in ccutf8string Simon Cruanes 2020-12-07 23:42:31 -05:00
  • 52abbcd978 fix(sexp): handle non-ascii escapes in strings Simon Cruanes 2020-12-07 23:33:34 -05:00
  • 43701e6726 test: add regression test for #338 Simon Cruanes 2020-12-07 23:32:40 -05:00
  • e16926fa5f add tests for utf8string Simon Cruanes 2020-12-07 23:32:00 -05:00
  • 3918ed1155 feat(utf8): add and expose uchar_to_bytes Simon Cruanes 2020-12-07 23:31:05 -05:00
  • b4273f89af add doc for 3.1 Simon Cruanes 2020-12-05 11:17:01 -05:00
  • f9ee8d0e89 prepare for 3.1 v3.1 Simon Cruanes 2020-12-04 18:39:54 -05:00
  • f3e808e870 Merge branch 'wip-ci-2020-11-10' Simon Cruanes 2020-12-04 17:48:03 -05:00
  • 133aed683c fix build Simon Cruanes 2020-11-13 17:58:18 -05:00
  • ca7801a854 fix: use shims again for CCList.(and&) Simon Cruanes 2020-11-13 12:46:59 -05:00
  • 9068cbc1cc fix tests and build Simon Cruanes 2020-11-10 18:06:30 -05:00
  • 057427cb72 Apply suggestions from code review grayswandyr 2020-11-10 18:58:11 +01:00
  • 3912b288e8 add List.combine_chop and corresponding (and&) synchronized product David Chemouil 2020-11-09 17:47:06 +01:00
  • 60eee785a9 doc: update readme wip-ci-2020-11-10 Simon Cruanes 2020-11-10 14:06:19 -05:00
  • af05520e3b chore: try and remove travis to use github CI instead Simon Cruanes 2020-11-10 12:52:30 -05:00
  • c9f659eb4c
    Apply suggestions from code review grayswandyr 2020-11-10 18:58:11 +01:00
  • b24afe8257 add List.combine_chop and corresponding (and&) synchronized product David Chemouil 2020-11-09 17:47:06 +01:00
  • b3e32c587f Comments JPR 2020-07-30 11:53:59 +02:00
  • 61a8cc58bd add a guard function for list comprehensions David Chemouil 2020-11-05 11:24:49 +01:00
  • 26df938968 more doc Simon Cruanes 2020-11-05 12:05:31 -05:00
  • 7e160106c5 doc: explain a bit more the Traverse submodule of list Simon Cruanes 2020-11-05 11:54:48 -05:00
  • 96e64afd51 add a guard function for list comprehensions David Chemouil 2020-11-05 11:24:49 +01:00
  • 87a9937938 doc: indicate that ccmutheap is experimental Simon Cruanes 2020-11-04 12:29:15 -05:00
  • 6df11341b4 small update Simon Cruanes 2020-10-30 15:00:57 -04:00
  • 587e445308 doc: add missing @since Simon Cruanes 2020-10-30 13:06:07 -04:00
  • 9643ee94a9 test: add some basic tests to CCMutHeap Simon Cruanes 2020-10-07 12:03:37 -04:00
  • aed72685fc refactor: ask for lt in the mutable heap arg Simon Cruanes 2020-10-07 12:03:27 -04:00
  • 3484efc691 feat: add mutable heap with increase/decrease to containers-data Simon Cruanes 2020-10-07 11:44:21 -04:00
  • 9ca278dc51 fix obsolete comment Simon Cruanes 2020-10-04 12:50:04 -04:00
  • e0f14837ac fix warning Simon Cruanes 2020-09-23 21:34:14 -04:00
  • 264c9b608e un-specify order of elements in CCMap.to_list Simon Cruanes 2020-09-21 13:48:39 -04:00
  • 5ee25afad5 test: add a test for update Simon Cruanes 2020-09-21 13:48:30 -04:00
  • e6f77edf1a Move definition of CCMap.update so that it is shadowed by Stdlib.Map.update Josh Berdine 2020-09-21 11:30:47 +01:00
  • d81cba4b06 Update contributing instructions in README Josh Berdine 2020-09-21 11:42:24 +01:00
  • fa65d7c695 Update contributing instructions in README Josh Berdine 2020-09-21 11:42:24 +01:00
  • 7cb8592a18 Move definition of CCMap.update so that it is shadowed by Stdlib.Map.update Josh Berdine 2020-09-21 11:30:47 +01:00
  • 652c823978 fix(intmap): order of arguments for the HO param should be stable Simon Cruanes 2020-09-08 10:42:10 -04:00
  • 9a9ae12972 chore: try to fix travis Simon Cruanes 2020-08-24 10:35:40 -04:00
  • a59562bed1 prepare for 3.0.1 v3.0.1 Simon Cruanes 2020-08-24 10:13:03 -04:00
  • 50ec164b67 fix: remove code that is in the shims Simon Cruanes 2020-08-06 11:19:52 -04:00
  • 09298b3324 small change in shims generation Simon Cruanes 2020-08-06 09:46:33 -04:00
  • e0f2c78edd fix(int): use shims to provide separate 32/64 bits versions of popcount Simon Cruanes 2020-08-05 14:05:48 -04:00
  • 9fe414f793 chore: small refactor of github actions Simon Cruanes 2020-08-05 14:05:12 -04:00
  • 2fa8e5f507 fix doc Simon Cruanes 2020-08-04 09:49:29 -04:00
  • 38d8fc2f9a doc: update readme Simon Cruanes 2020-08-04 09:42:55 -04:00
  • ade2500e68 prepare for 3.0, without further ado v3.0 Simon Cruanes 2020-07-31 15:51:05 -04:00
  • 089a1bec16 try to fix tests that fail on mac OS Simon Cruanes 2020-07-31 14:48:16 -04:00
  • 8a60d44946 ci: try to test on mac OS again, amend tests, make mdx optional Simon Cruanes 2020-07-30 16:27:39 -04:00
  • d60bea1a98 fix build for 4.11 by working around -nolabels Simon Cruanes 2020-07-30 10:02:16 -04:00
  • c07a53e456 Comments JPR 2020-07-30 11:53:59 +02:00
  • 8683153cc9 fix opam files Simon Cruanes 2020-07-28 20:19:58 -04:00
  • 01d9693a16 wip: fix travis Simon Cruanes 2020-07-28 20:17:33 -04:00
  • 3d93f1fa60 add docs for 3.0 Simon Cruanes 2020-07-28 18:27:01 -04:00
  • add6a58cf5 prepare for 3.0~rc1 Simon Cruanes 2020-07-28 18:15:05 -04:00
  • 2eb58dd6c4 prepare readme and changelog for 3.0~rc1 Simon Cruanes 2020-07-28 18:12:12 -04:00
  • 5da10f49a2 doc: small fix Simon Cruanes 2020-07-28 17:52:55 -04:00
  • 211cd5863b feat: add infix operators to String Simon Cruanes 2020-07-28 17:34:59 -04:00
  • 39e0ad2395 fix(pool): missing emptiness check in Fut.map_l Simon Cruanes 2020-07-28 16:27:02 -04:00
  • 30b9307a70
    Merge pull request #325 from c-cube/ccpair_map Simon Cruanes 2020-07-27 22:58:58 -04:00
  • 01da25cead break: change pp functions to take unit printer for sep/stop/start Fardale 2020-07-27 00:34:37 +02:00
  • 3b2030f6f2 break(CCPair): use more standard name for some map functions Fardale 2020-07-27 21:39:17 +02:00
  • 0aa82d8ae9 break: change pp functions to take unit printer for sep/stop/start Fardale 2020-07-27 00:34:37 +02:00
  • 4ac67a7518
    chore(ci): fix bad test logic Simon Cruanes 2020-07-24 09:58:17 -04:00
  • 1f1b859ec7 Merge remote-tracking branch 'origin/wip-github-ci' Simon Cruanes 2020-07-23 12:56:00 -04:00
  • a8bcbb0e3d chore(CCHeap): drop old comment Fardale 2020-07-23 00:02:48 +02:00
  • b6b2c68913 break(CCGraph): remove deprecated module and function Fardale 2020-07-23 00:00:24 +02:00
  • 644e3487a3 test: fix a test that wouldn't pass on 4.03 Simon Cruanes 2020-07-22 17:15:09 -04:00
  • 4122ffa6ab doc: fix some ocamldoc warnings Simon Cruanes 2020-07-22 17:14:59 -04:00
  • c22fed18de break: convert sequence to iter in data Fardale 2020-07-22 21:33:25 +02:00
  • 08d59ea07a break: remove klist in data Fardale 2020-07-22 21:01:04 +02:00
  • c85c135157 break: remove klist type and functions from core Fardale 2020-07-22 00:08:22 +02:00
  • 8c3d716ab1 break: rename fonction from *std_seq* to *seq* Fardale 2020-07-18 11:54:46 +02:00
  • fa1f6170d1 chore: github actions: only run tests on linux Simon Cruanes 2020-07-22 18:17:38 -04:00
  • c11bdd5adc chore(CCHeap): drop old comment Fardale 2020-07-23 00:02:48 +02:00
  • 4cb2da7548 break(CCGraph): remove deprecated module and function Fardale 2020-07-23 00:00:24 +02:00
  • aba959aa89 chore(ci): widen support for github CI Simon Cruanes 2020-07-22 18:00:54 -04:00
  • c2cab292b1 chore: add github ci Simon Cruanes 2020-07-22 17:40:59 -04:00
  • 580571c8a5 test: fix a test that wouldn't pass on 4.03 Simon Cruanes 2020-07-22 17:15:09 -04:00
  • e8692f6c1a doc: fix some ocamldoc warnings Simon Cruanes 2020-07-22 17:14:59 -04:00