summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-082-22/+22
* COMP: Fix compile problem on windows and macAndy Cedilnik2006-02-071-2/+2
* COMP: Fix build problemAndy Cedilnik2006-02-071-2/+2
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-072-0/+120
* ENH: Added kwsys::String class to shorten debugging symbols and error message...Brad King2006-02-072-1/+60
* ENH: Add some doc for visible classMathieu Malaterre2006-02-071-0/+4
* ENH: by Bill make sure path is unix styleKen Martin2006-01-231-0/+1
* ENH: fix for iccBill Hoffman2006-01-171-1/+0
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-179-19/+53
* ENH: Added special test 0 to just run a given command line.Brad King2006-01-051-11/+20
* COMP: Do not build tests if build testing is offAndy Cedilnik2006-01-041-25/+25
* BUG: When more than one command is given and one of them fails to start and t...Brad King2005-12-311-0/+6
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+11
* ENH: Improved robustness of sharing parent pipes with children. This ensures...Brad King2005-12-201-38/+88
* BUG: Return if the file is in any directory not just in first oneAndy Cedilnik2005-12-161-1/+4
* COMP: for a in range(100): write_on_board(No std in kwsys...)Andy Cedilnik2005-12-111-1/+1
* ENH: Add a method to remove remaining argumentsAndy Cedilnik2005-12-102-0/+12
* COMP: Fix the exporting so that it can actually be usedAndy Cedilnik2005-12-101-1/+7
* ENH: Add another signature to FindProgram that matches more to the one from C...Andy Cedilnik2005-12-102-0/+21
* STYLE: Documented reference to "man select_tut".Brad King2005-11-161-1/+3
* BUG: Do not close handle obtained from GetModuleHandle which does not increas...Brad King2005-11-161-2/+8
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and a...Andy Cedilnik2005-11-091-2/+2
* COMP: Fix all dashboardsAndy Cedilnik2005-11-091-1/+1
* ENH: Add test for output regular expressionAndy Cedilnik2005-11-082-2/+8
* ENH: Improved file modification time comparison on Windows to use GetFileAttr...Brad King2005-10-271-24/+6
* ENH: try to get this thing to pass with cmake 2.2.1Bill Hoffman2005-10-211-0/+17
* COMP: More namespace fixes to build on HPAndy Cedilnik2005-10-192-38/+38
* COMP: Fix namespace. This way kwsys can be built outside cmakeAndy Cedilnik2005-10-191-17/+17
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-183-1/+516
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-122-9/+26
* ENH: CMake kills me (so does Cygwin)Sebastien Barre2005-10-064-4/+5
* ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ins...Sebastien Barre2005-10-053-8/+9
* BUG: Reverting fundamental type info change until it is fixed on more platfor...Brad King2005-10-051-50/+34
* ENH: add kwsys test for DetectFileTypeSebastien Barre2005-10-043-0/+58
* ENH: Converting FundamentalType try-compiles into a single try-run. All the ...Brad King2005-10-032-34/+137
* COMP: Try to remove warningsAndy Cedilnik2005-09-221-18/+14
* ENH: Updated to use modern FILE command for writing to output logs instead of...Brad King2005-09-211-4/+4
* BUG: kwsys_ios namespace should import streambuf also.Brad King2005-09-211-0/+1
* ENH: Make message into statusAndy Cedilnik2005-09-201-1/+1
* BUG: Remove warning and try to fix memory problemAndy Cedilnik2005-09-191-5/+6
* ENH: Test for both commandsAndy Cedilnik2005-09-191-2/+2
* STYLE: Added reference to documentation in CMakeLists.txt.Brad King2005-09-181-1/+4
* STYLE: Added backward compatibility disclaimer.Brad King2005-09-181-0/+8
* BUG: Fix which argument is which, also, fix the test to be less agressiveAndy Cedilnik2005-09-181-3/+1
* ENH: Add testing of GET_TEST_PROPERTY commandAndy Cedilnik2005-09-171-0/+4
* BUG: On WIN32, since we are using subkey, set itAndy Cedilnik2005-09-171-1/+5
* COMP: Remove unused variableAndy Cedilnik2005-09-161-2/+0
* BUG: Fix encoding and add deleting to the testAndy Cedilnik2005-09-162-4/+8
* ENH: Modify API a little bit to allow arbitrary length values. Encode certain...Andy Cedilnik2005-09-163-61/+161
* COMP: Remove problem on borlandAndy Cedilnik2005-09-161-7/+4