summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Tabify.Pierre Weis2013-02-121-20/+20
* Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch2013-01-161-1/+2
* PR#5712: (6) document OCAMLRUNPARAM flag RDamien Doligez2013-01-031-0/+1
* Entry point for ocamlbuild noboot version.Wojciech Meyer2013-01-011-1/+5
* #5741: link pprintast into the compiler (unused for now, but it is available ...Alain Frisch2012-10-171-1/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5278: update Makefile message to mention "make world.opt"Damien Doligez2012-09-171-2/+1
* ocamlbuild-mixed-boot is not phonyJacques Garrigue2012-09-131-1/+1
* call ocamltoolsopt earlierJacques Garrigue2012-08-231-3/+3
* Remove -g for ocamlopt in MakefileFabrice Le Fessant2012-07-301-1/+1
* Remove dependency from typing/envaux.ml to bytecomp/instruct.mlFabrice Le Fessant2012-07-301-1/+1
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-2/+8
* Install topdirs.cmi in stdlib (problem reported on the mailing list - unable ...Wojciech Meyer2012-07-191-0/+1
* Fix problem of size of bin-annot filesFabrice Le Fessant2012-07-121-2/+3
* PR#5218: use $(MAKE) instead of "make" in MakefilesDamien Doligez2012-07-101-2/+2
* merge with branch bin-annotFabrice Le Fessant2012-05-301-3/+3
* Enabled 'unused rec flag' warning.Alain Frisch2012-05-291-1/+1
* Enable and fix more warnings.Alain Frisch2012-05-291-1/+1
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-1/+1
* Makefile: typo in installoptopt entryXavier Leroy2012-05-211-1/+1
* Install compiler internals (as libraries + compiled interfaces + start modules)Xavier Leroy2012-05-171-65/+96
* Reverting commits 12385 and 12370, while waiting for a decision to be taken t...Fabrice Le Fessant2012-04-221-21/+10
* Add hooks in AsmgenFabrice Le Fessant2012-04-181-10/+21
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-0/+1
* PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy2012-02-211-1/+2
* PR5477: (continued) fix Tcl/Tk configuration to use $x11_link instead of $x11...Damien Doligez2012-02-101-0/+5
* fix configure on MacOSX/64-bit; add an option to configure or build without c...Damien Doligez2012-01-231-4/+7
* Unused_var has been removed.Alain Frisch2012-01-181-1/+1
* #5478: makes it possible to specify a custom 'ar' command.Alain Frisch2012-01-161-0/+1
* The "DBM" library (interface with Unix DBM key-value stores) is noXavier Leroy2011-12-171-1/+1
* Module Lnenum has vanished!Pierre Weis2011-10-281-1/+1
* merge branches/located_errorsJacques Garrigue2011-10-211-0/+1
|\
| * Keep location on type declarations.Alain Frisch2010-05-211-0/+1
* | PR#5238, PR#5277: Sys_error when getting error locationDamien Doligez2011-08-041-11/+1
* | merge branches/gadtsJacques Garrigue2011-07-291-5/+5
|\ \
| * | allow variance in GADTsJacques Garrigue2010-11-081-1/+1
| * | merged with trunk. specifically, merged with implicit unpack patchJacques Le Normand2010-10-251-6/+7
| * | removed Type_variant, fixed bug in GADT exhaustive checkJacques Le Normand2010-10-211-2/+2
* | | renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* | | merge branches/implicit-unpack + update camlp4Jacques Garrigue2010-10-211-6/+7
|/ /
* | merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-0/+4
|/
* fix Windows MSVC build + ignoresDamien Doligez2010-05-191-3/+3
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-191-2/+2
* unified command-line argumentsDamien Doligez2010-04-131-2/+3
* removed "make clean" in testDamien Doligez2010-04-071-3/+0
* clean up spaces and tabsDamien Doligez2010-01-221-48/+48
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-4/+5
* Using -strict-sequence to compile the compiler.Pierre Weis2009-12-091-2/+2
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-8/+2
* option -C is a gnuism that is not portable: use cd instead!Pierre Weis2009-04-061-1/+1