summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Expand)AuthorAgeFilesLines
* Make private build variables privateSébastien Hinderer2023-03-141-11/+0
* Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)Nick Barnes2023-01-221-2/+1
* Remove references to config.mlpDavid Allsopp2023-01-171-1/+1
* Remove force-instrumented-runtime configure option (#11660)Enguerrand2022-11-171-1/+0
* Remove old PTHREAD_ make variablesDavid Allsopp2022-10-101-16/+0
* Rename caml-tex into ocamltex, + related changesSébastien Hinderer2022-09-271-1/+0
* Fix MKEXE_VIA_CCDavid Allsopp2022-09-101-1/+3
* Fix passing of -stack argumentDavid Allsopp2022-09-101-1/+1
* Build variables adjustmentsSébastien Hinderer2022-09-071-6/+6
* configure: mk{dll,exe,maindll} expansionSébastien Hinderer2022-05-121-1/+1
* Rename mksharedlib to mkdllSébastien Hinderer2022-05-121-1/+1
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-19/+6
* Build system: Get rid of the unused EXTRALIBS variableSébastien Hinderer2022-05-061-1/+0
* Build system: make sure C files are compiled with -I$(ROOTDIR)/runtimeSébastien Hinderer2022-05-051-1/+1
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-141-4/+0
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-1/+4
* Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-011-2/+2
* Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)Nicolás Ojeda Bär2022-01-201-3/+0
* Merge commit '18c4d16b3b80388f5b77dcc5a268c33eceb37ebe' into 5.00_rebase_to_prTom Kelly2021-12-201-4/+4
|\
| * Simplify the installation of man pagesSébastien Hinderer2021-10-201-4/+4
* | Merge commit '0b3f8dd77d7569208f21bcbd67b85260eed65076' into 5.00_rebase_to_prTom Kelly2021-12-201-0/+7
|\ \ | |/
| * Add a macro to explicitly control whether this is a dev version or notSébastien Hinderer2021-10-111-0/+1
| * Move version check from tools/check-parser-uptodate-or-warn.sh to MakefileSébastien Hinderer2021-10-111-0/+6
* | Merge commit '672965bfda6220c690d26ff6a0b7a9a59519d9af' into 5.00Tom Kelly2021-10-041-19/+0
|\ \ | |/
| * Tidy-up the testsuite/manual commands (#10411)David Allsopp2021-08-111-19/+0
* | Merge commit '5e45b2e9fa613099a334f19c95814f89ca16db7f' into parallel_minor_g...Tom Kelly2021-10-011-9/+7
|\ \ | |/
| * Control the flexdll bootstrap with configureDavid Allsopp2021-05-111-1/+0
| * Allow bootstrapping flexdll for the Cygwin portsDavid Allsopp2021-05-111-6/+5
| * Bootstrap flexlink without partialcleanDavid Allsopp2021-05-111-2/+2
* | Merge commit '099b86a046e304fe15e2bb37557bffc6aafaab15' into parallel_minor_g...Tom Kelly2021-10-011-0/+1
|\ \ | |/
| * Merge pull request #1400 from lthls/cmm_invariantsGabriel Scherer2021-04-291-0/+1
| |\
| | * Add --enable-cmm-invariants configure flagVincent Laviron2021-04-201-0/+1
* | | Merge commit '24d7f3bde8f0af585b8328b5b4e5f386f8909cff' into parallel_minor_g...Tom Kelly2021-10-011-1/+0
|\ \ \ | |/ /
| * | Build system: remove now useless line from Makefile.config.inSébastien Hinderer2021-04-221-1/+0
| |/
* | Merge commit 'b92682336d59f04c1cc6673d8b04495dc3a221bd' into parallel_minor_g...Tom Kelly2021-09-301-1/+3
|\ \ | |/
| * testsuite/Makefile: stop using Makefile.toolsSébastien Hinderer2021-04-141-0/+3
| * Remove the unused CTOPDIR build variableSébastien Hinderer2021-04-131-1/+0
* | Merge commit 'aced66c380f00a42e18a3b08e70bea87c419b2a0' into parallel_minor_g...Tom Kelly2021-09-301-1/+0
|\ \ | |/
| * Get rid of the ocamlmklibconfig module completelySébastien Hinderer2021-02-101-1/+0
* | Merge commit '89aae98b22634d896b9d59f717decf2d3e7d4af3' into parallel_minor_g...Tom Kelly2021-09-291-0/+2
|\ \ | |/
| * Fix support of LDFLAGSSébastien Hinderer2021-02-031-0/+2
* | Merge commit 'd0f80077066105e1429ef8728b8362b8d698e298' into parallel_minor_g...Tom Kelly2021-09-291-3/+20
|\ \ | |/
| * Build system: improve Posix thread detection and supportSébastien Hinderer2021-01-151-3/+12
| * Merge pull request #10063 from tleedjarv/solaris-buildXavier Leroy2021-01-141-0/+1
| |\
| | * Enable building on illumos (SmartOS, OmniOS, ...)Tõivo Leedjärv2021-01-061-0/+1
| * | Instrumented runtime: put libraries to link with in their own build variableSébastien Hinderer2021-01-141-1/+8
| |/
* | Merge commit '9f53c6b71af2ad75de0dd9799037a0259bd4b12d' into parallel_minor_g...Tom Kelly2021-09-291-2/+3
|\ \ | |/
| * Support LDFLAGS in configure and Makefile.config.in except for flexlink.Gabriel Scherer2020-12-211-2/+3
| * Remove last vestiges of MAX_TESTSUITE_RETRIESDavid Allsopp2020-12-021-1/+0
* | add force_instrumented_runtimeEnguerrand Decorne2021-05-181-0/+1