summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampBrad King2008-06-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-091-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-081-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-071-1/+1
|
* ENH: Recognize more color terminals.Brad King2008-06-061-1/+19
| | | | | - Patch from Matthew McCormick, slightly tweaked - See issue #6833
* STYLE: Nightly Date StampBrad King2008-06-061-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-051-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-041-1/+1
|
* STYLE: Nightly Date StampBrad King2008-06-031-1/+1
|
* BUG: FormatMessage can return a NULL message. Add check for NULL pointer.Clinton Stimpson2008-06-021-1/+6
|
* STYLE: Nightly Date StampBrad King2008-06-021-1/+1
|
* 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
* STYLE: Nightly Date StampBrad King2008-06-011-2/+2
|
* 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.
* STYLE: Nightly Date StampBrad King2008-05-311-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-301-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-291-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-281-1/+1
|
* ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.Brad King2008-05-272-12/+49
| | | | | | | - Add an argument to registry read/write/delete methods to specify a 32-bit or 64-bit view. - Default is the bit-ness of the running program. - See issue #7095.
* STYLE: Nightly Date StampBrad King2008-05-271-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-261-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-251-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-241-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-231-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-221-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-211-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-201-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-191-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-181-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-171-1/+1
|
* ENH: Add assignment operator to KWSys RegularExpression.Brad King2008-05-162-0/+37
|
* STYLE: Nightly Date StampBrad King2008-05-161-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-151-1/+1
|
* ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property.Brad King2008-05-141-0/+8
| | | | | | | - Tells CMake about the KWSYS_HEADER macro. - Enables implicit dependencies of private source files. - When a CMake new enough to support the property is required the "#if 0" hack can be removed from the source files.
* STYLE: Nightly Date StampBrad King2008-05-141-1/+1
|
* ENH: Add ARM support to KWSys CPU header.Brad King2008-05-131-0/+8
| | | | - Patch from Pierre Habouzit
* ENH: all ctype function have the same issue: char can be signed or unsigned, ↵Mathieu Malaterre2008-05-131-1/+1
| | | | since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char
* STYLE: Nightly Date StampBrad King2008-05-131-1/+1
|
* COMP: warning, isprint and isspace take int args.Bill Lorensen2008-05-121-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-121-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-111-1/+1
|
* COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const ↵Bill Lorensen2008-05-113-11/+11
| | | | char *p, a shadowed variable warning.
* STYLE: Nightly Date StampBrad King2008-05-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-091-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-081-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-071-1/+1
|
* STYLE: Nightly Date StampBrad King2008-05-061-1/+1
|