Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added generation of dependencies on the CMake-generated input to ↵ | Brad King | 2001-07-17 | 1 | -1/+21 |
| | | | | gcc-xml so that re-generation of wrappers will occur if a header changes. | ||||
* | ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of ↵ | Brad King | 2001-07-03 | 1 | -1/+1 |
| | | | | GCCXML_FLAGS. | ||||
* | 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 | 1 | -34/+93 |
| | | | | cache entries. This also allowed the correct generation of gccxml rules. | ||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -6/+9 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: Converted to new Class and Group tags in place of WrapperSet and Groups ↵ | Brad King | 2001-05-21 | 1 | -7/+3 |
| | | | | tags. | ||||
* | BUG: fix to compile on hp with aCC | Bill Hoffman | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Renamed gccxml input/output files to drop _tcl qualification. | Brad King | 2001-05-17 | 1 | -2/+2 |
| | |||||
* | ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵ | Brad King | 2001-05-16 | 1 | -0/+307 |
used with the main branch of CABLE, though. |