Skip to content

Commit

Permalink
- update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmi-e205 committed Oct 25, 2023
1 parent c8fc924 commit cea82db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 35 deletions.
19 changes: 16 additions & 3 deletions Externals/_Patches/bit7z.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ index 2541327..c61252b 100644
\ No newline at end of file
+} // namespace bit7z
diff --git a/src/internal/fileextractcallback.cpp b/src/internal/fileextractcallback.cpp
index 06d7ce3..ed6b26c 100644
index a34b81a..cede3ca 100644
--- a/src/internal/fileextractcallback.cpp
+++ b/src/internal/fileextractcallback.cpp
@@ -91,7 +91,7 @@ auto FileExtractCallback::getOutStream( uint32_t index, ISequentialOutStream** o
@@ -94,7 +94,7 @@ auto FileExtractCallback::getOutStream( uint32_t index, ISequentialOutStream** o
#if defined( BIT7Z_USE_NATIVE_STRING )
const auto& filePathString = filePath.native();
#elif !defined( BIT7Z_USE_SYSTEM_CODEPAGE )
Expand All @@ -31,10 +31,23 @@ index 06d7ce3..ed6b26c 100644
#else
const auto& nativePath = filePath.native();
const auto filePathString = narrow( nativePath.c_str(), nativePath.size() );
@@ -138,4 +138,4 @@ auto FileExtractCallback::getOutStream( uint32_t index, ISequentialOutStream** o
@@ -141,4 +141,4 @@ auto FileExtractCallback::getOutStream( uint32_t index, ISequentialOutStream** o
return S_OK;
}

-} // namespace bit7z
\ No newline at end of file
+} // namespace bit7z
diff --git a/src/internal/stringutil.hpp b/src/internal/stringutil.hpp
index 2ac190b..5a21215 100644
--- a/src/internal/stringutil.hpp
+++ b/src/internal/stringutil.hpp
@@ -40,7 +40,7 @@ inline auto path_to_tstring( const fs::path& path ) -> tstring {
const auto& native_path = path.native();
return narrow( native_path.c_str(), native_path.size() );
#else
- return path.u8string();
+ return path.string();
#endif
}

13 changes: 0 additions & 13 deletions Externals/_Patches/libidevice.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,3 @@ index f377299..209fa7e 100644

namespace idevice {

diff --git a/include/idevice/instrument/dtxtransport.h b/include/idevice/instrument/dtxtransport.h
index b1fa9b4..07f4897 100644
--- a/include/idevice/instrument/dtxtransport.h
+++ b/include/idevice/instrument/dtxtransport.h
@@ -220,7 +220,7 @@ class BufferedDTXTransport {
*/
bool Flush() {
if (buffer_used_ == 0) {
- return; // nothing to do
+ return false; // nothing to do
}
uint32_t actual_size = 0;
bool ret = transport_->Send(buffer_, buffer_used_, &actual_size);
13 changes: 0 additions & 13 deletions Externals/_Patches/libnskeyedarchiver.patch

This file was deleted.

12 changes: 6 additions & 6 deletions info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"project": "libimobiledevice",
"url": "https://github.com/libimobiledevice/libimobiledevice",
"branch": "master",
"revision": "6fc41f57fc607df9b07446ca45bdf754225c9bd9",
"revision": "04c023317f616b4b9588cce8c2da3174a7d2086b",
"path": "Externals/libimobiledevice",
"use_submodules": false
},
{
"project": "libusbmuxd",
"url": "https://github.com/libimobiledevice/libusbmuxd",
"branch": "master",
"revision": "8d30a559cf0585625d9d05dc8ce0dd495b1de4f4",
"revision": "30e678d4e76a9f4f8a550c34457dab73909bdd92",
"path": "Externals/libusbmuxd",
"use_submodules": false
},
Expand All @@ -31,23 +31,23 @@
"project": "libplist",
"url": "https://github.com/libimobiledevice/libplist",
"branch": "master",
"revision": "2d8d7ef272db06783989f77ba1ed80aa0f4d2dfd",
"revision": "2cd858c679d25633077ca78b67182a9b77653816",
"path": "Externals/libplist",
"use_submodules": false
},
{
"project": "libidevice",
"url": "https://github.com/sandin/libidevice",
"branch": "master",
"revision": "ed003cd84dd207de7377b6ce60fc8b0fecf92cf9",
"revision": "6b594c2eece25baea2757ed04f45febc2069697a",
"path": "Externals/libidevice",
"use_submodules": false
},
{
"project": "libnskeyedarchiver",
"url": "https://github.com/sandin/libnskeyedarchiver",
"branch": "master",
"revision": "afa50c85fdaff9a2cc988bb7572bb09f143b2415",
"revision": "283f5d00c3caaed5feefd7cbe4bf9e08fa3816d3",
"path": "Externals/libnskeyedarchiver",
"use_submodules": false
},
Expand Down Expand Up @@ -85,7 +85,7 @@
{
"project": "bit7z",
"url": "https://github.com/rikyoz/bit7z",
"branch": "v4.0.1",
"branch": "v4.0.4",
"path": "Externals/bit7z",
"use_submodules": true
},
Expand Down

0 comments on commit cea82db

Please sign in to comment.