summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10926 from dra27/check-symbolsFlorian Angeletti2022-06-13157-1204/+1264
* Runtime_events fix for compilation on omnios/illumos (#11299)Sadiq Jaffer2022-06-071-2/+7
* Refine the semantics of domain callbacks.KC Sivaramakrishnan2022-06-061-1/+1
* remove caml_domain_set_name and related functionalitySabine Schmaltz2022-05-312-3/+0
* Add a hook for misses in Load_pathDavid Allsopp2022-05-241-2/+2
* Install otherlibs to separate directoriesDavid Allsopp2022-05-242-8/+24
* Runtime_events tracing systemSadiq Jaffer2022-05-248-9/+1332
* Simplify systhreads thread-local state management (#11250)KC Sivaramakrishnan2022-05-121-15/+15
* Build system: use INSTALL_INCDIR where appropriateSébastien Hinderer2022-05-112-3/+3
* Define build variables for ASPPFLAGS and native CPPFLAGSSébastien Hinderer2022-05-061-6/+3
* Build system: make sure C files are compiled with -I$(ROOTDIR)/runtimeSébastien Hinderer2022-05-052-3/+0
* otherlibs/Makefile.otherlibs.common cleanupSébastien Hinderer2022-05-041-4/+2
* Fix parallel rebuild of dynlink.cmaDavid Allsopp2022-04-241-4/+8
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-143-11/+5
* Implement quality treatment for asynchronous actions in multicore (1/N) (#11095)Guillaume Munch-Maccagnoni2022-04-132-5/+3
* Fix otherlibs/Makefile (follow-up to #11160).Sébastien Hinderer2022-04-111-0/+7
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-10100-216/+125
* Windows: replace `socket` with `WSASocket` and set `WSA_FLAG_NO_HANDLE_INHERI...Antonin Décimo2022-04-054-23/+59
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-313-5/+5
* Merge pull request #11126 from shindere/ocamldepSébastien Hinderer2022-03-301-2/+1
|\
| * Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-5/+1
| * Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-1/+4
* | fix doc of Unix.map_file (#11136)Fardale2022-03-252-4/+4
* | Merge pull request #11132 from Fourchaux/typosGabriel Scherer2022-03-231-1/+1
|\ \
| * | Fixing typosJPR2022-03-211-1/+1
| |/
* | Remove outdated comment in tick threadDavid Allsopp2022-03-221-2/+0
* | Remove st_atforkDavid Allsopp2022-03-222-9/+1
* | Remove out-of-date Android codeDavid Allsopp2022-03-221-10/+0
* | Fix the tick thread on WindowsDavid Allsopp2022-03-223-6/+18
* | Remove _WIN32 code in caml_leave_blocking_sectionDavid Allsopp2022-03-221-9/+0
* | Use HAS_UNISTD instead of __linux__David Allsopp2022-03-221-1/+1
* | Remove st_thread_set_id and st_thread_cleanupDavid Allsopp2022-03-222-17/+0
* | Share pthreads code more explicitly in systhreadsDavid Allsopp2022-03-223-330/+352
* | Expressly include sync_posix.h in st_stubs.cDavid Allsopp2022-03-221-0/+2
* | Remove legacy /* ML */ commentsDavid Allsopp2022-03-222-10/+10
|/
* win32unix `create_process`: duplicate std handles in `create_process` iff the...Antonin Décimo2022-03-181-23/+41
* runtime: domain initial stack size should be caml_max_stack_size if supplied ...Enguerrand Decorne2022-03-141-1/+2
* Deprecate Thread.{wait_timed_read,wait_timed_write,select,wait_pid} (#11087)Nicolás Ojeda Bär2022-03-091-0/+4
* Use 4.12 value macros and helpers in C codeAntonin Décimo2022-03-046-29/+28
* Fix tag typo following #11002 (#11086)Nicolás Ojeda Bär2022-03-042-2/+2
* Merge pull request #11032 from Octachron/locked_dynlink_with_testFlorian Angeletti2022-03-014-108/+138
|\
| * review: commentsoctachron2022-02-252-1/+7
| * review: more explicit lock interfaceFlorian Angeletti2022-02-255-84/+108
| * Dynlink: use a global lockoctachron2022-02-253-56/+56
* | Merge pull request #11060 from shindere/spring-cleanupSébastien Hinderer2022-03-011-1/+1
|\ \
| * | Remove uses of ;; from the codebaseSébastien Hinderer2022-02-251-1/+1
| |/
* | Fix typo in Unix.readlink stub (#11070)David Allsopp2022-02-281-1/+1
* | Fix unix_getsockopt_aux always returning EINVAL.Daniel Bünzli2022-02-262-3/+9
|/
* Normalize the minor version number of the compiler (#11049)Sébastien Hinderer2022-02-241-1/+1
* In unix_error, cache the result of caml_named_value("Unix.Unix_error")Xavier Leroy2022-02-242-16/+24