summaryrefslogtreecommitdiff
path: root/runtime/win32.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use `caml_ext_table_add_noexc` (#12202)Xavier Leroy2023-04-271-1/+3
* Do not return 0 on ENOENT in win32:caml_read_directory (#11866)Charlène_Gros2023-01-181-2/+12
* Introduce caml_sys_mmap_alignmentDavid Allsopp2022-12-061-9/+5
* Factor out platform-specific memory managementDavid Allsopp2022-12-061-1/+30
* Cygwin caml_mem_* implementationDavid Allsopp2022-12-061-1/+7
* Add back caml_verb_gcEnguerrand Decorne2022-11-141-1/+2
* Merge pull request #11374 from dra27/aligned-FILETIMEXavier Leroy2022-10-271-11/+6
|\
| * Use aligned 64-bit arithmetic for FILETIMEDavid Allsopp2022-10-141-11/+6
| * C11 usage of [U]LARGE_INTEGERDavid Allsopp2022-10-141-4/+4
* | Merge pull request #11367 from dra27/caml_init_os_paramsDavid Allsopp2022-10-211-57/+6
|\ \
| * | Initialise frequency in caml_init_os_paramsDavid Allsopp2022-10-211-8/+8
| * | Remove incorrect staticDavid Allsopp2022-10-141-1/+1
| * | QueryPerformanceCounter always succeedsDavid Allsopp2022-10-141-4/+2
| * | Remove unused code in Windows caml_init_os_paramsDavid Allsopp2022-10-141-46/+0
| * | Remove last vestiges of caml_print_traceDavid Allsopp2022-10-141-3/+0
| |/
* | Bytecomp.Dll: fix and cleanup (#11634)hhugo2022-10-171-3/+2
|/
* Remove uses of INT64_LITERALDavid Allsopp2022-06-281-2/+2
* __STDC_SECURE_LIB__ not needed for VS 2008+David Allsopp2022-06-281-1/+1
* Rename the two Windows unicode C functionsDavid Allsopp2022-06-131-10/+10
* remove caml_domain_set_name and related functionalitySabine Schmaltz2022-05-311-7/+0
* Runtime_events tracing systemSadiq Jaffer2022-05-241-0/+17
* change domain thread name setting to be more portable and best-effortAnil Madhavapeddy2022-01-141-7/+2
* remove unused caml_time_counter functionTom Kelly2022-01-051-8/+0
* Use void args, remove unused features.KC Sivaramakrishnan2021-12-301-59/+1
* Fix implementation of caml_domain_set_nameDavid Allsopp2021-12-231-2/+9
* Implement print_trace on WindowsDavid Allsopp2021-12-231-0/+61
* Implement caml_time_counter on WindowsDavid Allsopp2021-12-231-1/+53
* Initialise caml_sys_pagesize on WindowsDavid Allsopp2021-12-231-0/+7
* Add missing include in runtime/win32.cDavid Allsopp2021-12-231-0/+1
* Add caml_init_os_params to set caml_sys_pagesizeDavid Allsopp2021-12-231-0/+5
* Merge commit 'b4c5d7a55d9ec25693ba741a613d81f2c3ef66bc' into 5.00_rebase_to_prTom Kelly2021-12-211-4/+0
|\
| * Revert "Merge pull request #10736 from xavierleroy/bigger-stack"Xavier Leroy2021-11-291-4/+0
* | Merge commit 'edf0075888ec27a50c4f50f76dba46f730797651' into 5.00_rebase_to_prTom Kelly2021-12-201-0/+4
|\ \ | |/
| * Increase the max size of the native stack if possibleXavier Leroy2021-11-061-0/+4
* | Merge commit 'f310f749bdb2979424e9e8caed6ef97afe3ccf9c' intoTom Kelly2021-12-201-0/+45
|\ \ | |/
| * Windows: Sys.remove, Unix.unlink now remove symlinks to directoriesAntonin Décimo2021-10-281-0/+45
* | fix what has been brokenEnguerrand Decorne2021-12-021-0/+1
* | runtime: add caml_thread_setnameEnguerrand Decorne2021-12-021-0/+4
* | Simplify lazy semanticsKC Sivaramakrishnan2021-11-291-2/+1
* | Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...Tom Kelly2021-10-011-1/+24
|\ \ | |/
| * Merge pull request #10408 from dra27/sys-timeDavid Allsopp2021-05-271-0/+23
| |\
| | * Fix caml_sys_time on WindowsDavid Allsopp2021-05-261-0/+23
| * | Merge pull request #9919 from dra27/tidy-prims-in-headersDavid Allsopp2021-05-271-1/+1
| |\ \ | | |/ | |/|
| | * Introduce caml_do_exitDavid Allsopp2020-09-151-1/+1
* | | Merge commit '5e45b2e9fa613099a334f19c95814f89ca16db7f' into parallel_minor_g...Tom Kelly2021-10-011-3/+8
|\ \ \ | |/ /
| * | Bootstrap flexlink without partialcleanDavid Allsopp2021-05-111-3/+8
| |/
| * Fix caml_globalsym on WindowsDavid Allsopp2020-09-211-1/+1
* | Include domain's unique root in win32 random seedKC Sivaramakrishnan2021-06-151-1/+2
* | Merge commit '7d263c51726b8a1d9c5cd83227b92feeb49663b1' into parallel_minor_g...Tom Kelly2021-03-101-1/+1
|\ \
| * | Merge pull request #9907 from dra27/bootstrapped-natruntopDavid Allsopp2020-12-141-1/+1
| |/