Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OCamlbuild 0.15.0 comes with first class support for native Windows ports of OCaml
(MinGW64-w64 and MSVC). This support was historically provided by
opam-repository-mingw.
(Setup github actions for ocamlbuild ocamlbuild#328, Enable CI on windows and fix it. ocamlbuild#329, Switch to opam.2.2 ocamlbuild#336, Add macos to the CI ocamlbuild#349 by Hugo Heuzard)
(Use normal codepath for win32 ocamlbuild#333 by Hugo Heuzard)
(Enable CI on windows and fix it. ocamlbuild#329, Use normal codepath for win32 ocamlbuild#333, Add a test case for custom preprocessor ocamlbuild#334, Fix hack for bash when computing commands. ocamlbuild#338, No longer call into cmd.exe to execute a posix shell on windows ocamlbuild#339, Don't raise in sys_command_win32 ocamlbuild#342, nicer cmd on windows ocamlbuild#343, Add a tests for long commands ocamlbuild#344 by Hugo Heuzard)
(No longer call into cmd.exe to execute a posix shell on windows ocamlbuild#339 by Hugo Heuzard)
Ocamlbuild_plugin.dispatch
-- all calls before the last one areignored, which may not be what users expect.
([RFC] warn on second call to the dispatch function ocamlbuild#30 by Gabriel Scherer, review by whitequark)
(rename user-rebindable {LINK,COMP}FLAGS into OCB_{LINK,COMP}FLAGS ocamlbuild#303 by Gabriel Scherer)