summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Link winpthreads staticallyDavid Allsopp2022-10-101-3/+3
* Refactor the management of caml_state to better accommodate macOS and MinGWXavier Leroy2022-10-101-0/+12
* Switch required autoconf to 2.71 (#11294)David Allsopp2022-09-281-3494/+4635
* Correct letter case of MinGW-w64 (#11575)favonia2022-09-281-2/+2
* Merge pull request #11541 from shindere/simplify-ifneqs-on-bool-variablesSébastien Hinderer2022-09-271-10/+13
|\
| * Rename caml-tex into ocamltex, + related changesSébastien Hinderer2022-09-271-3/+3
| * Rename configuration variables and make them more widely availableSébastien Hinderer2022-09-271-7/+7
| * Introduce and use the lib_runtime_events boolean configuration variableSébastien Hinderer2022-09-271-0/+3
* | macOS: silence linker warnings when building shared librariesXavier Leroy2022-09-271-2/+3
|/
* Fix configuration of ocamltest without UnixDavid Allsopp2022-09-211-0/+2
* Fix MKEXE_VIA_CCDavid Allsopp2022-09-101-3/+8
* Pass unicode link flags only to MKEXEDavid Allsopp2022-09-101-2/+2
* Fix passing of -stack argumentDavid Allsopp2022-09-101-26/+27
* Missing commaDavid Allsopp2022-09-091-1/+2
* Generate config.generated.ml at configure rather than build timeSébastien Hinderer2022-09-071-1/+4
* Compute FLEXDLL_DIR during configure rather than during buildSébastien Hinderer2022-09-071-0/+4
* Provide an expanded value for BINDIR and LIBDIR during configurationSébastien Hinderer2022-09-071-0/+22
* Generate ocamltest/ocamltest_config.ml during configure rather than buildSébastien Hinderer2022-09-071-8/+59
* ocamltest: determine C#-related information during configure rather than buildSébastien Hinderer2022-09-071-0/+23
* ocamltest: determine ocamlsrcdir during configure rather than during buildSébastien Hinderer2022-09-071-0/+22
* Build variables adjustmentsSébastien Hinderer2022-09-071-18/+29
* Merge pull request #11420 from shindere/merge-lex-makefileSébastien Hinderer2022-09-071-0/+5
|\
| * Build system: introduce a general framework to specify compiler flagsSébastien Hinderer2022-08-251-0/+5
* | Enable native code on NetBSD/aarch64Kate2022-08-261-0/+4
|/
* Thwart FMA test optimization during configureWilliam Hu2022-08-101-1/+1
* Fix detection of IPv6 on mingw-w64 i686David Allsopp2022-08-021-0/+2
* Don't use CFLAGS when testing flexlinkDavid Allsopp2022-07-301-0/+1
* Enable native code on FreeBSD/aarch64Kate2022-07-261-1/+3
* Let configure generate the META files, with a proper version numberSébastien Hinderer2022-07-181-4/+25
* runtime/domain.c: include pthread_np.h for HAS_GNU_GETAFFINITY_NP on FreeBSD ...Christiano Haesbaert2022-07-111-0/+7
* Add a function to request a recommended max number of Domains (#11309)Christiano Haesbaert2022-07-051-0/+46
* configure: remove HAS_STACK_OVERFLOW_DETECTIONXavier Leroy2022-07-031-17/+0
* Add META files (#11007)Nicolás Ojeda Bär2022-07-011-0/+10
* Compute default build target during configure rather than build timeSébastien Hinderer2022-06-231-2/+9
* Fix VERSION typoFlorian Angeletti2022-06-101-17/+17
* first commit after branching 5.0Florian Angeletti2022-06-091-21/+21
* last commit before branching 5.0Florian Angeletti2022-06-091-17/+17
* configure: check support for C11 _Atomic types and operations (#11295)Xavier Leroy2022-06-071-0/+43
* Link with -latomic if GCC is used and the platform is 32 bits.Xavier Leroy2022-06-041-0/+11
* Runtime_events tracing systemSadiq Jaffer2022-05-241-4/+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-20/+85
* 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/+25
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-45/+115
* Fix `stat_has_ns_precision` configure checkcomex2022-05-091-0/+2
* Merge yacc/Makefile into the root MakefileSébastien Hinderer2022-05-091-2/+6
* Make sure all the C files are compiled with debugging infoSébastien Hinderer2022-05-061-0/+7