Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
be20f13a
Commit
be20f13a
authored
3 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[ivette] distribute api-generator with a header
parent
732b3eef
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ivette/headers/header_spec.txt
+1
-1
1 addition, 1 deletion
ivette/headers/header_spec.txt
ivette/headers/register.sh
+1
-1
1 addition, 1 deletion
ivette/headers/register.sh
ivette/src/frama-c/api_generator.ml
+22
-0
22 additions, 0 deletions
ivette/src/frama-c/api_generator.ml
with
24 additions
and
2 deletions
ivette/headers/header_spec.txt
+
1
−
1
View file @
be20f13a
...
@@ -139,7 +139,7 @@ src/dome/template/typescript.el: .ignore
...
@@ -139,7 +139,7 @@ src/dome/template/typescript.el: .ignore
src/dome/template/update.sh: .ignore
src/dome/template/update.sh: .ignore
src/dome/template/webpack.main.js: CEA_LGPL
src/dome/template/webpack.main.js: CEA_LGPL
src/dome/template/webpack.renderer.js: CEA_LGPL
src/dome/template/webpack.renderer.js: CEA_LGPL
src/frama-c/api_generator.ml:
.ignore
src/frama-c/api_generator.ml:
CEA_LGPL
src/frama-c/client.ts: CEA_LGPL
src/frama-c/client.ts: CEA_LGPL
src/frama-c/client_socket.ts: CEA_LGPL
src/frama-c/client_socket.ts: CEA_LGPL
src/frama-c/client_zmq.ts: CEA_LGPL
src/frama-c/client_zmq.ts: CEA_LGPL
...
...
This diff is collapsed.
Click to expand it.
ivette/headers/register.sh
+
1
−
1
View file @
be20f13a
...
@@ -3,7 +3,7 @@ case "$1" in
...
@@ -3,7 +3,7 @@ case "$1" in
Makefile.distrib
|
*
.json
|
src/dome/doc/
*
|
*
/.eslintrc.js
)
Makefile.distrib
|
*
.json
|
src/dome/doc/
*
|
*
/.eslintrc.js
)
echo
"
$1
: .ignore"
echo
"
$1
: .ignore"
;;
;;
*
Make
*
|
src/
*
/
*
.js
*
|
src/
*
/
*
.ts
*
)
*
Make
*
|
src/
*
/
*
.js
*
|
src/
*
/
*
.ts
*
|
src/
*
/
*
.ml
*
)
echo
"
$1
: CEA_LGPL"
echo
"
$1
: CEA_LGPL"
;;
;;
*
)
*
)
...
...
This diff is collapsed.
Click to expand it.
ivette/src/frama-c/api_generator.ml
+
22
−
0
View file @
be20f13a
(**************************************************************************)
(* *)
(* This file is part of Frama-C. *)
(* *)
(* Copyright (C) 2007-2022 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
(* you can redistribute it and/or modify it under the terms of the GNU *)
(* Lesser General Public License as published by the Free Software *)
(* Foundation, version 2.1. *)
(* *)
(* It is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *)
(* GNU Lesser General Public License for more details. *)
(* *)
(* See the GNU Lesser General Public License version 2.1 *)
(* for more details (enclosed in the file licenses/LGPLv2.1). *)
(* *)
(**************************************************************************)
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
(* --- Frama-C TypeScript API Generator --- *)
(* --- Frama-C TypeScript API Generator --- *)
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment