summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added support for finding dependencies for files that don't exist. ↵Brad King2001-03-082-26/+96
| | | | Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist.
* 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
| | | | source is located when it is included in the distribution of a project.
* 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
| | | | VXLNumerics link out of source's root directory and into separate entries for Code and Testing directories. This prevents linking of all programs (like Cable) with the numerics library.
* 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
| | | | directory.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-0123-232/+1016
| | | | now generated on the first pass, during the Invoke() calls.
* 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. ↵Brad King2001-02-278-9/+264
| | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output.
* ENH/BUG: Improved function parsing to allow just about anything inside a ↵Brad King2001-02-271-16/+43
| | | | double-quoted argument. Also fixed parsing of lines with both quoted and non-quoted arguments.
* 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
|
* new commandKen Martin2001-02-262-0/+155
|
* ERR: Fixed unknown command output error message for spacing.Brad King2001-02-261-1/+1
|
* ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.Brad King2001-02-2621-0/+77
|
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-239-40/+45
|
* ENH: update sampleBill Hoffman2001-02-231-13/+86
|
* BUG: remove debug printBill Hoffman2001-02-231-1/+0
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-2318-337/+498
|
* ENH: remove relative and extra paths in CMakeLists.txt filesBill Hoffman2001-02-201-1/+1
|
* BUG: fix for in source buildBill Hoffman2001-02-201-1/+1
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-1922-508/+647
| | | | some
* ENH: add a smaple configure.in for CMake based projectsBill Hoffman2001-02-181-0/+5
|
* ENH: add a smaple configure.in for CMake based projectsBill Hoffman2001-02-181-0/+617
|
* ENH: clean up comments someBill Hoffman2001-02-161-15/+6
|
* ENH:Added pdf fileWill Schroeder2001-02-161-0/+1366
|
* clean up docsKen Martin2001-02-161-0/+0
|
* ENH: add new commands fro find library and find programKen Martin2001-02-1611-60/+119
|
* some cleanup and fixesKen Martin2001-02-1516-227/+348
|
* BUG: set output directory correctlyBill Hoffman2001-02-141-1/+2
|