Skip to content
Snippets Groups Projects
  1. Dec 09, 2015
  2. 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
  3. Dec 03, 2015
  4. Dec 02, 2015
  5. Dec 01, 2015
  6. 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
  7. Oct 16, 2015
  8. Oct 06, 2015
  9. Oct 02, 2015
  10. 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
  11. 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
  12. Sep 17, 2015
  13. Sep 11, 2015
  14. Aug 28, 2015
  15. Aug 24, 2015
  16. Aug 21, 2015
    • Brad King's avatar
      Pass C++ standard flags to SunPro in standalone build · c8e5d1b2
      Brad King authored
      Pass flags to the SunPro compiler to improve the level of C++ standard
      support beyond the default.  Do this only in a standalone build so that
      host projects can set flags for us.
      
      Change-Id: Ic9a84debfa939caf00b7ad99887793e885c35371
      c8e5d1b2
  17. Aug 07, 2015
Loading