summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+11
|
* ENH: Improved robustness of sharing parent pipes with children. This ↵Brad King2005-12-201-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 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 ↵Andy Cedilnik2005-12-102-0/+21
| | | | CMake
* STYLE: Documented reference to "man select_tut".Brad King2005-11-161-1/+3
|
* BUG: Do not close handle obtained from GetModuleHandle which does not ↵Brad King2005-11-161-2/+8
| | | | increase the reference count of the module.
* ENH: Change flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and ↵Andy Cedilnik2005-11-091-2/+2
| | | | add help in cmSetTestsPropertiesCommand
* 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 ↵Brad King2005-10-271-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.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 ↵Sebastien Barre2005-10-053-8/+9
| | | | instead of the test executable
* BUG: Reverting fundamental type info change until it is fixed on more ↵Brad King2005-10-051-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 DetectFileTypeSebastien Barre2005-10-043-0/+58
|
* ENH: Converting FundamentalType try-compiles into a single try-run. All the ↵Brad King2005-10-032-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 warningsAndy Cedilnik2005-09-221-18/+14
|
* ENH: Updated to use modern FILE command for writing to output logs instead ↵Brad King2005-09-211-4/+4
| | | | of WRITE_FILE.
* 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 ↵Andy Cedilnik2005-09-163-61/+161
| | | | certain characters. Rename UNIX registry to FILE registry. More testing
* COMP: Remove problem on borlandAndy Cedilnik2005-09-161-7/+4
|
* ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2Andy Cedilnik2005-09-161-10/+19
|
* COMP: Remove some more warningsAndy Cedilnik2005-09-161-13/+11
|
* ENH: Cleanups and expose unix registry on windows (for cygwin etc)Andy Cedilnik2005-09-162-27/+25
|
* COMP: Win32 fixesAndy Cedilnik2005-09-162-31/+64
|
* ENH: More handling of unix versus windows registryAndy Cedilnik2005-09-161-99/+132
|
* ENH: Initial importAndy Cedilnik2005-09-164-0/+869
|
* ENH: Added cygcheck knowledge for --ldd option on Cygwin. Added error ↵Brad King2005-08-311-1/+11
| | | | message for --ldd option when no tool is available but the option was still requested.
* BUG: Fixed dirname in a few cases on windows. Now using ↵Brad King2005-08-181-12/+21
| | | | KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
* ENH: Added support for Windows.Brad King2005-08-181-31/+178
|
* BUG: Automatic pwd/cwd path translation must check that the generated ↵Brad King2005-08-171-28/+26
| | | | logical-to-physical mapping is correct by using realpath.
* ENH: If VTK_LIBRARY_PROPERTIES is set then the properties it lists will be ↵Brad King2005-08-041-0/+14
| | | | added to VTK library targets with SET_TARGET_PROPERTIES. This will be useful to enable shared library versioning.
* ENH: change loc of log filesKen Martin2005-07-291-2/+2
|