Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove unused variable warning | Andy Cedilnik | 2004-10-07 | 1 | -0/+2 |
| | |||||
* | COMP: Remove compile warning on cygwin | Ken Martin | 2004-10-06 | 1 | -1/+1 |
| | |||||
* | COMP: Attempt to remove warning | Ken Martin | 2004-10-06 | 1 | -0/+1 |
| | |||||
* | COMP: Attempt to fix non-blocking tests | Andy Cedilnik | 2004-10-06 | 2 | -23/+38 |
| | |||||
* | COMP: Fix C build problem in certain conditions | Andy Cedilnik | 2004-10-06 | 1 | -6/+8 |
| | |||||
* | BUG: Prevent crash when strerror fails | Andy Cedilnik | 2004-10-05 | 1 | -1/+10 |
| | |||||
* | ERR: Too much commits | Andy Cedilnik | 2004-10-05 | 1 | -3/+0 |
| | |||||
* | PERF: Several cleanups, and remove need for Curl directory to be in include path | Andy Cedilnik | 2004-10-05 | 4 | -8/+5 |
| | |||||
* | BUG: change the name of memory.h | Bill Hoffman | 2004-10-05 | 42 | -41/+41 |
| | |||||
* | FIX: correctly handle if path table can not open | Bill Hoffman | 2004-10-05 | 1 | -2/+7 |
| | |||||
* | ENH: pick native compilers first, and aCC before CC | Bill Hoffman | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | BUG: fix realpath problem and unix slashes | Bill Hoffman | 2004-10-05 | 1 | -19/+18 |
| | |||||
* | ERR: Fix TRUE build problem and replace error couts with cerrs | Andy Cedilnik | 2004-10-05 | 1 | -10/+10 |
| | |||||
* | ERR: Fix Windows build | Andy Cedilnik | 2004-10-05 | 4 | -4/+44 |
| | |||||
* | ENH: Update Curl to 7.12.1 | Andy Cedilnik | 2004-10-05 | 114 | -8700/+19761 |
| | |||||
* | COMP: fix some compile issues with insert | Ken Martin | 2004-10-05 | 2 | -14/+88 |
| | |||||
* | BUG: Fix O_NONBLOCK test | Andy Cedilnik | 2004-10-05 | 1 | -9/+16 |
| | |||||
* | ENH: We need this for the new version of Curl. Once CMake 2.2 is released, ↵ | Andy Cedilnik | 2004-10-05 | 2 | -0/+85 |
| | | | | this can go out. | ||||
* | COMP: fix bad include file | Ken Martin | 2004-10-05 | 1 | -1/+0 |
| | |||||
* | ERR: Fix bootstrap | Andy Cedilnik | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add option of adding random include files before doing CheckTypeSize | Andy Cedilnik | 2004-10-05 | 2 | -2/+14 |
| | |||||
* | ENH: When test fails, write out the output | Andy Cedilnik | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: Started new makefile generator implementation. It will temporarily be ↵ | Brad King | 2004-10-04 | 2 | -0/+534 |
| | | | | called cmLocalUnixMakefileGenerator2 until it is ready to replace the original completely. | ||||
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 5 | -313/+452 |
| | |||||
* | BUG: Use kwsys from the source tree | Andy Cedilnik | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Better sorting of results | Andy Cedilnik | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | BUG: Fix problem with spaces in the path | Andy Cedilnik | 2004-10-03 | 1 | -1/+1 |
| | |||||
* | BUG: Attempt to remove memory leak | Andy Cedilnik | 2004-10-03 | 1 | -1/+4 |
| | |||||
* | BUG: Add regular expression to vector | Andy Cedilnik | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | ENH: Use existing CTest and cmake | Andy Cedilnik | 2004-10-01 | 1 | -4/+6 |
| | |||||
* | ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have ↵ | Andy Cedilnik | 2004-10-01 | 4 | -9/+16 |
| | | | | to specify ctest executable in CTEST_COMMAND, but just a variable | ||||
* | ERR: Added missing include of string.h | Brad King | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | ENH: Let us recognize it on the dashboard | Andy Cedilnik | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup CTest test | Andy Cedilnik | 2004-09-30 | 1 | -8/+3 |
| | |||||
* | ENH: Do kwsys instead of CMake | Andy Cedilnik | 2004-09-30 | 1 | -13/+9 |
| | |||||
* | 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 ↵ | Brad King | 2004-09-30 | 1 | -6/+11 |
| | | | | output for test 6. | ||||
* | ERR: Fix error | Andy Cedilnik | 2004-09-30 | 1 | -8/+8 |
| | |||||
* | BUG: Check if the compiler is gnu. If it is, do not do special platform ↵ | Andy Cedilnik | 2004-09-30 | 1 | -88/+113 |
| | | | | tests. Fixes Bug #1215 - bootstrap uses native flags with gnu compiler on OSF | ||||
* | 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 ↵ | Bill Hoffman | 2004-09-29 | 10 | -28/+28 |
| | | | | cmStdString | ||||
* | 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 ↵ | Andy Cedilnik | 2004-09-29 | 4 | -46/+56 |
| | | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory | ||||
* | BUG: If extra update failes, continue with dashboard. Closes Bug #894 - ↵ | Andy Cedilnik | 2004-09-29 | 1 | -2/+1 |
| | | | | Fatal CVS update error kills test, and is not reported | ||||
* | 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: Enable Command Line Arguments | Andy Cedilnik | 2004-09-28 | 1 | -0/+1 |
| |