Skip to content
Snippets Groups Projects
  1. Sep 23, 2010
  2. Sep 20, 2010
  3. Sep 13, 2010
  4. Sep 09, 2010
    • Friedemann Kleint's avatar
      Code polishing, continuing cb23999f · 97e7c12e
      Friedemann Kleint authored
      Add more error messages to processes run for toolchain detection.
      Move Windows-specific code to dbgwinutils, remove inclusion of
      <windows.h>. Fix MinGW gcc 4.5 warnings.
      97e7c12e
  5. Mar 05, 2010
  6. Feb 17, 2010
    • Friedemann Kleint's avatar
      Symbian/Linux: Enable building with makefile-based system. · 7c9c99dc
      Friedemann Kleint authored
      - Autodetect SDK by environment variable EPOCROOT and qt directory
      below.
      - Environment::appendOrSet/prependOrSet: Avoid duplicate entries
      - Rename toolchain enumeration value
      - Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for
        all required variables.
      - RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN
        variable). Set all required variables in case of RVCTToolChain/GnuPoc
      - QtVersionManager: Detect toolchain and Qt version properly, make S60
        device run config accept toolchain.
      - Modify S60DeviceRunControl to execute 'make sis'
      - Modify S60Devices::detectQt...() to check for Qt installed into SDK
        first and symlink as fallback.
      7c9c99dc
  7. Dec 09, 2009
    • Tobias Hunger's avatar
      Rework Build Parser handling · ec025c6d
      Tobias Hunger authored
       * Rework IBuildParser:
          * Remove name() method.
          * Remove enterDirectory and leaveDirectory signals.
          * Allow chaining of parsers.
       * Rename IBuildParser to IOutputParser.
       * Implement GnuMakeParser.
          * Remove entering/leaving directory related code from all other parsers
          * Move filename fixup heuristic based on entering/leaving directory
            massages from gnumake here from AbstractMakeStep.
       * Add outputParser method to ToolChain: This removes the need to map
         toolchains to BuildParser names in the BuildSteps.
       * Enhance AbstractProcessStep to accept a IOutputParser to parse its output.
       * Remove AbstractMakeStep.
       * Set the appropriate Parsers in all classes deriving from AbstractProcessStep
         and append the ToolChain's parser to the parser chain.
       * Remove BuildParserFactories: There is no more need for them.
       * Remove constants used to identify the BuildParsers.
       * Clean up some names:
          * Replace stdOut with stdOutput.
          * Replace addToTaskWindow with addTask and addToOutputWindow with
            addOutput. Do this wherever it is not yet clear that this will end up
            in the Task/Output window.
      
      Reviewed-by: dt
      ec025c6d
  8. Nov 13, 2009
    • Friedemann Kleint's avatar
      S60: Work towards new toolchains · e35a754d
      Friedemann Kleint authored
      Factor out the initialization setting up the environment and headers in
      the RVCT/GCCE toolchains.
      Modify the RunControl to be able to support different package
      building/signing processes.
      e35a754d
  9. Nov 09, 2009
  10. Sep 03, 2009
  11. Aug 14, 2009
  12. Aug 10, 2009
  13. Aug 05, 2009
    • con's avatar
      Start on rvct support. · fe92b40f
      con authored
      It works, except that the code model doesn't get the rvct include
      directories and defines yet. And you need to have everything for
      rvct set up in your environment.
      fe92b40f
  14. Jul 21, 2009
  15. Jul 20, 2009
  16. Jul 14, 2009
  17. Jun 24, 2009
Loading