Sunday, February 12, 2017
Monday, February 6, 2017
Clion indexing Chromium
The answer is: slowly. It can do it much faster. Using about 15% of CPU resources all the time during indexing.

Monday, January 2, 2017
gclient sync ... Cannot fast-forward merge, attempt to rebase? (y)es / (q)uit / (s)kip
Here is the workaround solution for the problem:
4) gclient sync Syncing projects: 2% ( 2/84) src-internal src-internal (ERROR) ---------------------------------------- [0:00:01] Started. _____ src-internal at refs/remotes/origin/master [0:00:05] Cannot fast-forward merge, attempt to rebase? (y)es / (q)uit / (s)kip :
Just push your changes to remote repo.
Seriously. Somehow gclient corectly resolves dependencies when pulling DEPS from remote.
Subscribe to:
Posts (Atom)
-
Wonder how Clion would index huge project like for example Chromium on server CPU (Xeon E5 2686v3)? The answer is: slowly . It can do ...
-
The following script extracts all audio streams from files in current directory ls |parallel "ffmpeg -i {} 2>&1 |\ sed -n ...
-
I have made a memcpy vs strcpy performance comparison test. It helps to understand ways to optimize Shuf project. My results: memcpy ...
The following script extracts all audio streams from files in current directory
The following script extracts all audio streams from files in current directory ls |parallel "ffmpeg -i {} 2>&1 |\ sed -n ...