summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | The MSVC and Cygwin ports are not supported currentlyXavier Leroy2022-02-211-4/+14
* | | Merge pull request #10972 from ctk21/arm64_multicore_supportXavier Leroy2022-02-211-6/+6
|\ \ \ | |/ / |/| |
| * | ARM64: assembler, emit and proc changes to get it workingTom Kelly2022-02-211-6/+6
* | | Remove `-flat_namespace` flag in `configure.ac` on Darwin (#10723)Carlo Cabrera2022-02-181-1/+1
* | | Do not pass -no-pie to the C compiler on musl/arm64 (#11025)Kate2022-02-181-6/+6
* | | Merge pull request #10835 from hannesm/fix-32bit-relocationsFlorian Angeletti2022-02-171-0/+4
|\ \ \ | |/ / |/| |
| * | configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD.Hannes Mehnert2022-02-151-0/+4
| * | Revert "configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD."Hannes Mehnert2022-02-151-9/+0
| * | configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD.Hannes Mehnert2021-12-251-0/+9
* | | add option for stack allocation to use mmap(MAP_STACK)Anil Madhavapeddy2022-02-041-0/+23
* | | Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-011-42/+8
| |/ |/|
* | Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)Nicolás Ojeda Bär2022-01-201-9/+6
* | configure: update the list of configurations that support native codeXavier Leroy2022-01-181-75/+75
* | configure: more careful configuration for the native-code compilerXavier Leroy2022-01-181-4/+12
* | configure: update the --disable-systhreads optionXavier Leroy2022-01-181-25/+23
* | Get rid of <caml/compatibility.h> (#10863)Nicolás Ojeda Bär2022-01-101-2/+0
* | Merge pull request #10831 from ocaml-multicore/multicore-prXavier Leroy2022-01-101-38/+27
|\ \