| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add error checking for option commands with too many arguments | Bill Hoffman | 2002-03-11 | 1 | -1/+1 |
|
|
* | ENH: add support for .def files | Bill Hoffman | 2002-03-11 | 2 | -2/+29 |
|
|
* | BUG: make sure libraries do not depend on themselves | Bill Hoffman | 2002-03-11 | 1 | -10/+13 |
|
|
* | ENH: try to get crazy dec cxx to work again... one more time | Bill Hoffman | 2002-03-10 | 2 | -2/+2 |
|
|
* | ENH: try to get crazy dec cxx to work again... | Bill Hoffman | 2002-03-10 | 2 | -25/+33 |
|
|
* | ENH: more dec silly stuff | Bill Hoffman | 2002-03-08 | 3 | -0/+3 |
|
|
* | more stupid dec cxx tricks... | Bill Hoffman | 2002-03-08 | 3 | -33/+72 |
|
|
* | ENH: add one more stupid function call for the dec cxx compiler... | Bill Hoffman | 2002-03-08 | 3 | -0/+3 |
|
|
* | try to fix dec cxx | Bill Hoffman | 2002-03-08 | 3 | -3/+6 |
|
|
* | ENH: add more junk for the dec cxx compiler to force it to instantiate stuff | Bill Hoffman | 2002-03-08 | 3 | -0/+15 |
|
|
* | ENH: use the string class to force the dec compiler to instantiate some templ... | Bill Hoffman | 2002-03-07 | 3 | -3/+18 |
|
|
* | Build cmaketest even if testing if OFF (so that it can be used externally) | Sebastien Barre | 2002-03-07 | 1 | -6/+7 |
|
|
* | ENH: add -E option (exclude tests matching a regexp) | Sebastien Barre | 2002-03-06 | 2 | -7/+36 |
|
|
* | ENH: add cmaketest to install targets (so that it can be used in other projec... | Sebastien Barre | 2002-03-06 | 2 | -1/+12 |
|
|
* | build type should not be advanced | Bill Hoffman | 2002-03-06 | 1 | -1/+4 |
|
|
* | ENH: add test for semi-colon separated lists of libraries | Bill Hoffman | 2002-03-06 | 3 | -6/+6 |
|
|
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 5 | -16/+68 |
|
|
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 37 | -138/+44 |
|
|
* | BUG: get the correct return value from pclose | Bill Hoffman | 2002-03-05 | 1 | -0/+6 |
|
|
* | ENH: add support for per file flags | Bill Hoffman | 2002-03-04 | 3 | -0/+12 |
|
|
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 11 | -34/+250 |
|
|
* | ENH: add a test for per file flags | Bill Hoffman | 2002-03-04 | 3 | -3/+6 |
|
|
* | ENH: Added support for including extra files in generated header to get acces... | Brad King | 2002-03-01 | 2 | -5/+31 |
|
|
* | ENH: add some OS/compiler variables | Bill Hoffman | 2002-03-01 | 7 | -1/+36 |
|
|
* | ENH: add VERBOSE_BUILD to options | Bill Hoffman | 2002-02-28 | 1 | -0/+2 |
|
|
* | check bool values and prefere off | Bill Hoffman | 2002-02-28 | 1 | -0/+7 |
|
|
* | use xml output quotes for paths | Bill Hoffman | 2002-02-28 | 2 | -35/+22 |
|
|
* | change hp checks to all hps and not just version 10 | Bill Hoffman | 2002-02-28 | 2 | -6/+6 |
|
|
* | BUG: look for exe path as well. | Bill Hoffman | 2002-02-28 | 1 | -0/+3 |
|
|
* | ENH: look for .com files before .exe | Bill Hoffman | 2002-02-28 | 1 | -0/+8 |
|
|
* | find path to devenv | Bill Hoffman | 2002-02-28 | 1 | -2/+14 |
|
|
* | ENH: add build name to the cache with a default value for dot net | Bill Hoffman | 2002-02-28 | 1 | -0/+4 |
|
|
* | clean up in dot net | Bill Hoffman | 2002-02-27 | 3 | -46/+98 |
|
|
* | add command line option -D for config directory to run | Bill Hoffman | 2002-02-26 | 2 | -3/+21 |
|
|
* | ENH: add RUN_TESTS | Bill Hoffman | 2002-02-26 | 2 | -0/+48 |
|
|
* | FIX: command now expands args during the first pass (found through FOREACH ex... | Sebastien Barre | 2002-02-26 | 1 | -9/+11 |
|
|
* | *** empty log message *** | Bill Hoffman | 2002-02-26 | 1 | -0/+36 |
|
|
* | BUG: fix type problem size_type is unsigned | Bill Hoffman | 2002-02-26 | 1 | -1/+1 |
|
|
* | ENH: dot net almost working | Bill Hoffman | 2002-02-25 | 6 | -36/+45 |
|
|
* | FIX: command now expands *all* args (found through FOREACH example) | Sebastien Barre | 2002-02-25 | 1 | -5/+10 |
|
|
* | ENH: provide a test for today's ReadListFile() bug fix | Sebastien Barre | 2002-02-25 | 4 | -1/+10 |
|
|
* | FIX: although a CMakeLists.txt file could be searched up 'n' level in the dir... | Sebastien Barre | 2002-02-25 | 1 | -12/+13 |
|
|
* | ENH: look for Dart in c: | Bill Hoffman | 2002-02-25 | 1 | -0/+1 |
|
|
* | ENH: fix warning | Bill Hoffman | 2002-02-25 | 1 | -1/+1 |
|
|
* | ENH: Expand vars in SUBDIRS | Sebastien Barre | 2002-02-25 | 1 | -2/+4 |
|
|
* | BUG: fix remove of cygdrive path stuff | Bill Hoffman | 2002-02-25 | 1 | -2/+2 |
|
|
* | ERR: std::ios::binary is only needed for Windows platforms, and isn't support... | Brad King | 2002-02-23 | 1 | -2/+9 |
|
|
* | ENH: fix for spaces in paths on unix | Bill Hoffman | 2002-02-22 | 3 | -13/+26 |
|
|
* | ENH: big change in the path handling, one function CreateOutputPath is used t... | Bill Hoffman | 2002-02-22 | 11 | -271/+269 |
|
|
* | ENH: Another attempt at getting cmCopyFile to work correctly. The previous i... | Brad King | 2002-02-22 | 1 | -36/+15 |
|
|