-
- Downloads
contrib(UWP): (fix)bumps pthreads to avoid deadlock during upnp init
After removing the boost dependency, the Ring UWP was unable to load accounts with upnp enabled, as a deadlock would occur within the threadpool initialization rountine of libupnp. I think the windows store build of pthreads was preventing win32 thread management api symbols from being defined. Something which loading boost must have been doing. - Bumps pthreads-win32 from 2.9.1-release to 2.10.0-rc - Builds a win32 static lib without windows store flags and uwp libs - Modifies the libupnp and threadutils vs project patching Change-Id: I3f43a066d86d284c614521fdb016810148590e70
Showing
- MSVC/ring-daemon.vcxproj 87 additions, 1 deletionMSVC/ring-daemon.vcxproj
- contrib/build_all_uwp.bat 1 addition, 1 deletioncontrib/build_all_uwp.bat
- contrib/src/pthreads/fetch_and_patch.bat 6 additions, 5 deletionscontrib/src/pthreads/fetch_and_patch.bat
- contrib/src/pthreads/pthreads-uwp.patch 564 additions, 574 deletionscontrib/src/pthreads/pthreads-uwp.patch
- contrib/src/upnp/libupnp-uwp.patch 6 additions, 6 deletionscontrib/src/upnp/libupnp-uwp.patch
This diff is collapsed.
Please register or sign in to comment