Skip to content
Snippets Groups Projects
  1. Jan 11, 2016
  2. Jan 08, 2016
  3. Jan 07, 2016
  4. Dec 14, 2015
  5. Dec 09, 2015
  6. 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
  7. Dec 03, 2015
  8. Dec 02, 2015
  9. Dec 01, 2015
  10. 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
  11. Oct 16, 2015
  12. Oct 06, 2015
  13. Oct 02, 2015
  14. 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
  15. 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
  16. Sep 17, 2015
  17. Sep 11, 2015
  18. Aug 28, 2015
  19. Aug 24, 2015
    • James Johnston's avatar
      SystemTools: Add honor_umask parameter to SetPermissions. · cdaf522c
      James Johnston authored
      If honor_umask is set, the umask is queried and applied to the
      given permissions when calling SetPermissions.
      
      Change-Id: I302231a2ae7f0c4610eb47fdb256fa02934ecd8c
      cdaf522c
    • James Johnston's avatar
      SystemTools: Added new TestFileAccess function. · 8970cd56
      James Johnston authored
      Added a new TestFileAccess function that can be used to test for
      access to a file or directory using the requested combination of
      permissions.  This is basically a wrapper of the POSIX access()
      function.
      
      Change-Id: I3e1769a2438cc2047a97850c5f312e36ed695799
      8970cd56
    • James Johnston's avatar
      SystemTools: Clarify/simplify behavior of FileExists · 389d416b
      James Johnston authored
      The FileExists function always ensures that a file is readable on
      POSIX systems by using access() with R_OK.  This was due to bug #809.
      Publicly state in the header file that this is being done.
      
      Also simplify the implementation so that redundant code handling the
      isFile parameter is eliminated.
      
      Change-Id: Ie07bec7aa5dd2bca07bb3244c01c0a29587aa437
      389d416b
Loading