Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-07 | 1 | -1/+1 |
| | |||||
* | ENH: Recognize more color terminals. | Brad King | 2008-06-06 | 1 | -1/+19 |
| | | | | | - Patch from Matthew McCormick, slightly tweaked - See issue #6833 | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | BUG: FormatMessage can return a NULL message. Add check for NULL pointer. | Clinton Stimpson | 2008-06-02 | 1 | -1/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | ENH: fix crash on dash17 linux where the parsing of the proc file must not ↵ | Bill Hoffman | 2008-06-02 | 1 | -1/+6 |
| | | | | have worked right | ||||
* | 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 ↵ | Francois Bertel | 2008-06-01 | 1 | -6/+10 |
| | | | | have physical id tag or cpu cores tag. | ||||
* | ENH: avoid divide by zero, temporary fix until cygwin cpu file is read ↵ | Bill Hoffman | 2008-06-01 | 1 | -7/+5 |
| | | | | better, bad cpu info is better than a crash | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-01 | 1 | -2/+2 |
| | |||||
* | BUG:Fixed NumberOfLogicalCPU, NumberOfPhysicalCPU and ↵ | Francois Bertel | 2008-05-31 | 1 | -16/+24 |
| | | | | LogicalProcessorsPerPhysical under Linux. Some part was just wrong. Some other part missed to take the multicore value into account. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 2 | -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 Stamp | Brad King | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add assignment operator to KWSys RegularExpression. | Brad King | 2008-05-16 | 2 | -0/+37 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property. | Brad King | 2008-05-14 | 1 | -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 Stamp | Brad King | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | ENH: Add ARM support to KWSys CPU header. | Brad King | 2008-05-13 | 1 | -0/+8 |
| | | | | - Patch from Pierre Habouzit | ||||
* | ENH: all ctype function have the same issue: char can be signed or unsigned, ↵ | Mathieu Malaterre | 2008-05-13 | 1 | -1/+1 |
| | | | | since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | COMP: warning, isprint and isspace take int args. | Bill Lorensen | 2008-05-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const ↵ | Bill Lorensen | 2008-05-11 | 3 | -11/+11 |
| | | | | char *p, a shadowed variable warning. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-05-06 | 1 | -1/+1 |
| |