1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/launch
Jeff Johnston a394557c60 Bug 533363 - Indexer spending a lot of time in CommandLauncherManager
- it seems that fetching the active configuration for a project
  using an ICConfigurationDescription is time-consuming
- the active configuration is sought in ContainerCommandLauncherFactory
  to get the optional build properties and thus we can figure out
  if the active configuration has enabled container build or not
- see if we are given a CConfigurationDescriptionCache and it
  contains a BuildConfigurationData element which allows us to
  get an IConfiguration without creating a new one, serializing
  it etc.. which is adding to the time taken

Change-Id: I8973f1707a602a73fc5ac751f12a1e8dbd549aab
2018-07-11 14:58:32 -04:00
..
org.eclipse.cdt.docker.launcher Bug 533363 - Indexer spending a lot of time in CommandLauncherManager 2018-07-11 14:58:32 -04:00
org.eclipse.cdt.docker.launcher-feature [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00
org.eclipse.cdt.launch Bug 533499 - Check all problem markers for errors 2018-04-17 04:49:38 -04:00
pom.xml [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00