Skip to content
Snippets Groups Projects
  1. Nov 19, 2009
  2. Nov 03, 2009
  3. Oct 29, 2009
  4. Oct 27, 2009
  5. Oct 22, 2009
    • dt's avatar
      The qtversions's toolchain now depends on the actual compiler not mkspec · cfc7040e
      dt authored
      That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few
      other variables) to figure out the correct mkspec. This makes using
      custom mkspecs easier and is also cleaner. I also changed mkspec() and
      mkspecPath() to behave a little diffrent, essentialy mkspec() will
      return only the name (the actual dir name) of the mkspec. That is in
      general not sufficient for passing on to qmake. mkspecPath() only
      returns the correct path to mkspecs/default.
      Hopefully I haven't broken WinCE/Maemo/MinGW.
      cfc7040e
  6. Oct 21, 2009
  7. Oct 05, 2009
  8. Oct 02, 2009
  9. Oct 01, 2009
  10. Sep 29, 2009
  11. Sep 25, 2009
    • Friedemann Kleint's avatar
      Rename IRunConfigurationRunner -> IRunControlFactory... · 978cf4bd
      Friedemann Kleint authored
      and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
      preparing remote debugging. Change the interface canRun() to be const,
      run() to create() (since it does not run anything), use references
      to the QSharedPointer<Foo>. Introduce d-Pointer and remove
      unneeded headers from ProjectExplorerPlugin and add missing includes
      everywhere.
      978cf4bd
  12. Sep 23, 2009
  13. Sep 17, 2009
  14. Sep 14, 2009
  15. Sep 10, 2009
  16. Sep 08, 2009
  17. Sep 03, 2009
    • dt's avatar
      Fix not trying hard enough to find the correct file on build errors. · 156db185
      dt authored
      If there are multiple files with the same name, then we try harder to
      find the correct one. That is for jom and nmake we have a relative path
      so we try to find a file which matches the relative path completly.
      Instead of just comparing the last part.
      156db185
  18. Aug 27, 2009
    • dt's avatar
      Compile without rtti support · 9f918428
      dt authored
      Since we can easily do that, just do it. No gurantee that we aren't
      going to use rtti in the future.
      9f918428
  19. Aug 14, 2009
  20. Aug 13, 2009
Loading