summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* Added OS Platform (cpu architecture) detection support to windows systemsZach Mullen2009-10-091-0/+6
* Trimmed off the newline from sw_vers output on mac, it could cause xml parsin...Zach Mullen2009-10-081-0/+21
* Fix bus error on mac. Was a result of not having null termination of arg lis...Zach Mullen2009-10-061-5/+10
* Added better OS information for Mac OS XZach Mullen2009-10-061-0/+28
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-13/+9
* ENH: make this work for older versions of OSXBill Hoffman2009-05-201-33/+126
* ENH: revert back because it does not build on older macs for nowBill Hoffman2009-05-201-121/+33
* ENH: remove warningBill Hoffman2009-05-191-1/+0
* ENH: make this build on other machines besides the macBill Hoffman2009-05-191-0/+4
* ENH: fix system info for macBill Hoffman2009-05-191-33/+118
* BUG: Fix parsing of linux 2.6 /proc/meminfo formatBrad King2009-04-061-47/+23
* COMP:Fixed warnings with gcc 4.3.2.Francois Bertel2009-03-201-44/+93
* BUG: #8496 add support for system info on haikuBill Hoffman2009-02-121-0/+80
* COMP:Fixed warnings.Francois Bertel2008-12-151-7/+7
* BUG: fix cpu info stringBill Hoffman2008-12-041-1/+1
* ENH: fix for VS6 and CygwinSebastien Barre2008-10-171-4/+8
* ENH: fix for VistaSebastien Barre2008-10-161-8/+15
* ENH: fix crash on dash17 linux where the parsing of the proc file must not ha...Bill Hoffman2008-06-021-1/+6
* ENH: fix crash on cygwinBill Hoffman2008-06-011-3/+5
* BUG:cpuinfo format are different between Linux and Cygwin. Cygwin does not ha...Francois Bertel2008-06-011-6/+10
* ENH: avoid divide by zero, temporary fix until cygwin cpu file is read better...Bill Hoffman2008-06-011-7/+5
* BUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and LogicalProcessorsPerPhy...Francois Bertel2008-05-311-16/+24
* COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char...Bill Lorensen2008-05-111-3/+3
* BUG: really fix build on vs6Bill Hoffman2008-05-021-2/+2
* BUG: fix build on vs6Bill Hoffman2008-05-021-4/+10
* ENH: use GlobalMemoryStatusEx as it is able to report more than 2gigsBill Hoffman2008-05-021-6/+6
* COMP: Fix warnings in KWSys SystemInformation on Borland compiler.Brad King2008-05-021-12/+8
* ENH: remove odd chars from fileBill Hoffman2008-04-241-8/+8
* COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignmen...Brad King2008-02-031-2/+2
* COMP: Fix unreachable code warning. Remove runtime test of constant informat...Brad King2008-02-031-5/+1
* ENH: fix infinite loop from size_t changeBill Hoffman2008-02-021-1/+1
* ENH: fix warningsBill Hoffman2008-02-011-2/+2
* ENH: fix more warningsBill Hoffman2008-02-011-1/+1
* ENH: fix more warningsBill Hoffman2008-02-011-2/+2
* ENH: fix more warningsBill Hoffman2008-02-011-2/+2
* ENH: fix more warningsBill Hoffman2008-02-011-2/+2
* ENH: fix some warnings and 64 bit build windowsBill Hoffman2008-02-011-18/+21
* ENH: fix win64 build and a warningBill Hoffman2008-02-011-4/+7
* ENH: try to fix hp and vs 6, again...Bill Hoffman2008-02-011-6/+7
* ENH: fixes for borlandBill Hoffman2008-01-311-4/+6
* ENH: fix for qnx, I hope, and fix indent stuffBill Hoffman2008-01-311-20/+22
* ENH: fix build errors with asm stuff on mingw and hopefully win64Bill Hoffman2008-01-311-20/+29
* ENH: fix build for mingwBill Hoffman2008-01-311-20/+20
* ENH: split into implementation and interface class to clean up namespace issu...Bill Hoffman2008-01-311-64/+504
* COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access.Brad King2008-01-311-6/+6
* COMP: use kwsys_stl and not std::Bill Hoffman2008-01-311-25/+25
* ENH: figure out long long valueBill Hoffman2008-01-081-2/+2
* ENH: fix lots of warningsBill Hoffman2008-01-081-66/+74
* ENH: fix leaks and turn on by defaultBill Hoffman2008-01-081-18/+20
* ENH: add new system information class for use in ctestBill Hoffman2008-01-081-0/+2694