Simon Richter

Results 17 issues of Simon Richter

This Kanji is a bit tricky in the last strokes, and the red lines are not directly helpful unless you already have a good feeling for what corners are part...

During a build attempt on amd64 for arm64 with Visual Studio: 22:17:11 - addr2line builds : no 12:29:14 - WinDbg builds : no 12:30:10 - WinDbgCached builds : no The...

Testing with cmake -G "Visual Studio 15 2017 ARM" leads to a compile failure …\src\Standard\Standard.cxx(119): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture […\build\adm\cmake\TKernel\TKernel.vcxproj] Not an...

As I archive the PDB files on a separate symbol server, I install them into a different path than the regular installation prefix. When this is specified, the install target...

I have a few declarative pipelines using step([$class: 'DockerBuilderPublisher', tagsString: 'myproject', cloud: 'docker']) It would be nice to have a short name for this step instead of referring to it...

RFE

I'd like to build containers disallowing network access to the `RUN` commands, analogous to `docker build --network none …` Please add a parameter that allows specifying a different network to...

RFE

[Full build log](http://ci.kicad-pcb.org/job/windows-glew-msvc/build=debug,cpu=x86,label=windows/178/consoleFull) A Debug build using VS 2014 and the CMake build system fails during link because the symbols `@_RTC_CheckStackVars@8`, `__RTC_CheckEsp`, `__RTC_InitBase` and `__RTC_Shutdown` cannot be found.

duplicate

I'm running tests under DrMemory to find leaks, and find that the builtin leak detection interferes with that so I'd like to turn it off. I've tried set BOOST_DETECT_MEMORY_LEAK=0 which...

bug
discussion

I haven't been playing for a while, and just upgraded from 1.12 to 1.19, but cycling through the list of mirror modes with F5 does not offer Mixed Reality mode....

Completely different code for the other issue with the same title, so a separate issue. At least this one is nice and minimal. ```vhdl library ieee; use ieee.std_logic_1164.all; entity test...