-
-
Notifications
You must be signed in to change notification settings - Fork 1
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: Olivier Mehani <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lurch
updated
17 files
+22 −0 | .appveyor.yml | |
+33 −0 | CHANGELOG.md | |
+97 −10 | Makefile | |
+5 −11 | README.md | |
+1 −1 | lib/axc | |
+1 −1 | lib/libomemo | |
+134 −661 | src/lurch.c | |
+1 −1 | src/lurch.h | |
+811 −0 | src/lurch_api.c | |
+137 −0 | src/lurch_api.h | |
+17 −0 | src/lurch_api_internal.h | |
+342 −0 | src/lurch_cmd_ui.c | |
+10 −0 | src/lurch_cmd_ui.h | |
+166 −0 | src/lurch_util.c | |
+50 −0 | src/lurch_util.h | |
+1,322 −0 | test/test_lurch_api.c | |
+216 −0 | test/test_lurch_util.c |