Michael Lojkovic

- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Created Any way to change the default command prompt?
I'm building Unreal with CLion so I can debug some engine code. The only issue is it takes much longer to build with the default terminal. When I run it from my system terminal everything compiles ... -
Created How to debug Unreal when it shutdowns and relaunchs?
There is a bug in Unreal, which I'm trying to step through, that is only triggered when choosing a project for the first time from the project browser. The engine needs to recompile the project for... -
Created Is there a sample project for using Catch for Unit testing?
AnsweredI'm trying to integrate Catch with my larger code base, and currently I'm running into an issue with compiling it separately from the rest of my project. My cmake script is trying to compile it wit... -
Created View Unreal string types in watch list.
AnsweredI've been having issues with getting GDB to show the Unreal string types values in the watch list. I'm relying on printing to logs for debugging strings currently. Does anyone know how to get CLio... -
Created Setting CMake build options that calls a script .
I'm trying to benchmark different project setups for compile times. To do this I've written a script that calls clang and clang++ with output redirected somewhere else. The only issue is to not nee... -
Created Using all core for compilation of MSVC build?
I can't seem to get windows to compile with every core. Despite passing /MP${CORE_COUNT} to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS processor utilization seems to only top out at about 10% for the entire... -
Created Is there away to only enable a break point, if a specific break point is not hit.
I'm testing to see if a condition in my code is needed. My code writes the buffer to a file, if the buffer is edited earlier in the method, and then appends to the end of the file. I could probably... -
Created Is there any reason why the bundled cmake doesn't have curl support for https?
I just wanted to check if there is a reason why the bundled cmake doesn't come with curl https support? -
Created Are rdoc files required for more complete gem code completion?
I usually install my gems without documentation. I just wanted to check if not having the rdoc files impacts code completion. -
Edited Editor extremely slow on large files.
CompletedI'm working on a C Linux kernel module, and the editor gets extremely slow on the main keyboard driver file. It doesn't effect moving by the mouse, but does effect Vim emulation with the systems v...