- Feb 25, 2019
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Feb 20, 2019
-
-
Andre Maroneze authored
-
- Jan 25, 2019
-
-
François Bobot authored
-
- Jan 21, 2019
-
-
Loïc Correnson authored
(blind make headers from specifications)
-
- Dec 12, 2018
-
-
Andre Maroneze authored
-
- Oct 25, 2018
-
-
David Bühler authored
-
- Oct 17, 2018
-
-
David Bühler authored
Instead, plugins requirements should be automatically added to the .merlin file.
-
- Oct 15, 2018
-
-
- Sep 13, 2018
-
-
Virgile Prevosto authored
-
- Jul 25, 2018
-
-
Virgile Prevosto authored
`configure` should not be bothered with defining macros for generating `transitioning.ml`. This belongs to `Makefile.generating`
-
- May 30, 2018
-
-
Loïc Correnson authored
-
- Apr 23, 2018
-
-
Virgile Prevosto authored
`Stack.fold` didn't exist back then
Also update comments of `transitioning.mli` to reflect reality
-
- Apr 12, 2018
-
-
David Bühler authored
-
- Mar 05, 2018
-
-
Virgile Prevosto authored
also put the target into `Makefile.generating`.
-
- Jan 16, 2018
-
-
Virgile Prevosto authored
-
- Dec 01, 2017
-
-
Bouillaguet Quentin authored
Use of Frama-C's Makefile WARNINGS variable through Config and hardcoded disable of warning-errors. Changes on Kernel: [Config]: - 'ocaml_wflags' exposes warning flags used by ocamlc and ocamlopt when compiling Frama-C.
-
- Sep 14, 2017
-
-
- Jun 28, 2017
-
-
Andre Maroneze authored
Use a wrapper for frama-c-config, like existing ones for frama-c/frama-c-gui.
-
- Apr 27, 2017
-
-
Remove it. Even better since is presence caused race conditions in the compilation process
-
-
- Apr 18, 2017
-
-
Virgile Prevosto authored
`Makefile.kernel` is only needed in external compilation mode, and even there, for static linking only, an obsolete and soon-to-be-removed compilation target. Moreover, including it unconditionally trigger race conditions in internal mode.
-
- Apr 12, 2017
-
-
Virgile Prevosto authored
-
- Mar 29, 2017
-
-
Virgile Prevosto authored
if CPP is set at runtime, we do not assume that it has options to keep comments. Moreover, if CPP + default args (`-C -I.`) is equal to the default computed at compile time, we use the appropriate flags for `is_gnu_like` and `keep_comments`
-
- Mar 28, 2017
-
-
Andre Maroneze authored
-
- Feb 03, 2017
-
-
Andre Maroneze authored
-
- Dec 02, 2016
-
-
Andre Maroneze authored
- Extend machdep information to include required CPP arguments (p.ex. -m32); - Check supported architecture options during configure; - Automatically apply options according to chosen machdep. Note: this may generate extra warnings when using old versions of GCC or compilers that do not support options -m32/-m64 and similar.
-
- Oct 06, 2016
-
-
Andre Maroneze authored
When calling makefile functions, whitespace after commas can lead to unexpected results (especially for the 'call' function, see www.gnu.org/software/make/manual/html_node/Call-Function.html#Call-Function). Some of the changes in this commit are unnecessary, but providing a more uniform style should prevent future bugs similar to #130.
-
- Aug 24, 2016
-
-
Loïc Correnson authored
Includes the master branch of Frama-C and faetuare/lib-added-features.
-
- Aug 23, 2016
-
-
François Bobot authored
-
- Aug 22, 2016
-
-
François Bobot authored
They can still be refined by $(FRAMAC_USER_MERLIN_FLAGS)
-
- Aug 07, 2016
-
-
Boris Yakobowski authored
less confusion with toplevel or non-gui targets
-
- Jun 07, 2016
-
-
François Bobot authored
-
François Bobot authored
in config.ml
-
François Bobot authored
-
- Apr 27, 2016
-
-
Andre Maroneze authored
-
- Feb 17, 2016
-
-
Boris Yakobowski authored
Only print something when the file must be updated. (Which is done by CP_IF_DIFF itself)
-
Loïc Correnson authored
-
- Feb 03, 2016
-
-
Boris Yakobowski authored
-
- Sep 04, 2015
-
-
Virgile Prevosto authored
Yet another bite from the beb(*) (*) breaking-everything-branch
-