summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* manual: update .gitigore and clean rule for odocFlorian Angeletti2023-01-061-0/+3
* Remove the extract_crc toolSébastien Hinderer2022-11-281-1/+0
* Fix .gitignoreSébastien Hinderer2022-10-261-1/+0
* Update lintapidiffSébastien Hinderer2022-10-261-0/+2
* Ignore and clean configure~Sébastien Hinderer2022-10-141-0/+1
* Stop ignoring tools/ocamldumpobj, not built any longerSébastien Hinderer2022-10-131-1/+0
* Stop ignoring arithstatus.mli in manual, it no longer existsSébastien Hinderer2022-10-131-1/+0
* In .gitignore, stop ignoring no longer existing manual-related toolsSébastien Hinderer2022-10-131-4/+0
* Merge the remaining .gitignore files into the root oneSébastien Hinderer2022-10-131-1/+75
* Stop ignoring tools/dumpapprox and tools/keywordsSébastien Hinderer2022-10-131-2/+0
* Rename caml-tex into ocamltex, + related changesSébastien Hinderer2022-09-271-1/+1
* Introduce config.generated.mlSébastien Hinderer2022-09-071-1/+5
* Generate ocamltest/ocamltest_config.ml during configure rather than buildSébastien Hinderer2022-09-071-1/+0
* ocamltest: determine ocamlsrcdir during configure rather than during buildSébastien Hinderer2022-09-071-0/+1
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-0/+3
* Let configure generate the META files, with a proper version numberSébastien Hinderer2022-07-181-1/+1
* Add META files (#11007)Nicolás Ojeda Bär2022-07-011-0/+1
* Provide interfaces for the backend-specific arch modulesSébastien Hinderer2022-06-301-0/+1
* Merge runtime/Makefile in the root MakefileSébastien Hinderer2022-05-111-1/+1
* Use fixed configuration for boot/ocamlcDavid Allsopp2022-05-051-0/+1
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-29/+1
* .gitignore cleanupSébastien Hinderer2022-04-101-3/+0
* Let manual/src/html_processing/src/common.ml be generated by configureSébastien Hinderer2021-10-111-0/+1
* Ignore `_opam` in git and check-typo. (#10649)Weng Shiwei2021-09-281-0/+1
* Use build_config.h instead of -DOCAML_STDLIB_DIRDavid Allsopp2021-04-281-0/+2
* Control the flexdll bootstrap with configureDavid Allsopp2021-05-111-0/+2
* Overhaul flexlink binary locations during buildDavid Allsopp2021-05-111-0/+2
* Bootstrap flexlink without partialcleanDavid Allsopp2021-05-111-0/+1
* documentation: configuration switch for an odoc documentation mode (#9997)Florian Angeletti2021-04-071-5/+2
* Get rid of the ocamlmklibconfig module completelySébastien Hinderer2021-02-101-1/+0
* api_docgen/Makefile: remove setup targetoctachron2021-02-031-1/+1
* manual/manual -> manual/srcJohn Whitington2021-01-291-2/+2
* Factorise bytecode and native toplevels (#10124)Louis Gesbert2021-01-261-4/+2
* Add one new test file containing 1086 tests of the syntax error messages (plu...François Pottier2020-12-211-0/+1
* Merge pull request #9996 from Octachron/parallel_manpagesGabriel Scherer2020-12-091-4/+7
|\
| * Move doc to api_docgen and restore installationoctachron2020-12-021-6/+6
| * doc: centralized, parallel, incremental manpagesFlorian Angeletti2020-12-021-4/+7
* | Unify topXXX.mli / opttopXXX.mli (#10061)Louis Gesbert2020-12-081-0/+9
|/
* Add Ocamltest_stdlib.Unix.has_symlinkDavid Allsopp2020-07-231-0/+1
* Add Sys.mkdirDavid Allsopp2020-07-211-0/+1
* Remove integration with libbfdNicolás Ojeda Bär2020-07-021-1/+0
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-2/+2
* tools/Makefile: stop considering ocamldep and cvt_emit as preciousSébastien Hinderer2020-06-181-2/+0
* Cease committing C dependendency informationDavid Allsopp2020-04-171-4/+3
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-1/+1
* Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-301-0/+1
* debugger: rename parser and lexer modulesFlorian Angeletti2020-01-061-3/+3
* ocamltest: draft of reference manual (tutorial section)Sébastien Hinderer2019-11-281-0/+1
* Allow by-host worktree-sharable configure cachesDavid Allsopp2019-10-051-0/+1
* Merge pull request #8713 from kayceesrk/r14-globalsStephen Dolan2019-08-271-0/+4
|\