Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | duh | Ken Martin | 2001-06-13 | 2 | -41/+4 |
| | |||||
* | minor cvs web changeCMakeLists.txt | Ken Martin | 2001-06-13 | 2 | -2/+43 |
| | |||||
* | ENH: Search for cmake executable full path added (window/unix) | Luis Ibanez | 2001-06-13 | 1 | -1/+13 |
| | |||||
* | 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 | 1 | -2/+10 |
| | | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags | ||||
* | support testing | Ken Martin | 2001-06-12 | 1 | -0/+30 |
| | |||||
* | 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 |
| | |||||
* | minor fix in error checking | Ken Martin | 2001-06-11 | 2 | -1/+1 |
| | |||||
* | added some const versions of get methods | Ken Martin | 2001-06-11 | 1 | -0/+5 |
| | |||||
* | BUG: Fixed regular expression used to match registry entries. The ↵ | Brad King | 2001-06-11 | 1 | -1/+7 |
| | | | | expression now matches everything after a [HKEY until the first ']' is encountered. | ||||
* | ENH: Waiting cursor color were reversed | Luis Ibanez | 2001-06-11 | 1 | -2/+2 |
| | |||||
* | ENH: CMake invokation is working. | Luis Ibanez | 2001-06-11 | 2 | -2/+53 |
| | |||||
* | ENH: Cache saving added | Luis Ibanez | 2001-06-11 | 2 | -0/+33 |
| | |||||
* | DOC: Added a comment about the risk of using tempnam in Unix, as opposed to | Luis Ibanez | 2001-06-10 | 1 | -0/+3 |
| | | | | using mkstemp. | ||||
* | .cpp renamed as .cxx | Luis Ibanez | 2001-06-10 | 4 | -714/+0 |
| | |||||
* | Class to manage every row in the GUI scrolling, corresponding to a | Luis Ibanez | 2001-06-10 | 1 | -0/+30 |
| | | | | single property | ||||
* | Template for the Makefile | Luis Ibanez | 2001-06-10 | 1 | -0/+52 |
| | |||||
* | ENH: cpp renamed cxx. Copy of data to and from the GUI is working | Luis Ibanez | 2001-06-10 | 5 | -0/+909 |
| | |||||
* | ENH: Added Fl_Tiles as row for holding property data. Data to and from the | Luis Ibanez | 2001-06-10 | 4 | -85/+84 |
| | | | | GUI is working | ||||
* | BUG: Changed custom command generation to not use full path of output file ↵ | Brad King | 2001-06-10 | 1 | -10/+8 |
| | | | | from cable. | ||||
* | ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS ↵ | Brad King | 2001-06-08 | 2 | -34/+96 |
| | | | | cache entries. This also allowed the correct generation of gccxml rules. | ||||
* | BUG: Removed generation of stray # Begin Custom Build line. | Brad King | 2001-06-08 | 1 | -1/+0 |
| | |||||
* | ENH: Runtime library search paths can be added to the link lines for | Amitha Perera | 2001-06-08 | 1 | -1/+51 |
| | | | | on shared builds. | ||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 17 | -140/+210 |
| | |||||
* | BUG: ENABLE_TESTING command may need to create output directory before ↵ | Brad King | 2001-06-07 | 1 | -0/+2 |
| | | | | writing the CMakeTestfile into it since it is invoked before the makefile generator runs. | ||||
* | adding a "Release with debugging Info" build to CMake for NT | Ian Scott | 2001-06-07 | 1 | -0/+4 |
| | |||||
* | ERR: Fixed generation of source name and directory for cmSourceFiles of ↵ | Brad King | 2001-06-07 | 1 | -10/+14 |
| | | | | generated Tcl wrapper files. Changed extension of generated gcc-xml input c++ file to be .cc so that GCC will recognize it, but MsDev will still allow a custom command on it. | ||||
* | FIX: Chaned error message to match command | Jim Miller | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | ENH: Changed generation of gccxml command to write out define and include ↵ | Brad King | 2001-06-06 | 1 | -1/+14 |
| | | | | flags explicitly instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables. This should help it run when gccxml is not the compiler that will build the generated wrappers. | ||||
* | FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending ↵ | Jim Miller | 2001-06-06 | 1 | -3/+4 |
| | | | | to the file | ||||
* | added enable testing deprecated some commands | Ken Martin | 2001-06-06 | 9 | -115/+266 |
| |