summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
* STYLE: Fix kwstyleAndy Cedilnik2007-01-151-1/+2
|
* STYLE: fix link lenght issueBill Hoffman2007-01-151-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-131-1/+1
|
* ENH: Handle "~" in SplitPath.Clinton Stimpson2007-01-121-0/+13
|
* BUG: fix for bug 4239, NODEFAULTLIB flag support in ideBill Hoffman2007-01-122-11/+47
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-121-1/+1
|
* STYLE: Fix kwstyle issuesAndy Cedilnik2007-01-112-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-111-1/+1
|
* ENH: fix warning and code styleBill Hoffman2007-01-111-3/+5
|
* ENH: First pass at CPack generator for OSX X11 applications. This are ↵Andy Cedilnik2007-01-107-13/+462
| | | | applications that require X11 to work. This is not really installed but a bundle packager
* STYLE: Nightly Version updateAndy Cedilnik2007-01-101-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-091-1/+1
|
* STYLE: Fixed documentation of how to produce forwarding executables for ↵Brad King2007-01-081-13/+18
| | | | multi-configuration builds with CMAKE_INTDIR.
* STYLE: Nightly Version updateAndy Cedilnik2007-01-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-071-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-061-1/+1
|
* BUG: fix for bad argument handlingKen Martin2007-01-041-2/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-041-1/+1
|
* ENH: change STRICT to CMAKE_STRICTKen Martin2007-01-041-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-031-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-021-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-011-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-311-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-291-1/+1
|
* BUG: fix problem with path suffix and mac frameworks and find stuff, showed ↵Bill Hoffman2006-12-282-30/+56
| | | | up in FindPythonLibs.cmake
* STYLE: Nightly Version updateAndy Cedilnik2006-12-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-221-1/+1
|
* BUG: reverting previous change.Utkarsh Ayachit2006-12-211-0/+1
|
* BUG: When a "wrong argument" was detected, we call the WrongArgument ↵Utkarsh Ayachit2006-12-211-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 updateAndy Cedilnik2006-12-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-201-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-191-1/+1
|
* BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵Utkarsh Ayachit2006-12-181-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 stdlibMathieu Malaterre2006-12-181-0/+5
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-181-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-161-1/+1
|
* COMP: Try to get stringstream emulation workingMathieu Malaterre2006-12-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-151-1/+1
|
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵Brad King2006-12-146-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 King2006-12-141-2/+39
| | | | identical to ostringstream. Fixed local variable pcount hiding method warning.