summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* PR#6509: Add -linkall flag to ocamlcommon archives (Patch by Frédéric Bour)Gabriel Scherer2014-08-061-2/+2
* Makefile factorizationGabriel Scherer2014-06-091-7/+2
* stop doing chmod -w on utils/config.ml (PR 6319)Mark Shinwell2014-06-061-1/+0
* update distclean targetDamien Doligez2014-05-121-1/+1
* [minor] Makefile: fix the hard-bootstrap recipeGabriel Scherer2014-05-081-4/+3
* merge branch "safe-string"Damien Doligez2014-04-291-1/+2
* New back-end optimization pass: common subexpression elimination (CSE).Xavier Leroy2014-04-261-1/+11
* New back-end optimization pass: dead code elimination.Xavier Leroy2014-04-261-0/+1
* makefile target to build the stdlib documentation as htmlGabriel Scherer2014-04-191-0/+6
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-2/+4
* Folllowup to PR#6359, great cleanup of switch actions sharing.Luc Maranget2014-04-071-1/+1
* make clean: remove *.cmt and *.cmti filesDamien Doligez2014-04-071-1/+1
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-071-25/+35
* Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch2014-04-021-14/+2
* Fix PR#6359Luc Maranget2014-04-021-1/+1
* #6352: add a warning on implicit removal of optional arguments.Alain Frisch2014-03-261-1/+1
* #PR6269 Optimized string matchingLuc Maranget2014-03-211-1/+1
* use -bin-annot when buildingMark Shinwell2014-03-071-1/+1
* #5779: improve support for structured constants (better propagation, sharing,...Alain Frisch2014-03-061-2/+2
* Record inclusion checks between value_descriptions in .cmt files. This makes...Alain Frisch2014-01-281-1/+1
* configure: SO must be "so" or "dll" without the dotDamien Doligez2013-12-171-2/+7
* Un-bootstrapping of ocamlbuild: build it using a plain Makefile.Xavier Leroy2013-12-121-22/+16
* port to cygwin-64Damien Doligez2013-12-031-1/+2
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-26/+19
* remove camlp4minus-camlp4Jérémie Dimino2013-11-211-16/+5
* build: always build lex/ and ocamlc with the compiler from boot/.Wojciech Meyer2013-11-101-2/+2
* build: don't use make's -C; it's not available everywhere.Wojciech Meyer2013-09-211-1/+1
* build: fix "make clean" failure when ./configure hasn't been run again.Wojciech Meyer2013-09-211-4/+12
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-20/+19
* Merge branch 4.01 from 4.01.0+rc1 to 4.01.0Damien Doligez2013-09-121-2/+2
* Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc2013-09-091-3/+2
* Do not compile or install by default ocamlast.Alain Frisch2013-08-291-5/+2
* Synchronize with trunk.Alain Frisch2013-08-281-21/+54
|\
| * build: fix build on Windows (patch and commit message by Adrien Nader).Gabriel Scherer2013-07-281-1/+1
| * build: allow disabling ocamldoc and ocamlbuild.Wojciech Meyer2013-07-281-10/+19
| * build: prepend "with_" to camlp4/ocamldebug-{en,dis}abling variables.Wojciech Meyer2013-07-281-5/+5
| * PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-241-16/+41
* | Synchronize with trunk.Alain Frisch2013-07-161-14/+26
|\ \ | |/
| * Revert "build: make building ocamldoc, ocamlbuild and ocamldebug optional."Wojciech Meyer2013-07-011-20/+15
| * configure: store $target and $host in the build configuration (fix-pt2). (Pat...Wojciech Meyer2013-07-011-0/+2
| * build: make building ocamldoc, ocamlbuild and ocamldebug optional.Wojciech Meyer2013-07-011-15/+20
| * Revert "configure: store $target and $host in the build configuration." as it...Wojciech Meyer2013-06-301-2/+0
| * configure: store $target and $host in the build configuration.Wojciech Meyer2013-06-301-0/+2
| * PR#4502: ocamlbuild now reliably excludes the build-dir from hygiene checkGabriel Scherer2013-06-171-2/+2
| * Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-051-1/+2
| * Re-add configure option -with-frame-pointersFabrice Le Fessant2013-06-031-0/+1
| * Reverting -with-frame-pointersFabrice Le Fessant2013-06-031-1/+0
| * Add -with-frame-pointers to ./configureFabrice Le Fessant2013-06-031-0/+1
| * PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-181-1/+1
| * fix whitespace and over-long linesDamien Doligez2013-03-221-10/+18