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