-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matthias Gatto <[email protected]>
- Loading branch information
1 parent
f1e856a
commit 1a18103
Showing
5 changed files
with
15,909 additions
and
14,748 deletions.
There are no files selected for viewing
Submodule COGNAC
updated
25 files
+28 −0 | HACKING.md | |
+40 −14 | Makefile | |
+35 −6 | README.md | |
+110 −0 | bin/README.md | |
+44 −0 | bin/arg_placement.c | |
+29 −0 | bin/construct_endpoint.c | |
+34 −0 | bin/construct_path.c | |
+58 −17 | bin/funclist.c | |
+97 −0 | bin/get_argument_list.c | |
+6 −0 | bin/get_path_begin.sh | |
+66 −0 | bin/get_path_description.c | |
+74 −0 | bin/get_path_type.c | |
+139 −0 | bin/helper.h | |
+7 −2 | bin/osc-api-seems-valid.sh | |
+26 −0 | bin/path_to_camelcase.c | |
+40 −0 | bin/path_to_snakecase.c | |
+120 −39 | cognac_gen.sh | |
+37 −2 | configure | |
+37 −4 | construct_data.c.sh | |
+16 −10 | function.c | |
+52 −4 | helper.sh | |
+43 −5 | lib.c | |
+10 −9 | lib.h | |
+2 −2 | main_tpl.c | |
+25 −14 | mk_args.c.sh |
Oops, something went wrong.