Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Michael Lojkovic
Follow
New posts
New posts and comments
Total activity
89
Last activity
April 04, 2021 10:14
Member since
March 27, 2015 02:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
33
Activity overview
Posts (27)
Comments (29)
Sort by recent activity
Recent activity
Votes
Created
January 09, 2019 18:40
Fixed my issue by running Unreal with the .uproject passed in as an argument at startup.In a broader sense is there anyway to allow applications that shutdown and start backup again to not end the ...
Community
CLion
How to debug Unreal when it shutdowns and relaunchs?
0 votes
Created
May 05, 2017 18:49
You can set ccache through CMakeLists.txt find_program(CCACHE_FOUND ccache)if(CCACHE_FOUND) SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache) SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_L...
FAQs
CLion FAQ
How can I change compilers in CLion?
1 vote
Created
April 18, 2017 20:30
I just installed jom from Qt, and configured CMake to generate jom instead of nmake files. set(CMAKE_MAKE_PROGRAM "Path/to/jom.exe" CACHE STRING "Set make program to jom" FORCE)
Community
CLion
Using all core for compilation of MSVC build?
0 votes
Edited
March 28, 2017 21:01
This triggers the issue with Curl, on Windows compiling through Cygwin: FILE(DOWNLOAD https://raw.githubusercontent.com/aantron/better-enums/0.11.1/enum.h "${CMAKE_SOURCE_DIR}/enum.h" SHOW_PROGRESS...
Community
CLion
Is there any reason why the bundled cmake doesn't have curl support for https?
0 votes
Created
March 18, 2017 09:02
In the meantime you can write a CMake wrapper around a Makefile. I wrote a wrapper for this project so I could use CLion, as opposed to using KDevelop or codelite. https://github.com/terrycain/raz...
Community
CLion
Only use of Makefile instead of CMake
0 votes
Edited
March 03, 2017 00:43
Yeah, I can get Clang to run on Linux. Can't get it to run on Windows. On Linux at least Clang accepts gcc arguments. Everything compiles without issue, but I get a memory error When running my app...
Community
CLion
Using Clang With CLion on Windows
0 votes
Created
December 23, 2016 20:32
The CMakeLists.txt here seems to work more or less, at least for Arch. I can navigate everything, but get some false positives for undefineds.
Community
CLion
CLion could index linux kernel source code?
0 votes
Created
December 21, 2016 21:19
I uploaded CL-163.9166.31_zerophase_20.12.2016_16.44.31.zip
Community
CLion
Editor extremely slow on large files.
0 votes
Created
December 20, 2016 22:43
So, I have a snapshot, but it's too large to attach to the issue tracker.
Community
CLion
Editor extremely slow on large files.
0 votes
Created
December 20, 2016 22:14
It's also happening in Unreal Source code. I do have something up on the tracker. https://youtrack.jetbrains.com/issue/VIM-1239
Community
CLion
Editor extremely slow on large files.
0 votes
1
2
3
›
»