Transporter
Transporter
I looked at the code of the tests and found even more tests without catch framework. Or did I do something wrong? - CachePerformance - CalculateResolution - ClientQtThreading - CoordinateEncoding...
If I know which ones don't work, I can also exclude them under CMake.
Fix: commit f739751d900fb30c92b113b0ac41f7c468a34614
I'll try a CMake target
Personally, I don't need the C# interface. If I need a function I can write a C wrapper that calls the OSMScout function for me. Alternatively, there is the variant...
One way is to create the following batch file (update_all.bat) in ncl folder: ``` @ECHO OFF SET nppath=%~dp0 SET PATH=%PATH%;%nppath:~0,-1% powershell -c "$pl = (& ncl.exe list --bare-format); ForEach ($line...
There are multiple ways to handle group policies. The fastest way is implementing a registry-based policy (see https://msdn.microsoft.com/en-us/library/aa374292(v=vs.85).aspx). This method will also reduce the effort on npacked, because it's only...
I'll start with #11 and add functions for group policies in the end.
I've tested it in a local environment with the following group policy: ``` [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Npackd] "path"="C:\\ProgramData\\Npacked" "closeProcessType"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Npackd\Reps] "size"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Npackd\Reps\1] "repository"="file://horch/Software-Rollout/MyRepository.xml" ``` This settings have been provided by the central server...
Feel free to add what do you want ;-)