search for: c7d3f2c

Displaying 2 results from an estimated 2 matches for "c7d3f2c".

2016 Sep 02
6
[PATCH 0/4] generator: Some work to split large C files
By splitting up large C files we can make parallel compiles a bit faster. Rich.
2016 Dec 08
4
[PATCH] generator: Share Common_utils code.
...scape text = - let text = replace_str text "&" "&amp;" in - let text = replace_str text "<" "&lt;" in - let text = replace_str text ">" "&gt;" in - text diff --git a/generator/utils.mli b/generator/utils.mli index c7d3f2c..ae6f239 100644 --- a/generator/utils.mli +++ b/generator/utils.mli @@ -44,65 +44,10 @@ val rstructs_used_by : Types.action list -> (string * rstructs_used_t) list val failwithf : ('a, unit, string, 'b) format4 -> 'a (** Like [failwith] but supports printf-like arguments. *) -...