summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2005-01-261-1/+5
| | | | list. Also included assert.h.
* COMP: Added forward declaration of yylex.Brad King2005-01-261-0/+4
|
* ENH: Removed Lexer/Parser prefix before _yy symbols. Just ↵Brad King2005-01-261-11/+11
| | | | cmDependsFortran_yy is enough.
* 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
|
* ENH: Add support for shrinking the output of the testAndy Cedilnik2005-01-262-0/+83
|
* ENH: Add method to populate custom integersAndy Cedilnik2005-01-262-0/+15
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-261-1/+1
|
* COMP: fix warningsBill Hoffman2005-01-251-2/+2
|
* COMP: fix warningsBill Hoffman2005-01-251-9/+9
|
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-256-23/+44
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-251-1/+1
|
* ENH: initial xcode stuffBill Hoffman2005-01-246-26/+344
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-221-1/+1
|
* ENH: start xcode stuffBill Hoffman2005-01-212-0/+146
|
* ENH: move project map to global generator baseBill Hoffman2005-01-216-51/+35
|
* COMP: fix unused var warningKen Martin2005-01-211-1/+1
|
* ENH: split up cmCommands into two filesBill Hoffman2005-01-216-117/+137
|
* ENH: added while commandKen Martin2005-01-211-2/+2
|
* ENH: added while commandKen Martin2005-01-215-0/+333
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-211-1/+1
|
* COMP: fix unused var warningKen Martin2005-01-201-1/+0
|
* ENH: now the set command can set environment variablesKen Martin2005-01-202-2/+40
|
* ENH: add some comments on how this could be moved to global generatorBill Hoffman2005-01-202-1/+76
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-201-1/+1
|
* ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy ↵Brad King2005-01-192-157/+159
| | | | to avoid conflict with other lexers that may be added.
* ENH: Removed unquoted version of OBJECTS make variable. Quoted seems to ↵Brad King2005-01-192-33/+18
| | | | work everywhere. BUG: Fixed AppendAnyDepend to properly identify executable targets. BUG: Used CreateMakeVariable to fix variable name for OBJECTS list when target has a . in its name.
* STYLE: Nightly Version updateAndy Cedilnik2005-01-191-1/+1
|
* ENH: Split dependency scanning and checking into separate cmDepends ↵Brad King2005-01-188-329/+617
| | | | superclass with language-specific subclasses such as cmDependsC.
* COMP: Ok, actually link to the library....Andy Cedilnik2005-01-181-1/+1
|
* COMP: Try to resolve compile errors because of missing includes and wrong ↵Andy Cedilnik2005-01-181-0/+1
| | | | include path
* COMP: Use cmOStringStream not ostringstreamAndy Cedilnik2005-01-181-1/+1
|
* ENH: Add XML parserAndy Cedilnik2005-01-183-96/+423
|
* STYLE: Added TODO comment for another missing feature (external object files).Brad King2005-01-181-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-181-1/+1
|
* BUG: when ctest is looking for cmake look in the build directory as well as ↵Bill Hoffman2005-01-171-12/+30
| | | | where ctest is so that purify will work
* ENH: Adding partial implementation of provides-requires mode.Brad King2005-01-172-7/+69
|
* BUG: Fix for relative path conversion when path is a subset of relative path ↵Brad King2005-01-171-2/+4
| | | | root.
* BUG: make sure handles are always closed even if Wait is not called.Bill Hoffman2005-01-172-35/+50
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-151-1/+1
|
* BUG: fix for Bug #1466 delete cache leaves file button and can crashBill Hoffman2005-01-131-1/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2005-01-131-1/+1
|
* ENH: now limits warnings and error report to 50 eachKen Martin2005-01-121-2/+2
|