| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configure: store $target and $host in the build configuration (fix-pt2). (Pat... | Wojciech Meyer | 2013-07-01 | 1 | -0/+2 |
* | build: make building ocamldoc, ocamlbuild and ocamldebug optional. | Wojciech Meyer | 2013-07-01 | 1 | -8/+26 |
* | Revert "configure: store $target and $host in the build configuration." as it... | Wojciech Meyer | 2013-06-30 | 1 | -2/+0 |
* | configure: store $target and $host in the build configuration. | Wojciech Meyer | 2013-06-30 | 1 | -0/+2 |
* | build: select win32 variants of unix and graph for mingw. | Wojciech Meyer | 2013-06-30 | 1 | -1/+10 |
* | configure: add a special case to test for BSD sockets for mingw. | Wojciech Meyer | 2013-06-30 | 1 | -0/+9 |
* | configure: when cross-compiling, set $TOOLPREF and use it. | Wojciech Meyer | 2013-06-30 | 1 | -87/+172 |
* | configure: add --target and use "target" instead of "host" for variables | Wojciech Meyer | 2013-06-30 | 1 | -19/+29 |
* | configure: for cross, a matching ocamlrun must be on the system. | Wojciech Meyer | 2013-06-30 | 1 | -0/+24 |
* | misc: fix indent staircase introduced by revision 13843. | Wojciech Meyer | 2013-06-30 | 1 | -15/+15 |
* | configure: fix detection of non-working C compiler. | Wojciech Meyer | 2013-06-27 | 1 | -3/+9 |
* | configure: remove unused variables from case...in test. | Wojciech Meyer | 2013-06-27 | 1 | -22/+22 |
* | configure: fail if invoked with -param=value (instead of "-param value") | Wojciech Meyer | 2013-06-27 | 1 | -0/+4 |
* | configure: use inf/wrn/err functions to write messages for the user. | Wojciech Meyer | 2013-06-27 | 1 | -216/+233 |
* | PR#6049: support for OpenBSD/macppc | Xavier Leroy | 2013-06-24 | 1 | -1/+2 |
* | Fix PR#6044: enabling frame pointers breaks build on MacOS X | Fabrice Le Fessant | 2013-06-20 | 1 | -8/+8 |
* | Add -fno-omit-frame-pointers to gcc when compiling with -with-frame-pointers | Fabrice Le Fessant | 2013-06-11 | 1 | -0/+7 |
* | Re-add configure option -with-frame-pointers | Fabrice Le Fessant | 2013-06-03 | 1 | -0/+16 |
* | Reverting -with-frame-pointers | Fabrice Le Fessant | 2013-06-03 | 1 | -16/+0 |
* | Add -with-frame-pointers to ./configure | Fabrice Le Fessant | 2013-06-03 | 1 | -0/+16 |
* | fix testsuite for cygwin | Damien Doligez | 2013-05-06 | 1 | -0/+4 |
* | PR#5921 "compact unwind" warnings under MacOS | Damien Doligez | 2013-03-22 | 1 | -1/+4 |
* | fix a few problems with whitespace and over-long lines | Damien Doligez | 2013-03-09 | 1 | -2/+2 |
* | Labtk now supports 8.6. | Pierre Weis | 2013-02-27 | 1 | -0/+3 |
* | Use clang as assembler on Mac OS X if available. | Benedikt Meurer | 2013-01-13 | 1 | -2/+7 |
* | #5798: Apply patch to add VFPv2 and ARMv6 hard-float support (Jeffrey Scofiel... | Benedikt Meurer | 2012-10-24 | 1 | -0/+1 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -2/+5 |
* | PR#5255: natdynlink detection on powerpc, hurd, sparc | Damien Doligez | 2012-06-26 | 1 | -2/+3 |
* | better formatting of message | Damien Doligez | 2012-06-21 | 1 | -1/+1 |
* | PR#5643: issues with .cfi and .loc directives generated by ocamlopt -g | Xavier Leroy | 2012-06-17 | 1 | -1/+4 |
* | PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file | Xavier Leroy | 2012-04-04 | 1 | -0/+5 |
* | PR#5552 unrecognized gcc option "-no-cpp-precomp" | Damien Doligez | 2012-03-27 | 1 | -1/+1 |
* | Use flexdll's -stack option, also for Cygwin. | Alain Frisch | 2012-03-23 | 1 | -1/+1 |
* | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez | 2012-03-08 | 1 | -1/+4 |
* | PR#5487: addition of CFI directives and a few filename/linenumber info to gen... | Xavier Leroy | 2012-02-21 | 1 | -0/+17 |
* | Backtrack previous changes for PowerPC/Linux, which turns out to lack what we... | Xavier Leroy | 2012-02-17 | 1 | -1/+1 |
* | PR#5064, PR#5485: try to ensure that 4K words of stack are available | Xavier Leroy | 2012-02-17 | 1 | -2/+1 |
* | PR5477: (continued) fix Tcl/Tk configuration to use $x11_link instead of $x11... | Damien Doligez | 2012-02-10 | 1 | -1/+1 |
* | PR#5385: add a warning when MACOSX_DEPLOYMENT_TARGET is set | Damien Doligez | 2012-02-09 | 1 | -0/+5 |
* | PR#4278: configure without graph; fix problem when X11 not found | Damien Doligez | 2012-02-07 | 1 | -10/+18 |
* | Merge the new ARM backend into trunk (PR#5433). | Benedikt Meurer | 2012-02-04 | 1 | -2/+9 |
* | PR#5477 use pkg-config to configure graphics on linux | Damien Doligez | 2012-02-01 | 1 | -41/+60 |
* | PR#1496: allow configuring LIBDIR, BINDIR, and MANDIR relative to $(PREFIX) | Damien Doligez | 2012-01-26 | 1 | -3/+9 |
* | fix configure on MacOSX after upgrade of config.sub and config.guess | Damien Doligez | 2012-01-23 | 1 | -0/+1 |
* | fix configure on MacOSX/64-bit; add an option to configure or build without c... | Damien Doligez | 2012-01-23 | 1 | -1/+5 |
* | #5478: makes it possible to specify a custom 'ar' command. | Alain Frisch | 2012-01-16 | 1 | -0/+3 |
* | PR#5453: configure doesn't find X11 under Ubuntu/MultiarchSpec | Damien Doligez | 2011-12-29 | 1 | -1/+4 |
* | Fix #5393: make sure -R is only passed to the linker with a BSD that has a BS... | Jonathan Protzenko | 2011-12-21 | 1 | -0/+1 |
* | cygwin is changing from Windows-based to X-based tcl/tk | Damien Doligez | 2011-12-21 | 1 | -4/+0 |