summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improved error handling when GetError is called on a command that has no...Brad King2001-03-123-3/+20
* Include directories under Win32 only (inherited by subdirs)Geoffrey Cross2001-03-123-0/+127
* ENH: Finished Simplifying dsptemplate processing with in place of separate R...Brad King2001-03-097-81/+37
* ERR: Fixed library path problem for ReleaseMinSize build. should now be use...Brad King2001-03-093-14/+4
* ERR: Fixed header template for Release MinSize builds.Brad King2001-03-091-10/+10
* ENH: Added Release MinSize configuration for executables.Brad King2001-03-091-0/+24
* ENH: Made UTILITY_SOURCE command inherited, just like FIND_PROGRAM.Brad King2001-03-091-0/+6
* ERR: Missing initalization of a cmClassFile::m_HeaderFileOnly fixed.Brad King2001-03-091-0/+1
* ENH: Added utility dependency support. Now a project can depend on other exe...Brad King2001-03-097-14/+108
* ERR: Added automatic creation of directory for cable_config.xml file and corr...Brad King2001-03-092-2/+13
* ENH: Added proper dependency generation for a package on cable executable.Brad King2001-03-091-12/+7
* ERR: Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior.Brad King2001-03-082-4/+4
* ENH: Added output of custom rules for XML sources.Brad King2001-03-082-0/+6
* ENH: Added output of defines flags as part of INCLUDE_FLAGS.Brad King2001-03-081-1/+2
* ENH: Added output of a custom command's m_Source as a dependency.Brad King2001-03-081-2/+2
* ERR: Minor wording error in output message.Brad King2001-03-081-1/+1
* ENH: Creation of generator rule now properly uses the custom command's m_Sour...Brad King2001-03-081-5/+3
* ENH: Added creation of custom rules for generating CABLE packages.Brad King2001-03-087-12/+96
* ENH: Added support for finding dependencies for files that don't exist. Depe...Brad King2001-03-082-26/+96
* ENH: Added .txx detection for Header block output.Brad King2001-03-081-1/+25
* ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ...Brad King2001-03-087-2/+195
* ERR: Commented out experimental code that was accidentally checked in.Brad King2001-03-071-6/+6
* ENH: Added Cable to Utilities and appropriate CMakeLists.txt changes. Moved ...Brad King2001-03-071-0/+7
* ENH: Added custom rule support to cmUnixMakefileGenerator.Brad King2001-03-022-0/+23
* BUG: repeat all -l options to avoid having to worry about link order.Will Schroeder2001-03-021-3/+8
* ENH: CABLE config file (config_cable.xml) should now be opened in the output ...Brad King2001-03-023-4/+7
* ENH: Change to new CABLE command architecture. CABLE configuration code is n...Brad King2001-03-0123-232/+1016
* BUG: fix circular depends on libraries and remove depends for static librariesBill Hoffman2001-02-286-14/+34
* ENH: CABIL -> CABLE rename.Brad King2001-02-2811-153/+153
* many enhancements including dll supportKen Martin2001-02-276-34/+76
* bug fixesKen Martin2001-02-271-23/+42
* added new commandsKen Martin2001-02-271-0/+4
* added wrap exclude ivarKen Martin2001-02-271-0/+6
* new commandsKen Martin2001-02-274-0/+204
* dll build rulesKen Martin2001-02-272-0/+110
* change in options for much smaller librariesKen Martin2001-02-271-2/+2
* ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. Adde...Brad King2001-02-278-9/+264
* ENH/BUG: Improved function parsing to allow just about anything inside a doub...Brad King2001-02-271-16/+43
* ENH: mask on mkdir set to 777.Bill Lorensen2001-02-271-1/+1
* ERR: missing std:: on cout.Bill Lorensen2001-02-271-1/+1
* FIX: added /GR to MinSize build to avoid warnings about dynamic castJim Miller2001-02-271-1/+1
* ERR: Fixed configuration file output to open file in output directory.Brad King2001-02-261-4/+11
* int -> unsigned intBrad King2001-02-261-2/+2
* ENH: Added CABIL commands for configuration file generation.Brad King2001-02-269-0/+695
* ENH: Added GetUsedCommands() method.Brad King2001-02-261-1/+7
* ERR: fsream.h -> fstream.hBrad King2001-02-261-1/+1
* a variety of fixes and enhancementsKen Martin2001-02-266-33/+227
* very early version of a wrapperKen Martin2001-02-262-0/+301
* added functionality, fixed bug if no file existed and with header filesKen Martin2001-02-262-3/+40
* fixed bug and modified functionalityKen Martin2001-02-262-18/+25