Skip to content
Snippets Groups Projects
  1. Sep 09, 2016
    • Dāvis Mosāns's avatar
      ConsoleBuf: Use a custom std::streambuf for console output on Windows · 669e3a06
      Dāvis Mosāns authored
      Currently Microsoft's C++ libraries implementation of std::cout/cerr
      can't output Unicode characters but only ASCII or ANSI if locale is set
      so we implement and use our own ConsoleBuf which can output Unicode
      characters to console and it doesn't matter what locale or console's
      codepage is set.
      
      Change-Id: I33053aa229796e84088aa3beb0ebe8bdbebaf3d1
      669e3a06
  2. Aug 24, 2016
  3. Aug 03, 2016
    • Ben Boeckel's avatar
      SystemTools: add a PathExists method · 6d23dd7e
      Ben Boeckel authored
      This method checks if a path by the given name exists. The problem with
      FileExists is that it returns `false` even for broken (or
      self-referential) symlinks which may not be what the user wants.
      
      Change-Id: I71b8af6e12a5ae4b1319a3bec83db6c3cef36f90
      6d23dd7e
  4. Aug 02, 2016
  5. Aug 01, 2016
  6. Jul 21, 2016
  7. Jul 19, 2016
  8. Jul 18, 2016
  9. Jul 15, 2016
  10. Jul 14, 2016
  11. Jun 30, 2016
  12. Mar 31, 2016
  13. Mar 29, 2016
  14. Mar 22, 2016
  15. Mar 09, 2016
  16. Mar 08, 2016
  17. Mar 07, 2016
  18. Feb 22, 2016
  19. Feb 19, 2016
    • Ben Boeckel's avatar
      SystemTools: support deleting junction points · de83c4d4
      Ben Boeckel authored and Brad King's avatar Brad King committed
      Junction points can exist in directories which may be manipulated within
      CMake. The problem is that junction points are currently completely
      unsupported within CMake. Since junctions need special API calls to
      manipulate, DeleteFileW does not work and instead DeviceIoControl must
      be used. Token privilege API calls must also be used to be able to
      actually open the junction points.
      
      Change-Id: I3e4ff3b7a600146ac3574d2b17890eef07d06496
      de83c4d4
  20. Feb 10, 2016
  21. Feb 08, 2016
  22. Jan 11, 2016
  23. Jan 08, 2016
  24. Jan 07, 2016
  25. Dec 14, 2015
  26. Dec 09, 2015
  27. Dec 04, 2015
    • Brad King's avatar
      FundamentalType: Drop KWSYS_CAN_CONVERT_UI64_TO_DOUBLE macro · 452b10d5
      Brad King authored
      This was used only for an old VS 6 version that did not support
      conversion of `unsigned __int64` to `double`.  Support for this compiler
      has been dropped from KWSys clients that used the macro.
      
      Change-Id: Ia61beaa0251fc2b6d77632af3e610c08f64d11eb
      452b10d5
  28. Dec 03, 2015
Loading