summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* make caml_time_counter concurrent-safe on macOS (#12234)Anil Madhavapeddy2023-05-151-2/+2
* Take host into account when looking for pkg-configSébastien Hinderer2023-04-181-1/+1
* 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-4/+8
* Introduce the OC_NATIVE_CFLAGS build variableSébastien Hinderer2023-03-141-0/+2
* Compute OC_NATIVE_CPPFLAGS during configure rather than during buildSébastien Hinderer2023-03-141-0/+3
* 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/+7
* Add -Wvla to gcc flagsDavid Allsopp2023-03-041-1/+2
* Add optional ZSTD compression to marshaled dataXavier Leroy2023-02-261-0/+40
* Revert "Merge pull request #11988 from dra27/reconfigure"David Allsopp2023-02-031-2/+0
* Fail if the build tree needs reconfiguringDavid Allsopp2023-02-011-0/+2
* Add support for mingw postfixed hosts.Romain Beauxis2023-01-301-36/+36
* Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)Nick Barnes2023-01-221-14/+7
* 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/+3
* Re-enable CygwinDavid Allsopp2022-12-061-3/+1
* Remove force-instrumented-runtime configure option (#11660)Enguerrand2022-11-171-10/+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-40/+23
|\ \
| * | Correct bootstrap versions of MKDLL and MKMAINDLLDavid Allsopp2022-10-181-40/+23
| |/
* | Restore Config.arch and Config.systemDavid Allsopp2022-10-181-81/+82
|/
* Link winpthreads staticallyDavid Allsopp2022-10-101-3/+3
* Refactor the management of caml_state to better accommodate macOS and MinGWXavier Leroy2022-10-101-0/+8
* Switch required autoconf to 2.71 (#11294)David Allsopp2022-09-281-2/+2
* 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/+12
|\
| * 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/+2
* | macOS: silence linker warnings when building shared librariesXavier Leroy2022-09-271-2/+3
|/
* Fix configuration of ocamltest without UnixDavid Allsopp2022-09-211-1/+2
* Fix MKEXE_VIA_CCDavid Allsopp2022-09-101-3/+7
* Pass unicode link flags only to MKEXEDavid Allsopp2022-09-101-2/+2
* Fix passing of -stack argumentDavid Allsopp2022-09-101-22/+26
* Missing commaDavid Allsopp2022-09-091-1/+1
* Generate config.generated.ml at configure rather than build timeSébastien Hinderer2022-09-071-1/+2
* Compute FLEXDLL_DIR during configure rather than during buildSébastien Hinderer2022-09-071-0/+3
* Provide an expanded value for BINDIR and LIBDIR during configurationSébastien Hinderer2022-09-071-0/+15
* Generate ocamltest/ocamltest_config.ml during configure rather than buildSébastien Hinderer2022-09-071-7/+48
* ocamltest: determine C#-related information during configure rather than buildSébastien Hinderer2022-09-071-0/+13
* ocamltest: determine ocamlsrcdir during configure rather than during buildSébastien Hinderer2022-09-071-0/+19
* Build variables adjustmentsSébastien Hinderer2022-09-071-21/+29
* Merge pull request #11420 from shindere/merge-lex-makefileSébastien Hinderer2022-09-071-0/+4
|\