Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Go back to using "." so the Java test passes on the nightly nmake ↵ | David Cole | 2008-03-16 | 1 | -4/+4 |
| | | | | dashboards again. Still need a solution that works with both nmake and Visual Studio builds. | ||||
* | COMP: Conditionalize the last change so that the fix only applies to WIN32. ↵ | David Cole | 2008-03-13 | 1 | -4/+10 |
| | | | | Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard... | ||||
* | BUG: Fix the Java test for Visual Studio builds. Before this, it had been ↵ | David Cole | 2008-03-13 | 1 | -3/+4 |
| | | | | trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness. | ||||
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -2/+2 |
| | |||||
* | ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵ | Bill Hoffman | 2006-03-02 | 1 | -0/+13 |
| | | | | changing _INIT variables | ||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+1 |
| | |||||
* | BUG: make sure java jar files are not libfoo.jar but are just foo.jar | Bill Hoffman | 2004-09-27 | 1 | -1/+0 |
| | |||||
* | BUG: let the generator quote the path | Bill Hoffman | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -0/+20 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -0/+1 |
to enable a language without modifing cmake source code |