Skip to content
Snippets Groups Projects
  1. Jul 23, 2008
  2. Jul 22, 2008
    • Mark Olesen's avatar
      DebugSwitches in etc/controlDict is incomplete/incorrect · 7446cee7
      Mark Olesen authored
       Added doc/Doxygen/tools/find-debugNames to help but the problem requires
       more attention (Henry/Andy/Mattijs?)
       Caveat:
         - names defined with nested defines will be missed.
         - names defined via typename will be missed.
      
      Cleanup example:
      
      #!/bin/sh
      (
      cd $WM_PROJECT_DIR
      doc/Doxygen/tools/find-debugNames|tee debugs.orig|sed -e 's@ *//.*$@@'>debugs
      diff -uw etc/controlDict debugs > debugs.diff
      echo "hand-resolve the conflicts - see debugs.diff"
      )
      7446cee7
  3. Jul 15, 2008
  4. Jul 09, 2008
  5. Jun 25, 2008
  6. Jun 17, 2008
  7. Jun 16, 2008
    • Mark Olesen's avatar
      wmake : set WM_NCOMPPROCS automatically when both WM_HOSTS and WM_SCHEDULER are set · dcb487fd
      Mark Olesen authored
      This substantially eases enabling/disabling distributed compiling
      For example,
       - export WM_HOSTS="host1:N ... hostN:N"  as usual
       - simply set/unset WM_SCHEDULER
      
      etc/aliases.{sh,csh} added aliases for enabling/disabling wmakeScheduler
       - alias wmSchedON='export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler'
       - alias wmSchedOFF='unset WM_SCHEDULER'
      
      Removed wmakeLockScheduler, identical to wmakeScheduler except a 'sleep'
      dcb487fd
  8. Jun 13, 2008
  9. Jun 09, 2008
  10. Jun 06, 2008
  11. Jun 05, 2008
  12. Jun 04, 2008
  13. Jun 03, 2008
  14. Jun 02, 2008
  15. May 30, 2008
  16. May 29, 2008