Wi Wi
- Total activity 439
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 186
-
-
Wi Wi created a post, AnsweredYoutrack down?
Top of page says "The text index is currently being rebuilt. In queries that search for text, the results may be inaccurate. 0% complete" and search almost does not work, most of queries give zero ... -
-
-
-
-
Wi Wi created a post, CompletedHow to use custom build?
Issue: my project does not use cmake, instead I create a "fake" CmakeLists.txt file which contains all headers but no build targets. This works amazingly, CLion parses all code and all headers cor... -
-
-
Wi Wi created a post, CLion header search path for 'installed' headers
We have a pretty large codebase (10K+ files). And for some historical reasons all directories are organised the following way: <prjroot>/ mylib1/ MyLib1Class1.h MyLib1Class1....