Version 1.9.0
- Data Version is now 12.
- Includers data now contains also aggregated data for each includee/includer relationship. This allows to target specific includes in specific files that are punsihing for the build times.
- Include Single tab added in the main Compile Score window to search and find all the solution aggregated data of per instance includes.
- Includee/Includer data added to Timeline, Includers & QuickInfo.
- .incl file does not exist anymore, the data is part of the main file as it is mandatory for text highlights
- Includers graph window has now a Display Mode dropdown to allow to switch between 'Once' ( Files are only present once in the graph ) and 'Full' ( Full includer tree, allowing for files to appear multiple times if needed )
- Added First pass of Experimental front end parser to retrieve File C++ requirements of its include files automatically and understand why you need each dependency.
- Added option to search on the Full Path instead of just Name in Units and Includes based overview tables. ( P Toggle at the end of the search bar )
- Added Command to toggle the in-editor text highlight.
- Added Unit Time Impact ( Total Translation Unit time associated with this file ). It can be viewed as time spent when editing the given file.
- Removed Thread information and added Parallel Ratio instead ( Threads were misleading and the information was not accurate under several circumstances ).
- Fixed crash with spamming clipboard operations.
- Fixed issue where Build and Profile would not work on nested folders in the solution explorer.
- Fixed crash on glyph and regex text parsing on rare occasions.
- Fixed overview tables not reapplying the search filter when updating the scor file
- More Minor fixes.