summaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)Author
2015-02-08debugger, ocamlbuild, ocamldoc: separate their build from the compiler's.HEADmasterAdrien Nader
2015-02-05configure: add test for cygwin64Damien Doligez
2014-10-29PR#6628: Configure script rejects legitimate argumentsDamien Doligez
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-03minor configure changesGabriel Scherer
2014-10-03sync configure with the bdf.h objinfo changeGabriel Scherer
2014-08-27PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-05-30merge from 4.02 (rev. 14929): add configure detection of mkstemp, remove old ...Mark Shinwell
2014-05-13merge github.com/ocaml/ocaml/pull/56.diff, from Anil, part 1: fix support for...Mark Shinwell
2014-05-12no-naked-pointers patchMark Shinwell
2014-05-02configure: fix as/aspp for FreeBSD (works for both gcc and clang)Gabriel Scherer
2014-04-18Simpler variant of commit r14635:Xavier Leroy
2014-04-18configure: always define ARCH_INT64_TYPE in config/m.h because CoqXavier Leroy
2014-04-15PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy
2014-04-04Fix PR#6347Jacques Garrigue
2013-12-17configure: SO must be "so" or "dll" without the dotDamien Doligez
2013-12-03port to cygwin-64Damien Doligez
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-11-21remove camlp4Jérémie Dimino
2013-09-21build: don't use make's -C; it's not available everywhere.Wojciech Meyer
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-07-28configure: enable natdynlink for *-*-mingw*.Wojciech Meyer
2013-07-28build: allow disabling ocamldoc and ocamlbuild.Wojciech Meyer
2013-07-28build: prepend "with_" to camlp4/ocamldebug-{en,dis}abling variables.Wojciech Meyer
2013-07-18Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy
2013-07-01Revert "build: make building ocamldoc, ocamlbuild and ocamldebug optional."Wojciech Meyer
2013-07-01configure: store $target and $host in the build configuration (fix-pt2). (Pat...Wojciech Meyer
2013-07-01build: make building ocamldoc, ocamlbuild and ocamldebug optional.Wojciech Meyer
2013-06-30Revert "configure: store $target and $host in the build configuration." as it...Wojciech Meyer
2013-06-30configure: store $target and $host in the build configuration.Wojciech Meyer
2013-06-30build: select win32 variants of unix and graph for mingw.Wojciech Meyer
2013-06-30configure: add a special case to test for BSD sockets for mingw.Wojciech Meyer
2013-06-30configure: when cross-compiling, set $TOOLPREF and use it.Wojciech Meyer
2013-06-30configure: add --target and use "target" instead of "host" for variablesWojciech Meyer
2013-06-30configure: for cross, a matching ocamlrun must be on the system.Wojciech Meyer
2013-06-30misc: fix indent staircase introduced by revision 13843.Wojciech Meyer
2013-06-27configure: fix detection of non-working C compiler.Wojciech Meyer
2013-06-27configure: remove unused variables from case...in test.Wojciech Meyer
2013-06-27configure: fail if invoked with -param=value (instead of "-param value")Wojciech Meyer
2013-06-27configure: use inf/wrn/err functions to write messages for the user.Wojciech Meyer
2013-06-24PR#6049: support for OpenBSD/macppcXavier Leroy
2013-06-20Fix PR#6044: enabling frame pointers breaks build on MacOS XFabrice Le Fessant
2013-06-11Add -fno-omit-frame-pointers to gcc when compiling with -with-frame-pointersFabrice Le Fessant
2013-06-03Re-add configure option -with-frame-pointersFabrice Le Fessant
2013-06-03Reverting -with-frame-pointersFabrice Le Fessant
2013-06-03Add -with-frame-pointers to ./configureFabrice Le Fessant
2013-05-06fix testsuite for cygwinDamien Doligez