| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the asmrun and byterun directories into the runtime directory | Sébastien Hinderer | 2018-06-28 | 1 | -1053/+0 |
* | Whitespace and overlong line fixes. | David Allsopp | 2018-06-14 | 1 | -1/+2 |
* | Cleaning up the C code (#1812) | Xavier Leroy | 2018-06-07 | 1 | -1/+5 |
* | fix primitives for marshal | Hugo Heuzard | 2018-03-15 | 1 | -2/+7 |
* | Fix several printf format string issues | Olivier Andrieu | 2017-08-14 | 1 | -1/+1 |
* | String_val: return 'const char *' when -safe-string is globally enabled (#1274) | yallop | 2017-08-03 | 1 | -1/+1 |
* | Reordered and removed redundant size checks in various allocation functions (... | Markus Mottl | 2017-05-05 | 1 | -5/+7 |
* | runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c... | Max Mouratov | 2017-03-17 | 1 | -5/+5 |
* | Assertions cleanup | Sébastien Hinderer | 2017-03-13 | 1 | -14/+14 |
* | fix whitespace, long lines, headers | Damien Doligez | 2016-08-01 | 1 | -3/+6 |
* | Spacetime: a new memory profiler (#585) | Mark Shinwell | 2016-07-29 | 1 | -5/+5 |
* | Install all include files, and access internals with CAML_INTERNALS | Fabrice Le Fessant | 2016-07-12 | 1 | -0/+2 |
* | Merge pull request #639 from mlasson/fixbug_7142 | Damien Doligez | 2016-07-06 | 1 | -3/+7 |
|\ |
|
| * | Fix PR#7142 | Marc Lasson | 2016-06-28 | 1 | -3/+7 |
* | | Allow marshalling to work outside of the heap (#623) | Mark Shinwell | 2016-07-01 | 1 | -8/+33 |
|/ |
|
* | Merge tag 4.03.0 into trunk. | Damien Doligez | 2016-04-28 | 1 | -6/+2 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | clean up whitespace and cut long lines | Damien Doligez | 2016-02-17 | 1 | -3/+3 |
* | deduplicate definition of `inline` | Damien Doligez | 2015-12-21 | 1 | -4/+1 |
* | GC latency improvements | Damien Doligez | 2015-12-21 | 1 | -2/+1 |
* | Revert commits related to #330. | alainfrisch | 2015-12-08 | 1 | -1/+5 |
* | Fix "weak hash of serialised closures" from mantis #0005942. | Benoit Vaugon | 2015-12-04 | 1 | -5/+1 |
* | Fixes for MSVC. | alainfrisch | 2015-11-23 | 1 | -1/+1 |
* | Merge pull request #283 from mlasson/trunk | Alain Frisch | 2015-11-23 | 1 | -46/+66 |
|\ |
|
| * | Update changelog & remove useless vertical spaces | Marc Lasson | 2015-11-20 | 1 | -2/+0 |
| * | Adds a function intern_init to set global state | Marc Lasson | 2015-11-20 | 1 | -30/+22 |
| * | Typo in comment | Marc Lasson | 2015-11-20 | 1 | -2/+2 |
| * | Simplify intern state. | Marc Lasson | 2015-11-20 | 1 | -26/+24 |
| * | Assert intern is in a clean state | Marc Lasson | 2015-11-20 | 1 | -0/+12 |
| * | Idempotent intern_cleanup | Marc Lasson | 2015-11-20 | 1 | -9/+14 |
| * | Delete stat_alloc_no_raise and duplicate alloc_shr | Marc Lasson | 2015-11-20 | 1 | -1/+1 |
| * | Fix indentation. | Marc Lasson | 2015-11-20 | 1 | -2/+2 |
| * | Fix memory leaks in intern.c in alloc_shr case | Marc Lasson | 2015-11-20 | 1 | -1/+6 |
| * | Fix a memory leak in concat_array | Marc Lasson | 2015-11-20 | 1 | -1/+1 |
| * | Fix memory leaks in intern.c when OOM is raised | Marc Lasson | 2015-11-20 | 1 | -4/+14 |
* | | MSVC (at least some old version) does not support inline. Use _inline instea... | alainfrisch | 2015-11-23 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #224 from ocaml/big-marshal | Xavier Leroy | 2015-11-19 | 1 | -102/+194 |
|\ |
|
| * | Minor fixes following the discussion on pull request 224:big-marshal | Xavier Leroy | 2015-10-19 | 1 | -2/+2 |
| * | Add alternate marshaling format, used when marshaled data is >= 4 Gb. | Xavier Leroy | 2015-08-03 | 1 | -102/+194 |
* | | fix PR#7003 and a few other bugs caused by misuse of Int_val | Damien Doligez | 2015-10-19 | 1 | -1/+1 |
* | | Handle custom block with finalizers in deserialization. Fix PR#3612 | Gabriel Scherer | 2015-08-16 | 1 | -0/+10 |
|/ |
|
* | GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end} | Gabriel Scherer | 2015-08-02 | 1 | -1/+4 |
* | GPR#221: keep Noreturn and add CAMLnoreturn_{start,end} | Gabriel Scherer | 2015-08-02 | 1 | -1/+1 |
* | GPR#165: Missing Noreturn moved before the functions and added a missing unde... | Gabriel Scherer | 2015-07-26 | 1 | -1/+1 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -13/+13 |
* | Start tidying up the runtime: | Damien Doligez | 2014-12-12 | 1 | -0/+5 |
* | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy | 2014-08-27 | 1 | -10/+10 |
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez | 2014-08-22 | 1 | -1/+1 |
* | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy | 2014-04-15 | 1 | -1/+2 |
* | Add proper casts. | Alain Frisch | 2013-11-19 | 1 | -2/+2 |