summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove force-instrumented-runtime configure option (#11660)Enguerrand2022-11-211-10/+0
* Config.mkexe should not include C flags that are used internally only (#11701)Sébastien Hinderer2022-11-061-1/+1
* Merge pull request #11367 from dra27/caml_init_os_paramsDavid Allsopp2022-10-211-2/+2
* Fix ./configure --disable-instrumented-runtime never disabling the instrument...Kate2022-10-211-1/+1
* Merge pull request #11639 from dra27/system-archDavid Allsopp2022-10-181-81/+82
* Merge pull request #11097 from kit-ty-kate/netbsd-arm64Florian Angeletti2022-10-181-0/+3
* Merge pull request #11586 from dra27/static-winpthreadsXavier Leroy2022-10-111-3/+3
* Merge pull request #11598 from xavierleroy/refactor-domain-state-2Xavier Leroy2022-10-111-0/+8
* Switch required autoconf to 2.71 (#11294)David Allsopp2022-09-281-2/+2
* Merge pull request #11571 from xavierleroy/xcode-linker-warningsFlorian Angeletti2022-09-271-2/+3
* Merge pull request #11537 from dra27/fix-mkexe-refactorDavid Allsopp2022-09-221-26/+34
* Merge pull request #11468 from dra27/i686-mingw-ipv6David Allsopp2022-08-021-0/+1
* Merge pull request #11096 from kit-ty-kate/freebsd-arm64Gabriel Scherer2022-07-261-2/+2
* Merge pull request #11399 from dra27/META-updatesDavid Allsopp2022-07-181-4/+11
* runtime/domain.c: include pthread_np.h for HAS_GNU_GETAFFINITY_NP on FreeBSD ...Christiano Haesbaert2022-07-111-0/+1
* Add a function to request a recommended max number of Domains (#11309)Christiano Haesbaert2022-07-051-0/+23
* Add META files (#11007)Nicolás Ojeda Bär2022-07-011-0/+5
* configure: check support for C11 _Atomic types and operations (#11295)Xavier Leroy2022-06-071-0/+6
* Link with -latomic if GCC is used and the platform is 32 bits.Xavier Leroy2022-06-041-0/+6
* Runtime_events tracing systemSadiq Jaffer2022-05-241-2/+1
* configure: fix Windows build when flexlink is not bootstrapped.Sébastien Hinderer2022-05-131-3/+3
* configure: mk{dll,exe,maindll} expansionSébastien Hinderer2022-05-121-26/+74
* Rename mksharedlib to mkdllSébastien Hinderer2022-05-121-16/+16
* Where possible, expand flexlink_cmd and flexdll_chain in configureSébastien Hinderer2022-05-121-9/+9
* Move the definition of FLEXLINK_CMD to the configure scriptSébastien Hinderer2022-05-121-0/+5
* Generate an OCaml quoted string ID in configureDavid Allsopp2021-05-121-0/+4
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-42/+99
* Fix `stat_has_ns_precision` configure checkcomex2022-05-091-0/+2
* Merge yacc/Makefile into the root MakefileSébastien Hinderer2022-05-091-2/+5
* Make sure all the C files are compiled with debugging infoSébastien Hinderer2022-05-061-0/+6
* Build system: Get rid of the unused EXTRALIBS variableSébastien Hinderer2022-05-061-2/+0
* Get rid of condiitonals in runtime/MakefileSébastien Hinderer2022-05-061-0/+6
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-141-13/+3
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-7/+3
* Enable native code on x86_64-*-solaris*Tõivo Leedjärv2022-03-281-2/+2
* Implement Random.self_init with getentropy (#10921)Michael Hendricks2022-03-241-0/+7
* Merge pull request #11092 from madroach/OpenBSD_aarch64Anil Madhavapeddy2022-03-211-0/+3
|\
| * Enable native code on aarch64-*-openbsd*Christopher Zimmermann2022-03-061-0/+3
* | ARM64 CFI support (#11099)Tom Kelly2022-03-161-2/+8
* | Let configure locate the diff program and determine which options it supportsSébastien Hinderer2022-03-141-0/+17
* | Improve description of configure's --disable-ocamltest optionSébastien Hinderer2022-03-141-1/+1
|/
* shell: test -a|o is not POSIX (#11005)Issam Maghni2022-02-271-4/+5
* Do not pass `-no-pie` to the C compiler on musl/arm64 part 2 (#11036)Antonio Nuno Monteiro2022-02-271-1/+1
* Normalize the minor version number of the compiler (#11049)Sébastien Hinderer2022-02-241-5/+5
* Support mixing declarations and statements in C (#11052)Guillaume Munch-Maccagnoni2022-02-231-1/+1
* Merge pull request #10962 from dra27/configure-optionsDavid Allsopp2022-02-221-10/+20
|\
| * configure: ignore --disable form of old optionsDavid Allsopp2022-01-281-10/+20
* | Merge pull request #11037 from xavierleroy/make-it-testableXavier Leroy2022-02-211-36/+27
|\ \
| * | Revised determination of PACKLD_FLAGSXavier Leroy2022-02-211-5/+7
| * | GCC < 4.9 is not supported by lack of C11 atomicsXavier Leroy2022-02-211-27/+6