Changes
origin/backport-trunk-#1070 (Sep 11, 2025, 2:48:30 PM)
- Show the result — david.allsopp / detail
origin/backport-trunk-#1069 (Sep 11, 2025, 2:41:38 PM)
- Show the result — david.allsopp / detail
origin/backport-trunk-#1068 (Sep 11, 2025, 1:14:10 PM)
- Add -set-runtime-default — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Use %standard_library_default in Config — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Allow libdir to be found relative to bindir — david.allsopp / detail
- Update the installation test for enable-relative — david.allsopp / detail
- Test --with-relative-libdir in CI — david.allsopp / detail
- NFPR: fully test --with-relative-libdir in AppVeyor — david.allsopp / detail
- NFPR: fully test --with-relative-libdir in precheck — david.allsopp / detail
- Add Config.as_is_cc — david.allsopp / detail
- Use as directly on Cygwin, as on Linux — david.allsopp / detail
- Detect but ignore -fdebug-prefix-map on mingw-w64 — david.allsopp / detail
- Increase reproducibility of relative artefacts — david.allsopp / detail
- Simplify the computation for the runtime name — david.allsopp / detail
- Permit single-quotes in prefix — david.allsopp / detail
- ocamlobjinfo: display the runtime used by an image — david.allsopp / detail
- Add -launch-method to ocamlc — david.allsopp / detail
- Test both bytecode header methods — david.allsopp / detail
- Remove metadata from runtime-launch-info — david.allsopp / detail
- Factor out the exec code in stdlib/header.c — david.allsopp / detail
- Add -runtime-search to ocamlc — david.allsopp / detail
- Test all three bytecode search methods — david.allsopp / detail
- Determine Runtime ID values in configure — david.allsopp / detail
- Mangle the bytecode runtime executable names — david.allsopp / detail
- Build suffixed shared runtimes — david.allsopp / detail
- Add runtime suffixes to bytecode stub libraries — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Post-bootstrap cleanup — david.allsopp / detail
- Add --enable-runtime-search[-target] options — david.allsopp / detail
- Update the installation test for runtime-searching — david.allsopp / detail
- Make Windows header absolute (as on Unix) — david.allsopp / detail
- Test --enable-runtime-search in CI — david.allsopp / detail
- NFPR: fully test --enable-runtime-search in precheck — david.allsopp / detail
- Exclude the manual from git-archive tarballs — david.allsopp / detail
- Exclude irrelevant files from git-archive — david.allsopp / detail
- Exclude tests from git-archive tarballs — david.allsopp / detail
- Don't explicitly install toplevel/byte/*.cmi — david.allsopp / detail
- Don't explicitly install main.cmx and optmain.cmx — david.allsopp / detail
- Remove duplicate installation in installopt — david.allsopp / detail
- Don't install ocamldoc's .cmi files twice — david.allsopp / detail
- Use implicit names when installing ocamldoc — david.allsopp / detail
- Eliminate local for loops in install — david.allsopp / detail
- Eliminate local if blocks in install — david.allsopp / detail
- Remove invalid directory in source install — david.allsopp / detail
- Sprinkle some meta-programming on the install target — david.allsopp / detail
- Keep the stripped bytecode binaries — david.allsopp / detail
- Straighten out the INSTALL_* Makefile variables — david.allsopp / detail
- Remove the recursive invocation in install targets — david.allsopp / detail
- Add SUBDIR_NAME to principal Makefiles — david.allsopp / detail
- Use macros to generate installation commands — david.allsopp / detail
- Add additional modes to make install — david.allsopp / detail
- Generate an opam .install file and support script — david.allsopp / detail
- Experimentally, use it — david.allsopp / detail
- Generate a relocatable cloning script — david.allsopp / detail
- Got an interpreter, and we're not afraid to use it — david.allsopp / detail
- Mark winpthreads dependency as Windows-only — david.allsopp / detail
- Mark input dependencies as build — david.allsopp / detail
- Test opam in CI — david.allsopp / detail
- Generator script for ocaml.config in opam — david.allsopp / detail
- Remove need for shared libraries in ocaml-config — david.allsopp / detail
- Update ocaml-config for 4.12 scheme — david.allsopp / detail
- OCaml 3.07 version of gen_ocaml_config.ml.in — david.allsopp / detail
- Windows fixes to ocaml-config — david.allsopp / detail
- Update ocaml-config for the new OCaml 5 layout — david.allsopp / detail
- Fully unify and update gen_ocaml_config.ml — david.allsopp / detail
- Support relative paths in gen_ocaml_config.ml — david.allsopp / detail
- Remove the MAX_PATH limit in header.c on Windows — david.allsopp / detail
- Move caml_search_dll_in_path to dynlink.c — david.allsopp / detail
- Remove caml_cds_file — david.allsopp / detail
- header.c: handle parasitic case of argc < 1 — david.allsopp / detail
- Remove unnecessary Cygwin path workarounds — david.allsopp / detail
- header.c: malloc the result of searchpath — david.allsopp / detail
- Move searchpath from header.c into the runtime — david.allsopp / detail
- Use caml_executable_name in header.c — david.allsopp / detail
- Don't check for shebang scripts on Windows — david.allsopp / detail
- Simplify the interface of caml_attempt_open — david.allsopp / detail
- Preserve argv[0] on Unix in the executable header — david.allsopp / detail
- Fix STARTUPINFO structure in stdlib/header.c — david.allsopp / detail
- Share image fd between header.c and startup_byt.c — david.allsopp / detail
- Add comments on the handling of blank env vars — david.allsopp / detail
- Ignore empty TMPDIR in the Filename module — david.allsopp / detail
- Ignore empty TMPDIR in ocamlyacc — david.allsopp / detail
- Propagate non-empty tmpdir in ocamlyacc — david.allsopp / detail
- Ignore CAML_DEBUG_FILE if it's "Set But Null" — david.allsopp / detail
- Ignore OCAMLPROF_DUMP if it's "Set But Null" — david.allsopp / detail
- Use non-raising Sys.getenv_opt in win32unix — david.allsopp / detail
- Ignore empty strings in Compmisc.set_from_env — david.allsopp / detail
- Ignore empty environment variables in ocamltest — david.allsopp / detail
- Ignore empty MAKE variable in ocamltest — david.allsopp / detail
- Treat OCAML_BINANNOT_WITHENV as unset when empty — david.allsopp / detail
- Add some limited information about CAMLSIGPIPE — david.allsopp / detail
- Ignore empty OCAML_RUNTIME_EVENTS_ variables — david.allsopp / detail
- Harden processing of SOURCE_DATE_EPOCH in ocamldoc — david.allsopp / detail
- Ignore blank OCAMLRUNPARAM, OCAMLLIB and CAMLLIB — david.allsopp / detail
- Ignore empty components in PATH-like things — david.allsopp / detail
- Add %shared_libraries primitive — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Improve the "dynamic loading not supported" error — david.allsopp / detail
- Free tables after handing off to Dynlink — david.allsopp / detail
- Move print_magic and print_config out of caml_params — david.allsopp / detail
- Preserve option R in caml_runtime_parameters — david.allsopp / detail
- Swap the V and v in caml_runtime_parameters — david.allsopp / detail
- Add -set-runtime-default to the compilers — david.allsopp / detail
- Test -set-runtime-default in test-in-prefix — david.allsopp / detail
- Re-order initialisations in bytecode — david.allsopp / detail
- Support c=1 mode in ocamlrun — david.allsopp / detail
- Fix C library options for win32unix — david.allsopp / detail
- Build and install threads.cmxs — david.allsopp / detail
- Fix inclusion of libraries when partial linking — david.allsopp / detail
- Use entrypoint flexdll branch — david.allsopp / detail
- Stop installing and documenting config_main, etc. — david.allsopp / detail
- Use clang-cl for flexdll support objects — david.allsopp / detail
- Two minor clean-ups in the in-prefix-tests — david.allsopp / detail
- Add caml_output_value_with_compat primitive — david.allsopp / detail
- Split Meta into two — david.allsopp / detail
- Omit CRCS if caml_reify_bytecode isn't used — david.allsopp / detail
- Eliminate post-processing of bootstrap artefact — david.allsopp / detail
- Fold-back into the test — david.allsopp / detail
origin/backport-trunk-#1055 (Apr 24, 2025, 1:03:32 PM)
- Xcode 16 / macOS 15 — david.allsopp / detail
- Add --with-stublibs configure option — david.allsopp / detail
- Don't add a double-separator when locating ld.conf — david.allsopp / detail
- ld.conf-relative path interpretation — david.allsopp / detail
- Generate ld.conf using relative paths — david.allsopp / detail
- Load ld.conf from all possible places — david.allsopp / detail
- Remove caml_get_stdlib_location — david.allsopp / detail
- Harden the parsing of ld.conf w.r.t. load and CRLF — david.allsopp / detail
- Use caml_parse_ld_conf in ocamlc — david.allsopp / detail
- Tidy installation of static builds — david.allsopp / detail
- Fix the detection of Cygwin-like build environments — david.allsopp / detail
- Preserve backslashes in --prefix — david.allsopp / detail
- Harden startup of -custom executables — david.allsopp / detail
- Interpret . in runtime-launch-info — david.allsopp / detail
- Add --with-relative-libdir configure option — david.allsopp / detail
- Add caml_standard_library_default to the runtime — david.allsopp / detail
- Add -set-runtime-default — david.allsopp / detail
- Add %standard_library_default — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Use %standard_library_default in Config — david.allsopp / detail
- Allow libdir to be found relative to bindir — david.allsopp / detail
- Update the installation test for enable-relative — david.allsopp / detail
- Test --with-relative-libdir in CI — david.allsopp / detail
- NFPR: fully test --with-relative-libdir in precheck — david.allsopp / detail
- Use as directly on Cygwin, as on Linux — david.allsopp / detail
- Detect but ignore -fdebug-prefix-map on mingw-w64 — david.allsopp / detail
- Increase reproducibility of relative artefacts — david.allsopp / detail
- Typo in stdlib/Makefile — david.allsopp / detail
- Reduce tmpheader.exe to 4-5KiB on Windows — david.allsopp / detail
- Stop using Caml_inline and Camlnoret in headernt.c — david.allsopp / detail
- Remove unnecessary guards around unistd.h — david.allsopp / detail
- Use PATH_MAX instead of MAXPATHLEN — david.allsopp / detail
- Assume S_ISREG and SEEK_END — david.allsopp / detail
- Move O_BINARY definition to "header" section — david.allsopp / detail
- Make caml/exec.h independent — david.allsopp / detail
- Re-order some header functions (no-op) — david.allsopp / detail
- Share error path in headernt.c — david.allsopp / detail
- Unify implementation of read_size — david.allsopp / detail
- headernt.c: inline run_runtime into main — david.allsopp / detail
- Check for errors from lseek in header.c — david.allsopp / detail
- Refactor error display code — david.allsopp / detail
- header.c: close bytecode image before exec — david.allsopp / detail
- Tweak the signature of read_runtime_path — david.allsopp / detail
- Use execvp in header.c (as in headernt.c) — david.allsopp / detail
- headernt: make read_runtime_path more CRTish — david.allsopp / detail
- Missing error case in headernt.c — david.allsopp / detail
- Unify the common parts of header.c and headernt.c — david.allsopp / detail
- Merge stdlib/header{,nt}.c — david.allsopp / detail
- Add -launch-method to ocamlc — david.allsopp / detail
- Test both bytecode header methods — david.allsopp / detail
- Determine RuntimeID values in configure — david.allsopp / detail
- Put Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Mangle the bytecode runtime names — david.allsopp / detail
- Build suffixed shared runtimes — david.allsopp / detail
- Add Zinc RuntimeID Mask for portability — david.allsopp / detail
- Compute the Zinc runtime ID in the linker — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Remove Bytecode RuntimeID in runtime-launch-info — david.allsopp / detail
- Add runtime suffixes to bytecode stub libraries — david.allsopp / detail
- Make Windows header absolute (as on Unix) — david.allsopp / detail
- Add -runtime-search to ocamlc — david.allsopp / detail
- Tweak the type — david.allsopp / detail
- Add --enable-runtime-search[-target] options — david.allsopp / detail
- Update the installation test for camlheader-search — david.allsopp / detail
- Use Config instead of runtime-launch-info — david.allsopp / detail
- Update the test — david.allsopp / detail
- Test --enable-runtime-search in CI — david.allsopp / detail
- Compute the Zinc runtime ID — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- NFPR: fully test --enable-runtime-search in precheck — david.allsopp / detail
- Move caml_search_dll_in_path to dynlink.c — david.allsopp / detail
- header.c: remove unnecessary Cygwin workaround — david.allsopp / detail
- Remove caml_cds_file — david.allsopp / detail
- Simplify the interface of caml_attempt_open — david.allsopp / detail
- header.c: handle parasitic case of argc < 1 — david.allsopp / detail
- header.c: malloc the result of searchpath — david.allsopp / detail
- Move searchpath from header.c into the runtime — david.allsopp / detail
- Use caml_executable_name in header.c — david.allsopp / detail
- Don't check for shebang scripts on Windows — david.allsopp / detail
- Preserve argv[0] on Unix in the executable header — david.allsopp / detail
- Harden the cloexec.ml test on Windows — david.allsopp / detail
- Possible alternate approach... — david.allsopp / detail
- ... and the bug-fix which goes with it — david.allsopp / detail
- Fix STARTUPINFO structure in stdlib/header.c — david.allsopp / detail
- Share image fd between header.c and startup_byt.c — david.allsopp / detail
- Add comments on the handling of blank env vars — david.allsopp / detail
- Ignore empty TMPDIR in the Filename module — david.allsopp / detail
- Ignore empty TMPDIR in ocamlyacc — david.allsopp / detail
- Propagate non-empty tmpdir in ocamlyacc — david.allsopp / detail
- Ignore CAML_DEBUG_FILE if it's "Set But Null" — david.allsopp / detail
- Ignore OCAMLPROF_DUMP if it's "Set But Null" — david.allsopp / detail
- Use non-raising Sys.getenv_opt in win32unix — david.allsopp / detail
- Ignore empty strings in Compmisc.set_from_env — david.allsopp / detail
- Ignore empty environment variables in ocamltest — david.allsopp / detail
- Ignore empty MAKE variable in ocamltest — david.allsopp / detail
- Treat OCAML_BINANNOT_WITHENV as unset when empty — david.allsopp / detail
- Harden processing of SOURCE_DATE_EPOCH in ocamldoc — david.allsopp / detail
- Add some limited information about CAMLSIGPIPE — david.allsopp / detail
- Ignore empty OCAML_RUNTIME_EVENTS_ variables — david.allsopp / detail
- Ignore blank OCAMRUNPARAM, OCAMLLIB and CAMLLIB — david.allsopp / detail
- Ignore empty components in PATH-like things — david.allsopp / detail
- Fix C library options for win32unix — david.allsopp / detail
- Build and install threads.cmxs — david.allsopp / detail
- Fix inclusion of libraries when partial linking — david.allsopp / detail
- Use entrypoint flexdll branch — david.allsopp / detail
- Revert "accept unknown options" — david.allsopp / detail
- Stop installing and documenting config_main, etc. — david.allsopp / detail
- Use clang-cl for flexdll support objects — david.allsopp / detail
- Add %shared_libraries primitive — david.allsopp / detail
- Bootstrap — david.allsopp / detail
- Improve the "dynamic loading not supported" error — david.allsopp / detail
- Free tables after handing off to Dynlink — david.allsopp / detail
- Move print_magic and print_config out of caml_params — david.allsopp / detail
- Preserve option R in caml_runtime_parameters — david.allsopp / detail
- Swap the V and v in caml_runtime_parameters — david.allsopp / detail
- Add -set-runtime-default to the compilers — david.allsopp / detail
- Test -set-runtime-default in test-in-prefix — david.allsopp / detail
- Re-order initialisations in bytecode — david.allsopp / detail
- Support c=1 mode in ocamlrun — david.allsopp / detail