Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops | Andy Cedilnik | 2006-02-08 | 2 | -22/+22 |
| | |||||
* | COMP: Fix compile problem on windows and mac | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | COMP: Fix build problem | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 2 | -0/+120 |
| | |||||
* | ENH: Added kwsys::String class to shorten debugging symbols and error ↵ | Brad King | 2006-02-07 | 2 | -1/+60 |
| | | | | messages involving std::string. | ||||
* | ENH: Add some doc for visible class | Mathieu Malaterre | 2006-02-07 | 1 | -0/+4 |
| | |||||
* | ENH: by Bill make sure path is unix style | Ken Martin | 2006-01-23 | 1 | -0/+1 |
| | |||||
* | ENH: fix for icc | Bill Hoffman | 2006-01-17 | 1 | -1/+0 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 9 | -19/+53 |
| | |||||
* | ENH: Added special test 0 to just run a given command line. | Brad King | 2006-01-05 | 1 | -11/+20 |
| | |||||
* | COMP: Do not build tests if build testing is off | Andy Cedilnik | 2006-01-04 | 1 | -25/+25 |
| | |||||
* | BUG: When more than one command is given and one of them fails to start and ↵ | Brad King | 2005-12-31 | 1 | -0/+6 |
| | | | | the rest are killed, do not forget to reap the killed children. | ||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+11 |
| | |||||
* | ENH: Improved robustness of sharing parent pipes with children. This ↵ | Brad King | 2005-12-20 | 1 | -38/+88 |
| | | | | ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. | ||||
* | BUG: Return if the file is in any directory not just in first one | Andy Cedilnik | 2005-12-16 | 1 | -1/+4 |
| | |||||
* | COMP: for a in range(100): write_on_board(No std in kwsys...) | Andy Cedilnik | 2005-12-11 | 1 | -1/+1 |
| | |||||
* | ENH: Add a method to remove remaining arguments | Andy Cedilnik | 2005-12-10 | 2 | -0/+12 |
| | |||||
* | COMP: Fix the exporting so that it can actually be used | Andy Cedilnik | 2005-12-10 | 1 | -1/+7 |
| | |||||
* | ENH: Add another signature to FindProgram that matches more to the one from ↵ | Andy Cedilnik | 2005-12-10 | 2 | -0/+21 |
| | | | | CMake | ||||
* | STYLE: Documented reference to "man select_tut". | Brad King | 2005-11-16 | 1 | -1/+3 |
| | |||||
* | BUG: Do not close handle obtained from GetModuleHandle which does not ↵ | Brad King | 2005-11-16 | 1 | -2/+8 |
| | | | | increase the reference count of the module. | ||||
* | ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵ | Andy Cedilnik | 2005-11-09 | 1 | -2/+2 |
| | | | | add help in cmSetTestsPropertiesCommand | ||||
* | COMP: Fix all dashboards | Andy Cedilnik | 2005-11-09 | 1 | -1/+1 |
| | |||||
* | ENH: Add test for output regular expression | Andy Cedilnik | 2005-11-08 | 2 | -2/+8 |
| | |||||
* | ENH: Improved file modification time comparison on Windows to use ↵ | Brad King | 2005-10-27 | 1 | -24/+6 |
| | | | | GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check. | ||||
* | ENH: try to get this thing to pass with cmake 2.2.1 | Bill Hoffman | 2005-10-21 | 1 | -0/+17 |
| | |||||
* | COMP: More namespace fixes to build on HP | Andy Cedilnik | 2005-10-19 | 2 | -38/+38 |
| | |||||
* | COMP: Fix namespace. This way kwsys can be built outside cmake | Andy Cedilnik | 2005-10-19 | 1 | -17/+17 |
| | |||||
* | ENH: Push glob to the kwsys | Andy Cedilnik | 2005-10-18 | 3 | -1/+516 |
| | |||||
* | ENH: Add an accessor for the maximum file length | Andy Cedilnik | 2005-10-12 | 2 | -9/+26 |
| | |||||
* | ENH: CMake kills me (so does Cygwin) | Sebastien Barre | 2005-10-06 | 4 | -4/+5 |
| | |||||
* | ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵ | Sebastien Barre | 2005-10-05 | 3 | -8/+9 |
| | | | | instead of the test executable | ||||
* | BUG: Reverting fundamental type info change until it is fixed on more ↵ | Brad King | 2005-10-05 | 1 | -50/+34 |
| | | | | platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange. | ||||
* | ENH: add kwsys test for DetectFileType | Sebastien Barre | 2005-10-04 | 3 | -0/+58 |
| | |||||
* | ENH: Converting FundamentalType try-compiles into a single try-run. All the ↵ | Brad King | 2005-10-03 | 2 | -34/+137 |
| | | | | information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. | ||||
* | COMP: Try to remove warnings | Andy Cedilnik | 2005-09-22 | 1 | -18/+14 |
| | |||||
* | ENH: Updated to use modern FILE command for writing to output logs instead ↵ | Brad King | 2005-09-21 | 1 | -4/+4 |
| | | | | of WRITE_FILE. | ||||
* | BUG: kwsys_ios namespace should import streambuf also. | Brad King | 2005-09-21 | 1 | -0/+1 |
| | |||||
* | ENH: Make message into status | Andy Cedilnik | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | BUG: Remove warning and try to fix memory problem | Andy Cedilnik | 2005-09-19 | 1 | -5/+6 |
| | |||||
* | ENH: Test for both commands | Andy Cedilnik | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | STYLE: Added reference to documentation in CMakeLists.txt. | Brad King | 2005-09-18 | 1 | -1/+4 |
| | |||||
* | STYLE: Added backward compatibility disclaimer. | Brad King | 2005-09-18 | 1 | -0/+8 |
| | |||||
* | BUG: Fix which argument is which, also, fix the test to be less agressive | Andy Cedilnik | 2005-09-18 | 1 | -3/+1 |
| | |||||
* | ENH: Add testing of GET_TEST_PROPERTY command | Andy Cedilnik | 2005-09-17 | 1 | -0/+4 |
| | |||||
* | BUG: On WIN32, since we are using subkey, set it | Andy Cedilnik | 2005-09-17 | 1 | -1/+5 |
| | |||||
* | COMP: Remove unused variable | Andy Cedilnik | 2005-09-16 | 1 | -2/+0 |
| | |||||
* | BUG: Fix encoding and add deleting to the test | Andy Cedilnik | 2005-09-16 | 2 | -4/+8 |
| | |||||
* | ENH: Modify API a little bit to allow arbitrary length values. Encode ↵ | Andy Cedilnik | 2005-09-16 | 3 | -61/+161 |
| | | | | certain characters. Rename UNIX registry to FILE registry. More testing | ||||
* | COMP: Remove problem on borland | Andy Cedilnik | 2005-09-16 | 1 | -7/+4 |
| |