Skip to content
Snippets Groups Projects
  1. Sep 05, 2017
  2. Aug 27, 2017
  3. Aug 26, 2017
  4. Aug 16, 2017
    • Matt Selsky's avatar
      PEP8 cleanup · ed409cb9
      Matt Selsky authored
      libntp/wscript:40:1: E101 indentation contains mixed spaces and tabs
      libntp/wscript:40:1: W191 indentation contains tabs
      libntp/wscript:41:1: E101 indentation contains mixed spaces and tabs
      pylib/util.py:473:1: E302 expected 2 blank lines, found 1
      pylib/util.py:489:39: W291 trailing whitespace
      pylib/util.py:1059:5: E303 too many blank lines (2)
      tests/pylib/test_agentx.py:94:1: W293 blank line contains whitespace
      tests/pylib/test_agentx.py:1851:1: W293 blank line contains whitespace
      wafhelpers/pythonize-header:30:32: E261 at least two spaces before inline comment
      wscript:236:5: E265 block comment should start with '# '
      ed409cb9
  5. Aug 15, 2017
  6. Aug 13, 2017
  7. Aug 10, 2017
    • Eric S. Raymond's avatar
      Partially address GitLab #212: waf needs some tlc · 218ee2ae
      Eric S. Raymond authored
      One probleem in this issue - distclean not deleting ntpd/version.h or
      ntpclients/ntp - can't be fixed.  clean does this through a hook in
      wscript, but distclean has a separate, weird execution path that there
      is no apparent way to set hooks in.
      218ee2ae
  8. Jun 12, 2017
  9. Jun 09, 2017
  10. Jun 08, 2017
  11. Jun 07, 2017
  12. Jun 03, 2017
  13. Jun 02, 2017
  14. Jun 01, 2017
  15. May 22, 2017
  16. May 21, 2017
  17. May 20, 2017
  18. May 19, 2017
  19. May 16, 2017
  20. May 12, 2017
  21. May 09, 2017
  22. May 08, 2017
  23. May 07, 2017
  24. May 06, 2017
  25. May 05, 2017
    • Gary E. Miller's avatar
      Partially revert: cfe5c712 · 97615ade
      Gary E. Miller authored
      Instead of sweeping inconveniennt truths under the rug, put them
      in the closet.  On my list to get fixed.
      
      -Winline now only with --enable-debug-warnings
      97615ade
    • Eric S. Raymond's avatar
      Address GitLab issue #274: functions fail to inline · 8675d7dd
      Eric S. Raymond authored
      The -Winline option produce two warnings that are (probably correctly)
      indicating that inlining normalize_tspec() and dtolfp() is inefficient.
      I judge that it's not worth the hassle of reorganizing the code to fix
      these, so we'll just tell the compiler to stifle.
      8675d7dd
  26. Apr 27, 2017
Loading