Do not force update when reloading projects

Authored by mwolff on Mar 4 2020, 12:16 PM.

Description

Do not force update when reloading projects

The parse jobs should be smart enough to figure out what needs
to be reparsed and what not. Most notably, we check whether
the environment matches the one that was used previously. If it
differs, the parse job will continue, otherwise it can stop early.

This patch fixes excessive reparsing times when changing a cmake
file or after manipulating the custom defines/includes for a project.

Details

Committed
mwolffMar 4 2020, 5:15 PM
Parents
R32:c593287ecb38: Merge branch '5.5'
Branches
Unknown
Tags
Unknown