summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-marshal
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-252-2/+2
* intext_par: avoid a sequentiality assumption on object identifiers (#12069)Gabriel Scherer2023-03-041-1/+1
* Add optional ZSTD compression to marshaled dataXavier Leroy2023-02-262-41/+128
* Printexc.catch, Printf.kprintf, Unix.SO_ERROR: add deprecation warning (#10924)Nicolás Ojeda Bär2022-01-211-1/+1
* Fix a bug with GC moving the buffer. Add parallel test.KC Sivaramakrishnan2021-07-073-0/+668
* interning is now reentrant. lib-marshal testsuite passes.KC Sivaramakrishnan2021-07-061-3/+2
* WIP internKC Sivaramakrishnan2021-07-061-3/+7
* Test intext.ml: do not use the caml_static_alloc primitiveXavier Leroy2020-06-132-57/+59
* Support marshalling of bigarrays with dimensions that don't fit in 4 bytes (#...Jeremy Yallop2020-04-292-0/+14
* Remove ocamltests filesNicolás Ojeda Bär2019-09-281-2/+0
* Guarantee that no finalisers will be called while allocating memory in OCaml ...Jacques-Henri Jourdan2019-06-053-0/+32
* Add CODE_CUSTOM_FIXED for fixed-size custom serializers.Stephen Dolan2018-08-221-1/+2
* Make marshalled Custom_tag objects store their length.Stephen Dolan2018-07-032-0/+47
* Migrate test "lib-marshal" to ocamltestArmaël Guéneau2018-02-013-22/+5
* Fix testsuite when configured with -safe-string (#819)David Allsopp2016-12-141-2/+2
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-171-2/+2
* Maybe fix warning in testsuiteFabrice Le Fessant2016-08-031-0/+2
* Fix new test introduced in #639 (was failing under Windows with a 'permission...alainfrisch2016-07-081-9/+17
* clean up intermediate files correctly in lib-marshal testDamien Doligez2016-07-071-1/+1
* Add regression test for PR#7142Marc Lasson2016-06-282-0/+32
* Remove copyright notices in test files.Sébastien Hinderer2016-05-031-15/+0
* Update headers for the new license.Damien Doligez2016-02-183-33/+42
* Get rid of warning 52.Alain Frisch2015-10-191-3/+3
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-2/+2
* merge branch "safe-string"Damien Doligez2014-04-291-22/+22
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-2/+4
* merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez2013-05-221-1/+2
* whitespace, non-ascii chars, some missing headersDamien Doligez2012-10-173-1/+37
* PR#5772: problem with marshaling of mutually-recursive functionsXavier Leroy2012-10-052-1/+13
* clean up TABs and whitespaceDamien Doligez2012-07-302-8/+8
* PR#5610: new unmarshaler didn't freshen object IDs.Xavier Leroy2012-05-082-50/+68
* PR#5318: Unroll recursion in un-marshaller to allow un-marshaling values of a...Wojciech Meyer2012-04-222-1/+108
* testsuite: ability run a given test from its own directory.Xavier Clerc2011-06-151-2/+3
* Undefined variables preferred to empty ones in Makefiles.Xavier Clerc2010-05-041-1/+1
* Tests moved to 'lib-marshal'Xavier Clerc2010-01-254-0/+627