Skip to content
Snippets Groups Projects
  1. Apr 25, 2016
  2. Mar 15, 2016
  3. Feb 16, 2016
    • Ulf Hermann's avatar
      Generalize support for extra compilers · 2e3e0605
      Ulf Hermann authored
      
      Allow for different extra compilers which may get called to generate
      additional code for the code model. The build system is expected to
      know what files are generated from which source file and the extra
      compilers know how to generate the content of those files, without
      touching the build directory. the uic adapter is refactored to be
      the first such extra compiler.
      
      The extra compiler is run when an editor for its source document
      loses focus, or after a timeout of 1s when the source document has
      been changed.
      
      Change-Id: I13c110c61120c812f02639a3684144daf8979b37
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
      2e3e0605
  4. Jan 19, 2016
  5. Jan 14, 2016
  6. Jan 06, 2016
  7. Dec 02, 2015
  8. Nov 03, 2015
  9. Sep 02, 2015
    • Nikolai Kosjar's avatar
      C++: Fix crash after triggering completion and closing editor · 169556db
      Nikolai Kosjar authored
      
      Fix use-after-free for the following case:
        1. Open an editor
        2. Trigger a long processing completion
           (e.g. simulate with QThread::msleep in
            CppCompletionAssistInterface::getCppSpecifics)
        3. ...and immediately close the editor (e.g. with Ctrl+W)
        4. Wait until it crashes.
      
      The completion thread relied on the BuiltinEditorDocumentParser object,
      which is deleted once the editor is closed. Fixed by sharing the
      ownership of that object between the *EditorDocumentProcessor and the
      completion assist interface.
      
      This case came up when doing tests for the bug report below.
      
      Task-number: QTCREATORBUG-14991
      Change-Id: I0b009229e68fc6b7838740858cdc41a32403fe6f
      Reviewed-by: default avatarDavid Schulz <david.schulz@theqtcompany.com>
      169556db
  10. Jul 03, 2015
  11. Jun 25, 2015
  12. Jun 23, 2015
  13. Jun 10, 2015
  14. Jun 09, 2015
  15. Jun 03, 2015
  16. Jun 02, 2015
  17. May 27, 2015
  18. May 26, 2015
  19. May 21, 2015
  20. Mar 31, 2015
  21. Mar 24, 2015
  22. Mar 05, 2015
  23. Mar 04, 2015
  24. Feb 26, 2015
  25. Feb 20, 2015
  26. Feb 18, 2015
  27. Feb 17, 2015
  28. Feb 16, 2015
Loading