summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added generation of dependencies on the CMake-generated input to ↵Brad King2001-07-171-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 King2001-07-031-1/+1
| | | | GCCXML_FLAGS.
* BUG: Changed custom command generation to not use full path of output file ↵Brad King2001-06-101-10/+8
| | | | from cable.
* ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS ↵Brad King2001-06-081-34/+93
| | | | cache entries. This also allowed the correct generation of gccxml rules.
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-6/+9
|
* ERR: Fixed generation of source name and directory for cmSourceFiles of ↵Brad King2001-06-071-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 King2001-06-061-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 InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: Converted to new Class and Group tags in place of WrapperSet and Groups ↵Brad King2001-05-211-7/+3
| | | | tags.
* BUG: fix to compile on hp with aCCBill Hoffman2001-05-171-1/+1
|
* Renamed gccxml input/output files to drop _tcl qualification.Brad King2001-05-171-2/+2
|
* ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵Brad King2001-05-161-0/+307
used with the main branch of CABLE, though.