Mathieu Malaterre
|
97aca504d8
|
ENH: Make sure that we find the proper symbol and not the one that start with _. STYLE: Remove an old style cast
|
2006-03-10 11:57:43 -05:00 |
Mathieu Malaterre
|
011de35360
|
ENH: Hopefully have the DynamicLoader to the proper thing.
|
2006-03-10 11:32:09 -05:00 |
Mathieu Malaterre
|
d633bac7bc
|
BUG: Make sure to have proper dependencies
|
2006-03-10 10:28:43 -05:00 |
Bill Hoffman
|
9345da20f3
|
ENH: use CMAKE_DL_LIBS and not dl directly as it does not always exist
|
2006-03-10 10:26:33 -05:00 |
Mathieu Malaterre
|
ae7fdcf6a9
|
COMP: Fix cygwin build
|
2006-03-10 10:23:48 -05:00 |
Mathieu Malaterre
|
fe6fc8192c
|
COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)
|
2006-03-10 10:19:45 -05:00 |
Andy Cedilnik
|
09b34fa796
|
COMP: Add missing include
|
2006-03-10 10:07:42 -05:00 |
Mathieu Malaterre
|
87efbe2342
|
BUG: Remove comment
|
2006-03-09 17:16:20 -05:00 |
Mathieu Malaterre
|
69dd8ee7e7
|
ENH: remove test temporarily
|
2006-03-09 17:15:54 -05:00 |
Mathieu Malaterre
|
20c680e7fc
|
ENH: Still more coverage of the DynamicLoader
|
2006-03-09 17:08:33 -05:00 |
Mathieu Malaterre
|
117c871790
|
ENH: Add a file to generate the lib
|
2006-03-09 17:06:55 -05:00 |
Mathieu Malaterre
|
9b55f2579a
|
ENH: Improve test coverage
|
2006-03-09 16:40:34 -05:00 |
Mathieu Malaterre
|
7ca1c6d2d8
|
STYLE: Minor style
|
2006-03-09 16:40:00 -05:00 |
Mathieu Malaterre
|
81922f811a
|
ENH: Carefully turn testing of DynamicLib on
|
2006-03-09 14:41:21 -05:00 |
Mathieu Malaterre
|
1defe94e31
|
STYLE: Minor style
|
2006-03-09 14:36:53 -05:00 |
Mathieu Malaterre
|
428bc24823
|
ENH: Adding initial test for DynamicLoader
|
2006-03-09 14:35:56 -05:00 |
Brad King
|
bde71e9668
|
ENH: Enabled process tree killing on AIX.
|
2006-03-08 13:06:46 -05:00 |
Brad King
|
6fb7bac013
|
ENH: Enabled process tree killing on the SGI.
|
2006-03-08 12:42:59 -05:00 |
Brad King
|
95f86d5d6f
|
ENH: Enabled process tree killing for FreeBSD and Sun.
|
2006-03-08 12:36:14 -05:00 |
Brad King
|
17d79233ff
|
ENH: Enabled process tree killing on HP-UX.
|
2006-03-08 12:12:37 -05:00 |
Brad King
|
c31c18bb9c
|
BUG: Do not leak ps FILE when the process starts but reading the header fails.
|
2006-03-08 11:57:41 -05:00 |
Brad King
|
a155eacec3
|
ENH: Added a way to quickly enable manual testing of grandchild killing.
|
2006-03-08 11:39:34 -05:00 |
Brad King
|
3c39accee9
|
ENH: Added implementation of process tree killing that runs "ps" to traverse the tree.
|
2006-03-08 11:38:51 -05:00 |
Mathieu Malaterre
|
d91bd3dbd3
|
BUG: Including file within a namespace{} is dangerous(unless symbols are within an extern C). Also update documentation about special case for MacOSX
|
2006-03-08 09:16:54 -05:00 |
Mathieu Malaterre
|
f4fb2ca779
|
COMP: Fix compilation on MacOSX
|
2006-03-06 14:30:46 -05:00 |
Mathieu Malaterre
|
12ebc4339a
|
ENH: Compile DynamicLoader
|
2006-03-06 14:07:50 -05:00 |
Mathieu Malaterre
|
ffd4bcd02b
|
ENH: Adding kwsys implementation for a DynamicLoader class. Copy from itkDynamicLoader, with patch from cmDynamicLoader
|
2006-03-06 14:02:55 -05:00 |
Bill Hoffman
|
eee281c3a6
|
ENH: add missing cmake depend hacks
|
2006-03-06 13:43:58 -05:00 |
Bill Hoffman
|
3aec2488ff
|
ENH: add missing cmake include
|
2006-03-06 13:34:33 -05:00 |
Mathieu Malaterre
|
73e1d9abd9
|
COMP: Some STL implementation do not provide clear on std::string
|
2006-03-06 13:02:13 -05:00 |
Mathieu Malaterre
|
e34d666fc7
|
BUG: Need to reset internal structure in case of multiple calls to Load
|
2006-03-06 11:57:05 -05:00 |
Mathieu Malaterre
|
70e6fe3f9b
|
ENH: Redo implementation of itkDirectory to use kwsys (avoid duplicating code).
|
2006-03-06 10:12:02 -05:00 |
Bill Hoffman
|
be375b1bcd
|
ENH: fix std in kwsys, has to be kwsys_stl
|
2006-03-02 21:33:57 -05:00 |
Bill Hoffman
|
a5825cd11a
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
Brad King
|
b1443931b0
|
COMP: Fixed warnings for Borland 5.8.
|
2006-02-28 11:38:02 -05:00 |
Bill Hoffman
|
d2621064e2
|
ENH: fix for bug 28618, cmake.exe can not find itself
|
2006-02-10 12:43:00 -05:00 |
Andy Cedilnik
|
30daaa6a3e
|
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
|
2006-02-08 07:17:59 -05:00 |
Andy Cedilnik
|
2ed1ca11bc
|
COMP: Fix compile problem on windows and mac
|
2006-02-07 11:43:17 -05:00 |
Andy Cedilnik
|
9740913dd8
|
COMP: Fix build problem
|
2006-02-07 10:43:45 -05:00 |
Andy Cedilnik
|
e5a8e115bc
|
ENH: Move relative path to kwsys
|
2006-02-07 10:23:17 -05:00 |
Brad King
|
f71a085f74
|
ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string.
|
2006-02-07 10:11:40 -05:00 |
Mathieu Malaterre
|
4763c14502
|
ENH: Add some doc for visible class
|
2006-02-07 09:25:15 -05:00 |
Ken Martin
|
1ff49b9789
|
ENH: by Bill make sure path is unix style
|
2006-01-23 16:36:13 -05:00 |
Bill Hoffman
|
909d9dbd5a
|
ENH: fix for icc
|
2006-01-17 16:53:56 -05:00 |
Bill Hoffman
|
9891260a6d
|
ENH: add support for watcom wmake and wcl386
|
2006-01-17 10:21:45 -05:00 |
Brad King
|
bdbb7f84bc
|
ENH: Added special test 0 to just run a given command line.
|
2006-01-05 15:49:34 -05:00 |
Andy Cedilnik
|
6e675ce602
|
COMP: Do not build tests if build testing is off
|
2006-01-04 08:32:35 -05:00 |
Brad King
|
8489a94101
|
BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children.
|
2005-12-31 12:59:31 -05:00 |
Bill Hoffman
|
452925649a
|
ENH: add better support for framework linking
|
2005-12-26 13:14:19 -05:00 |
Brad King
|
a0e413ce63
|
ENH: Improved robustness of sharing parent pipes with children. This 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.
|
2005-12-20 13:22:22 -05:00 |