Skip to content
Snippets Groups Projects
  1. Jul 19, 2012
  2. Feb 23, 2012
  3. Feb 20, 2012
  4. Feb 16, 2012
    • Erik Verbruggen's avatar
      Supply c++11 flags and per-project info to c++ code model. · 3aab8bea
      Erik Verbruggen authored
      
      A manual squash/merge of the changes below, plus a couple of subsequent
      code fixes.
      
      59085aa5fbb99e2d786cd2c1a06c24a111ccb49f:
          Modify CppModel::ProjectInfo
      
          Adding per project node information, to pass on the correct
          defines/includes for each file, instead of aggregating them incorrectly.
      
          Also split up SOURCES and OBJECTIVE_SOURCES.
      
          Also ask the toolchain to convert the compilerflags to flags the
          codemodel understands, for now only gcc and only c++11.
      
          Also make the toolchain aware of the flags used to compile, so that it
          can emit the correct defines.
      
          Note: No header files are passed on.
      
      74028802314cd4e75b41b46407433e07090a304d:
          GCC: Evaluate cxxflags when checking for predefined macros
      
      ebaaa4957e4c02cc9637a998eddae1d0acd74f83:
          MSVC: Take cxxflags into account when checking for predefined macros
      
      9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7:
          Compile fixes
      
      Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      3aab8bea
  5. Feb 08, 2012
  6. Jan 26, 2012
  7. Nov 03, 2011
  8. Sep 01, 2011
  9. May 06, 2011
  10. Apr 18, 2011
  11. Apr 13, 2011
  12. Jan 12, 2011
  13. Jan 10, 2011
  14. Dec 17, 2010
  15. Nov 19, 2010
  16. Oct 15, 2010
  17. Aug 27, 2010
  18. Jul 15, 2010
  19. Jul 14, 2010
  20. May 05, 2010
  21. Mar 05, 2010
  22. Nov 03, 2009
    • Friedemann Kleint's avatar
      Debugger: Use LD_PRELOAD to load debugging helper. · 10e07e01
      Friedemann Kleint authored
      
      on UNIX. Either set the LD_PRELOAD environment variable
      using a gdb command or have the TermGdbAdapter set the
      variable for the debuggee. For the remote adapter,
      switch on toolchain. dlopen() is a fallback for
      platforms where it is not supported and attaching
      to running processes. Fixes a crash with gdb 7.0
      (and spurious gdb 6.8 crashes with dlopen()).
      Reviewed-by: default avatarhjk <qtc-committer@nokia.com>
      10e07e01
  23. Oct 20, 2009
  24. Oct 13, 2009
  25. Oct 08, 2009
  26. Oct 05, 2009
  27. Sep 30, 2009
  28. Sep 29, 2009
  29. Sep 25, 2009
  30. Sep 24, 2009
  31. Sep 23, 2009
  32. Sep 22, 2009
Loading