summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-10/+2
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-2/+2
* ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. ...Brad King2001-10-111-10/+39
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+3
* ENH: Added parsing of gccxml flags into separate arguments for setting the cu...Brad King2001-09-121-6/+100
* various windows fixesKen Martin2001-09-101-17/+24
* ENH: Updated generated dependencies since cable's installation directory now ...Brad King2001-08-291-2/+2
* ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend objec...Brad King2001-08-231-4/+6
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-221-2/+2
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-15/+12
* ENH: Added use of a class's tag to generate a better set of filenames for its...Brad King2001-08-021-25/+73
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-301-2/+2
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-2/+2
* ENH: Added cable class-set expansion and tagging for alternate name generatio...Brad King2001-07-261-2/+16
* ENH: Added generation of dependencies on the CMake-generated input to gcc-xml...Brad King2001-07-171-1/+21
* ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of G...Brad King2001-07-031-1/+1
* BUG: Changed custom command generation to not use full path of output file fr...Brad King2001-06-101-10/+8
* ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS c...Brad King2001-06-081-34/+93
* 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 gener...Brad King2001-06-071-10/+14
* ENH: Changed generation of gccxml command to write out define and include fla...Brad King2001-06-061-1/+14
* 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
* 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