提交历史

作者 SHA1 备注 提交日期
  Brad King 13d19468d0 KWSys: Address Intel compiler remarks 14 年之前
  David Cole 99ddf6a12d KWSys: Retrieve QNX specific memory and processor info (#11329) 15 年之前
  David Cole 1c2a9b8140 KWSys: Fix CPU speed calculations (#9963) 15 年之前
  Brad King a67fd72659 KWSys: Remove useless include <sys/procfs.h> (#11648) 15 年之前
  Brad King 4c88a8622d KWSys: Avoid buffer overflow in SystemInformation (#11018) 15 年之前
  Brad King d8e0bfa786 KWSys: Teach SystemInformation about WinXP Pro and Win7 15 年之前
  Dave Partyka 9345833272 BUG: Commit a fix from Rusty to address incorrectly reported memory queries. 15 年之前
  David Cole 146cb98cb0 Add fallback for detecting CPU speed from Windows registry on builds where USE_ASM_INSTRUCTIONS gets defined to 0. (Win64 builds.) Clean up methods to return false when not implemented or when they fail to detect the things they're supposed to detect. This file still needs a lot more work to have a fully working implementation on Win64 builds. Committing it now because it's slightly better than it was, and there is a need for the CPU speed detection code in projects that depend on kwsys. Will file a bug shortly to request that the missing implementations get filled in... 16 年之前
  David Cole ba21622048 Fix bogus calls to GetMemoryStatus and GetMemoryStatusEx: need to set the dwLength member of the struct prior to calling. Otherwise it's just a garbage value from the stack. Also, pay attention to return value of GetMemoryStatusEx: if it indicates failure then just return 0 without using any of the other data the call returns. 16 年之前
  Luis Ibanez 69fdf711fe COMP: Fixing return type of the Get methods associated with variables that 16 年之前
  Luis Ibanez 7f601830a2 COMP: Fixing type declarations and type conversions that could potentially 16 年之前
  Zach Mullen 8fe2738096 Added OS Platform (cpu architecture) detection support to windows systems 16 年之前
  Zach Mullen 2af045dfc5 Trimmed off the newline from sw_vers output on mac, it could cause xml parsing errors if left in 16 年之前
  Zach Mullen 80533948b2 Fix bus error on mac. Was a result of not having null termination of arg list to sw_vers calls. 16 年之前
  Zach Mullen 444e581860 Added better OS information for Mac OS X 16 年之前
  Brad King de955e4b6d Convert KWSys to OSI-approved BSD License 16 年之前
  Bill Hoffman 5634ca02f4 ENH: make this work for older versions of OSX 16 年之前
  Bill Hoffman bb7230cc96 ENH: revert back because it does not build on older macs for now 16 年之前
  Bill Hoffman 46a20bbd4c ENH: remove warning 16 年之前
  Bill Hoffman 4220e7c62c ENH: make this build on other machines besides the mac 16 年之前
  Bill Hoffman d3d33a3549 ENH: fix system info for mac 16 年之前
  Brad King ae284cc5c8 BUG: Fix parsing of linux 2.6 /proc/meminfo format 16 年之前
  Francois Bertel ad4a2fd697 COMP:Fixed warnings with gcc 4.3.2. 16 年之前
  Bill Hoffman 3d0e241498 BUG: #8496 add support for system info on haiku 17 年之前
  Francois Bertel ef36d72c89 COMP:Fixed warnings. 17 年之前
  Bill Hoffman 7c2445212e BUG: fix cpu info string 17 年之前
  Sebastien Barre 4ed9faa830 ENH: fix for VS6 and Cygwin 17 年之前
  Sebastien Barre 8e5886e652 ENH: fix for Vista 17 年之前
  Bill Hoffman 2f082668bd ENH: fix crash on dash17 linux where the parsing of the proc file must not have worked right 17 年之前
  Bill Hoffman 735b77798d ENH: fix crash on cygwin 17 年之前