Skip to content
Snippets Groups Projects
  1. Mar 08, 2016
  2. Mar 07, 2016
  3. Feb 22, 2016
  4. 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
  5. Feb 10, 2016
  6. Feb 08, 2016
  7. Jan 11, 2016
  8. Jan 08, 2016
  9. Jan 07, 2016
  10. Dec 14, 2015
  11. Dec 09, 2015
  12. 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
  13. Dec 03, 2015
  14. Dec 02, 2015
  15. Dec 01, 2015
  16. Nov 30, 2015
    • Marek Vasut's avatar
      CPU: Add NIOS2 support · ddfa8019
      Marek Vasut authored and Brad King's avatar Brad King committed
      
      The NIOS2 CPU is little-endian.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Ley Foon Tan <lftan@altera.com>
      Cc: Thomas Chou <thomas@wytron.com.tw>
      Cc: Walter Goossens <waltergoossens@home.nl>
      Change-Id: Ifd1bc890b2fb74168b934641c70800a029f7f0b8
      ddfa8019
  17. Oct 16, 2015
  18. Oct 06, 2015
  19. Oct 02, 2015
  20. Sep 28, 2015
    • Vitaly Baranov's avatar
      SystemTools: Fix GetPath to not affect existing output vector entries · 2089567a
      Vitaly Baranov authored and Brad King's avatar Brad King committed
      The GetPath method appends paths to an output vector and also converts
      paths to forward slashes.  However, the method should not modify entries
      in the output vector that existed prior to the call.  Fix it to only fix
      slashes in the entries it added to the vector.  Also add a test case
      covering this behavior.
      
      Change-Id: Ie098c3eddbe63ed59f0d393aa6c43ea6c395011d
      2089567a
  21. Sep 25, 2015
    • Domen Vrankar's avatar
      SystemTools: Handle directories in CopyFile{Always,IfDifferent} · dc4e4a55
      Domen Vrankar authored and Brad King's avatar Brad King committed
      Teach these functions to copy directories as directories instead
      of files.  Create the destination directory and set permissions,
      but do not recurse into the directory structure because these
      functions are meant for individual filesystem entries.
      
      Change-Id: I20fae2e159f86285c02c3fd894609e2e51cafdac
      dc4e4a55
  22. Sep 17, 2015
  23. Sep 11, 2015
  24. Aug 28, 2015
Loading