Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: fix warning | Ken Martin | 2005-05-19 | 1 | -4/+4 |
| | |||||
* | ENH: fixes for subdir build Makefiles | Ken Martin | 2005-05-19 | 2 | -13/+50 |
| | |||||
* | ENH: Be more verbose, handle network paths, and write compiler output to the ↵ | Andy Cedilnik | 2005-05-19 | 1 | -2/+30 |
| | | | | log files | ||||
* | COMP: fix warning | Ken Martin | 2005-05-19 | 1 | -8/+8 |
| | |||||
* | BUG: fix for bad depency clearing | Ken Martin | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: some performance improvements | Ken Martin | 2005-05-19 | 2 | -6/+54 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: fix for makes that do not handle targets wihtout a rule to build them | Ken Martin | 2005-05-18 | 1 | -4/+7 |
| | |||||
* | ENH: another step to the next generator still not optimized yet | Ken Martin | 2005-05-18 | 5 | -30/+153 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-18 | 1 | -1/+1 |
| | |||||
* | COMP: some warning fixes and cleanup | Ken Martin | 2005-05-17 | 2 | -52/+26 |
| | |||||
* | ENH: implemented provides requires code | Andy Cedilnik | 2005-05-17 | 1 | -3/+20 |
| | |||||
* | ENH: some more reorg | Ken Martin | 2005-05-17 | 4 | -192/+56 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | BUG: Changing to a new test for whether to do relative path conversion. Now ↵ | Brad King | 2005-05-16 | 2 | -38/+28 |
| | | | | only paths inside the source or binary trees are converted. | ||||
* | ENH: Removing previous debug code. | Brad King | 2005-05-16 | 2 | -15/+0 |
| | |||||
* | ENH: some updates to the provides requires code | Ken Martin | 2005-05-16 | 2 | -3/+28 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-14 | 1 | -1/+1 |
| | |||||
* | ENH: remove duplicate provide rule for fortran | Ken Martin | 2005-05-13 | 1 | -21/+0 |
| | |||||
* | COMP: shut up warning | Ken Martin | 2005-05-13 | 1 | -0/+2 |
| | |||||
* | ENH: Added knowledge of FreeBSD. | Brad King | 2005-05-13 | 1 | -0/+7 |
| | |||||
* | ENH: Adding debugging code for freebsd. | Brad King | 2005-05-13 | 2 | -0/+15 |
| | |||||
* | BUG: minor cleanup and fix for convenience rules | Ken Martin | 2005-05-13 | 1 | -20/+23 |
| | |||||
* | BUG: filx for old bug in rel path computaiton code | Ken Martin | 2005-05-13 | 1 | -6/+10 |
| | |||||
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 7 | -139/+149 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-13 | 1 | -1/+1 |
| | |||||
* | Undo fix as it broke the dashboard | Bill Hoffman | 2005-05-12 | 1 | -16/+6 |
| | |||||
* | ENH: fix for bug where debug, release etc flags were not used for linker ↵ | Bill Hoffman | 2005-05-12 | 1 | -6/+16 |
| | | | | options, BUG 1781 fix | ||||
* | ENH: moved gen3 into bootstrap process | Ken Martin | 2005-05-12 | 1 | -0/+2 |
| | |||||
* | COMP: shut up unused var | Ken Martin | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | BUG: fix bad generator name | Ken Martin | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | ENH: defer relative paths | Ken Martin | 2005-05-12 | 1 | -10/+10 |
| | |||||
* | ENH: added new generator | Ken Martin | 2005-05-12 | 11 | -38/+91 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-12 | 1 | -1/+1 |
| | |||||
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 9 | -53/+60 |
| | |||||
* | ENH: another snapshot | Ken Martin | 2005-05-11 | 3 | -55/+101 |
| | |||||
* | ENH: added new methods to convert to HomeRelative paths | Ken Martin | 2005-05-11 | 2 | -2/+37 |
| | |||||
* | ENH: snapshot | Ken Martin | 2005-05-11 | 4 | -81/+328 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-11 | 1 | -1/+1 |
| | |||||
* | ENH: Removing QNX hack for test 6 now that the problem has been fixed. | Brad King | 2005-05-10 | 1 | -7/+0 |
| | |||||
* | BUG: struct timeval uses unsigned types on at least one platform (QNX). ↵ | Brad King | 2005-05-10 | 1 | -8/+23 |
| | | | | Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls. | ||||
* | ENH: Allow changing of file name | Andy Cedilnik | 2005-05-10 | 2 | -1/+19 |
| | |||||
* | BUG: Re-implemented dependency line parsing to deal with quoted paths and ↵ | Brad King | 2005-05-10 | 2 | -44/+68 |
| | | | | escaped spaces. | ||||
* | ENH: Remove the old code | Andy Cedilnik | 2005-05-10 | 1 | -2/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | ENH: some more fixes | Ken Martin | 2005-05-09 | 1 | -27/+2 |
| | |||||
* | ENH: some more cleanup | Ken Martin | 2005-05-09 | 2 | -9/+12 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-09 | 1 | -1/+1 |
| | |||||
* | ENH: Add notes | Andy Cedilnik | 2005-05-08 | 2 | -0/+18 |
| |