summaryrefslogtreecommitdiff
path: root/runtime/caml/misc.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use `caml_ext_table_add_noexc` (#12202)Xavier Leroy2023-04-271-0/+1
* Multicore cleanup: remove traces of Obj.truncate (#11967)Nick Barnes2023-01-271-2/+2
* Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)Nick Barnes2023-01-221-0/+1
* Merge pull request #11713 from Engil/caml_verb_gcFlorian Angeletti2022-11-241-0/+2
|\
| * Add back caml_verb_gcEnguerrand Decorne2022-11-141-0/+2
* | Fixing typos (#11705)Fourchaux2022-11-071-1/+1
|/
* Fix C++ compatibility of the C headersKate2022-10-051-0/+2
* Make CAML(un)likely non-internal and use it inside CAMLassertGuillaume Munch-Maccagnoni2022-09-071-5/+5
* Remove uses of INT64_LITERALDavid Allsopp2022-06-281-6/+3
* Require at least Visual Studio 2008David Allsopp2022-06-281-5/+4
* Make <caml/misc.h> compatible with C++ (#11017)Pierre Chambart2022-06-241-15/+12
* Merge pull request #11264 from sabine/remove_domain_set_nameKC Sivaramakrishnan2022-06-031-3/+0
|\
| * remove caml_domain_set_name and related functionalitySabine Schmaltz2022-05-311-3/+0
* | Merge pull request #11209 from gadmm/domain_stop_timing_hookGabriel Scherer2022-05-301-4/+12
|\ \ | |/ |/|
| * Add caml_domain_terminated_hookGuillaume Munch-Maccagnoni2022-05-201-4/+12
* | Runtime_events tracing systemSadiq Jaffer2022-05-241-1/+1
* | Merge pull request #11267 from dra27/more-_MSC_VERDavid Allsopp2022-05-241-5/+7
* | misc.h: fix preprocessor conditional on _MSC_VERNicolás Ojeda Bär2022-05-171-1/+1
|/
* Remove unneeded functions from public API with CAML_INTERNALS guardGuillaume Munch-Maccagnoni2022-02-091-1/+5
* Remove unused or redundant declarations from headersGuillaume Munch-Maccagnoni2022-02-091-7/+0
* Make caml_fatal_error_hook thread-safeGuillaume Munch-Maccagnoni2022-02-021-2/+5
* Restore GC timing hooksGuillaume Munch-Maccagnoni2022-02-021-5/+19
* change domain thread name setting to be more portable and best-effortAnil Madhavapeddy2022-01-141-2/+2
* Get rid of <caml/compatibility.h> (#10863)Nicolás Ojeda Bär2022-01-101-3/+0
* Address review: fix bad pairing of CAMLnoreturn_start around caml_fatal_error...Tom Kelly2022-01-071-1/+2
* address review: refactor to use Is_power_of_2 in addrmap.c and platform.cTom Kelly2022-01-061-1/+1
* Fix implementation of caml_domain_set_nameDavid Allsopp2021-12-231-7/+0
* Use INT64_LITERAL in misc.hDavid Allsopp2021-12-231-1/+2
* Merge commit 'f310f749bdb2979424e9e8caed6ef97afe3ccf9c' intoTom Kelly2021-12-201-0/+7
|\
| * Windows: Sys.remove, Unix.unlink now remove symlinks to directoriesAntonin Décimo2021-10-281-0/+7
* | Merge commit '0b3f8dd77d7569208f21bcbd67b85260eed65076' into 5.00_rebase_to_prTom Kelly2021-12-201-6/+38
|\ \ | |/
| * Deprecation of C macros, continuedXavier Leroy2021-10-071-3/+9
| * Extend CAML_DEPRECATE to VS2019David Allsopp2021-10-071-1/+5
| * Deprecation of C macrosXavier Leroy2021-10-071-3/+25
* | runtime: add caml_thread_setnameEnguerrand Decorne2021-12-021-0/+10
* | Move Assert -> CAMLassert; licenses and line-lengths to sate check-typoTom Kelly2021-11-291-6/+4
* | Merge commit 'fa43873b3b38fdf4d38ea069182d28a8b7b4b47e' into 5.00Tom Kelly2021-10-041-0/+4
|\ \ | |/
| * Abstract wmain/main difference with main_osDavid Allsopp2021-07-051-0/+4
* | Merge commit '672965bfda6220c690d26ff6a0b7a9a59519d9af' into 5.00Tom Kelly2021-10-041-0/+9
|\ \ | |/
| * changes after reviewStephen Dolan2021-08-021-3/+3
| * Speed up GC by prefetching during marking (prototype)Stephen Dolan2021-08-021-0/+9
* | Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...Tom Kelly2021-10-011-0/+4
|\ \ | |/
| * Fix caml_sys_time on WindowsDavid Allsopp2021-05-261-0/+4
* | Merge commit 'eed1110e6aece8713605806bee7066ea07e2c0ca' intoTom Kelly2021-09-301-1/+1
|\ \ | |/
| * Fix mingw-w64 DLL support with binutils 2.36+ (#10351)David Allsopp2021-04-181-1/+1
* | Merge commit '8a90546229c1db74c04f13aafbe5f4a748e45614' into parallel_minor_g...Tom Kelly2021-09-291-0/+11
|\ \ | |/
| * Prefetching optimisations for sweeping (#9934)Stephen Dolan2021-02-031-0/+11
* | Merge commit '58adc59581cdd70ef4861ced8a9a0f448230b0f2' into parallel_minor_g...Tom Kelly2021-03-051-3/+13
|\ \ | |/
| * Restore Cygwin64 supportDavid Allsopp2020-09-211-3/+10
| * Remaining functions requiring explicit exportDavid Allsopp2020-09-181-0/+3