From b77f04ba59c8c4c5044da2101af5d57777187766 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 31 May 2021 13:47:55 +0300 Subject: [PATCH 1/2] picoutobj and qglengine refactoring --- pip | 2 +- qglengine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip b/pip index 1ec9481..6af2162 160000 --- a/pip +++ b/pip @@ -1 +1 @@ -Subproject commit 1ec9481c19ceb29ffd57e26e09538328847775b2 +Subproject commit 6af21622a18cdce7d72fd7fb1b1485ec09f6b8ef diff --git a/qglengine b/qglengine index 5eaa202..a9f7408 160000 --- a/qglengine +++ b/qglengine @@ -1 +1 @@ -Subproject commit 5eaa20202bde5d75134f4d6af7683d52a676113c +Subproject commit a9f7408e717369eee3e8b8af610f1e162c66f3d2 From c099d229aca70e1d85f1b209b0c65114d4bc1d30 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 11 Jun 2021 20:39:40 +0300 Subject: [PATCH 2/2] update submodules --- pip | 2 +- qad | 2 +- qglengine | 2 +- submodules_revert.sh | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 submodules_revert.sh diff --git a/pip b/pip index 6af2162..bfb64ba 160000 --- a/pip +++ b/pip @@ -1 +1 @@ -Subproject commit 6af21622a18cdce7d72fd7fb1b1485ec09f6b8ef +Subproject commit bfb64bab211d98e1093e03551166e1f7b589bf29 diff --git a/qad b/qad index c5f45b7..b09390a 160000 --- a/qad +++ b/qad @@ -1 +1 @@ -Subproject commit c5f45b7078d316953a9b1cd6e19b40a992b9c3ec +Subproject commit b09390a460ee64c5dd9a687eccfe73d67ae7e032 diff --git a/qglengine b/qglengine index a9f7408..4438ef0 160000 --- a/qglengine +++ b/qglengine @@ -1 +1 @@ -Subproject commit a9f7408e717369eee3e8b8af610f1e162c66f3d2 +Subproject commit 4438ef0d4cf699fa75e5ab38b52d2f42be23d130 diff --git a/submodules_revert.sh b/submodules_revert.sh new file mode 100644 index 0000000..ac20ac9 --- /dev/null +++ b/submodules_revert.sh @@ -0,0 +1,2 @@ +git submodule deinit --all -f +git submodule update --recursive --init