Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
Jesper Andersen
Total activity
11
Last activity
July 06, 2016 11:51
Member since
January 07, 2016 13:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
July 06, 2016 11:51
Hi, I have submitted a performance snapshot. case: RSRP-459663 Jesper
Community
ReSharper C++
Resharper C++ performance drop in version 2016.1
0 votes
Created
July 06, 2016 07:29
Hi Igor, I have installed 2016.2 EAP6. A re-scan of the solution takes about 10 minutes and there seams to be a some performance improvements. As mentioned in the first post we use a boost library ...
Community
ReSharper C++
Resharper C++ performance drop in version 2016.1
0 votes
Created
June 27, 2016 11:24
Hi Igor, I am now running version 2016.1.2. The C++ part is still very slow. I have sent a performance profil of a case were I have three new methods defined in a class header file. I now did the i...
Community
ReSharper C++
Resharper C++ performance drop in version 2016.1
0 votes
Created
January 20, 2016 07:11
The stacktrace looks a bit strange. The unloaded symbos for vld_x86.dll is visual leak detector.
Community
ReSharper C++
C++ google tests not run
0 votes
Created
January 19, 2016 09:49
I have another related issue. When I right click a unit test in the Unit test Sessions window and select “debug” an exception is thrown. See image. It works when pressing the F5 button. The excep...
Community
ReSharper C++
C++ google tests not run
0 votes
Created
January 08, 2016 11:40
The test project causing the problem has 1042 tests. When running all tests you could also use "--gtest_filter=*".As a temperory fix we could deside to split it into multiple test projects
Community
ReSharper C++
C++ google tests not run
0 votes
Created
January 08, 2016 11:38
I think it was the working directory that was the problem as changing it from "bin\$(Configuration)" to $(ProjectDir)bin\$(Configuration) made it work.Making a new VS c++ project will have it set t...
Community
ReSharper C++
C++ google tests not run
0 votes
Created
January 08, 2016 09:40
Test cases only exists in the executable projects. Pressing F5 will run the tests and it is working that way.The debug properties were set to:Command: "$(TargetPath)"Command Arguments: ""Working Di...
Community
ReSharper C++
C++ google tests not run
0 votes