Skip to content
Snippets Groups Projects
  1. Jan 04, 2013
  2. Jan 03, 2013
  3. Jan 02, 2013
  4. Dec 21, 2012
    • Riku Voipio's avatar
      CPU: Add Aarch64 support · 8ce09af5
      Riku Voipio authored and Brad King's avatar Brad King committed
      
      The __aarch64__ defines Aarch64, while __AARCH64EB__ defines bigendian
      and __AARCH64EL__ little endian.  Only little endian tested, no big
      endian toolchain exists yet.
      
      Change-Id: Ieded9bdb0557ad1e1f3a5b08fbe210df23079e5e
      Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
      8ce09af5
  5. Dec 19, 2012
  6. Dec 14, 2012
    • Brad King's avatar
      Remove KWSys Registry · 01e15c22
      Brad King authored
      The Registry class is not used by any other part of KWSys or by any of
      the major dependent projects (CMake, ITK, VTK, ParaView, etc.).  Remove
      it from KWSys proper.  It can be kept in a specific dependent if
      necessary.
      
      Change-Id: I82c0ae2f6a354e9fc5b267faf8fbbeaf9e99a75e
      01e15c22
  7. Nov 29, 2012
  8. Nov 14, 2012
    • Brad King's avatar
      Process: Remove support for Windows 98 · fea37696
      Brad King authored
      We no longer support Windows 98.  Remove Win9x-specific code and
      supporting infrastructure.  This simplifies the implementation in several
      places.
      
      Change-Id: Ic3062a81e5880b649feeedf397bf846400f12526
      fea37696
  9. Nov 08, 2012
  10. Nov 05, 2012
    • Brad King's avatar
      SystemInformation: Compute FQDN only on specific platforms · df32fa6f
      Brad King authored
      In order to compute FQDN portably in the future we will need an
      incremental series of try_compile tests to build up the list of
      available headers and supported APIs.  For now implement it only on
      platforms where we have already hard-coded preprocessor tests for the
      headers.
      
      Change-Id: Ie1b2ad30ef3c2d5939071c7cbd32826be64d7e29
      df32fa6f
    • Brad King's avatar
      SystemInformation: Fix sw_vers output processing · 2c46f562
      Brad King authored
      Commit 857bda17 (SystemInformation: Report more information, 2012-05-29)
      attempted to refactor the internal CallSwVers helper to avoid duplicate
      code but introduced a regression in output parsing.  Run sw_vers using
      our RunProcess helper rather than popen and restore the original output
      processing approach.
      
      Change-Id: I550af5813dcad5beaec86c7c5fa1f00bcc9070b6
      2c46f562
    • Brad King's avatar
      SystemInformation: No backtrace on LSB < 4.1 · b7c42507
      Brad King authored
      The backtrace API was added in LSB 4.1 but does not exist in 4.0.
      
      Change-Id: Iae84de74d83135c53f4c5fd7bd16d9764d3c161b
      b7c42507
  11. Nov 02, 2012
Loading