summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trunk' of ssh://github.com/ocaml/ocaml into trunkpierreweis2015-11-123-90/+18
|\
| * simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-063-73/+0
| * update tools/check-typo to work with git attributes instead of svn propertiesDamien Doligez2015-11-031-18/+19
* | Do not use fscanf that will be deprecated ASAP.Pierre Weis2015-10-291-3/+3
|/
* update CI build script to switch to gitSome Name2015-10-291-1/+1
* merge branches/gadt-warningsJacques Garrigue2015-10-232-0/+2
|\
| * switch to 'pat -> .' and add P/Texp_unreachablegadt-warningsJacques Garrigue2015-10-162-15/+14
| * add refuted cases, syntax is 'pat -> _'Jacques Garrigue2015-10-152-12/+15
* | #6195: use compilerlibs for read_cmt tool.Alain Frisch2015-09-111-35/+7
* | whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-114-11/+12
* | Added .dylib and .so as extensions for ocamlmklibGabriel Scherer2015-08-221-3/+5
* | ci-build: allow special characters in conf optionsDamien Doligez2015-08-181-2/+6
* | fix universal CI build script for UnixDamien Doligez2015-08-181-2/+7
* | make alldependGabriel Scherer2015-08-151-4/+2
* | ocamldep: make printing of cyclic dependencies deterministicGabriel Scherer2015-08-151-2/+7
* | add option handling for colors in compiler, OCAMLPARAM and ocamlbuildGabriel Scherer2015-08-152-0/+2
* | make alldependGabriel Scherer2015-08-021-0/+4
* | merge branch 4.02 from rev 16205 to rev 16238Damien Doligez2015-07-291-2/+0
* | tell GCC to use only ASCII in its warnings and errorsDamien Doligez2015-07-221-0/+3
* | update .depend and bootstrap compilers after 4.02 mergeDamien Doligez2015-07-171-2/+2
* | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-173-2/+12
* | PR#6747: ocamlobjinfo: missing symbol caml_plugin_header due to underscoreDamien Doligez2015-07-152-3/+11
* | Attach documentation comments to ParsetreeLeo White2015-06-283-3/+6
* | small improvements to tools/gdb-macrosDamien Doligez2015-06-041-4/+7
|/
* deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM i...Damien Doligez2015-05-041-6/+6
* gdb-macros: more useful macrosDamien Doligez2015-05-011-2/+59
* fix minor mistake in tools/eqparsetree.mlGabriel Scherer2015-04-261-2/+2
* #6845: -no-check-prims to tell ocamlc not to check primitives in runtime.Alain Frisch2015-04-221-0/+1
* add `camlfield` command; improve `camlchunks`Damien Doligez2015-04-151-8/+16
* add commands `camlnext` and `camlchunks`Damien Doligez2015-04-141-5/+36
* GPR#118 ocamldep -allow-approx: fallback to a lexer-based approximationGabriel Scherer2015-04-121-2/+55
* gdb-macros: make `caml` work on any argument typeDamien Doligez2015-04-101-8/+11
* use the official name of Jane Street in headersDamien Doligez2015-04-071-1/+1
* dumpobj: remove spurious whitespace and add missing opcodesDamien Doligez2015-04-021-46/+50
* Update ocamldoc and other utilities to support "typeJérémie Dimino2015-03-132-6/+8
* relax ocamldep test to allow for non-ASCII module identifiersDamien Doligez2015-03-121-4/+8
* Update Makefile and .depend for untypeast.Gabriel Scherer2015-03-082-23/+13
* move tools/untypeast.ml to typing/untypeast.mlGabriel Scherer2015-03-082-662/+0
* misc fixes to gdb-macrosDamien Doligez2015-03-041-3/+13
* tools: add a file of GDB macros useful for debugging the runtimeDamien Doligez2015-02-121-0/+206
* Resolve PR#6742: remove duplicate virtual_flag information from Tstr_classJacques Garrigue2015-01-161-1/+1
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-273-11/+8
* PR#6641: add -g, -ocamlcflags, -ocamloptflags options to ocamlmklibGabriel Scherer2014-12-271-6/+23
* Rewrite cmt2annot using tast_mapper instead of tast_iter. Remove tast_iter.Alain Frisch2014-12-224-590/+114
* Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...Alain Frisch2014-12-221-2/+1
* exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue2014-12-221-3/+5
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-2/+2
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-5/+7
|\
| * Sync with trunk.Alain Frisch2014-09-0410-17/+55
| |\
| * \ Sync with trunk. Rebinding of inlined extension constructors with free variab...Alain Frisch2014-08-0719-162/+470
| |\ \