Skip to content

Commit 159c798

Browse files
author
Matevz Morato
committed
Remove unused changes from the branch
1 parent 5c7eafe commit 159c798

File tree

11 files changed

+6
-65
lines changed

11 files changed

+6
-65
lines changed

.devcontainer/createEnv.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
[submodule "shared/depthai-bootloader-shared"]
2+
path = shared/depthai-bootloader-shared
3+
url = ../depthai-bootloader-shared.git
14
[submodule "3rdparty/xtensor"]
25
path = 3rdparty/xtensor
36
url = https://github.com/xtensor-stack/xtensor
47
[submodule "3rdparty/xtl"]
58
path = 3rdparty/xtl
69
url = https://github.com/xtensor-stack/xtl
7-
[submodule "shared/depthai-bootloader-shared"]
8-
path = shared/depthai-bootloader-shared
9-
url = ../depthai-bootloader-shared.git
1010
[submodule "bindings/python/external/xtensor-python"]
1111
path = bindings/python/external/xtensor-python
1212
url = https://github.com/xtensor-stack/xtensor-python.git

cmake/triplets/arm64-osx.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ set(VCPKG_BUILD_TYPE release)
1010

1111
# Add ffmpeg after the shared libraries become relocatable
1212
if(PORT MATCHES "libusb")
13-
set(VCPKG_BUILD_TYPE)
1413
set(VCPKG_LIBRARY_LINKAGE dynamic)
1514
endif()

cmake/triplets/x64-osx.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ set(VCPKG_BUILD_TYPE release)
1010

1111
# Add ffmpeg after the shared libraries become relocatable
1212
if(PORT MATCHES "libusb")
13-
set(VCPKG_BUILD_TYPE)
1413
set(VCPKG_LIBRARY_LINKAGE dynamic)
1514
endif()

cmake/triplets/x64-windows.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ set(VCPKG_BUILD_TYPE release)
66
if(PORT MATCHES "libusb|ffmpeg")
77
set(VCPKG_LIBRARY_LINKAGE dynamic)
88
endif()
9+

integration_example/Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/pipeline/ThreadedNodeImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ class ThreadedNode::Impl {
1313
std::shared_ptr<spdlog::async_logger> logger =
1414
std::make_shared<spdlog::async_logger>("ThreadedNode", std::make_shared<spdlog::sinks::stdout_color_sink_mt>(), threadPool);
1515
};
16-
} // namespace dai
16+
} // namespace dai

src/pipeline/node/NeuralNetwork.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "depthai/pipeline/node/NeuralNetwork.hpp"
22

3-
// #include <magic_enum/magic_enum.hpp>
43
#include <magic_enum.hpp>
54
#include <stdexcept>
65

0 commit comments

Comments
 (0)