Skip to content
Snippets Groups Projects
  1. Jan 16, 2017
  2. Jan 15, 2017
    • Brad King's avatar
      SystemTools: Fix conversion warning in test case · e08eee61
      Brad King authored
      ```
      testSystemTools.cxx:901:32: warning: comparison of integers of different
        signs: 'size_type' (aka 'unsigned long') and 'long' [-Wsign-compare]
          if (!result || line.size() != size) {
                         ~~~~~~~~~~~ ^  ~~~~
      ```
      e08eee61
  3. Jan 11, 2017
  4. Jan 09, 2017
  5. Dec 21, 2016
  6. Dec 14, 2016
  7. Dec 13, 2016
  8. Dec 02, 2016
  9. Dec 01, 2016
  10. Nov 28, 2016
  11. Nov 21, 2016
  12. Nov 18, 2016
  13. Nov 16, 2016
  14. Nov 10, 2016
  15. Nov 09, 2016
    • Matt Leotta's avatar
      SystemInformation: Skip loopback devices in search for FQDN · 6a642f72
      Matt Leotta authored and Brad King's avatar Brad King committed
      DNS lookup on loopback devices is not needed to find the FQDN and just
      slows down this function, especially when the DNS lookup times out.
      
      Change-Id: I3f8b565cf8786b92cfef23b693c3c4fab57a904e
      6a642f72
    • Brad King's avatar
      FStream: Include Configure.hxx before other headers · 18c65411
      Brad King authored
      In commit 15e90a3c (Sort includes to stabilize include order w.r.t.
      clang-format, 2016-11-04) we forgot to move `Configure.hxx` into its own
      block to ensure it remains first.  Restore the original include order
      and add separating blanks to make it stable w.r.t. clang-format.
      
      Change-Id: Ibca524065147192da916ad98d7db3c5d86b26a5a
      18c65411
Loading