Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: a warning fix and some more cleanup | Ken Martin | 2006-03-16 | 1 | -6/+6 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -60/+60 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -20/+25 |
| | |||||
* | BUG: Fix for scanning generated headers included with double-quotes. Also ↵ | Brad King | 2006-01-05 | 1 | -5/+32 |
| | | | | fixed double-quote include support to not use the special quoted location when a full path is given on the include line. | ||||
* | ENH: try to fix hp build problem | Bill Hoffman | 2005-12-10 | 1 | -2/+2 |
| | |||||
* | ENH: clean up style a bit | Bill Hoffman | 2005-12-09 | 1 | -8/+10 |
| | |||||
* | PERF: apply patch for bug 2575 speeds up depend scanning | Bill Hoffman | 2005-12-09 | 1 | -22/+153 |
| | |||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 1 | -144/+6 |
| | | | | is simpler to parse and therefore much faster overall | ||||
* | COMP: Work-around iterator/const_iterator comparison problem on Borland 5.5. | Brad King | 2005-08-18 | 1 | -1/+2 |
| | |||||
* | ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵ | Brad King | 2005-08-17 | 1 | -6/+36 |
| | | | | generated header files. | ||||
* | ENH: fix bug in depend file removing for deleted depend files | Bill Hoffman | 2005-08-10 | 1 | -2/+3 |
| | |||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -10/+18 |
| | |||||
* | ENH: string += is very slow, so don't use it | Bill Hoffman | 2005-07-22 | 1 | -4/+10 |
| | |||||
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 1 | -10/+3 |
| | |||||
* | BUG: Re-implemented dependency line parsing to deal with quoted paths and ↵ | Brad King | 2005-05-10 | 1 | -44/+63 |
| | | | | escaped spaces. | ||||
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -8/+41 |
| | |||||
* | BUG: Fixed scanning to account for double-quote includes. | Brad King | 2005-03-03 | 1 | -18/+46 |
| | |||||
* | BUG: Avoid putting a leading ./ on the dependency names. | Brad King | 2005-02-24 | 1 | -1/+12 |
| | |||||
* | ENH: Removing collapsing of files to full path before checking. The current ↵ | Brad King | 2005-02-17 | 1 | -14/+0 |
| | | | | working directory is set correctly because the dependency lines are used by make anyway. This drastically improves the speed of dependency checking. | ||||
* | ENH: Implemented support for include/complain regular expressions for ↵ | Brad King | 2005-02-07 | 1 | -13/+29 |
| | | | | dependency scanning. This now includes the possibility that scanning will return failure and the build will stop. | ||||
* | ENH: Split dependency scanning and checking into separate cmDepends ↵ | Brad King | 2005-01-18 | 1 | -0/+247 |
superclass with language-specific subclasses such as cmDependsC. |