summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* add force_instrumented_runtimeEnguerrand Decorne2021-05-181-0/+10
* configure: enable instrumented_runtimeEnguerrand Decorne2021-04-281-3/+2
* remove multicore stats collectionSadiq Jaffer2021-04-121-12/+0
* Remove spurious ] on end of excinfo lineTom Kelly2021-03-231-1/+1
* make multicore NO_NAKED_POINTERS always; re-enable lib-obj and asmcomp/is_sta...Tom Kelly2021-03-181-10/+3
* check for -lexecinfo in order to build on musl/alpineAnil Madhavapeddy2021-03-101-0/+2
* Merge commit 'ac62e1c3d66666688fa77bd77ab94772cdd5035e' into parallel_minor_g...Tom Kelly2021-03-101-11/+51
|\
| * Merge pull request #10063 from tleedjarv/solaris-buildXavier Leroy2021-01-251-11/+51
* | Merge commit '7d263c51726b8a1d9c5cd83227b92feeb49663b1' into parallel_minor_g...Tom Kelly2021-03-101-1/+13
|\ \ | |/
| * Merge pull request #9907 from dra27/bootstrapped-natruntopDavid Allsopp2020-12-141-0/+7
| * Merge pull request #10046 from dra27/static-libgccXavier Leroy2020-12-101-1/+6
* | Merge commit '172d3d4ab400f1e97d02de8459fe8af0caca5286' into parallel_minor_g...Tom Kelly2021-03-101-6/+3
|\ \ | |/
| * Merge pull request #10068 from dra27/no-retriesDavid Allsopp2020-12-041-5/+2
| * Configure: always set SYSTEM, ARCH and MODEL (#10044)David Allsopp2020-12-041-1/+1
* | Merge commit '29e59c96acae1214ed2703b40bc3f98f2d99e875' into parallel_minor_g...Tom Kelly2021-03-091-1/+1
|\ \ | |/
| * Define __USE_MINGW_ANSI_STDIO=0 for mingw-w64 (#9939)David Allsopp2020-11-301-1/+1
* | Force ocamltest build always to get CI running againTom Kelly2021-03-091-1/+2
* | Merge commit '426b10c6a8497dfa0af6858075828c24e2d9570b' into parallel_minor_g...Tom Kelly2021-03-091-1/+1
|\ \ | |/
| * configure --enable-reserved-header-bits=N: fix range of accepted NXavier Leroy2020-10-091-1/+1
* | Merge commit '86c8a98f3c36b25c2e3f2185c24809d0babad5b4' into parallel_minor_g...Tom Kelly2021-03-081-110/+0
|\ \ | |/
| * Remove SpacetimeNicolás Ojeda Bär2020-10-081-110/+0
* | Merge commit 'af48d9fe8f7654b0a510bac97707f920949d3d51' into parallel_minor_g...Tom Kelly2021-03-081-0/+21
|\ \ | |/
| * Add a naked pointers dynamic checker (#9956)Xavier Leroy2020-10-051-0/+21
* | Merge commit 'ccf4df07584087a7fa3a14f365cf348c56f64e5c' into parallel_minor_g...Tom Kelly2021-03-051-1/+1
|\ \ | |/
| * Fix typo in configure.acDavid Allsopp2020-08-191-1/+1
* | Merge commit 'd9a3ad413f9567c418cf7809a110fac5fcd36f6c' into parallel_minor_g...Tom Kelly2021-03-051-1/+5
|\ \ | |/
| * Build system: use OC_CFLAGS and CFLAGS even during the link stageSébastien Hinderer2020-08-101-1/+5
* | Merge commit '5da188b3ff468695681800b1a01191daef6dac0e' into parallel_minor_g...Tom Kelly2021-03-051-4/+9
|\ \ | |/
| * Build system: honour the CFLAGS and CPPFLAGS build variablesSébastien Hinderer2020-08-061-4/+9
* | Merge commit 'a0a1ba4f1eb1a8a6c0013e77e3d6c1de5190c97f' into parallel_minor_g...Tom Kelly2021-03-041-0/+8
|\ \ | |/
| * ios: add support on configure scriptEduardoRFS2020-07-251-0/+6
| * ios: Sys.command is not supportedEduardoRFS2020-07-251-0/+2
* | Merge commit 'e41dc9c44327f40c1ab0feea12f779c931c9e31e' into parallel_minor_g...Tom Kelly2021-03-041-1/+8
|\ \ | |/
| * configure prevent adding -lpthread when AndroidEduardoRFS2020-07-171-0/+1
| * check if shmat is available to use aflEduardoRFS2020-07-171-1/+7
* | Merge commit '01c6a5ebe38b680a0b104aa4075ff790f311ea01' into parallel_minor_g...Tom Kelly2021-03-041-82/+1
|\ \ | |/
| * Spurious comma in the endianness test, big-endian caseXavier Leroy2020-07-141-1/+1
| * Remove integration with libbfdNicolás Ojeda Bär2020-07-021-81/+0
* | Merge commit '368eb16ee80843afc6c40cf98e6994256747844a' into parallel_minor_g...Tom Kelly2021-03-041-8/+10
|\ \ | |/
| * Always permit triplet-prefixed ld in PACKLDDavid Allsopp2020-05-131-8/+10
* | Merge commit '83c4909d525514d7b68dab4c8a33aa25f9d86277' into parallel_minor_g...Tom Kelly2021-03-031-1/+4
|\ \ | |/
| * configure: add a NAKED_POINTERS parameter to Makefile.configXavier Leroy2020-06-221-1/+4
* | Merge commit 'c24198550aab88f105db94a101cf189aa701bbe1' into parallel_minor_g...Tom Kelly2021-03-031-12/+14
|\ \ | |/
| * Merge pull request #9625 from dra27/warn-errorDavid Allsopp2020-06-101-15/+24
| |\
| | * Rename $gcc_warnings to $cc_warnings in configureDavid Allsopp2020-06-011-12/+12
| | * Add --enable-warn-errorDavid Allsopp2020-06-011-8/+17
* | | Merge commit 'a1e3b966ea34faaf67104f2bfe6f90bc42758225' into parallel_minor_g...Tom Kelly2021-03-031-2/+2
|\ \ \ | |/ /
| * | Eliminate MKEXE_ANSI from build systemDavid Allsopp2020-06-061-2/+2
* | | Merge commit '0ca651b95cbda5d58f7760f0fa1dba965d1f0828' into parallel_minor_g...Tom Kelly2021-03-021-0/+5
|\ \ \ | |/ /
| * | Turn debugger off in programs launched by the program being debugged (#9594)Xavier Leroy2020-06-011-0/+5
| |/