Bill Hoffman
|
7b654d63ec
|
ENH: add ability to set CC, CXX and LDFLAGS
|
2006-05-05 13:52:14 -04:00 |
Bill Hoffman
|
77e894d8f4
|
ENH: move from tr to cat since it works from a windows machine and works on the AIX
|
2006-05-05 13:10:49 -04:00 |
Bill Hoffman
|
495a77e9e8
|
ENH: add missing quote and some comments
|
2006-05-05 12:34:26 -04:00 |
Bill Hoffman
|
c0c80acc4a
|
ENH: remove old copy
|
2006-05-05 12:25:28 -04:00 |
Bill Hoffman
|
9f46c81b45
|
ENH: working on hp
|
2006-05-05 12:14:32 -04:00 |
Bill Hoffman
|
25a85c0585
|
ENH: create script is working
|
2006-05-05 10:36:47 -04:00 |
Bill Hoffman
|
a3c86013d5
|
ENH: create script is working
|
2006-05-05 10:33:53 -04:00 |
Bill Hoffman
|
1a7a6ccc34
|
ENH: create script is working
|
2006-05-05 10:30:26 -04:00 |
Bill Hoffman
|
6b9f681f91
|
ENH: change to script mode
|
2006-05-05 08:16:49 -04:00 |
Bill Hoffman
|
68bac14403
|
ENH: add file
|
2006-05-04 22:58:49 -04:00 |
Bill Hoffman
|
6661d55bcc
|
ENH: add file
|
2006-05-04 22:58:00 -04:00 |
Bill Hoffman
|
ec3c5684ba
|
ENH: add some machines
|
2006-05-04 21:57:53 -04:00 |
Bill Hoffman
|
9600c0a189
|
ENH: add cvs command variable
|
2006-05-03 17:27:47 -04:00 |
Bill Hoffman
|
f4e1157e56
|
ENH: more aix stuff
|
2006-05-03 17:22:28 -04:00 |
Bill Hoffman
|
2fa216058a
|
ENH: add aix
|
2006-05-03 17:08:34 -04:00 |
Bill Hoffman
|
86beb67afd
|
ENH: getting better
|
2006-05-02 23:20:02 -04:00 |
Bill Hoffman
|
fd40430547
|
ENH: remove debug
|
2006-05-02 16:41:31 -04:00 |
Bill Hoffman
|
67490f57a9
|
ENH: more stuff
|
2006-05-02 16:41:06 -04:00 |
Bill Hoffman
|
3832369ffa
|
ENH: remove if0
|
2006-05-02 16:33:45 -04:00 |
Bill Hoffman
|
adf160029c
|
ENH: first pass at cmake scripts to create the cmake release
|
2006-05-02 16:32:46 -04:00 |
Bill Hoffman
|
bc649db7cc
|
ENH: remove c++ comment from c code
|
2006-03-31 08:46:56 -05:00 |
Bill Hoffman
|
0ee2d0b345
|
ENH: remove warning
|
2006-03-30 23:03:56 -05:00 |
Bill Hoffman
|
5a2668b326
|
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
2006-03-30 13:49:56 -05:00 |
Andy Cedilnik
|
36e2728431
|
ENH: Cleanup bootstrap even more
|
2006-03-22 11:15:35 -05:00 |
Andy Cedilnik
|
8c11d31cc3
|
COMP: Remove win64 warnings
|
2006-03-09 08:20:31 -05:00 |
Brad King
|
06b6308ab4
|
BUG: Do not install MSVC dlls for a non-MSVC build.
|
2006-02-16 20:15:03 -05:00 |
David Cole
|
b93a093dc4
|
COMP: Last (?) fix for dashboard warning.
|
2006-02-09 09:34:46 -05:00 |
Brad King
|
6fe45fe9c3
|
ENH: Added option BUILD_CursesDialog if curses is found. This allows people to disable building the dialog even when curses is found.
|
2006-02-08 10:13:13 -05:00 |
David Cole
|
515757007a
|
COMP: Fix next round of dashboard warnings.
|
2006-02-07 08:03:54 -05:00 |
David Cole
|
a5d2c59c39
|
COMP: Fix CMake dashboard warnings related to previous revisions.
|
2006-02-06 09:31:55 -05:00 |
David Cole
|
0323a0d6d2
|
BUG: Fix mem leaks related to th_get_pathname. Change this implementation of th_get_pathname so that it *always* returns a strdup'ed value. Callers must now free non-NULL returns from th_get_pathname. Change all callers to call free appropriately.
|
2006-02-03 11:48:44 -05:00 |
Brad King
|
02f743c896
|
COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to determine whether to build the MFCDialog.
|
2006-02-02 20:18:39 -05:00 |
David Cole
|
4c0668b7da
|
BUG: Fix memory leak in libtar's kwReadDir. Use a static buffer like readdir (probably) does rather than malloc-ing a block which never gets free-d.
|
2006-02-02 15:53:31 -05:00 |
Ken Martin
|
46422c13b8
|
BUG: revert such that it should work
|
2006-01-17 16:22:09 -05:00 |
Bill Hoffman
|
9891260a6d
|
ENH: add support for watcom wmake and wcl386
|
2006-01-17 10:21:45 -05:00 |
Yogi Girdhar
|
dbff065bab
|
COMP: wrapped compat.h inside a extern C block so that we can use it in C++ code
|
2006-01-16 12:54:30 -05:00 |
Bill Hoffman
|
2622956159
|
ENH: fix for CMakeTmp move broken stuff
|
2006-01-13 11:44:39 -05:00 |
Ken Martin
|
4bdca3b404
|
ENH: put CmakeTmp into CMakeFiles
|
2006-01-12 13:49:32 -05:00 |
Bill Hoffman
|
75a4712902
|
ENH:
|
2006-01-09 12:46:13 -05:00 |
Andy Cedilnik
|
cda76d7eff
|
COMP: Try to remove more warnings
|
2006-01-06 10:45:56 -05:00 |
Yogi Girdhar
|
17c3a89797
|
BUG: libtar now compiles in VJ and works with vtkzlib
|
2006-01-05 13:25:16 -05:00 |
Andy Cedilnik
|
c47e8f64dd
|
COMP: Remove warnings
|
2006-01-03 08:39:04 -05:00 |
Andy Cedilnik
|
ccae106177
|
COMP: Try to fix major/minor problem on aix
|
2005-12-31 10:33:29 -05:00 |
Andy Cedilnik
|
75b6f523ab
|
COMP: Attempt to fix problems with major and minor
|
2005-12-31 09:40:44 -05:00 |
Andy Cedilnik
|
9b97f43342
|
COMP: Fix systems that do not have both vsnprintf and snprintf.
|
2005-12-30 17:51:18 -05:00 |
Andy Cedilnik
|
c09548b50e
|
COMP: Fix support for vsnprintf
|
2005-12-30 17:27:57 -05:00 |
Andy Cedilnik
|
2c30cb64b1
|
COMP: Another borland bug
|
2005-12-30 16:05:54 -05:00 |
Andy Cedilnik
|
f30b28a342
|
BUG: Handle mkdirhier properly since it may modify the string
|
2005-12-30 15:46:21 -05:00 |
Andy Cedilnik
|
bb618a7db5
|
ENH: Cleanup the file handler stuf so that now any file descriptor type can be used
|
2005-12-30 14:51:15 -05:00 |
Andy Cedilnik
|
8b9512559d
|
COMP: Cleanup regular expressions
|
2005-12-30 14:50:15 -05:00 |
Andy Cedilnik
|
a2d9b44d69
|
COMP: Remove warnings by exposing some variables
|
2005-12-30 14:23:36 -05:00 |
Andy Cedilnik
|
6d0f0e0acb
|
COMP: Fix support for gzip on non-32 bit platforms
|
2005-12-30 14:22:46 -05:00 |
Andy Cedilnik
|
01ac4158ed
|
COMP: Remove warning about argument not being int
|
2005-12-30 13:22:27 -05:00 |
Andy Cedilnik
|
9e0633c910
|
BUG: Several Borland fixes
|
2005-12-30 10:35:23 -05:00 |
Andy Cedilnik
|
64b5118c78
|
COMP: More cygwin fixes
|
2005-12-29 12:18:34 -05:00 |
Andy Cedilnik
|
6946eb209a
|
BUG: Fix on cygwin... again?
|
2005-12-29 11:42:31 -05:00 |
Andy Cedilnik
|
c5e532d07d
|
COMP: Try to remove warnings and add support for cygwin
|
2005-12-29 11:15:36 -05:00 |
Andy Cedilnik
|
21c7454250
|
BUG: Fix extract. Looks like dirname actually changes the string, so temporary string should be used
|
2005-12-29 10:41:34 -05:00 |
Andy Cedilnik
|
cef4806c88
|
COMP: Remove c++ style comments
|
2005-12-29 09:11:43 -05:00 |
Andy Cedilnik
|
5d1000e68c
|
COMP: Remove more warnings
|
2005-12-28 16:43:39 -05:00 |
Andy Cedilnik
|
c622641ac1
|
COMP: Remove more warnings and rename library to cmtar
|
2005-12-28 15:31:20 -05:00 |
Andy Cedilnik
|
1f18c369cf
|
COMP: Remove warning
|
2005-12-28 15:03:14 -05:00 |
Andy Cedilnik
|
18d31fd97c
|
COMP: Several borland fixes
|
2005-12-28 14:58:07 -05:00 |
Andy Cedilnik
|
d715d52a11
|
COMP: Remove warnings
|
2005-12-28 14:50:42 -05:00 |
Andy Cedilnik
|
cbc6fee109
|
COMP: Only do O_BINARY on windows
|
2005-12-28 13:35:54 -05:00 |
Andy Cedilnik
|
3d7939b1c3
|
COMP: Fix windows
|
2005-12-28 13:33:49 -05:00 |
Andy Cedilnik
|
a5b4a61c7c
|
ENH: Fix building on cygwin
|
2005-12-28 12:34:45 -05:00 |
Andy Cedilnik
|
e1ca8321ed
|
COMP: Fix build on sun by adding missing include
|
2005-12-28 12:24:27 -05:00 |
Andy Cedilnik
|
3a945312ac
|
ENH: Windows fixes
|
2005-12-28 11:00:46 -05:00 |
Andy Cedilnik
|
bc1548b236
|
ENH: Initial import
|
2005-12-28 10:18:37 -05:00 |
Andy Cedilnik
|
c3a5319a09
|
COMP: Fix build on uclibc
|
2005-12-20 14:07:02 -05:00 |
Ken Martin
|
be019c96d4
|
ENH: removed the add to path
|
2005-12-13 14:07:25 -05:00 |
Ken Martin
|
1ecb0e02af
|
BUG: fixe dproblem with not uninstalling start menu entries
|
2005-11-18 15:03:32 -05:00 |
Bill Hoffman
|
74e66e3117
|
BUG: fix space in path probs
|
2005-10-28 11:51:44 -04:00 |
Ken Martin
|
0281892890
|
ENH: some fixes for missing vars and missing libs
|
2005-10-06 15:10:03 -04:00 |
Bill Hoffman
|
cd510bf3ac
|
move off branch
|
2005-09-16 10:57:11 -04:00 |
Ken Martin
|
3123ce4106
|
ENH: to support both admin and locla installs
|
2005-09-09 13:23:05 -04:00 |
Bill Hoffman
|
e08ce7e9a8
|
ENH: file is now configured
|
2005-08-16 08:32:35 -04:00 |
Ken Martin
|
c6b011e35e
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
Ken Martin
|
0dbf895780
|
BUG: converted to 1.8 form of custom commands
|
2005-07-15 12:01:20 -04:00 |
Bill Hoffman
|
d938397b17
|
add -dl on unix
|
2005-07-12 17:23:44 -04:00 |
Bill Hoffman
|
df8e9a8c66
|
move release stuff off branch
|
2005-07-12 17:22:41 -04:00 |
Bill Hoffman
|
d138d16773
|
ENH: merge changes from branches
|
2005-07-11 17:12:17 -04:00 |
Bill Hoffman
|
5a3a0151f4
|
add from branch
|
2005-07-11 15:04:29 -04:00 |
Ken Martin
|
17d1bd1d53
|
ENH: a start on UNIX release
|
2005-07-05 16:13:21 -04:00 |
Ken Martin
|
aa02ba52b8
|
ENH: better release support
|
2005-07-05 15:43:01 -04:00 |
Ken Martin
|
5212f448df
|
ENH: better release support
|
2005-07-05 12:38:25 -04:00 |
Ken Martin
|
42d331b395
|
ENH: better release scripts
|
2005-06-30 13:09:07 -04:00 |
Ken Martin
|
cfda73f86a
|
ENH: hard coded for VS 71 nmake for now
|
2005-06-30 11:33:48 -04:00 |
Ken Martin
|
b512170dab
|
ENH: added our own bitmap
|
2005-06-28 15:00:36 -04:00 |
Ken Martin
|
35affa053c
|
ENH: added some release support
|
2005-06-28 10:56:29 -04:00 |
Andy Cedilnik
|
b7514580f9
|
ENH: Move curl to utilities
|
2005-06-24 09:06:26 -04:00 |
Andy Cedilnik
|
7c730973bb
|
ENH: Initial import
|
2005-06-24 09:02:17 -04:00 |
Andy Cedilnik
|
0ea9081923
|
ENH: No need to do coverage of utilities
|
2005-06-14 15:53:10 -04:00 |
Ken Martin
|
8d557754e8
|
BUG: shut downgrade XMLRPC support
|
2005-05-31 16:16:04 -04:00 |
Brad King
|
d6d91ac89f
|
ENH: Removing stdio_core hack. A better work-around has been put in cmStandardIncludes.h.
|
2005-04-26 14:12:31 -04:00 |
Brad King
|
e26bafa52a
|
BUG: Older SGI compilers still have internal/stdio_core.h but do not support #include_next. We'll have to try-compile to test whether this hack is needed.
|
2005-04-24 13:15:50 -04:00 |
Brad King
|
2f4e516e23
|
COMP: Using a new work-around for stdarg.h problem on SGI.
|
2005-04-21 17:00:36 -04:00 |
Andy Cedilnik
|
9719bf0bdd
|
COMP: Do not build the file when wide char is not set since the file would be empty
|
2005-04-21 09:33:15 -04:00 |
Andy Cedilnik
|
52e284c217
|
COMP: Attempt to fix problem with building on SGI
|
2005-04-19 18:35:17 -04:00 |