Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added computation of object file names that are almost always short ↵ | Brad King | 2007-03-16 | 3 | -1/+25 |
| | | | | enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520. | ||||
* | BUG: Fixed out-of-source subdirectories to work when they are also ↵ | Brad King | 2006-10-10 | 2 | -1/+6 |
| | | | | out-of-binary. Updated the OutOfSource test to test this feature. | ||||
* | ENH: Adding test for multiple source files with the same name but different ↵ | Brad King | 2006-07-07 | 2 | -2/+8 |
| | | | | full paths. | ||||
* | ENH: test get directory properties ability to get props from subdirs | Ken Martin | 2005-09-13 | 2 | -1/+14 |
| | |||||
* | ENH: add missing files | Bill Hoffman | 2005-07-14 | 2 | -0/+17 |
| | |||||
* | FIX: fix bug 2043 borland compiler and dll problem and add a test for it | Bill Hoffman | 2005-07-14 | 2 | -0/+9 |
| | |||||
* | ENH: also test for correct Proj dir settings | Ken Martin | 2005-04-12 | 1 | -1/+4 |
| | |||||
* | ENH: added new test for out of dir source trees | Ken Martin | 2005-03-14 | 2 | -0/+5 |