Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to the | Amitha Perera | 2001-06-18 | 1 | -0/+6 |
| | | | | link directories, if the path is known. | ||||
* | BUG: remove unused | Bill Hoffman | 2001-06-18 | 1 | -1/+0 |
| | |||||
* | BUG: create directories in the right place | Bill Hoffman | 2001-06-18 | 1 | -1/+14 |
| | |||||
* | ENH: move EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH initial creation to ↵ | Bill Hoffman | 2001-06-18 | 1 | -17/+23 |
| | | | | after the CMakeLists.txt files have been parsed | ||||
* | out of source dart support | Ken Martin | 2001-06-18 | 1 | -98/+22 |
| | |||||
* | ENH: do not add anything from the current directory to the depends | Bill Hoffman | 2001-06-15 | 1 | -4/+2 |
| | |||||
* | BUG: fixed so that empty library paths are ignored | Amitha Perera | 2001-06-15 | 1 | -13/+10 |
| | |||||
* | ENH: Absolute path to cmake resolved | Luis Ibanez | 2001-06-15 | 4 | -26/+54 |
| | |||||
* | ENH: Getting headers and libs for FLTK and OpenGL | Luis Ibanez | 2001-06-15 | 1 | -2/+9 |
| | |||||
* | ENH:Added features | Will Schroeder | 2001-06-15 | 1 | -2/+2 |
| | |||||
* | ENH:Added features | Will Schroeder | 2001-06-15 | 3 | -24/+54 |
| | |||||
* | Updated ASCI link | Will Schroeder | 2001-06-15 | 2 | -3/+6 |
| | |||||
* | ENH: Updated anonymous checkout commands for new repository root location. | Brad King | 2001-06-14 | 1 | -2/+2 |
| | |||||
* | ERR: allow *.cpp as well as *.cxx etc etc | John Biddiscombe | 2001-06-14 | 1 | -0/+11 |
| | |||||
* | Include directory names are Case sensitive in Unix. | Berk Geveci | 2001-06-14 | 6 | -29/+29 |
| | |||||
* | Refined Jim Ahrens changes | Will Schroeder | 2001-06-14 | 1 | -1/+1 |
| | |||||
* | Feedback from Jim Ahrens | Will Schroeder | 2001-06-14 | 4 | -8/+7 |
| | |||||
* | added make depend on win32 | Ken Martin | 2001-06-14 | 1 | -0/+8 |
| | |||||
* | BUG: fix it so that if a Makefile is out of date for some reason, it is only ↵ | Bill Hoffman | 2001-06-14 | 1 | -9/+4 |
| | | | | built once, it was doing it twice. | ||||
* | modified testing | Ken Martin | 2001-06-14 | 2 | -33/+13 |
| | |||||
* | BUG: fix so it does not jump into the current directory for inital target builds | Bill Hoffman | 2001-06-13 | 1 | -2/+4 |
| | |||||
* | ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix | Bill Hoffman | 2001-06-13 | 3 | -27/+96 |
| | |||||
* | used to find the dart testing system | Ken Martin | 2001-06-13 | 1 | -0/+11 |
| | |||||
* | minor dart change | Ken Martin | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | duh | Ken Martin | 2001-06-13 | 2 | -41/+4 |
| | |||||
* | minor cvs web changeCMakeLists.txt | Ken Martin | 2001-06-13 | 3 | -2/+45 |
| | |||||
* | ENH: Search for cmake executable full path added (window/unix) | Luis Ibanez | 2001-06-13 | 1 | -1/+13 |
| | |||||
* | Added dashboard | Will Schroeder | 2001-06-13 | 1 | -1/+1 |
| | |||||
* | ENH: Added popup menu for removing a property. Some style changes | Luis Ibanez | 2001-06-13 | 6 | -113/+158 |
| | |||||
* | ENH: Added help blobs that popup when the mouse is left on top of the | Luis Ibanez | 2001-06-12 | 3 | -41/+98 |
| | | | | property name | ||||
* | Class derived from Fl_Button with added help blobs | Luis Ibanez | 2001-06-12 | 2 | -0/+211 |
| | |||||
* | BUG: SHLIB_LINK was being used when linking static executables. Missing comma | Amitha Perera | 2001-06-12 | 3 | -32/+50 |
| | | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags | ||||
* | support testing | Ken Martin | 2001-06-12 | 2 | -0/+70 |
| | |||||
* | BUG: CMake's configure needs to run with the current directory as the ↵ | Brad King | 2001-06-12 | 1 | -2/+4 |
| | | | | project's binary directory. | ||||
* | ERR: Needed virtual destructor to correspond to virtual functions. Also ↵ | Brad King | 2001-06-12 | 3 | -12/+12 |
| | | | | added several std:: qualifiers to string. | ||||
* | cmake does not require two arguments | Ken Martin | 2001-06-12 | 1 | -5/+0 |
| | |||||
* | cmake does not require two arguments | Ken Martin | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | removed old added new | Ken Martin | 2001-06-12 | 1 | -2/+0 |
| | |||||
* | removed old added new | Ken Martin | 2001-06-12 | 1 | -2/+2 |
| | |||||
* | added new command | Ken Martin | 2001-06-12 | 2 | -0/+340 |
| | |||||
* | removed old commands | Ken Martin | 2001-06-12 | 4 | -354/+0 |
| | |||||
* | BUG: Dependency hints must be removed by the makefile generator before ↵ | Brad King | 2001-06-12 | 2 | -14/+5 |
| | | | | adding the dependencies generated by cmMakeDepend. | ||||
* | BUG: There was no dependency for library targets on their required libraries. | Amitha Perera | 2001-06-12 | 1 | -3/+3 |
| | | | | | (Hopefully there aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is now used for executable targets. | ||||
* | some cleanup to the make depend process | Ken Martin | 2001-06-12 | 4 | -38/+104 |
| | |||||
* | ENH: Paths are now expanded for environment variables and made absolute. | Luis Ibanez | 2001-06-12 | 6 | -52/+109 |
| | | | | The binary directory is created if it doesn't exist. | ||||
* | BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. ↵ | Brad King | 2001-06-12 | 1 | -0/+4 |
| | | | | They are supposed to be treated just like any other EXECUTABLE target. | ||||
* | ERR: int -> unsigned int. | Brad King | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | ENH: Added the path used in SuSe Linux 7.1 | Luis Ibanez | 2001-06-12 | 1 | -2/+3 |
| | |||||
* | Modified for new Dart source tree | Jim Miller | 2001-06-11 | 1 | -46/+67 |
| | |||||
* | minor fix in error checking | Ken Martin | 2001-06-11 | 2 | -1/+1 |
| |