From 7d3a2dd71333025d95daf027460fba522d6e576d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 8 May 2025 17:15:42 +0200 Subject: [PATCH] Remove modules --- .gitignore | 1 + .gitmodules | 21 --------------------- lib/Files | 1 - lib/argparse | 1 - lib/catch2 | 1 - lib/folding | 1 - lib/json | 1 - lib/libxlsxwriter | 1 - lib/mdlp | 1 - 9 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 .gitmodules delete mode 160000 lib/Files delete mode 160000 lib/argparse delete mode 160000 lib/catch2 delete mode 160000 lib/folding delete mode 160000 lib/json delete mode 160000 lib/libxlsxwriter delete mode 160000 lib/mdlp diff --git a/.gitignore b/.gitignore index 42fbee0..f09d914 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ puml/** diagrams/html/** diagrams/latex/** .cache +vcpkg_installed diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 4b52f53..0000000 --- a/.gitmodules +++ /dev/null @@ -1,21 +0,0 @@ -[submodule "lib/catch2"] - path = lib/catch2 - url = https://github.com/catchorg/Catch2.git -[submodule "lib/argparse"] - path = lib/argparse - url = https://github.com/p-ranav/argparse -[submodule "lib/json"] - path = lib/json - url = https://github.com/nlohmann/json -[submodule "lib/libxlsxwriter"] - path = lib/libxlsxwriter - url = https://github.com/jmcnamara/libxlsxwriter.git -[submodule "lib/folding"] - path = lib/folding - url = https://github.com/rmontanana/folding -[submodule "lib/Files"] - path = lib/Files - url = https://github.com/rmontanana/ArffFiles -[submodule "lib/mdlp"] - path = lib/mdlp - url = https://github.com/rmontanana/mdlp diff --git a/lib/Files b/lib/Files deleted file mode 160000 index 18c79f6..0000000 --- a/lib/Files +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 18c79f6d4894d6b7a6cbfad0239bf9bfd68d3bb4 diff --git a/lib/argparse b/lib/argparse deleted file mode 160000 index cbd9fd8..0000000 --- a/lib/argparse +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cbd9fd8ed675ed6a2ac1bd7142d318c6ad5d3462 diff --git a/lib/catch2 b/lib/catch2 deleted file mode 160000 index 914aeec..0000000 --- a/lib/catch2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a diff --git a/lib/folding b/lib/folding deleted file mode 160000 index 9652853..0000000 --- a/lib/folding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9652853d692ed3b8a38d89f70559209ffb988020 diff --git a/lib/json b/lib/json deleted file mode 160000 index 48e7b4c..0000000 --- a/lib/json +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 48e7b4c23b089c088c11e51c824d78d0f0949b40 diff --git a/lib/libxlsxwriter b/lib/libxlsxwriter deleted file mode 160000 index 14f1351..0000000 --- a/lib/libxlsxwriter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 14f13513cb140092a913a91fce719ff7dc36e332 diff --git a/lib/mdlp b/lib/mdlp deleted file mode 160000 index cfb993f..0000000 --- a/lib/mdlp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cfb993f5ec1aabed527f524fdd4db06c6d839868