| Commit message (Expand) | Author | Age | Files | Lines |
* | ERR: Fix for non-gcc/icc compilers | Andy Cedilnik | 2004-09-30 | 2 | -17/+33 |
|
|
* | ENH: Added optional display of output for tests. Avoid printing alot of outp... | Brad King | 2004-09-30 | 1 | -6/+11 |
|
|
* | ERR: Fix error | Andy Cedilnik | 2004-09-30 | 1 | -8/+8 |
|
|
* | ENH: Add support for SourceFile and LineNumber | Andy Cedilnik | 2004-09-30 | 2 | -7/+49 |
|
|
* | ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt... | Bill Hoffman | 2004-09-29 | 10 | -28/+28 |
|
|
* | BUG: Remove maximum size of test output | Andy Cedilnik | 2004-09-29 | 2 | -48/+1 |
|
|
* | ERR: Fix Windows build | Andy Cedilnik | 2004-09-29 | 1 | -0/+4 |
|
|
* | ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1... | Andy Cedilnik | 2004-09-29 | 4 | -46/+56 |
|
|
* | BUG: If extra update failes, continue with dashboard. Closes Bug #894 - Fatal... | Andy Cedilnik | 2004-09-29 | 1 | -2/+1 |
|
|
* | ENH: When copy file, if the output file exits, delete it first | Andy Cedilnik | 2004-09-29 | 1 | -0/+5 |
|
|
* | ENH: Allow CMake to use CommandLineArguments without warning | Andy Cedilnik | 2004-09-29 | 1 | -3/+5 |
|
|
* | ENH: Add lots of comments | Andy Cedilnik | 2004-09-29 | 1 | -19/+71 |
|
|
* | ENH: Add access to last argument parsed | Andy Cedilnik | 2004-09-29 | 2 | -0/+12 |
|
|
* | ENH: Move all extracting of variables to ExtractVariables. This way it is eas... | Andy Cedilnik | 2004-09-28 | 2 | -70/+92 |
|
|
* | ENH: Add accessor for Argv0 | Andy Cedilnik | 2004-09-28 | 2 | -0/+11 |
|
|
* | ENH: Add some documentation | Andy Cedilnik | 2004-09-28 | 2 | -34/+96 |
|
|
* | BUG: make sure release flags are replaced | Bill Hoffman | 2004-09-27 | 1 | -1/+2 |
|
|
* | ENH: allow for a different jni.h to enable java testing | Bill Hoffman | 2004-09-27 | 1 | -3/+3 |
|
|
* | ENH: allow for a different jni.h to enable java testing | Bill Hoffman | 2004-09-27 | 1 | -3/+3 |
|
|
* | space in path problem | Bill Hoffman | 2004-09-27 | 1 | -1/+1 |
|
|
* | ENH: use jni.h to determine java version | Bill Hoffman | 2004-09-27 | 1 | -1/+1 |
|
|
* | ENH: use jni.h to determine java version | Bill Hoffman | 2004-09-27 | 1 | -15/+23 |
|
|
* | BUG: If notes file is missing, create empty notes file with error message | Andy Cedilnik | 2004-09-27 | 1 | -9/+0 |
|
|
* | BUG: make sure java jar files are not libfoo.jar but are just foo.jar | Bill Hoffman | 2004-09-27 | 1 | -2/+13 |
|
|
* | ENH: better message for skipping java | Bill Hoffman | 2004-09-27 | 1 | -1/+1 |
|
|
* | ENH: use correct args for test of java | Bill Hoffman | 2004-09-24 | 1 | -1/+1 |
|
|
* | ENH: only use newer java for testing | Bill Hoffman | 2004-09-24 | 1 | -11/+15 |
|
|
* | BUG: fix crash with vs6 | Ken Martin | 2004-09-24 | 1 | -24/+27 |
|
|
* | ENH: check for all parts of java | Ken Martin | 2004-09-24 | 1 | -2/+2 |
|
|
* | ENH: replace all enabled languages in rule vars | Bill Hoffman | 2004-09-24 | 1 | -3/+5 |
|
|
* | ENH: change ignore function so that it first checks to see if the extension h... | Bill Hoffman | 2004-09-24 | 1 | -0/+4 |
|
|
* | ENH: correctly ignore files | Bill Hoffman | 2004-09-24 | 2 | -12/+14 |
|
|
* | temporary fix to try and get a clean dashboard | Bill Hoffman | 2004-09-23 | 1 | -1/+2 |
|
|
* | ERR: Fix memory problem | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
|
|
* | STYLE: Only allocate as much space as needed | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
|
|
* | ENH: Make GetRemainingArguments actually work | Andy Cedilnik | 2004-09-23 | 1 | -12/+16 |
|
|
* | ENH: only replace the language being used in expand rule variables | Bill Hoffman | 2004-09-23 | 2 | -13/+29 |
|
|
* | STYLE: remove warning | Bill Hoffman | 2004-09-23 | 1 | -1/+1 |
|
|
* | remove warning | Bill Hoffman | 2004-09-23 | 1 | -4/+4 |
|
|
* | ENH: fix problems with .def and RC files | Bill Hoffman | 2004-09-23 | 1 | -0/+8 |
|
|
* | BUG: fix perfered linker language code | Bill Hoffman | 2004-09-22 | 1 | -1/+1 |
|
|
* | fix compilation | Bill Hoffman | 2004-09-22 | 1 | -1/+0 |
|
|
* | remove warnings | Bill Hoffman | 2004-09-22 | 1 | -2/+0 |
|
|
* | ENH: major changes to support addition of languages from cmake modules direct... | Bill Hoffman | 2004-09-22 | 19 | -404/+636 |
|
|
* | ENH: only try to use fortran if the generator is make based | Bill Hoffman | 2004-09-22 | 1 | -17/+20 |
|
|
* | BUG#1179: Fix for syntax in unquoted arguments. | Brad King | 2004-09-20 | 2 | -71/+83 |
|
|
* | BUG: fix for bug 1041, _MBCS sometimes added for UNIICODE which is bad | Bill Hoffman | 2004-09-17 | 1 | -1/+3 |
|
|
* | BUG: 1163 fix documentation | Bill Hoffman | 2004-09-17 | 1 | -1/+1 |
|
|
* | ENH: Attempt to handle Intel's remarks. Close Bug #1156 - Better support for ... | Andy Cedilnik | 2004-09-16 | 1 | -0/+1 |
|
|
* | ENH: Add missing include | Andy Cedilnik | 2004-09-16 | 1 | -0/+1 |
|
|