summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* make caml_time_counter concurrent-safe on macOS (#12234)Anil Madhavapeddy2023-05-151-8/+5
* Take host into account when looking for pkg-configSébastien Hinderer2023-04-181-1/+109
* configure: use a variable to refer to pkg-configSébastien Hinderer2023-04-181-4/+6
* fix the configure check for pthread_getaffinity_npDavid Allsopp2023-04-171-5/+16
* first commit after branching 5.1Florian Angeletti2023-04-111-21/+21
* last commit before branching 5.1Florian Angeletti2023-04-111-17/+17
* Introduce the OC_NATIVE_CFLAGS build variableSébastien Hinderer2023-03-141-0/+3
* Compute OC_NATIVE_CPPFLAGS during configure rather than during buildSébastien Hinderer2023-03-141-0/+4
* Rename a few private build variablesSébastien Hinderer2023-03-141-3/+3
* configure: check whether ar supports response files (#12075)Nicolás Ojeda Bär2023-03-071-0/+11
* Add -Wvla to gcc flagsDavid Allsopp2023-03-041-1/+2
* Add optional ZSTD compression to marshaled dataXavier Leroy2023-02-261-0/+106
* Revert "Merge pull request #11988 from dra27/reconfigure"David Allsopp2023-02-031-4/+0
* Fail if the build tree needs reconfiguringDavid Allsopp2023-02-011-0/+4
* Add support for mingw postfixed hosts.Romain Beauxis2023-01-301-40/+40
* Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)Nick Barnes2023-01-221-18/+6
* Remove arm, i386 native-code backends (#11904)Nicolás Ojeda Bär2023-01-221-1/+1
* Enable stricter C99 warningsAntonin Décimo2023-01-121-1/+2
* Compute LN during configure rather than during buildSébastien Hinderer2022-12-121-0/+4
* Re-enable CygwinDavid Allsopp2022-12-061-3/+1
* Remove force-instrumented-runtime configure option (#11660)Enguerrand2022-11-171-19/+0
* Add definition of cpu_relax for RISC-V (#11708)Nicolás Ojeda Bär2022-11-081-1/+1
* Fixing typos (#11705)Fourchaux2022-11-071-2/+2
* 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
|\
| * Remove last vestiges of caml_print_traceDavid Allsopp2022-10-141-2/+2
* | Fix ./configure --disable-instrumented-runtime never disabling the instrument...Kate2022-10-211-1/+1
* | Merge pull request #11644 from dra27/flexdll-bootstrap-fixesDavid Allsopp2022-10-181-48/+23
|\ \
| * | Correct bootstrap versions of MKDLL and MKMAINDLLDavid Allsopp2022-10-181-48/+23
| |/
* | Restore Config.arch and Config.systemDavid Allsopp2022-10-181-19/+91
|/
* 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