Ernst Maurer
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 30
-
Edited Using sanitizers with visual representation
Answeredsimple example is here int global_array[100] = {-1};int main(int argc, char **argv) { return global_array[argc + 100]; // global buffer overflow}and option: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAG... -
Created IDE Settings Sync
AnsweredI'm using IDE Settings Sync plugin, but I see it marked as deprecated. (for sure, it stores settings somewhere on JetBrains servers, correct?) I see similar plugin Settings Repository but it has v... -
Created need assistance to configure a deployment
Answeredall configured as described in the manual but two problems are there it auto-sync only changed files (sources) I really doesn't need this, I 'd like to sync an executable only, to configure GDB rem... -
Edited errors/warnings grid
unlike a few other IDEs, like VS or QtCreator, I could not find the mode of the output for errors and warnings messages. I'm talking about a grid/sheet which is a more readable than raw compiler ou... -
Edited Built-in terminal (Windows)
Is it possible to inherit the environment in a terminal from IDE ? sometimes it requires to perform an operations from CLI, the tools like git , cmake/ctest/cpack, gdb , etc these are not availab... -
Created highlight for doxygen CLion 2016.2 EAP
just checked that doxygen extension has been added to Settings | Editor | File Types , however no highlighting in the editor how to fix? -
-
Created gtest TEST highlighted by clion parser.
Hey (this is a my first day migration to clion+mingw.from qt creator+vc, so probably that is not an issue, but my inattention or misunderstanding) simple TEST: TEST(InsertSort, IsOutputSorted) { ...