Skip to content
Snippets Groups Projects
  1. Jun 24, 2010
    • Oswald Buddenhagen's avatar
      avoid exponential resource consumption · 74fd5a56
      Oswald Buddenhagen authored
      the cumulative mode tries hard to never lose already assigned variable
      values. the naive implementation turned assignments into additions,
      which made the trivial construct "FOO = $$FOO" double the size of the
      array each time it would be executed.
      so instead let the assignments be assignments, and then re-add the
      values that would be dropped.
      
      Reviewed-by: dt
      Task-number: QTCREATORBUG-1595
      74fd5a56
    • Christian Kamm's avatar
      QmlJS: Make the project always return absolute import paths. · 0fd0e6a9
      Christian Kamm authored
      Task-number: QTCREATORBUG-1728
      Reviewed-by: Kai Koehne
      0fd0e6a9
  2. Jun 23, 2010
  3. Jun 22, 2010
  4. Jun 21, 2010
  5. Jun 18, 2010
  6. Jun 17, 2010
  7. Jun 16, 2010
  8. Jun 15, 2010
Loading