From fd254e6789bfc00467c94bd210434dc74a7c1f6a Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Thu, 16 Feb 2017 11:30:25 +0100 Subject: Hidapi added as a submodule Signed-off-by: Szczepan Zalega --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6e2a0ec..4c898f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "pybind11"] path = python_bindings/pybind11 url = https://github.com/pybind/pybind11.git +[submodule "hidapi"] + path = hidapi + url = git@github.com:szszszsz/hidapi.git -- cgit v1.2.1 From aa9baa019bb53d83625e0a296efc744ef351fd45 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 11 Mar 2017 13:47:41 +0100 Subject: Add tested Travis build configuration. Set proper hidapi url. Signed-off-by: Szczepan Zalega --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4c898f5..1656b22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/pybind/pybind11.git [submodule "hidapi"] path = hidapi - url = git@github.com:szszszsz/hidapi.git + url = https://github.com/szszszsz/hidapi.git -- cgit v1.2.1 From ac6b9c18ef55f4cd36e85069cf0cf82c14e04404 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 11 Mar 2017 16:53:44 +0100 Subject: Cleanup modules Remove unused PyBind11 Update hidapi git path Signed-off-by: Szczepan Zalega --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1656b22..4608496 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "unittest/Catch"] path = unittest/Catch url = https://github.com/philsquared/Catch.git -[submodule "pybind11"] - path = python_bindings/pybind11 - url = https://github.com/pybind/pybind11.git [submodule "hidapi"] path = hidapi - url = https://github.com/szszszsz/hidapi.git + url = https://github.com/Nitrokey/hidapi.git -- cgit v1.2.1