summaryrefslogtreecommitdiff
path: root/opam
AgeCommit message (Collapse)Author
2021-03-12Add even more conservative version bound to omdAlasdair
2021-03-12Add upper version bound on omdAlasdair
2021-01-07Update version number in opam fileAlasdair
2020-06-12Remove remove field from opam fileAlasdair
As per https://github.com/ocaml/opam-repository/pull/16573
2020-06-03Update opam file to opam 2Alasdair
2020-05-27Update base64 and yojson dependenciesThomas Bauereiss
2020-05-14Various bugfixes and improvements for updated codegenAlasdair
2020-05-12Add support for instrumenting generated C with branch coverage metricsAlasdair
Will call: void sail_branch_reached(int branch_id, char *source_file, int l1, int c1, int l2, int c2); on each branch caused by a match or if statement in the source code For each branch that is taken, will call: void sail_branch_taken(int branch_id, char *source_file, int l1, int c1, int l2, int c2) Every branch gets a unique identifier, and the functions are called with the source file location and line/character information for the start and end of each match case or then/else branch. sail_branch_reached is given the location info for the whole match statement.
2020-01-30Bump opam version for release.Robert Norton
2020-01-28Use external PPrintThomas Bauereiss
2019-11-21Bump version for release.Robert Norton
2019-07-04Bump opam version.Robert Norton
2019-04-17Add base64 package constraintJyun-Yan You
2019-04-15Merge branch 'sail2' into rmem_interpreterJon French
2019-03-22Bump opam version prior to future release.Robert Norton
2019-03-15Interactive: Auto-complete options and add hintsAlasdair Armstrong
2019-03-14Commit 6cbf7c5dd9 triggers a bug in ocaml 4.06.0 so require 4.06.1 or more.Robert Norton
2019-02-25Merge branch 'sail2' into rmem_interpreterJon French
2019-02-13Attempt to parse sail version from opam file for manifest.ml. Update version ↵Robert Norton
in opam file in anticipation of release and add yojson dependency.
2019-02-03Merge branch 'sail2' into rmem_interpreterJon French
2019-01-23Minor opam release to fix #26. Also includes new unrolling pragma.Robert Norton
2019-01-22Bump opam version for release.Robert Norton
2018-12-28Merge branch 'sail2' into rmem_interpreterJon French
2018-12-27new command line option -marshal <file> to marshal out rewritten AST to a fileJon French
Adds new dependency: base64
2018-12-14Prepare for new release.Robert Norton
2018-11-19prep for opam release with new latex.Robert Norton
2018-11-12opam releaseRobert Norton
2018-07-13prepare for new opam releaseRobert Norton
2018-05-11add .git to dev-repo in opam file to satisfy opam-publish.Robert Norton
2018-05-11prepare sail 0.2 releaseRobert Norton
2018-04-26Add a new SHARE_DIR argument to use when doing opam build. For non-opam ↵Robert Norton
builds this defaults to git root.