summaryrefslogtreecommitdiff
path: root/tools/Makefile.shared
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile and .depend for untypeast.Gabriel Scherer2015-03-081-1/+1
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-2/+2
* Rewrite cmt2annot using tast_mapper instead of tast_iter. Remove tast_iter.Alain Frisch2014-12-221-3/+0
* Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...Alain Frisch2014-12-221-2/+1
* Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch2014-08-071-1/+1
* Enable warning 27 in tools/ and fix occurrences. It's good to mark in depend...Alain Frisch2014-05-121-1/+1
* Remove FIRST_UNIMPLEMENTED_OP from interp.cFabrice Le Fessant2014-05-051-1/+1
* merge branch "safe-string"Damien Doligez2014-04-291-2/+2
* [minor] make tools/Makefile.shared msvc-friendlyGabriel Scherer2014-04-071-1/+1
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-071-13/+17
* #5779: improve support for structured constants (better propagation, sharing,...Alain Frisch2014-03-061-3/+3
* ocamlmklibconfig.ml: add missing config varibleDamien Doligez2013-12-171-0/+1
* Un-bootstrapping of ocamlbuild, clean-up phase:Xavier Leroy2013-12-141-24/+15
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-5/+6
* build: always build lex/ and ocamlc with the compiler from boot/.Wojciech Meyer2013-11-101-2/+2
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-261-0/+1
* build: remove warning 32 (unused variable) in tools.Wojciech Meyer2013-09-201-1/+1
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-3/+2
* build: replace build/mk{config,myocamlbuild_config}.sh.Wojciech Meyer2013-09-201-2/+2
* Remove the dump_ast tool. A better replacement is part of the standalone ppx...Alain Frisch2013-09-101-10/+0
* Do not compile or install by default ocamlast.Alain Frisch2013-08-291-6/+1
* Synchronize with trunk.Alain Frisch2013-07-161-3/+3
|\
| * Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-051-1/+1
| * compact representation of warning flagsDamien Doligez2013-05-281-1/+1
| * PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-181-1/+1
* | Better representation of variance in the Parsetree.Alain Frisch2013-04-021-2/+4
* | A tool to dump the Parsetree in OCaml syntax (relies on the toplevel pretty-p...Alain Frisch2013-03-291-2/+15
* | Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-3/+4
|/
* Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch2013-01-161-1/+1
* Enable 'unused stuff' warnings in tools/ and get rid of them.Alain Frisch2012-12-191-1/+1
* New implementation of cmt2annot, based on an OO iterator for typed trees. Mos...Alain Frisch2012-11-081-1/+2
* Move ast_mapper.ml to tools/.Alain Frisch2012-11-081-0/+2
* #5814: rebuild environments from summaries when needed.Alain Frisch2012-11-081-0/+2
* #5812: compile read_cmt.opt (about 10x faster than read_cmt to generate .anno...Alain Frisch2012-11-061-2/+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
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-7/+14
* Add support for -ppx in ocamldep (and reuse preprocessing code in Pparse).Alain Frisch2012-07-241-1/+2
* Fix problem of size of bin-annot filesFabrice Le Fessant2012-07-121-1/+3
* merge with branch bin-annotFabrice Le Fessant2012-05-301-1/+49
* More renaming to OCamlDamien Doligez2012-02-101-1/+1
* PR#5331: ocamlmktop is not always a shell scriptXavier Clerc2011-09-071-8/+0
* PR#5238, PR#5277: Sys_error when getting error locationDamien Doligez2011-08-041-4/+4
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-6/+1
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-1/+1
* PR#5059: split objinfo into a pure Caml part and a pure C part.Xavier Leroy2010-05-241-13/+8
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-201-1/+1
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-191-15/+24
* New -help-warnings command-line option.Alain Frisch2010-05-041-1/+1