summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* COMP: Remove more warnings/errorsAndy Cedilnik2005-01-285-2160/+2166
* COMP: Fix unused parameter warning when bootstrapping.Brad King2005-01-281-2/+5
* COMP: Remove warningsAndy Cedilnik2005-01-285-468/+470
* ENH: move executable xcode stuff to a methodBill Hoffman2005-01-282-53/+85
* COMP: Removed default argument from method definition.Brad King2005-01-281-1/+1
* ENH: Enable java dependencyAndy Cedilnik2005-01-281-15/+17
* ENH: Initial import of java parserAndy Cedilnik2005-01-285-0/+10028
* STYLE: Add some diff helping commentsAndy Cedilnik2005-01-281-0/+6
* COMP: Disabled warnings in generated code.Brad King2005-01-283-27/+57
* ENH: Initial import of java parserAndy Cedilnik2005-01-283-0/+3197
* ENH: use absolute pathsBill Hoffman2005-01-281-1/+1
* ENH: create mainGroupBill Hoffman2005-01-282-13/+27
* ENH: Implemented full per-object test for whether provides-requires mode is n...Brad King2005-01-282-89/+130
* ENH: Better checking for Dart. Closes Bug #1505 - Configuration fails to crea...Andy Cedilnik2005-01-281-5/+10
* BUG: prevent -P or script to be passed as homedirectoryAndy Cedilnik2005-01-281-1/+2
* STYLE: Added another solution proposal for out-of-directory modules.Brad King2005-01-281-0/+17
* ENH: Added provides/requires output for modules.Brad King2005-01-281-4/+86
* ENH: Add error regexAndy Cedilnik2005-01-281-0/+1
* ENH: remove debug printBill Hoffman2005-01-281-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2005-01-281-1/+1
* COMP: fix warningBill Hoffman2005-01-281-1/+1
* ENH: Enable compression and use the new trigger scriptAndy Cedilnik2005-01-271-1/+2
* ENH: Enable compression with DartConfiguration fileAndy Cedilnik2005-01-272-0/+2
* ENH: xcode almost working for simple exe, but not yetBill Hoffman2005-01-272-3/+6
* COMP: Fix build on sunAndy Cedilnik2005-01-271-8/+10
* ENH: fix a few more xcode thingsBill Hoffman2005-01-272-6/+20
* ENH: add missing ;Bill Hoffman2005-01-271-1/+1
* ENH: add more xcode stuffBill Hoffman2005-01-273-21/+150
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-2719-704/+886
* ENH: clean up running of default scriptKen Martin2005-01-273-21/+16
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-2716-114/+137
* COMP: fix some compiler warnings/errorsKen Martin2005-01-274-4/+5
* ENH: added missing documentationKen Martin2005-01-271-0/+8
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-278-62/+82
* ENH: Add compression supportAndy Cedilnik2005-01-272-11/+86
* ENH: Link to cmzlibAndy Cedilnik2005-01-274-4/+7
* ENH: added more capabilities to ctestKen Martin2005-01-2710-15/+567
* STYLE: Nightly Version updateAndy Cedilnik2005-01-271-1/+1
* COMP: Added instruction to remove TABs from generated file.Brad King2005-01-261-0/+1
* ENH: Added hook into Fortran dependency scanner.Brad King2005-01-262-1/+26
* ENH: Added generated lexer and parser sources.Brad King2005-01-264-0/+4283
* COMP: Added additional instructions about how to modify the generated files.Brad King2005-01-262-0/+4
* COMP: Added constructor to cmDependsFortranFile to avoid using initializer li...Brad King2005-01-261-1/+5
* COMP: Added forward declaration of yylex.Brad King2005-01-261-0/+4
* ENH: Add zlib from VTKAndy Cedilnik2005-01-261-1/+1
* ENH: Initial import from VTKAndy Cedilnik2005-01-2634-0/+9163
* ENH: Removed Lexer/Parser prefix before _yy symbols. Just cmDependsFortran_y...Brad King2005-01-261-11/+11
* BUG: fix version numberBill Hoffman2005-01-261-1/+1
* ENH: Added Fortran dependency scanner implementation.Brad King2005-01-265-0/+886
* ENH: Added default constructor and Open method.Brad King2005-01-262-2/+71