Skip to content
Snippets Groups Projects
  1. May 23, 2011
  2. Feb 24, 2011
  3. Feb 23, 2011
  4. Feb 21, 2011
  5. Dec 14, 2010
  6. Nov 17, 2010
    • Mark Olesen's avatar
      STYLE: remove trailing space from wmake rules · 350df4db
      Mark Olesen authored
      - To-do:
            wmake/rules/General/bison
            wmake/rules/General/btyacc
            wmake/rules/General/btyacc++
            wmake/rules/General/byacc
            wmake/rules/General/moc
            wmake/rules/General/yacc
      
        but these files have <TAB>
      350df4db
  7. Nov 16, 2010
  8. Sep 29, 2010
  9. Sep 17, 2010
  10. Jun 23, 2010
  11. May 31, 2010
  12. May 18, 2010
  13. May 03, 2010
  14. May 02, 2010
  15. Feb 17, 2010
  16. Dec 04, 2009
  17. Aug 28, 2009
  18. Aug 19, 2009
  19. Aug 04, 2009
  20. Jul 21, 2009
  21. Jul 07, 2009
  22. Jun 12, 2009
  23. May 18, 2009
  24. Apr 16, 2009
  25. Mar 09, 2009
    • Mark Olesen's avatar
      updated DebugSwitches, surfaceWriter · 6ecdf4fc
      Mark Olesen authored
      - added obj surfaceWriter
      - don't bother with prepended field names on obj and stl surfaceWriter.
        It fills the disk and suggests differences where there are none.
      6ecdf4fc
  26. Jan 16, 2009
  27. Jan 09, 2009
  28. Nov 19, 2008
  29. Sep 15, 2008
  30. Jul 23, 2008
  31. 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
  32. Jul 09, 2008
  33. Jun 13, 2008
  34. Jun 04, 2008
  35. May 30, 2008
  36. May 21, 2008
  37. May 07, 2008