Skip to content
Snippets Groups Projects
  1. Oct 24, 2013
  2. Oct 22, 2013
  3. Oct 14, 2013
  4. Oct 10, 2013
  5. Sep 26, 2013
  6. Sep 20, 2013
    • Tim Sander's avatar
      add baremetal plugin · 3fbeca21
      Tim Sander authored
      
      This patch adds the baremetal plugin. The baremetal plugin is for
      debugging small targets with hardware debugger where the remote linux
      plugin does not fit. It adds a new kit and device class of type
      baremetal. The device allows entering custom gdb commands. Currently only
      qmake builds are possible. To use this with smaller devices without qt
      a fake-qt installation is needed. CMake and qbs is currently not
      supported.
      
      Change-Id: I86816f897a2e9ed8b95e3184387969cedf8a14d7
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      3fbeca21
  7. Sep 19, 2013
  8. Sep 10, 2013
  9. Sep 09, 2013
  10. Sep 02, 2013
    • Christian Kandeler's avatar
      Remove superfluous include paths from project files. · 72d17382
      Christian Kandeler authored
      
      A lot of our build system files specify unneeded include
      paths. These roughly fall into the following categories:
          a) Paths that are already set in more general files
             such as qtcreator.pri.
          b) Paths that serve no purpose at all, possibly
             left over from earlier versions of the project.
          c) Paths that act as workarounds for wrong include
             statements of the form '#include "xyz.h"', where
             xyz.h is not in the same directory as the including
            file.
      This patch removes such path specifications and fixes the offending
      include statements from case c).
      Tested on Linux, Windows and OSX with qmake and qbs.
      
      Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
      72d17382
  11. Aug 30, 2013
  12. Aug 19, 2013
  13. Aug 16, 2013
  14. Jun 19, 2013
  15. Jun 07, 2013
  16. Jun 06, 2013
  17. Jun 05, 2013
  18. Jun 04, 2013
  19. Jun 03, 2013
  20. May 28, 2013
  21. May 26, 2013
  22. May 24, 2013
  23. May 23, 2013
  24. May 15, 2013
  25. May 07, 2013
  26. May 06, 2013
  27. Apr 30, 2013
  28. Apr 25, 2013
    • Kai Koehne's avatar
      Debugger: Change default gdb engine breakpoint "path usage" to "full" · cb857b47
      Kai Koehne authored
      
      Setting breakpoints by file name and line does not work robustly when
      using gdb, with neither the full path, nor with just the baseline. Since
      typically one of the options work, Creator offers a per-breakpoint choice
      of which approach to use. Traditionally, using the full path broke more
      often, so the default was "short". Lately (gdb 7.3+) using the full path
      seems to be more robust, so the default should be changed. Manual
      overriding to "short" is still possible.
      
      Change-Id: I9e857c86a63964bdacf9bebc5444ea752e5974f8
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      cb857b47
Loading