summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Emulate socketpair of Unix domain sockets of stream type on WindowsAntonin Décimo2021-06-221-0/+6
* Support Unix domain sockets on WindowsAntonin Décimo2021-06-221-0/+22
* TyposJPR2021-06-061-2/+2
* first commit after branching 4.13octachron2021-06-031-14/+14
* last commit before branching 4.13octachron2021-06-031-14/+14
* Added some missing C99 float operations (#944)Markus Mottl2021-06-021-39/+222
* Control the flexdll bootstrap with configureDavid Allsopp2021-05-111-88/+374
* Allow bootstrapping flexdll for the Cygwin portsDavid Allsopp2021-05-111-15/+26
* Always bootstrap flexdll if the code is presentDavid Allsopp2021-05-111-7/+11
* Add --enable-cmm-invariants configure flagVincent Laviron2021-04-201-0/+16
* Merge pull request #10310 from dra27/restore-spacetime-optionGabriel Scherer2021-04-171-0/+7
|\
| * Restore the --enable-spacetime option (for error)David Allsopp2021-03-251-0/+7
* | documentation: configuration switch for an odoc documentation mode (#9997)Florian Angeletti2021-04-071-0/+39
* | Add Unix.realpath.Daniel Bünzli2021-03-251-0/+7
|/
* configure: simplify assembler detectionSébastien Hinderer2021-02-231-161/+36
* Fix network functions detection on WindowsAntonin Décimo2021-02-101-4/+35
* Link network libraries in configure testsAntonin Décimo2021-02-101-3/+227
* Fix configure script for HAS_SOCKETSLucas Pluvinage2021-02-091-35/+15
* configure: remove the no longer used x_includes and x_libraries variablesSébastien Hinderer2021-02-021-4/+0
* Build system: improve Posix thread detection and supportSébastien Hinderer2021-01-151-142/+154
* Merge pull request #10063 from tleedjarv/solaris-buildXavier Leroy2021-01-141-12/+156
|\
| * Disable stack overflow detection on SolarisTõivo Leedjärv2021-01-141-1/+1
| * Disable 32-bit builds on Solaris/illumosTõivo Leedjärv2021-01-081-0/+4
| * Define HAS_BROKEN_PRINTF on SolarisTõivo Leedjärv2021-01-081-0/+5
| * Check if 'as' is available on SolarisTõivo Leedjärv2021-01-081-2/+113
| * Remove AS conf for Solaris i386 (not supported)Tõivo Leedjärv2021-01-081-3/+0
| * Regenerate configureTõivo Leedjärv2021-01-061-8/+59
| * Add -D_XPG6 to Sun PRO C compiler options.Konstantin Romanov2021-01-061-1/+3
| * Disable instrumented runtime and dependency generation on Sun PRO compiler.Konstantin Romanov2021-01-061-2/+21
| * Identify Sun PRO compiler.Konstantin Romanov2021-01-061-56/+2
| * Enable stack overflow detection and naked point...Tõivo Leedjärv2021-01-061-2/+2
| * Enable building on illumos (SmartOS, OmniOS, ...)Tõivo Leedjärv2021-01-061-4/+13
* | Instrumented runtime: put libraries to link with in their own build variableSébastien Hinderer2021-01-141-4/+6
|/
* Merge pull request #10091 from gasche/ldflagsGabriel Scherer2020-12-211-10/+13
|\
| * Support LDFLAGS in configure and Makefile.config.in except for flexlink.Gabriel Scherer2020-12-211-10/+13
* | Detect rlwrap in configureDavid Allsopp2020-09-121-0/+48
|/
* Merge pull request #10046 from dra27/static-libgccXavier Leroy2020-12-101-1/+9
|\
| * Link DLLs with -static-libgcc on mingw-w64 i686David Allsopp2020-11-251-1/+9
* | Remove last vestiges of MAX_TESTSUITE_RETRIESDavid Allsopp2020-12-021-5/+1
* | Configure: always set SYSTEM, ARCH and MODEL (#10044)David Allsopp2020-11-281-1/+1
* | Define __USE_MINGW_ANSI_STDIO=0 for mingw-w64 (#9939)David Allsopp2020-11-271-1/+1
|/
* first commit after branching 4.12Florian Angeletti2020-10-191-14/+14
* last commit before branching 4.12Florian Angeletti2020-10-191-14/+14
* configure --enable-reserved-header-bits=N: fix range of accepted NXavier Leroy2020-10-091-1/+1
* Remove SpacetimeNicolás Ojeda Bär2020-10-081-188/+0
* Add a naked pointers dynamic checker (#9956)Xavier Leroy2020-10-051-0/+32
* Fix typo in configure.acDavid Allsopp2020-08-191-1/+1
* Build system: use OC_CFLAGS and CFLAGS even during the link stageSébastien Hinderer2020-08-101-1/+5
* Build system: honour the CFLAGS and CPPFLAGS build variablesSébastien Hinderer2020-08-061-4/+9
* ios: add support on configure scriptEduardoRFS2020-07-251-0/+8