index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
SystemInformation.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: #8496 add support for system info on haiku
Bill Hoffman
2009-02-12
1
-0/+80
*
COMP:Fixed warnings.
Francois Bertel
2008-12-15
1
-7/+7
*
BUG: fix cpu info string
Bill Hoffman
2008-12-04
1
-1/+1
*
ENH: fix for VS6 and Cygwin
Sebastien Barre
2008-10-17
1
-4/+8
*
ENH: fix for Vista
Sebastien Barre
2008-10-16
1
-8/+15
*
ENH: fix crash on dash17 linux where the parsing of the proc file must not ha...
Bill Hoffman
2008-06-02
1
-1/+6
*
ENH: fix crash on cygwin
Bill Hoffman
2008-06-01
1
-3/+5
*
BUG:cpuinfo format are different between Linux and Cygwin. Cygwin does not ha...
Francois Bertel
2008-06-01
1
-6/+10
*
ENH: avoid divide by zero, temporary fix until cygwin cpu file is read better...
Bill Hoffman
2008-06-01
1
-7/+5
*
BUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and LogicalProcessorsPerPhy...
Francois Bertel
2008-05-31
1
-16/+24
*
COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char...
Bill Lorensen
2008-05-11
1
-3/+3
*
BUG: really fix build on vs6
Bill Hoffman
2008-05-02
1
-2/+2
*
BUG: fix build on vs6
Bill Hoffman
2008-05-02
1
-4/+10
*
ENH: use GlobalMemoryStatusEx as it is able to report more than 2gigs
Bill Hoffman
2008-05-02
1
-6/+6
*
COMP: Fix warnings in KWSys SystemInformation on Borland compiler.
Brad King
2008-05-02
1
-12/+8
*
ENH: remove odd chars from file
Bill Hoffman
2008-04-24
1
-8/+8
*
COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignmen...
Brad King
2008-02-03
1
-2/+2
*
COMP: Fix unreachable code warning. Remove runtime test of constant informat...
Brad King
2008-02-03
1
-5/+1
*
ENH: fix infinite loop from size_t change
Bill Hoffman
2008-02-02
1
-1/+1
*
ENH: fix warnings
Bill Hoffman
2008-02-01
1
-2/+2
*
ENH: fix more warnings
Bill Hoffman
2008-02-01
1
-1/+1
*
ENH: fix more warnings
Bill Hoffman
2008-02-01
1
-2/+2
*
ENH: fix more warnings
Bill Hoffman
2008-02-01
1
-2/+2
*
ENH: fix more warnings
Bill Hoffman
2008-02-01
1
-2/+2
*
ENH: fix some warnings and 64 bit build windows
Bill Hoffman
2008-02-01
1
-18/+21
*
ENH: fix win64 build and a warning
Bill Hoffman
2008-02-01
1
-4/+7
*
ENH: try to fix hp and vs 6, again...
Bill Hoffman
2008-02-01
1
-6/+7
*
ENH: fixes for borland
Bill Hoffman
2008-01-31
1
-4/+6
*
ENH: fix for qnx, I hope, and fix indent stuff
Bill Hoffman
2008-01-31
1
-20/+22
*
ENH: fix build errors with asm stuff on mingw and hopefully win64
Bill Hoffman
2008-01-31
1
-20/+29
*
ENH: fix build for mingw
Bill Hoffman
2008-01-31
1
-20/+20
*
ENH: split into implementation and interface class to clean up namespace issu...
Bill Hoffman
2008-01-31
1
-64/+504
*
COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access.
Brad King
2008-01-31
1
-6/+6
*
COMP: use kwsys_stl and not std::
Bill Hoffman
2008-01-31
1
-25/+25
*
ENH: figure out long long value
Bill Hoffman
2008-01-08
1
-2/+2
*
ENH: fix lots of warnings
Bill Hoffman
2008-01-08
1
-66/+74
*
ENH: fix leaks and turn on by default
Bill Hoffman
2008-01-08
1
-18/+20
*
ENH: add new system information class for use in ctest
Bill Hoffman
2008-01-08
1
-0/+2694