Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Disable deep-source test on Watcom until it can be fixed. This is a ↵ | Brad King | 2007-03-21 | 2 | -7/+11 |
| | | | | new feature for other generators anyway. | ||||
* | BUG: Reduce long source file name length for WMake. | Brad King | 2007-03-20 | 1 | -0/+7 |
| | |||||
* | BUG: Work around VS8 conversion to a relative path for the long source name. ↵ | Brad King | 2007-03-20 | 1 | -2/+14 |
| | | | | It takes the nice full path we give it, converts to relative, and then repacks relative on top of the build directory resulting in a path longer than its own maxpath even though the original path given was short enough. Even VS6 dealt with it better. | ||||
* | 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: Need to collapse path argument to get_directory_property. This ↵ | Brad King | 2006-10-16 | 1 | -0/+4 |
| | | | | addresses bug#3847. | ||||
* | BUG: Fixed out-of-source subdirectories to work when they are also ↵ | Brad King | 2006-10-10 | 3 | -1/+11 |
| | | | | 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 | 3 | -2/+9 |
| | | | | full paths. | ||||
* | ENH: test get directory properties ability to get props from subdirs | Ken Martin | 2005-09-13 | 4 | -5/+26 |
| | |||||
* | ENH: convert to work with the new syntax for ADD_SUBDIRECTORY | Ken Martin | 2005-09-12 | 1 | -2/+1 |
| | |||||
* | 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: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 1 | -1/+2 |
| | |||||
* | ENH: also test for correct Proj dir settings | Ken Martin | 2005-04-12 | 1 | -1/+4 |
| | |||||
* | ENH: better test for subdirs | Ken Martin | 2005-03-29 | 1 | -2/+2 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 2 | -2/+6 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: added new test for out of dir source trees | Ken Martin | 2005-03-14 | 4 | -0/+10 |