Skip to content
Snippets Groups Projects
  1. Nov 22, 2013
  2. Jun 13, 2013
  3. May 01, 2013
  4. Apr 29, 2013
  5. Apr 25, 2013
    • Christian Engwer's avatar
      [dunecontrol] · ae0bbee3
      Christian Engwer authored
      fix incompatibility with mawk
      
      - explicitly state list of whitespaces
      - patch by Ansgar Burchardt
      
      [[Imported from SVN: r7452]]
      ae0bbee3
  6. Apr 24, 2013
  7. Feb 25, 2013
  8. Aug 10, 2012
  9. Aug 08, 2012
  10. Aug 06, 2012
    • Christian Engwer's avatar
      [dunecontrol] · a5326996
      Christian Engwer authored
      improve error message for invalid module names
      
      [[Imported from SVN: r6881]]
      a5326996
  11. Jul 19, 2012
  12. Jul 18, 2012
  13. Jul 10, 2012
    • Christian Engwer's avatar
      [dunecontrol] · 9c82184e
      Christian Engwer authored
      actually depmode and mainmode where the same... only compute one of them
      
      [[Imported from SVN: r6859]]
      9c82184e
    • Christian Engwer's avatar
      [dunecontrol] · 5d6fff13
      Christian Engwer authored
      only update the module mode if it not DEPS, which is the
      
      [[Imported from SVN: r6858]]
      5d6fff13
    • Christian Engwer's avatar
      [dunecontrol] · 85994b29
      Christian Engwer authored
      documentation for _search_module
      
      [[Imported from SVN: r6857]]
      85994b29
    • Christian Engwer's avatar
      [dunecontrol] · e5f41b11
      Christian Engwer authored
      cleaner eval/test statements
      
      [[Imported from SVN: r6856]]
      e5f41b11
    • Christian Engwer's avatar
      [dunecontrol] · f23be9fd
      Christian Engwer authored
      just search any module (dependencies and suggestions)
      and do the splitting of DEPS and SUGS list afterwards
      => make sure a module is not listed twice
      
      [[Imported from SVN: r6855]]
      f23be9fd
  14. Jul 09, 2012
    • Christian Engwer's avatar
      [dunecontrol] · f8debb60
      Christian Engwer authored
      don't stop the dependency tracking if suggestion is missing,
      just skip this single entry
      
      [[Imported from SVN: r6851]]
      f8debb60
    • Christian Engwer's avatar
      [dunecontrol] · 6680fc33
      Christian Engwer authored
      tell the user that we skip a suggestion
      
      [[Imported from SVN: r6850]]
      6680fc33
    • Christian Engwer's avatar
      [dunecontrol] · 445164d4
      Christian Engwer authored
      add support to run the dependencies in revers order
      (necessarry for "make distclean")
      
      [[Imported from SVN: r6849]]
      445164d4
    • Christian Engwer's avatar
      [dunecontrol] · eae7a547
      Christian Engwer authored
      refactored _check_deps handled missing SUGS as fatal error.
      now we just ignore SUSG which are not present or don't match the
      required version
      
      [[Imported from SVN: r6848]]
      eae7a547
    • Christian Engwer's avatar
      [dunecontrol] · 4944c4c7
      Christian Engwer authored
      sorting modules:
      distinguish between the MAIN pass and DEPS/SUGS
      
      [[Imported from SVN: r6847]]
      4944c4c7
    • Christian Engwer's avatar
      [dunecontrol] · e3907381
      Christian Engwer authored
      put path into double-ticks to allow spaces etc.
      
      [[Imported from SVN: r6844]]
      e3907381
    • Christian Engwer's avatar
      [dunecontrol] · db75a95f
      Christian Engwer authored
      fix broken assignment after changing the naming of SORT_*_DONE_*
      
      [[Imported from SVN: r6843]]
      db75a95f
    • Christian Engwer's avatar
      [dunecontrol] · 63fd6b0d
      Christian Engwer authored
      fix reset of SORT_*_DONE_* flags after changing the naming scheme
      
      [[Imported from SVN: r6842]]
      63fd6b0d
    • Christian Engwer's avatar
      [dunecontrol] · df1c0b4d
      Christian Engwer authored
      replay FOUNDMODULES when calling find_modules_in_path a second time
      
      [[Imported from SVN: r6841]]
      df1c0b4d
    • Christian Engwer's avatar
      [dunemodule] · 8ae502d0
      Christian Engwer authored
      export module name to make --current work properly again
      
      [[Imported from SVN: r6839]]
      8ae502d0
    • Christian Engwer's avatar
      [dunecontrol] · b0a6aee6
      Christian Engwer authored
      avoid parsing suggestions twice
      
      [[Imported from SVN: r6836]]
      b0a6aee6
  15. Jul 08, 2012
    • Christian Engwer's avatar
      [dunecontrol] · 3fec53ed
      Christian Engwer authored
      fix DEPS and SUGS check invocation
      
      [[Imported from SVN: r6834]]
      3fec53ed
    • Christian Engwer's avatar
      [dunecontrol] · 3e86998e
      Christian Engwer authored
      for some straneg reason the variable module can not be local...
      
      [[Imported from SVN: r6833]]
      3e86998e
    • Christian Engwer's avatar
      [dunecontrol] · 4074e900
      Christian Engwer authored
      - factor out check and version check of dependencies
      - reuse for suggestions
      - make versioned suggestions work
      
      [[Imported from SVN: r6831]]
      4074e900
    • Christian Engwer's avatar
      [dunecontrol] · 53bca344
      Christian Engwer authored
      use bash string substitution instead of sed
      
      [[Imported from SVN: r6830]]
      53bca344
    • Christian Engwer's avatar
      [dunecontrol] · 2a2be639
      Christian Engwer authored
      alternative implementation for fix_variable_name,
      avoiding invocation of tr
      
      [[Imported from SVN: r6829]]
      2a2be639
    • Christian Engwer's avatar
      [dunecontrol] · 15af3abc
      Christian Engwer authored
      avoid ${var} expression, $var is slightly faster
      
      [[Imported from SVN: r6828]]
      15af3abc
    • Christian Engwer's avatar
      [dunecontrol] · 5c78f275
      Christian Engwer authored
      fix whitespace match for awk
      
      [[Imported from SVN: r6827]]
      5c78f275
    • Christian Engwer's avatar
      [dunecontrol] · 8e777646
      Christian Engwer authored
      fix tracking of already parsed modules
      ... results in a significantly speedup
      
      [[Imported from SVN: r6826]]
      8e777646
    • Christian Engwer's avatar
      [dunecontrol] · c8ce4b97
      Christian Engwer authored
      bug fix and further cleanup in dunemodules.lib
      
      [[Imported from SVN: r6825]]
      c8ce4b97
    • Christian Engwer's avatar
      [dunecontrol] · 57966f40
      Christian Engwer authored
      - fix check_module_name
      - make it faster by using a pure bash-pattern-matching
      
      [[Imported from SVN: r6824]]
      57966f40
    • Christian Engwer's avatar
      [dunecontrol] · 613e6d11
      Christian Engwer authored
      * smaller cleanups
      * remove unsused methods
      
      [[Imported from SVN: r6823]]
      613e6d11
Loading