Changes
origin/trunk-#4782 (Jun 25, 2025, 2:45:37 PM)
- Update memprof after leaving the barrier at the end of minor GC, nor before. — Nick.Barnes / githubweb
- changes: sync with 5.4 — Florian Angeletti / githubweb
origin/5.3-#4781 (Jun 25, 2025, 1:16:22 PM)
- Runtime events: dispatch the right event message type (#13970) — david.allsopp / githubweb
- Merge pull request #14102 from dra27/msvc-warnings — david.allsopp / githubweb
origin/trunk-#4780 (Jun 25, 2025, 11:20:17 AM)
- toplevel: fix a typo in directive error messages — Florian Angeletti / githubweb
origin/trunk-#4779 (Jun 25, 2025, 8:39:01 AM)
origin/trunk-#4778 (Jun 24, 2025, 10:31:05 PM)
- Use C99 (u)int64_t instead of MSVC __int64 extension — antonin / githubweb
- Use time_t instead of MSVC __time64_t — antonin / githubweb
- Use C99 fixed-width integers in bigarray — antonin / githubweb
- Fully use C99 stdint.h fixed-width integers — antonin / githubweb
- Define intnat/uintnat with C99 intptr_t/uintptr_t — antonin / githubweb
- Use C99 inttypes.h fixed-width format macros — antonin / githubweb
- Define and use CAML_PRI.NAT and CAML_PRI.SZT — antonin / githubweb
- s/alloced/allocated/g — antonin / githubweb
- Update Changes — antonin / githubweb
origin/trunk-#4777 (Jun 23, 2025, 11:30:47 PM)
- Explicitly fail-fast — david.allsopp / githubweb
- Temporarily disable -Wcast-function-type-mismatch — david.allsopp / githubweb
- Temporarily disable warning C5387 on MSVC — david.allsopp / githubweb
origin/trunk-#4776 (Jun 21, 2025, 1:44:52 AM)
- Generalise Compmisc.init_path — david.allsopp / githubweb
- Add Dll.search_path — david.allsopp / githubweb
- Add Misc.Stdlib.String.to_utf_8_seq — david.allsopp / githubweb
- Expose Bytelink.read_runtime_launch_info — david.allsopp / githubweb
- Add Config.{c_compiler_vendor,shebangscripts} — david.allsopp / githubweb
- Add a test for the compiler "in-prefix" — david.allsopp / githubweb
- Plumb the in-prefix tests into CI — david.allsopp / githubweb
origin/trunk-#1469 (Oct 12, 2019, 6:26:10 PM)
- Better stack backtraces for C calls in bytecode (#8641) — xavier.leroy / githubweb