Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2007-01-15 | 1 | -1/+2 | |
| | ||||||
* | STYLE: fix link lenght issue | Bill Hoffman | 2007-01-15 | 1 | -2/+4 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-15 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-14 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | ENH: Handle "~" in SplitPath. | Clinton Stimpson | 2007-01-12 | 1 | -0/+13 | |
| | ||||||
* | BUG: fix for bug 4239, NODEFAULTLIB flag support in ide | Bill Hoffman | 2007-01-12 | 2 | -11/+47 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-12 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Fix kwstyle issues | Andy Cedilnik | 2007-01-11 | 2 | -2/+4 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-11 | 1 | -1/+1 | |
| | ||||||
* | ENH: fix warning and code style | Bill Hoffman | 2007-01-11 | 1 | -3/+5 | |
| | ||||||
* | ENH: First pass at CPack generator for OSX X11 applications. This are ↵ | Andy Cedilnik | 2007-01-10 | 7 | -13/+462 | |
| | | | | applications that require X11 to work. This is not really installed but a bundle packager | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-10 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-09 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Fixed documentation of how to produce forwarding executables for ↵ | Brad King | 2007-01-08 | 1 | -13/+18 | |
| | | | | multi-configuration builds with CMAKE_INTDIR. | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-08 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-07 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-06 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix for bad argument handling | Ken Martin | 2007-01-04 | 1 | -2/+6 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-04 | 1 | -1/+1 | |
| | ||||||
* | ENH: change STRICT to CMAKE_STRICT | Ken Martin | 2007-01-04 | 1 | -3/+3 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-04 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-02 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-31 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-30 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-29 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix problem with path suffix and mac frameworks and find stuff, showed ↵ | Bill Hoffman | 2006-12-28 | 2 | -30/+56 | |
| | | | | up in FindPythonLibs.cmake | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-28 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-27 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-26 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-25 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-24 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-23 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-22 | 1 | -1/+1 | |
| | ||||||
* | BUG: reverting previous change. | Utkarsh Ayachit | 2006-12-21 | 1 | -0/+1 | |
| | ||||||
* | BUG: When a "wrong argument" was detected, we call the WrongArgument ↵ | Utkarsh Ayachit | 2006-12-21 | 1 | -1/+0 | |
| | | | | handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that. | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-21 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵ | Utkarsh Ayachit | 2006-12-18 | 1 | -1/+2 | |
| | | | | indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. | |||||
* | COMP: Fix compilation when VS6 is using the new ANSI stdlib | Mathieu Malaterre | 2006-12-18 | 1 | -0/+5 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-18 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-17 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-16 | 1 | -1/+1 | |
| | ||||||
* | COMP: Try to get stringstream emulation working | Mathieu Malaterre | 2006-12-15 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-12-15 | 1 | -1/+1 | |
| | ||||||
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵ | Brad King | 2006-12-14 | 6 | -10/+24 | |
| | | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. | |||||
* | ENH: Adding stringstream compatibility implementation. It is currently ↵ | Brad King | 2006-12-14 | 1 | -2/+39 | |
| | | | | identical to ostringstream. Fixed local variable pcount hiding method warning. |