aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
Commit message (Expand)AuthorAgeFilesLines
* Include `+unix` and `+str` for OCaml 5 compatibilityXavier Leroy2023-03-061-1/+3
* Add support to clightgen for generating Csyntax AST as .v filesXavier Leroy2021-09-221-1/+1
* Refactor clightgenXavier Leroy2021-09-221-2/+2
* Handle the new warnings of OCaml 4.13Xavier Leroy2021-09-131-1/+1
* Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-081-4/+5
* Do not use -warn-error when building from a release tarballXavier Leroy2020-11-141-2/+9
* Bytecode-only build (#243)Xavier Leroy2020-07-071-1/+15
* Compatibility with OCaml 4.10 (#214)Xavier Leroy2020-02-061-2/+2
* Revised menhirLib autoconfiguration (#331)Xavier Leroy2020-02-051-1/+1
* New parser based on new version of the Coq backend of Menhir (#276)Jacques-Henri Jourdan2019-07-051-2/+2
* Removed CMinor import. Bug 20992Bernhard Schommer2017-02-141-7/+3
* Add LINK_OPT and document it.Bernhard Schommer2017-02-011-2/+15
* Added simplified reader and printer for gnu @filesBernhard Schommer2016-07-201-1/+2
* Remove code that will is deprecated in ocaml 4.03Bernhard Schommer2016-06-211-3/+1
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-1/+1
* Split dependency generation.Bernhard Schommer2016-05-131-1/+2
* Compatibility with newer ocaml versions. Bug 18313.Bernhard Schommer2016-03-311-1/+5
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-1/+1
* Upgrade ocaml version needed and enable more warnings.Bernhard Schommer2016-03-101-3/+3
* Added warning for strict-sequences.Bernhard Schommer2016-01-211-1/+1
* Removed the last remains of cchecklink.Bernhard Schommer2016-01-211-2/+0
* Ignore *.cmt(i) files and allow global COMPFLAGS.Bernhard Schommer2015-12-071-4/+2
* Tentative fix for issue #70 (menhirLib recompilation problems)Xavier Leroy2015-11-131-2/+2
* Merge remote branch 'upstream/master' into cleanFrançois Pottier2015-10-231-53/+3
|\
| * Merge branch 'clean' of https://github.com/fpottier/CompCert into fpottier-cleanBernhard Schommer2015-10-201-6/+9
| |\
| * | Removal of cchecklink, superseded by AbsInt's Valex tool.Xavier Leroy2015-10-121-53/+3
* | | Added a few cleanup commands in [make clean].François Pottier2015-10-231-1/+2
* | | Install the new system for reporting syntax errors.François Pottier2015-10-231-2/+7
* | | Makefile.extr: [make clean] removes .automaton files.François Pottier2015-10-231-0/+1
| |/ |/|
* | Added [Makefile.menhir], which gives a choice between Menhir's "code" and "ta...François Pottier2015-10-161-7/+10
* | Add -la 1 to Menhir's invocation, to see statistics and warnings.François Pottier2015-10-071-1/+1
* | Pass --no-stdlib and -v to menhir when compiling pre_parser.mly.François Pottier2015-10-071-1/+1
|/
* Erase incomplete file .depend.extr if "make depend" fails.Xavier Leroy2015-08-211-3/+2
* Merge branch 'master' into dwarfBernhard Schommer2015-03-101-13/+12
|\
| * Removed unused target cleansource.Bernhard Schommer2015-03-051-4/+0
| * Removed leftover references to recdepend.Xavier Leroy2015-02-281-6/+5
| * Removed the recdepend again and replaced it by a builtin Make function.Bernhard Schommer2015-02-271-8/+6
| * Updated the recdepend tool to avoid printing of ./ at the begining and printi...Bernhard Schommer2015-02-251-2/+4
| * Added a small ocamlfile that calls ocamlfind recursivly over a given directory.Bernhard Schommer2015-02-241-5/+7
| * Removed the Unix from the libraries for cchecklink.Bernhard Schommer2015-02-201-2/+3
| * Merge branch 'no-shell' of github.com:AbsInt/CompCert into compcert_windowsBernhard Schommer2015-02-191-2/+3
| |\
| | * Merge branch 'master' into no-shellBernhard Schommer2015-02-191-2/+6
| | |\
| | * | Use Unix.create_process instead of Sys.command (continued).Xavier Leroy2014-12-291-2/+3
| * | | Removed the linker flag again.Bernhard Schommer2015-01-201-2/+2
| | |/ | |/|
* | | Merge branch 'master' into dwarfBernhard Schommer2015-01-201-2/+6
|\| |
| * | Replaced 8 spaces by tabs.Bernhard Schommer2015-01-161-1/+1
| * | Added new target to just remove the cm[iox] files and the build executables.Bernhard Schommer2015-01-161-0/+4
| * | Added variable to the Makefile to specify additional linker commands and chan...Bernhard Schommer2015-01-151-2/+2
| |/
* / Merge branch 'master' into dwarfBernhard Schommer2015-01-121-1/+1
|/
* Minor bug fixes in configure and Makefile.extrXavier Leroy2014-12-171-2/+3