Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Feb 12, 2020
  3. Nov 15, 2019
  4. Nov 14, 2019
  5. Nov 13, 2019
  6. Nov 11, 2019
    • Paul Smith's avatar
      Terminal: Support GNU make's TTY notification environment variable · dfd0521e
      Paul Smith authored and Brad King's avatar Brad King committed
      Starting with release 4.0, GNU make provides for collecting recipe
      output and printing it all at once after the recipe is complete, as
      well as ensuring that only one rule is printing output at a time.
      This allows parallel builds without mangled output.
      
      However, it means that programs run by make do not have a TTY for
      their stdout or stderr: make is collecting this.
      
      GNU make 4.1 and above will set an environment variable MAKE_TERMOUT
      to a non-empty value if make believes that after it's done collecting
      stdout, the results will be displayed on a TTY.
      
      This patch teaches KWsys to check that environment variable and if
      set, proceed as if output is going to a TTY.
      dfd0521e
  7. Nov 04, 2019
  8. Nov 01, 2019
  9. Oct 31, 2019
  10. Oct 30, 2019
  11. Oct 29, 2019
  12. Oct 16, 2019
  13. Oct 15, 2019
  14. Sep 18, 2019
  15. Sep 17, 2019
  16. Aug 29, 2019
  17. Aug 28, 2019
    • Jon Chronopoulos's avatar
      SystemTools: do not special case a junction in RemoveFile · 38486236
      Jon Chronopoulos authored and Brad King's avatar Brad King committed
      The fix in commit 9f6cd407 (SystemTools: Fix removing of soft links to
      directories on Windows., 2017-12-14) made the infastructure added by
      commit de83c4d4 (SystemTools: support deleting junction points,
      2016-02-17) unnecessary.  Remove it.
      
      Before this commit, when a file on Windows was deleted, it would check
      if a file is a junction and then delete just the junction.
      
      Now just skip the special case of a junction and allow the rest of the
      code to delete it correctly. Can handle symlinks and junctions.
      38486236
  18. Aug 27, 2019
  19. Aug 26, 2019
  20. Aug 20, 2019
  21. Aug 19, 2019
  22. Aug 18, 2019
  23. Jul 25, 2019
  24. Jul 24, 2019
  25. Jun 20, 2019
Loading