summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix crash on dash17 linux where the parsing of the proc file must not ↵Bill Hoffman2008-06-021-1/+6
| | | | have worked right
* ENH: fix crash on cygwinBill Hoffman2008-06-011-3/+5
|
* BUG:cpuinfo format are different between Linux and Cygwin. Cygwin does not ↵Francois Bertel2008-06-011-6/+10
| | | | have physical id tag or cpu cores tag.
* ENH: avoid divide by zero, temporary fix until cygwin cpu file is read ↵Bill Hoffman2008-06-011-7/+5
| | | | better, bad cpu info is better than a crash
* BUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and ↵Francois Bertel2008-05-311-16/+24
| | | | LogicalProcessorsPerPhysical under Linux. Some part was just wrong. Some other part missed to take the multicore value into account.
* COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const ↵Bill Lorensen2008-05-111-3/+3
| | | | char *p, a shadowed variable warning.
* 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
| | | | | - Remove two unused variables. - Replace dynamically allocated array with static.
* ENH: remove odd chars from fileBill Hoffman2008-04-241-8/+8
|
* COMP: Fix warning in SystemInformation.cxx about possibly incorrect ↵Brad King2008-02-031-2/+2
| | | | assignment in if condition.
* COMP: Fix unreachable code warning. Remove runtime test of constant ↵Brad King2008-02-031-5/+1
| | | | information.
* 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 ↵Bill Hoffman2008-01-311-64/+504
| | | | issues with #define stuff
* 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