Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: PATH options should not remove the file part of the path... | Bill Hoffman | 2001-06-06 | 1 | -11/+2 |
| | |||||
* | Change name of file created from Testfile to CMakeTestfile.txt | Jim Miller | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH:More tweaks | Will Schroeder | 2001-06-06 | 1 | -1/+3 |
| | |||||
* | ENH:More tweaks | Will Schroeder | 2001-06-06 | 3 | -2/+43 |
| | |||||
* | ENH:Some enhancements to the examples | Will Schroeder | 2001-06-06 | 8 | -11/+66 |
| | |||||
* | better regexp for reg entries | Ken Martin | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | better tests | Ken Martin | 2001-06-06 | 1 | -3/+12 |
| | |||||
* | ERR:Didn't -kb | Will Schroeder | 2001-06-06 | 1 | -0/+0 |
| | |||||
* | Didn't kb | Will Schroeder | 2001-06-06 | 1 | -0/+0 |
| | |||||
* | ENH:First incarnation of web pages | Will Schroeder | 2001-06-06 | 24 | -0/+652 |
| | |||||
* | FIX: forgot to close the files | Jim Miller | 2001-06-06 | 1 | -0/+1 |
| | |||||
* | ENH: Compress the library search directories so that each appears only once. | Amitha Perera | 2001-06-06 | 1 | -9/+20 |
| | |||||
* | ENH: Added AddTest command | Jim Miller | 2001-06-06 | 1 | -0/+2 |
| | |||||
* | ENH: Added AddTest, and GenerateTestfile routines | Jim Miller | 2001-06-06 | 2 | -1/+105 |
| | |||||
* | New cmake command to specify a single test | Jim Miller | 2001-06-06 | 2 | -0/+169 |
| | |||||
* | Module name between Unix and Windows got switched by mistake. | Berk Geveci | 2001-06-05 | 1 | -2/+2 |
| | |||||
* | ENH: Some tweaks, hacks and #ifdefs required to compile | John Biddiscombe | 2001-06-05 | 2 | -3/+44 |
| | | | | cmake on Borland C++Builder | ||||
* | ENH: add PathDialog | Bill Hoffman | 2001-06-05 | 1 | -1/+5 |
| | |||||
* | ENH: add better path chooser dialog | Bill Hoffman | 2001-06-05 | 4 | -77/+469 |
| | |||||
* | BUG: fix EXE and LIB path problems | Bill Hoffman | 2001-06-05 | 2 | -2/+82 |
| | |||||
* | STYLE: line too long | Bill Hoffman | 2001-06-04 | 2 | -2/+4 |
| | |||||
* | ENH: print all arguments | Bill Hoffman | 2001-06-04 | 1 | -1/+8 |
| | |||||
* | ENH: add better error checking | Bill Hoffman | 2001-06-04 | 1 | -0/+15 |
| | |||||
* | removed find include command | Ken Martin | 2001-06-04 | 2 | -232/+0 |
| | |||||
* | removed find include command finally added message | Ken Martin | 2001-06-04 | 1 | -2/+2 |
| | |||||
* | new message command | Ken Martin | 2001-06-04 | 2 | -5/+12 |
| | |||||
* | new command | Ken Martin | 2001-06-04 | 2 | -0/+159 |
| | |||||
* | unused variable | Ken Martin | 2001-06-04 | 1 | -3/+0 |
| | |||||
* | the "Release" target is not the default. | Sebastien Barre | 2001-06-04 | 5 | -5/+5 |
| | |||||
* | ENH: try to better handle control-c during make Makefiles | Bill Hoffman | 2001-06-04 | 2 | -5/+37 |
| | |||||
* | BUG: clean up memory leaks. | Bill Hoffman | 2001-06-04 | 8 | -8/+74 |
| | |||||
* | fix for network includ paths | Ken Martin | 2001-06-01 | 2 | -2/+22 |
| | |||||
* | Fixing the module name for Unix. | Berk Geveci | 2001-06-01 | 1 | -13/+8 |
| | |||||
* | BUG: fix edit of directories | Bill Hoffman | 2001-05-31 | 2 | -6/+8 |
| | |||||
* | Should not use decl if not on Windows. | Berk Geveci | 2001-05-31 | 1 | -0/+8 |
| | |||||
* | BUG: add missing file | Bill Hoffman | 2001-05-30 | 1 | -0/+17 |
| | |||||
* | ENH: remove unused includes | Bill Hoffman | 2001-05-30 | 1 | -3/+0 |
| | |||||
* | ENH: change MFC gui to use cmake class | Bill Hoffman | 2001-05-30 | 9 | -79/+75 |
| | |||||
* | BUG: Now only one makefile rule is generated per depenency. This eliminates | Amitha Perera | 2001-05-29 | 1 | -0/+11 |
| | | | | a number of warnings. | ||||
* | bug meaning that set(a b) just set a to "" and not to b | Geoffrey Cross | 2001-05-25 | 1 | -1/+7 |
| | |||||
* | BUG: Fixed stupid error in the hack I just checked in. | Brad King | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: WIN32 executable target rules are now generated in unix the same as any ↵ | Brad King | 2001-05-25 | 1 | -1/+2 |
| | | | | other executable (instead of not at all). | ||||
* | better help | Sebastien Barre | 2001-05-25 | 1 | -2/+2 |
| | |||||
* | display the property name in the help box | Sebastien Barre | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly ↵ | Brad King | 2001-05-25 | 1 | -0/+5 |
| | | | | parse off the last entry of the system PATH environment variable. | ||||
* | BUG: Fixed logic that splits a full path library link into the -L and -l ↵ | Brad King | 2001-05-25 | 1 | -3/+3 |
| | | | | pieces to not write out a -l by itself if the file regular expression does not match. | ||||
* | BUG: missing quote on a custom command | Jim Miller | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | New functions used to extract the components of a full filename. | Sebastien Barre | 2001-05-25 | 2 | -5/+101 |
| | |||||
* | The path found is now collapsed (cleaner). | Sebastien Barre | 2001-05-25 | 1 | -0/+1 |
| | |||||
* | Welcome to cmGetFilenameComponentCommand ("Get a specific component of a ↵ | Sebastien Barre | 2001-05-25 | 3 | -0/+193 |
| | | | | full filename") |