Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-06-06 | 1 | -2/+2 |
| | |||||
* | ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter | Bill Hoffman | 2001-06-06 | 10 | -1180/+66 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 107 | -110/+110 |
| | |||||
* | 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 |
| | |||||
* | better regexp for reg entries | Ken Martin | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |