| .. |
|
Base64.c
|
b9d472d81d
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
|
преди 20 години |
|
Base64.h.in
|
b9d472d81d
ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of building a kwsys source file. This allows more than one header to be included in a kwsys source file without redefining the macros.
|
преди 20 години |
|
CMakeEmptyInputFile.in
|
6f5dc00682
COMP: Add missing cmake file
|
преди 19 години |
|
CMakeLists.txt
|
091eafefb3
COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr.
|
преди 19 години |
|
CTestConfig.cmake
|
1b578d3180
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
преди 20 години |
|
CheckCXXSourceRuns.cmake
|
b2c06bb0f8
COMP: On some project configure may not copy right away
|
преди 19 години |
|
CommandLineArguments.cxx
|
1ed84c377b
BUG: reverting previous change.
|
преди 19 години |
|
CommandLineArguments.hxx.in
|
9bc53f6443
ENH: Add a way to get unused arguments and add a test
|
преди 19 години |
|
Configure.h.in
|
209a3d4f7b
COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.
|
преди 19 години |
|
Configure.hxx.in
|
943108cadf
ENH: C++ configuration should include C configuration.
|
преди 20 години |
|
Copyright.txt
|
ce8a34907a
ENH: Updated copyright.
|
преди 22 години |
|
Directory.cxx
|
df3d4cb3c4
BUG: #3563. Segmentation fault with non initialized input or NULL pointers.
|
преди 19 години |
|
Directory.hxx.in
|
847c3a5849
ENH: add a higher performance method to get the number of files in a directory
|
преди 19 години |
|
DynamicLoader.cxx
|
b9787a965f
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
|
преди 19 години |
|
DynamicLoader.hxx.in
|
b9787a965f
BUG: revert yesterday patch. The implementation was correct. The problem was that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
|
преди 19 години |
|
EncodeExecutable.c
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
преди 20 години |
|
ExtraTest.cmake.in
|
6af66e8b20
ENH: Add capability to include files to DartTestfile.txt and add example of that
|
преди 20 години |
|
FundamentalType.h.in
|
82a8e9be99
ENH: Added FundamentalType header defining platform-independent fixed size/signedness integer types.
|
преди 20 години |
|
Glob.cxx
|
6849ae856b
ENH: Globbing patterns should not match a slash inside a filename component.
|
преди 19 години |
|
Glob.hxx.in
|
703c0e32c8
BUG: Need to undefine temporary macros defined at top of file.
|
преди 19 години |
|
IOStream.cxx
|
c500078dcc
ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries.
|
преди 19 години |
|
IOStream.hxx.in
|
c500078dcc
ENH: Adding KWSys component IOStream to provide help with broken C++ stream libraries.
|
преди 19 години |
|
Process.h.in
|
6eef6638a5
ENH: Added Process_SetPipeNative method to allow user code to override the pipes connected to the child pipeline.
|
преди 19 години |
|
ProcessFwd9x.c
|
cb90652dca
ENH: Added comment for future work to make forwarding executable always statically linked.
|
преди 21 години |
|
ProcessUNIX.c
|
6b7bf34341
COMP: remove warning
|
преди 19 години |
|
ProcessWin32.c
|
7d033e5c2b
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
|
преди 19 години |
|
README.txt
|
e2d7c3a4e4
STYLE: Added reference to documentation in CMakeLists.txt.
|
преди 20 години |
|
Registry.cxx
|
9c3b654991
ENH: make sure value is set before using it
|
преди 19 години |
|
Registry.hxx.in
|
7ca1c6d2d8
STYLE: Minor style
|
преди 20 години |
|
RegularExpression.cxx
|
5fe4a9dcef
STYLE: Make sure to use the proper cast.
|
преди 20 години |
|
RegularExpression.hxx.in
|
7ebba61010
COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it.
|
преди 20 години |
|
SharedForward.h.in
|
55f5f27cd6
STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR.
|
преди 19 години |
|
String.hxx.in
|
f71a085f74
ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string.
|
преди 20 години |
|
System.c
|
54731fa2c8
ENH: Adding support for # escape in Watcom WMake.
|
преди 19 години |
|
System.h.in
|
9c3fb107a8
STYLE: Fix typo
|
преди 19 години |
|
SystemTools.cxx
|
fdbe20cf8b
COMP: fix warnings
|
преди 19 години |
|
SystemTools.hxx.in
|
ae3ef64307
ENH: added a limit to the getline method
|
преди 19 години |
|
Terminal.c
|
77cf2b85b0
ENH: Added '256color' terminal names. Patch applied from bug#3651.
|
преди 19 години |
|
Terminal.h.in
|
456f01e35b
ENH: fix build on AIX
|
преди 19 години |
|
auto_ptr.hxx.in
|
4148fedbf0
ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.
|
преди 19 години |
|
hash_fun.hxx.in
|
bddade9696
COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).
|
преди 20 години |
|
hash_map.hxx.in
|
cc996274f8
COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace.
|
преди 20 години |
|
hash_set.hxx.in
|
cc996274f8
COMP: Replaced kwsys_stl with @KWSYS_NAMESPACE@_stl to properly use the configured namespace.
|
преди 20 години |
|
hashtable.hxx.in
|
12b8643fee
COMP: shut up w4 warning
|
преди 19 години |
|
kwsysHeaderDump.pl
|
5017fc66e5
ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug.
|
преди 21 години |
|
kwsysPlatformTests.cmake
|
652d7bc0fb
BUG: Name of C test file ends in .c not .cxx.
|
преди 19 години |
|
kwsysPlatformTestsC.c
|
40adb2ce03
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
|
преди 19 години |
|
kwsysPlatformTestsCXX.cxx
|
a48cf7e07b
ENH: Renamed kwsysPlatformCxxTests to kwsysPlatformTests and generalized it for multiple language tests (C and CXX).
|
преди 19 години |
|
kwsysPrivate.h
|
ce8a34907a
ENH: Updated copyright.
|
преди 22 години |
|
kwsys_cstddef.hxx.in
|
bddade9696
COMP: Added KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide kwsys/cstddef header (to get size_t for hash_fun.hxx).
|
преди 20 години |
|
kwsys_ios_fstream.h.in
|
ca2f4aa039
COMP: Disabling old streams warnings when including old headers on MSVC.
|
преди 21 години |
|
kwsys_ios_iosfwd.h.in
|
a0f48a0592
ERR: Removed inclusion of fstream header. This file is meant as a compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means.
|
преди 21 години |
|
kwsys_ios_iostream.h.in
|
475c37b6a5
COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler with -mt flag.
|
преди 19 години |
|
kwsys_ios_sstream.h.in
|
b95f198348
COMP: Fix compilation when VS6 is using the new ANSI stdlib
|
преди 19 години |
|
kwsys_stl.hxx.in
|
1713c3fd19
ENH: Added __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd.
|
преди 20 години |
|
kwsys_stl_string.hxx.in
|
49cb763452
COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin.
|
преди 20 години |
|
testAutoPtr.cxx
|
4148fedbf0
ENH: Enabled support for use_auto_ptr(get_auto_ptr()) syntax on HP compiler.
|
преди 19 години |
|
testCommandLineArguments.cxx
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testCommandLineArguments1.cxx
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testDynamicLoader.cxx
|
3bd9d67488
BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
|
преди 19 години |
|
testDynload.c
|
f483e48d2a
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
преди 20 години |
|
testFail.c
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testHashSTL.cxx
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testIOS.cxx
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testProcess.c
|
de8ffcaef4
ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads).
|
преди 19 години |
|
testRegistry.cxx
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |
|
testSystemTools.bin
|
07b45da693
ENH: CMake kills me (so does Cygwin)
|
преди 20 години |
|
testSystemTools.cxx
|
3bd9d67488
BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
|
преди 19 години |
|
testSystemTools.h.in
|
7763163e4b
BUG: Do the proper path
|
преди 20 години |
|
testTerminal.c
|
0edbb68352
ENH: Cleaned up KWSys tests to use test drivers.
|
преди 19 години |