| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ENH: CABIL -> CABLE rename. | Brad King | 2001-02-28 | 11 | -153/+153 |
|
|
* | many enhancements including dll support | Ken Martin | 2001-02-27 | 6 | -34/+76 |
|
|
* | bug fixes | Ken Martin | 2001-02-27 | 1 | -23/+42 |
|
|
* | added new commands | Ken Martin | 2001-02-27 | 1 | -0/+4 |
|
|
* | added wrap exclude ivar | Ken Martin | 2001-02-27 | 1 | -0/+6 |
|
|
* | new commands | Ken Martin | 2001-02-27 | 4 | -0/+204 |
|
|
* | dll build rules | Ken Martin | 2001-02-27 | 2 | -0/+110 |
|
|
* | change in options for much smaller libraries | Ken Martin | 2001-02-27 | 1 | -2/+2 |
|
|
* | ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. Adde... | Brad King | 2001-02-27 | 8 | -9/+264 |
|
|
* | ENH/BUG: Improved function parsing to allow just about anything inside a doub... | Brad King | 2001-02-27 | 1 | -16/+43 |
|
|
* | ENH: mask on mkdir set to 777. | Bill Lorensen | 2001-02-27 | 1 | -1/+1 |
|
|
* | ERR: missing std:: on cout. | Bill Lorensen | 2001-02-27 | 1 | -1/+1 |
|
|
* | FIX: added /GR to MinSize build to avoid warnings about dynamic cast | Jim Miller | 2001-02-27 | 1 | -1/+1 |
|
|
* | ERR: Fixed configuration file output to open file in output directory. | Brad King | 2001-02-26 | 1 | -4/+11 |
|
|
* | int -> unsigned int | Brad King | 2001-02-26 | 1 | -2/+2 |
|
|
* | ENH: Added CABIL commands for configuration file generation. | Brad King | 2001-02-26 | 9 | -0/+695 |
|
|
* | ENH: Added GetUsedCommands() method. | Brad King | 2001-02-26 | 1 | -1/+7 |
|
|
* | ERR: fsream.h -> fstream.h | Brad King | 2001-02-26 | 1 | -1/+1 |
|
|
* | a variety of fixes and enhancements | Ken Martin | 2001-02-26 | 6 | -33/+227 |
|
|
* | very early version of a wrapper | Ken Martin | 2001-02-26 | 2 | -0/+301 |
|
|
* | added functionality, fixed bug if no file existed and with header files | Ken Martin | 2001-02-26 | 2 | -3/+40 |
|
|
* | fixed bug and modified functionality | Ken Martin | 2001-02-26 | 2 | -18/+25 |
|
|
* | new command | Ken Martin | 2001-02-26 | 2 | -0/+155 |
|
|
* | ERR: Fixed unknown command output error message for spacing. | Brad King | 2001-02-26 | 1 | -1/+1 |
|
|
* | ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. | Brad King | 2001-02-26 | 21 | -0/+77 |
|
|
* | ERR: Fixed warnings (int->unsigned int and a few others). | Brad King | 2001-02-23 | 9 | -40/+45 |
|
|
* | ENH: update sample | Bill Hoffman | 2001-02-23 | 1 | -13/+86 |
|
|
* | BUG: remove debug print | Bill Hoffman | 2001-02-23 | 1 | -1/+0 |
|
|
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 18 | -337/+498 |
|
|
* | ENH: remove relative and extra paths in CMakeLists.txt files | Bill Hoffman | 2001-02-20 | 1 | -1/+1 |
|
|
* | BUG: fix for in source build | Bill Hoffman | 2001-02-20 | 1 | -1/+1 |
|
|
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ... | Bill Hoffman | 2001-02-19 | 22 | -508/+647 |
|
|
* | ENH: add a smaple configure.in for CMake based projects | Bill Hoffman | 2001-02-18 | 1 | -0/+5 |
|
|
* | ENH: add a smaple configure.in for CMake based projects | Bill Hoffman | 2001-02-18 | 1 | -0/+617 |
|
|
* | ENH: clean up comments some | Bill Hoffman | 2001-02-16 | 1 | -15/+6 |
|
|
* | ENH:Added pdf file | Will Schroeder | 2001-02-16 | 1 | -0/+1366 |
|
|
* | clean up docs | Ken Martin | 2001-02-16 | 1 | -0/+0 |
|
|
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 11 | -60/+119 |
|
|
* | some cleanup and fixes | Ken Martin | 2001-02-15 | 16 | -227/+348 |
|
|
* | BUG: set output directory correctly | Bill Hoffman | 2001-02-14 | 1 | -1/+2 |
|
|
* | ENH: fix depend segfault | Bill Hoffman | 2001-02-14 | 1 | -0/+4 |
|
|
* | ENH: new vnl | Bill Hoffman | 2001-02-13 | 2 | -1/+8 |
|
|
* | ENH: add configure style @var@ expansion | Bill Hoffman | 2001-02-13 | 2 | -1/+7 |
|
|
* | ENH: get rid of special msc configure file | Bill Hoffman | 2001-02-13 | 12 | -108/+204 |
|
|
* | ENH: share a .lib with the command line and mfc versions. | Bill Hoffman | 2001-02-12 | 4 | -20/+168 |
|
|
* | ENH: add cache manager class, move all commands into cmCommands.cxx to speed ... | Bill Hoffman | 2001-02-12 | 15 | -687/+725 |
|
|
* | ENH: add /GX /Zm1000 | Bill Hoffman | 2001-02-06 | 1 | -1/+1 |
|
|
* | ENH: min size build | Bill Hoffman | 2001-02-06 | 1 | -1/+27 |
|
|
* | ENH: put back /Zm1000 so we can build large files | Bill Hoffman | 2001-02-06 | 1 | -2/+2 |
|
|
* | FIX: remove precompiled header settings | Jim Miller | 2001-02-06 | 1 | -4/+4 |
|
|