summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Directory.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵Alexander Neundorf2007-09-171-0/+9
| | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex
* BUG: #3563. Segmentation fault with non initialized input or NULL pointers.Glen Lehmann2006-08-011-0/+5
|
* ENH: add a higher performance method to get the number of files in a directoryKen Martin2006-06-221-0/+59
|
* ENH: Use const char where it should have been. At same time fix Bug#2958Mathieu Malaterre2006-03-171-2/+1
|
* STYLE: Minor styleMathieu Malaterre2006-03-091-8/+8
|
* ENH: add missing cmake depend hacksBill Hoffman2006-03-061-0/+1
|
* COMP: Some STL implementation do not provide clear on std::stringMathieu Malaterre2006-03-061-1/+2
|
* BUG: Need to reset internal structure in case of multiple calls to LoadMathieu Malaterre2006-03-061-0/+9
|
* ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code).Mathieu Malaterre2006-03-061-2/+8
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-1/+1
|
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-0/+9
| | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
* ERR: Fixed use of _findfirst for MSVC 6.Brad King2004-02-121-1/+6
|
* fix incorrect signature for findfirstKen Martin2004-02-121-1/+1
|
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-4/+4
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys ↵Brad King2003-07-101-4/+5
| | | | headers through their configured namespace.
* ENH: Added DLL support.Brad King2003-06-301-0/+2
|
* ERR: Fixed conversion warning.Brad King2003-06-251-1/+1
|
* ENH: Reduced header dependencies and cleaned up inclusion of standard headers.Brad King2003-05-081-20/+53
|
* ENH: Added kwsys library for platform-independent system tools.Brad King2003-04-081-0/+116