Skip to content

Commit

Permalink
Module updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Jan 6, 2025
1 parent b2d0a65 commit f42b02e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
18 changes: 0 additions & 18 deletions cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,6 @@

using namespace inf;

static inf::Log::Level log_level_from_value(int32_t value)
{
switch (value) {
case 1:
return Log::Level::Debug;
case 2:
return Log::Level::Info;
case 3:
return Log::Level::Warning;
case 4:
return Log::Level::Error;
case 5:
return Log::Level::Critical;
default:
throw inf::RuntimeError("Invalid log level specified '{}': value must be in range [1-5]", value);
}
}

int main(int argc, char** argv)
{
#ifdef WIN32
Expand Down
2 changes: 1 addition & 1 deletion deps/vcpkg
Submodule vcpkg updated 94 files
+2 −2 ports/asio/portfile.cmake
+1 −1 ports/asio/vcpkg.json
+5 −5 ports/cpr/disable_werror.patch
+1 −1 ports/cpr/portfile.cmake
+1 −2 ports/cpr/vcpkg.json
+4 −4 ports/curl/0020-fix-pc-file.patch
+9 −9 ports/curl/0022-deduplicate-libs.patch
+79 −79 ports/curl/dependencies.patch
+6 −6 ports/curl/export-components.patch
+7 −7 ports/curl/portfile.cmake
+1 −1 ports/curl/vcpkg-cmake-wrapper.cmake
+2 −1 ports/curl/vcpkg.json
+0 −4 ports/doctest/CONTROL
+12 −13 ports/doctest/portfile.cmake
+17 −0 ports/doctest/vcpkg.json
+4 −1 ports/gdal/CMakeLists.txt
+1 −0 ports/gdal/portfile.cmake
+19 −0 ports/gdal/shapelib-rename.patch
+8 −34 ports/hwloc/fix_shared_win_build.patch
+0 −13 ports/hwloc/fix_wrong_ifdef.patch
+16 −6 ports/hwloc/portfile.cmake
+15 −0 ports/hwloc/stdout_fileno.patch
+2 −2 ports/hwloc/vcpkg.json
+29 −0 ports/libb2/portfile.cmake
+8 −0 ports/libb2/vcpkg.json
+7 −36 ports/libxml2/fix_cmakelist.patch
+2 −2 ports/libxml2/portfile.cmake
+2 −1 ports/libxml2/vcpkg.json
+1 −1 ports/parallel-netcdf/CONTROL
+4 −2 ports/parallel-netcdf/portfile.cmake
+3 −4 ports/pkgconf/portfile.cmake
+1 −2 ports/pkgconf/vcpkg.json
+12 −19 ports/pybind11/portfile.cmake
+23 −0 ports/pybind11/usage
+17 −5 ports/pybind11/vcpkg.json
+57 −0 ports/python3/0001-only-build-required-projects.patch
+153 −0 ports/python3/0002-static-library.patch
+39 −0 ports/python3/0003-use-vcpkg-zlib.patch
+117 −0 ports/python3/0004-devendor-external-dependencies.patch
+26 −0 ports/python3/0005-dont-copy-vcruntime.patch
+326 −0 ports/python3/0006-restore-support-for-windows-7.patch
+30 −0 ports/python3/0007-workaround-windows-11-sdk-rc-compiler-error.patch
+34 −0 ports/python3/0008-python.pc.patch
+31 −0 ports/python3/0010-dont-skip-rpath.patch
+54 −0 ports/python3/0011-gcc-ldflags-fix.patch
+13 −0 ports/python3/0012-force-disable-modules.patch
+44 −0 ports/python3/0014-fix-get-python-inc-output.patch
+13 −0 ports/python3/0015-dont-use-WINDOWS-def.patch
+34 −0 ports/python3/0016-fix-win-cross.patch
+14 −0 ports/python3/0016-undup-ffi-symbols.patch
+34 −0 ports/python3/0017-fix-win.patch
+15 −0 ports/python3/0018-fix-sysconfig-include.patch
+22 −0 ports/python3/0019-fix-ssl-linkage.patch
+23 −0 ports/python3/openssl.props.in
+414 −0 ports/python3/portfile.cmake
+52 −0 ports/python3/python_vcpkg.props.in
+4 −0 ports/python3/usage
+9 −0 ports/python3/usage.unix
+8 −0 ports/python3/usage.win
+136 −0 ports/python3/vcpkg-cmake-wrapper.cmake
+15 −0 ports/python3/vcpkg-port-config.cmake
+90 −0 ports/python3/vcpkg.json
+6 −1 ports/tbb/portfile.cmake
+9 −1 ports/tbb/vcpkg.json
+23 −24 ports/type-safe/portfile.cmake
+17 −10 ports/type-safe/vcpkg.json
+1 −0 ports/vcpkg-cmake/vcpkg_cmake_configure.cmake
+23 −0 ports/vcpkg-get-python-packages/copyright
+9 −0 ports/vcpkg-get-python-packages/portfile.cmake
+1 −0 ports/vcpkg-get-python-packages/vcpkg-port-config.cmake
+7 −0 ports/vcpkg-get-python-packages/vcpkg.json
+117 −0 ports/vcpkg-get-python-packages/x_vcpkg_get_python_packages.cmake
+7 −0 ports/vcpkg-get-python/portfile.cmake
+57 −0 ports/vcpkg-get-python/vcpkg-port-config.cmake
+6 −0 ports/vcpkg-get-python/vcpkg.json
+26 −27 ports/vcpkg-tool-meson/adjust-python-dep.patch
+3 −1 ports/vcpkg-tool-meson/meson.template.in
+24 −20 ports/vcpkg-tool-meson/portfile.cmake
+8 −14 ports/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch
+21 −25 ports/vcpkg-tool-meson/vcpkg-port-config.cmake
+5 −3 ports/vcpkg-tool-meson/vcpkg.json
+127 −100 ports/vcpkg-tool-meson/vcpkg_configure_meson.cmake
+1 −1 ports/vcpkg-tool-meson/vcpkg_install_meson.cmake
+13 −6 ports/xsimd/portfile.cmake
+4 −0 ports/xsimd/usage
+2 −1 ports/xsimd/vcpkg.json
+31 −0 ports/xtensor/fix-find-xsimd.patch
+2 −1 ports/xtensor/portfile.cmake
+1 −1 ports/xtensor/vcpkg.json
+2 −0 scripts/buildtools/vcpkg.py
+1 −0 scripts/cmake/vcpkg_configure_cmake.cmake
+1 −0 scripts/toolchains/linux.cmake
+1 −0 triplets/arm64-osx-homebrew.cmake
+1 −1 triplets/toolchain-linux-intel.cmake

0 comments on commit f42b02e

Please sign in to comment.