swh:1:snp:61dcfc0dd5674a0e65803e88039c122d9532074e

sort by:
Revision Author Date Message Commit Date
07caa0c Merge branch 'pp_of_encoding' into 'master' WIP: provide `pp_of_encoding` See merge request nomadic-labs/data-encoding!8 08 January 2021, 15:12:53 UTC
e7667ce Encoding: push assertions higher in the call graph when checking unions fail as early as possible 08 January 2021, 09:48:09 UTC
4d00663 Optimize binary decoder for unions Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 08 January 2021, 09:48:02 UTC
5bc6e0e Memoize fix applications in Mu Co-authored-by: Raphaël Proust <code@bnwr.net> Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 08 January 2021, 09:56:13 UTC
0897439 Update README.md 06 January 2021, 13:03:54 UTC
5e14f1f CI: use cache also for tests 06 January 2021, 12:30:01 UTC
7788b95 Remove temporary comment-out 06 January 2021, 12:21:46 UTC
2334f73 test 06 January 2021, 11:28:45 UTC
f04780c change .gitlab-ci to generate public accessible doc 06 January 2021, 11:28:45 UTC
a4083f0 Encoding.check_cases: Turn a quadratic complexity into a linear one Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 06 January 2021, 08:06:52 UTC
2c2b795 Fixed comment placement 16 July 2020, 14:54:03 UTC
4ec152c Fix swapped Array/List_too_long errors in binary_reader 30 April 2020, 07:29:16 UTC
f4c1c28 Readme: make example compile 29 April 2020, 16:40:30 UTC
ec070c9 Use Bytes of OCaml 4.08 29 April 2020, 16:27:56 UTC
44dd721 Fix spelling 15 April 2020, 13:07:55 UTC
c12e6c0 PARTIAL: start of work (some incomplete) on pp_of_encoding Note: some of the code is based on @romain.nl similar function in the Tezos project 07 March 2020, 22:55:43 UTC
c38bfaf Provide encodings for Binary_error types 04 February 2020, 21:13:19 UTC
2d58231 Pass titles & descriptions to JSON fields & cases 03 February 2020, 13:13:40 UTC
c62169d CI: update opam before processing to the rest of the CI 03 February 2020, 12:54:22 UTC
118faa2 Change dependency to new fork of dependency 25 January 2020, 19:53:24 UTC
fafe3ca Registration: move module to fix type dependency Registration refers to `Binary_schema`. It used to refer to `Data_encoding__Binary_schema.t` which is the internal reprensentation. It now refers to `Data_encoding.Binary_schema.t` which is the reprensentation intended for users of the library. A very basic test also checks that the registration system behaves as expected. 16 January 2020, 19:08:46 UTC
836c3f7 Test: self_init during tests 16 January 2020, 19:08:46 UTC
670d3a0 Merge branch 'port-7f0319d2' into 'master' Port commit 7f0319d2 from down-stream repository See merge request nomadic-labs/data-encoding!3 22 November 2019, 04:11:50 UTC
b51dcc2 Port commit 7f0319d2 from down-stream repository 22 November 2019, 02:31:19 UTC
5b39686 Merge branch 'error-management' into 'master' Error management See merge request nomadic-labs/data-encoding!2 22 November 2019, 02:30:34 UTC
d789618 Update CHANGES.md 21 November 2019, 00:59:15 UTC
ccecd00 Binary writer/reader: better error management options for the user 21 November 2019, 00:59:15 UTC
e2afe4c Merge branch 'tests-in-CI' into 'master' Tests in CI See merge request nomadic-labs/data-encoding!1 07 November 2019, 05:52:30 UTC
7b09b88 Run the test in the CI 06 November 2019, 22:42:57 UTC
17edd0c Remove unecessary `Pervasives.` prefix 06 November 2019, 22:42:48 UTC
ad31071 Linting sources and tests 06 November 2019, 22:42:48 UTC
d69cac1 Fix and format dune-project Note: dune-project is included in the git repository because it is necessary to make the `dune build @fmt` target available. 15 October 2019, 23:23:47 UTC
cd15ede Constraint ocaml version to 4.07 14 October 2019, 21:25:59 UTC
c8cfd27 Add CHANGES.md 14 October 2019, 05:17:25 UTC
6436eda Minor fixes in the documentation (data_encoding.mli) 14 October 2019, 05:12:44 UTC
2f49724 Remove reference to Lwt in interface 14 October 2019, 04:57:30 UTC
057df27 Remove single lwt function and whole lwt dependency 14 October 2019, 04:36:13 UTC
53ae27b Fix documentation typo 14 October 2019, 03:51:42 UTC
0b64f83 Add opitonal parameter to control buffer size during serialisaiton 14 October 2019, 03:50:47 UTC
e47504d Update opam file 14 October 2019, 03:36:44 UTC
9737c76 Encoding: reduce initial binary writer buffer size 14 October 2019, 03:35:48 UTC
eb12c56 Fix and improve dependencies in opam file 26 September 2019, 09:27:04 UTC
9e56c8e README and LICENSE 26 September 2019, 06:43:47 UTC
0504c2a .gitignore 26 September 2019, 06:34:01 UTC
b4c6879 Fix tests' references to src's inner modules 26 September 2019, 06:06:56 UTC
4a5f98b Normalise dune files formatting dune build @fmt dune promote src/dune dune promote test/dune 26 September 2019, 05:53:43 UTC
3f3a1c0 Rearranging file structure layout 26 September 2019, 05:52:10 UTC
0d3d9dc Opam: Apparently dune is not a "build only" dependency anymore 23 September 2019, 10:02:19 UTC
aba7192 Everywhere: remove MBtytes in favor of Bytes - stdlib,base: remove bigstring, bigarray,cstruct,ocplib-endian - Add cryptobox tests - crypto: remove secret_key_to_bytes and secret_key_of_bytes from the interface - Stdlib: introduce TzEndian for byte access - data_encoding: remove stdlib dependency Co-authored with - Raphaël Proust <code@bnwr.net> - Thomas Gazagnaire <thomas@gazagnaire.org> 12 September 2019, 21:39:39 UTC
01e36e6 Run `make fmt` #WhiteSpace 30 August 2019, 15:29:03 UTC
2a80c66 Update .ocamlformat files 30 August 2019, 15:28:08 UTC
45bcce1 opam: remove field "run-test" and move its content in build fix also a minor problem in stdlib_unix 21 August 2019, 11:45:58 UTC
8d2a884 Data_encoding: remove dependencies to Compare and TzList Preliminary work towards a release 20 August 2019, 12:26:34 UTC
212c120 Data_encoding: inline calls to Option As preparation for a release, this commit reduces the number of dependencies of Data_encoding 20 August 2019, 12:26:34 UTC
c001f48 Stdlib->Data_encoding: move binary_stream The library is only ever used in Data_encoding. As a preliminary to a future release, this commit reduces the dependencies of Data_encoding. 20 August 2019, 12:26:34 UTC
faad53c Data_encoding: Do not use Stdlib.Utils In preparation for a separate release, remove some dependencies. 20 August 2019, 12:26:34 UTC
6c0e308 Data_encoding/Registration: use is/description from def 09 August 2019, 12:11:53 UTC
679f41b Data_encoding/Registration: recursively seek description 09 August 2019, 12:11:52 UTC
66f43fc Data_encoding/Registration: simplify and beautify 09 August 2019, 12:11:52 UTC
116e75e Data_encoding/Registration: raise rather than print on stderr 09 August 2019, 12:11:51 UTC
ef1f4a6 Data_encoding/Registration: documentation and renames 09 August 2019, 12:11:51 UTC
f67612b Data_encoding: registration system Allows to register encodings so they can be listed, searched for, indexed, etc. Co-authored-by:Raphaël Proust <code@bnwr.net><Paste> 09 August 2019, 12:11:49 UTC
8991e57 Data_encoding: modularise With_version into its own compilation unit 09 August 2019, 12:11:48 UTC
20f5460 vendors: Restrict version of ocplib-json-typed to dev Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com.com> Co-authored-by: Raphaël Proust <code@bnwr.net> 08 July 2019, 09:13:55 UTC
c2cf924 CI, Tooling: introduce `tooling/lint.sh`, use in CI Also changes `make {test,fix}-indent` into a more code-quality generic `make {test,fix}-lint`. 03 July 2019, 17:26:11 UTC
0b859e8 Everywhere: remove trailing spaces and tabs 03 July 2019, 16:51:13 UTC
5ce8437 Various: activate the infamous warning 9 24 April 2019, 22:35:21 UTC
bc4e732 Various: remove dead code after activating warning 32 24 April 2019, 22:35:18 UTC
31af164 Dune: use the same set of warnings everywhere 24 April 2019, 22:35:15 UTC
ec50284 Doc: fix many odoc errors 23 April 2019, 15:57:46 UTC
cdb2d3d Opam: update dependencies - ocaml.4.07.1 - lwt.4.1.0 - dune.1.7.1 These need to be updated all at once due to incompatibilities in our dependencies Author: Grégoire Henry <gregoire.henry@tezos.com> 16 April 2019, 15:38:33 UTC
01c7aee Event logging: use only ascii characters in comments 11 April 2019, 22:10:21 UTC
abb57b8 Data-encoding: Add implementation comment Cf. <https://gitlab.com/tezos/tezos/merge_requests/798#note_131190376> 11 April 2019, 22:10:21 UTC
132864a Data-encoding: Fix type signature Cf. <https://gitlab.com/tezos/tezos/merge_requests/798#note_131190372> 11 April 2019, 22:10:21 UTC
65969d1 Data-encoding: Add the `With_version` module 11 April 2019, 22:10:21 UTC
e89de2e Opam: add `synopsis` in all packages 15 March 2019, 16:31:30 UTC
a480061 fixup 242c97d1 ocplib-json-types: 'Variable defintion path in json_schema' 23 January 2019, 12:12:42 UTC
bb85f31 Opam: update package description to opam.2.0 Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com> 21 January 2019, 16:54:19 UTC
0914c92 OPAM: strict version constraints on dune are not required anymore 21 January 2019, 16:54:18 UTC
fcc36e4 Encoding: handle invalid utf8 sequences 01 October 2018, 13:31:41 UTC
2cd59c8 Update license in opam files 22 August 2018, 12:50:13 UTC
e1a5a82 Dune: use the new syntax 01 August 2018, 08:52:24 UTC
bfda694 Dune: rename `s/jbuild/dune/` 01 August 2018, 08:32:12 UTC
38e68ae [Doc]: Fix minor warnings and errors in the doc 25 July 2018, 13:58:38 UTC
f72dce1 Build: Jbuilder -> Dune 1.0.1 24 July 2018, 17:15:04 UTC
c7c5d13 Everywhere: exception Not_found -> _opt 12 July 2018, 23:31:04 UTC
32a7a03 Tezos is now Open Source 30 June 2018, 15:41:32 UTC
ccfc7c7 Alpha: minor improvements and fixes in gas 29 June 2018, 14:18:17 UTC
3e2640f Proto, Gas: Fail at precheck if not enough gas to deserialize parameters 29 June 2018, 14:18:17 UTC
23cb2fb Data_encoding: Fix typo 25 June 2018, 21:41:14 UTC
651b6ad Data_encoding: cosmetic fixes 12 June 2018, 19:27:55 UTC
cefd4e2 Data_encoding: implements bounded lists and arrays 12 June 2018, 19:27:55 UTC
acdcf89 Data_encoding: early detection of some oversized data 12 June 2018, 19:27:55 UTC
e928354 Dune: upgrade to 1.0+beta20 08 June 2018, 15:27:23 UTC
bf03e06 Data_encoding: documentation improvements - typos - new documentation - minor rephrasing 07 June 2018, 09:11:43 UTC
d279a2d Data_encoding: allow to add padding 06 June 2018, 08:54:33 UTC
22fe41d Doc: less unnamed fields in binary description 06 June 2018, 08:54:33 UTC
b42678f Data_encoding: stylistic changes in printer of binary schema 06 June 2018, 08:54:33 UTC
78c7b98 Data_encoding: mandatory `title` to `case` 06 June 2018, 08:54:33 UTC
26f5def Data_encoding: generate RST for binary description 06 June 2018, 08:54:33 UTC
back to top