Bill Hoffman
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
2008-09-15 17:53:28 -04:00
Bill Hoffman
57240f584a
ENH: check in current build scripts
2008-08-19 13:59:44 -04:00
Brad King
129f3bef2d
COMP: Check for -Wno-long-double before using
...
Older GCC on the Mac warns for use of long double, so we use
-Wno-long-double. Newer GCC on the Mac does not have this flag and
gives an error. We now check for the flag before using it.
See bug #7357 .
2008-07-17 15:19:25 -04:00
Brad King
eb85676928
ENH: Avoid cmcurl CMake macro name conflicts
...
Utilities/cmcurl/CMake provides macros with the same file names and
macro names as others in Modules, but with different interfaces. We
rename the curl ones to avoid conflict.
2008-07-17 15:19:17 -04:00
Alexander Neundorf
9a4e1c5cff
STYLE: add "--help-policy" and "--help-policies" to the documentation
...
-generate and install the policy documentation files
-generate and install the docbook files for cmake, ctest, cpack, ccmake (cmake-gui not yet ?)
Alex
2008-05-13 15:43:00 -04:00
Sebastien Barre
1172a1205d
ENH: update for CMake 2.6
2008-05-06 12:56:25 -04:00
Bill Hoffman
12e64fb9c2
ENH:
2008-03-26 15:56:34 -04:00
Bill Hoffman
421b07e7c3
ENH:
2008-03-26 15:55:35 -04:00
Brad King
33c84b50e9
ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.
2008-03-17 16:22:28 -04:00
Bill Hoffman
fcce2f3b61
ENH: qtgui stuff
2008-03-07 14:03:31 -05:00
Bill Hoffman
e52d3b9268
ENH: build the qt gui
2008-02-09 10:05:54 -05:00
Brad King
91b1d90999
COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.
2008-01-30 07:17:36 -05:00
Bill Hoffman
c391c5cbf4
BUG: fix for bug 5837, libtar and long path names
2007-12-17 17:50:55 -05:00
Bill Hoffman
4057ee6828
BUG: fix for bug 6054 remove some warnings
2007-12-14 11:00:56 -05:00
Alexander Neundorf
e3c84cf5a6
ENH: add support for the Syllable OS ( http://www.syllable.org )
...
major issues:
-access() doesn't return false for an empty string (#ifdefed in cmake)
-dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable)
-the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow
-RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed
-the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable
Alex
2007-11-23 20:45:49 -05:00
Bill Hoffman
beaea73fa0
ENH: add a try compile for va_copy
2007-11-16 14:06:40 -05:00
David Cole
af46642deb
ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline...
2007-11-08 15:54:26 -05:00
Bill Hoffman
980c01ba2a
ENH: add mt to vogon release
2007-11-07 17:43:51 -05:00
Bill Hoffman
333ff59c23
ENH: remove memdebug.c from list
2007-11-07 14:35:56 -05:00
Brad King
f410f8578e
COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697 .
2007-11-05 14:34:36 -05:00
David Cole
9371ac21a0
ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown up icon look...
2007-11-01 08:36:51 -04:00
Bill Hoffman
fb621feefc
ENH: add icon for installer
2007-10-31 10:49:44 -04:00
Ken Martin
c2f0aac146
ENH: some more cleanup, fixes, and patch for HTML output
2007-10-24 11:36:47 -04:00
Brad King
7513523872
COMP: Attempt to fix warning about pointer->integer cast.
2007-10-17 10:29:30 -04:00
Bill Hoffman
a14696f5ce
ENH: add more exclusions for kwstyle
2007-10-05 13:14:48 -04:00
Bill Hoffman
887699184a
COMP: remove warnings
2007-09-27 14:44:11 -04:00
Bill Hoffman
8edcbecb7a
ENH: add a check for basename to cmcurl
2007-09-27 08:53:19 -04:00
Bill Hoffman
a581b64330
ENH: add test for HAVE_BASENAME since it is used
2007-09-19 11:42:28 -04:00
Alexander Neundorf
f9391ab291
COMP: use C-style comments in C code
...
Alex
2007-09-17 15:40:35 -04:00
Bill Hoffman
9cbb998737
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
Alexander Neundorf
1d81cf994a
COMP: add a check for makedev, which isn't available with the PGI compiler
...
on Cray XT3
Alex
2007-09-17 15:18:35 -04:00
David Cole
3edcd70754
ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473 .
2007-09-11 11:22:29 -04:00
Bill Hoffman
41b20b5979
ENH: add test that builds a nightly windows cmake binary
2007-09-10 10:49:05 -04:00
David Cole
4aac0b6e10
BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed.
2007-09-06 17:47:47 -04:00
Alexander Neundorf
eee2947136
STYLE: disable header check
...
Alex
2007-08-31 15:05:58 -04:00
Alexander Neundorf
27187d78be
STYLE: add makefile target MoreStyleChecks, which runs KWStyle with more
...
checks enabled and creates the html files.
Alex
2007-08-31 14:07:53 -04:00
Alexander Neundorf
330062c0ce
STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in the
...
(unused) copy of curl under CMake/CTest/Curl/ )
Alex
2007-08-09 14:55:18 -04:00
Alexander Neundorf
c11de849cd
ENH: add quotes around the file names, so kwstyle can handle it if there are
...
spaces in the path
Alex
2007-07-20 16:31:34 -04:00
Bill Hoffman
a6c86cbd04
ENH: change order so windows functions are found first since try compile is slow on windows
2007-07-20 12:25:44 -04:00
Alexander Neundorf
1941b1c5d2
STYLE: better error message, name the new manpages cmakecommands,
...
cmakecompat, cmakeprops and cmakemodules
Alex
2007-07-13 12:03:13 -04:00
Alexander Neundorf
919988b7b4
BUG: the cmake deps depend on cmake
...
Alex
2007-07-06 13:08:20 -04:00
Alexander Neundorf
55fa3825c0
BUG: fix build with cmake < 2.4
...
Alex
2007-07-02 11:05:43 -04:00
Alexander Neundorf
151d55557e
ENH: generate separate documentation for the commands, compatiblity
...
commands, modules and properties as html, text and man pages.
The names of the man pages are cmcommands, cmcompat, cmprops and cmmodules,
so they are easy to type.
Alex
2007-06-28 15:04:28 -04:00
Alexander Neundorf
c95dc91237
ENH:
...
-in the full documentation there is now an extra section for
compatibility commands, so users see which commands they shouldn't use
-cmake -h <command> now also works with lower case commands
--help-fullm --help-command, --help-module and --help-property now determine
the output format from the extension of the given filename
Let me know if there are some things I overlooked.
Alex
2007-06-28 11:00:57 -04:00
Bill Hoffman
2acd7c07ba
ENH: remove old style release stuff
2007-06-22 11:31:35 -04:00
Alexander Neundorf
c2f7a3c027
STYLE: use a macro for generating the documentation
...
Alex
2007-06-15 08:53:33 -04:00
Alexander Neundorf
756f455565
STYLE: add man page for cpack
...
Alex
2007-06-14 11:17:43 -04:00
Alexander Neundorf
ca3a613595
STYLE: use GET_TARGET_PROPERTY(LOCATION) instead of manually building the
...
path to the executables (tested with cmake 2.2.3)
Alex
2007-06-07 13:05:08 -04:00
Bill Hoffman
27a0c92ffc
ENH: try to tone down kwstyle
2007-05-19 10:11:01 -04:00
Brad King
58debfd6bd
ENH: Use IF(NOT DEFINED) check to short-circuit size test.
2007-05-17 15:17:45 -04:00
Bill Hoffman
3c45e181cf
ENH: add KWStyle support
2007-05-10 15:13:52 -04:00
Brad King
aa4d7847ee
COMP: Fix code-not-reached warnings for SunCC.
2007-05-03 13:03:13 -04:00
Andy Cedilnik
925214e12f
ENH: Fix old api
2007-04-15 11:56:07 -04:00
Utkarsh Ayachit
0f6c76b780
ENH: Merging branch PVEE-ERDC-Setup-4-3-2007 to main tree. Changes between PVEE-ERDC-Setup-4-3-2007-bp and PVEE-ERDC-Setup-4-3-2007-mp1 are included.
2007-04-10 17:12:24 -04:00
Andy Cedilnik
23a83e6a92
STYLE: Do doxygen for CPack
2007-04-04 16:28:45 -04:00
Bill Hoffman
c98d6ad668
ENH: second try to fix qnx build problem
2007-03-20 15:51:42 -04:00
Bill Hoffman
c143513f82
ENH: try to fix qnx build problem
2007-03-20 15:49:11 -04:00
Ken Martin
2bd4301797
BUG: was not setting HAVE_PROCESS_H properly
2007-03-20 09:51:01 -04:00
Andy Cedilnik
a58b0d6856
COMP: Remove some warnings
2007-03-18 16:18:50 -04:00
Brad King
d7eeead8dc
COMP: Do not #include files inside extern "C" {} blocks.
2007-03-16 18:44:39 -04:00
Brad King
0a1d660242
COMP: Ignore windows sockets on cygwin. Remove duplicate source entry.
2007-03-16 14:28:54 -04:00
Andy Cedilnik
77da3d9b79
COMP: Fix support for old CMake (2.0 and 2.2)
2007-03-16 09:34:40 -04:00
Andy Cedilnik
9408e16704
ENH: Unify with the compile one
2007-03-15 17:22:33 -04:00
Andy Cedilnik
9314bb49e0
ENH: Update Curl to 7.16.1
2007-03-15 15:22:15 -04:00
Bill Hoffman
a5aa05c051
ENH: add cygwin cpack stuff to release scripts
2007-02-12 12:06:02 -05:00
Bill Hoffman
c55a3e4d48
ENH: add cygwin on vogon
2007-02-12 09:15:25 -05:00
Bill Hoffman
4925e64b97
ENH: add support for cygwin source and binary packaging
2007-02-02 14:40:26 -05:00
Bill Hoffman
22767f7e3f
ENH: add support files for cpack cygwin setup package stuff
2007-01-31 16:48:22 -05:00
Bill Hoffman
3a32cec969
ENH: merge in changes for beos support
2006-12-04 17:26:41 -05:00
Bill Hoffman
07fe0176d2
ENH: use older os for AIX release
2006-11-28 14:45:41 -05:00
Bill Hoffman
19892abbc5
ENH: save logs of passed try compile stuff as well
2006-11-27 10:42:45 -05:00
Brad King
c9aee13038
ENH: Remove old include dirs.
2006-10-19 15:45:28 -04:00
Brad King
3cf35f5dca
COMP: Fix for building without system xmlrpc installed.
2006-10-19 15:39:42 -04:00
Brad King
f91b3c1daa
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
2006-10-19 15:00:10 -04:00
Bill Hoffman
71c934f029
ENH: update for release
2006-10-16 12:47:07 -04:00
Bill Hoffman
2b33498c03
ENH: fix possible free memory use
2006-08-31 12:04:02 -04:00
Ken Martin
d4ae4849f7
ENH: reorder code to remove forward declarations
2006-08-17 12:04:26 -04:00
Brad King
006b61be35
COMP: Fixed linkage specifier consistency warning.
2006-08-17 09:45:17 -04:00
Brad King
6461767e36
BUG: Removed code that is now in Modules/InstallRequiredSystemLibraries.cmake.
2006-08-17 09:35:44 -04:00
Bill Hoffman
ff4886fa53
ENH: remove c++ comments from c code
2006-08-14 17:30:58 -04:00
Andy Cedilnik
97f1c2b5f0
COMP: Remove warnings
2006-08-14 11:32:35 -04:00
Andy Cedilnik
622a22a921
COMP: Remove more warnings
2006-08-14 10:59:46 -04:00
Andy Cedilnik
c76a2bb4b2
COMP: Remove some warnings and make library report an error instead of call exit
2006-08-14 09:58:32 -04:00
Bill Hoffman
783f2003ec
ENH: give up on try run
2006-08-04 10:35:45 -04:00
Bill Hoffman
947edfcdf5
ENH: fix for makedev three args test
2006-08-03 14:36:01 -04:00
Bill Hoffman
d1a25bd836
ENH: use try run source
2006-08-03 13:51:24 -04:00
Bill Hoffman
831492a9d7
ENH: change to a try run so that it will fail on the sun
2006-08-03 13:41:52 -04:00
Bill Hoffman
2a01ae7e79
ENH: use dev_t instead of major_t and minor_t
2006-08-02 21:24:05 -04:00
David Cole
8f0697c4f5
COMP: libtar should build when included in non-CMake projects...
2006-08-02 12:51:40 -04:00
Bill Hoffman
2350085120
ENH: make cmake build with older versions of cmake
2006-08-01 16:01:44 -04:00
Bill Hoffman
e0e32400af
ENH: add a try compile test for makedev_three_args
2006-08-01 15:26:04 -04:00
Brad King
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
2006-08-01 11:38:42 -04:00
Andy Cedilnik
17bdb3d245
ENH: Initial import
2006-07-31 16:59:20 -04:00
Brad King
b377c8ac72
ENH: Do not include experimental WXDialog in release.
2006-07-21 15:20:42 -04:00
Andy Cedilnik
0d6b407630
COMP: Remove warning
2006-07-13 11:30:22 -04:00
Andy Cedilnik
4f728e93e1
COMP: Remove warnings
2006-07-13 09:27:10 -04:00
Andy Cedilnik
2e1882389b
COMP: Remove warnings
2006-07-12 09:21:26 -04:00
Andy Cedilnik
c944a60b17
COMP: Remove errors
2006-07-09 13:48:37 -04:00
Brad King
c02e2b7fdd
BUG: Fix usage of FILE(APPEND) mode.
2006-06-28 17:15:23 -04:00
Brad King
ba539d9605
BUG: Make sure try-compile source ends in a newline.
2006-06-28 17:00:31 -04:00
Brad King
26a3a22325
BUG: Added missing release steps.
2006-06-26 09:46:22 -04:00
Ken Martin
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
David Cole
13a68cd978
COMP: Fix warnings on Borland dashboards...
2006-05-23 12:38:22 -04:00
Bill Hoffman
7d0bc9541d
ENH: release scripts
2006-05-19 15:53:42 -04:00
Bill Hoffman
a2ca478353
ENH: fix for uclibc
2006-05-19 15:51:05 -04:00
Bill Hoffman
b2c8f4d800
ENH: extra path
2006-05-14 15:24:57 -04:00
Bill Hoffman
221a169cb9
ENH: working package creator
2006-05-11 16:07:42 -04:00
Bill Hoffman
844d798b49
ENH: remove ps thing
2006-05-10 16:44:51 -04:00
Bill Hoffman
262f3c71b7
ENH: it works
2006-05-10 16:43:44 -04:00
Bill Hoffman
afbc574356
ENH: add vogon
2006-05-10 15:29:42 -04:00
Bill Hoffman
3840afa054
ENH:
2006-05-10 14:03:51 -04:00
Bill Hoffman
f3023d5a38
ENH: works
2006-05-09 17:18:46 -04:00
Bill Hoffman
37baeda3df
ENH: seems to be working
2006-05-09 14:14:47 -04:00
Bill Hoffman
4f75fca38f
ENH: add a xterm script create script
2006-05-09 13:49:18 -04:00
Bill Hoffman
eb1e0c36cb
ENH: add 64 bit sgi
2006-05-09 13:48:36 -04:00
Bill Hoffman
f294f7ea96
ENH: mark time
2006-05-09 12:23:19 -04:00
Andy Cedilnik
73a66647a5
ENH: copy right files
2006-05-09 12:23:02 -04:00
Bill Hoffman
176ea3c1b4
ENH: skip bootstrap test as it already does a bootstrap
2006-05-08 16:59:48 -04:00
Bill Hoffman
467bfbfc76
ENH: change name to MAKE_COMMAND
2006-05-08 16:50:17 -04:00
Andy Cedilnik
ef08f5ccc7
ENH: add extra copy for ibm
2006-05-08 16:38:20 -04:00
Bill Hoffman
1b40075c9c
ENH: add make program stuff
2006-05-08 16:36:51 -04:00
Bill Hoffman
fe2b970c43
ENH: add extra copy for aix
2006-05-05 22:04:55 -04:00
Andy Cedilnik
fad3e1dd77
ENH: use a directory with space
2006-05-05 16:12:39 -04:00
Bill Hoffman
bf9de32f41
ENH: make release directory a variable
2006-05-05 15:51:13 -04:00
Andy Cedilnik
059320a577
ENH: fix env vars
2006-05-05 14:53:50 -04:00
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
Brad King
8df3dfd4dc
COMP: Fix MAKE_WCS_BLOCK_NULL when HAVE_UNICODE_WCHAR is off.
2005-04-19 09:52:49 -04:00
Brad King
20bfde58c9
BUG: Need to use #cmakedefine for HAVE_UNICODE_WCHAR.
2005-04-19 09:52:24 -04:00
Brad King
6187081358
BUG: Do not provide HAVE_UNICODE_WCHAR option if wchar.h is not available.
2005-04-19 09:52:00 -04:00
Andy Cedilnik
4100a6d767
COMP: Fix more pthreads problems on windows
2005-03-16 15:31:38 -05:00
Andy Cedilnik
3768961a66
COMP: More cleanups
2005-03-16 13:26:36 -05:00
Andy Cedilnik
d224858e1f
COMP: Remove warnings
2005-03-16 13:24:37 -05:00
Andy Cedilnik
b5bf646e4d
BUG: No need to link threads libraries when pthreads are not found
2005-03-16 11:10:42 -05:00
Andy Cedilnik
b81639cf90
BUG: This is weird, but marquee does not seem to handle base64 with new lines
2005-03-09 18:07:10 -05:00
Andy Cedilnik
4a536db407
COMP: Try to remove warning on mingw
2005-03-07 18:48:53 -05:00
Andy Cedilnik
b629f608d4
BUG: Remove memory leak
2005-03-07 11:03:12 -05:00
Andy Cedilnik
36880eba05
COMP: Try to remove warnings on windows
2005-03-06 12:10:01 -05:00
Andy Cedilnik
fbc894b646
ENH: Fix the symantic of unicode_wchar
2005-03-06 11:26:50 -05:00
Andy Cedilnik
994bb76916
COMP: Remove warning on gcc
2005-03-06 11:23:46 -05:00
Andy Cedilnik
55f5007a6d
BUG: Fix destruction of objects
2005-03-06 08:52:50 -05:00
Andy Cedilnik
cecda2a3bf
ENH: Print more states including NY
2005-03-04 15:04:59 -05:00
Andy Cedilnik
89f603b620
ENH: More cleanups and reorganization
2005-03-04 11:38:34 -05:00
Andy Cedilnik
7bc8413a0f
COMP: Remove warning about code being unused
2005-03-04 09:46:31 -05:00
Andy Cedilnik
a0c095d420
COMP: Ok, remove warnings because of removal of warnings
2005-03-03 17:21:04 -05:00
Andy Cedilnik
2d7b46f621
COMP: Fix typo
2005-03-03 17:00:19 -05:00
Andy Cedilnik
5377065b1a
BUG: Comp sci 101. Strings go away at the end of the function
2005-03-03 16:58:03 -05:00
Andy Cedilnik
860a8e370c
COMP: setenv is not needed any more
2005-03-03 16:12:46 -05:00
Andy Cedilnik
b71410117e
COMP: Try to remove setenv warning
2005-03-03 15:52:31 -05:00
Andy Cedilnik
089d339721
ENH: Remove warnings
2005-03-03 15:49:41 -05:00
Andy Cedilnik
ade034a747
COMP: Remove warnings on borland
2005-03-03 09:25:13 -05:00
Andy Cedilnik
96d0eb27e9
COMP: Remove warnings
2005-03-03 08:45:00 -05:00
Andy Cedilnik
0f4cafe722
BUG: Attempt to get error code
2005-03-02 17:38:45 -05:00
Andy Cedilnik
725645baaa
ENH: Temporary proxy support
2005-03-02 17:19:23 -05:00
Andy Cedilnik
66a61e9c74
COMP: Remove more warnings
2005-03-02 11:04:32 -05:00
Andy Cedilnik
21a7704624
COMP: Enum should really not have comma at the end
2005-03-02 10:35:04 -05:00
Andy Cedilnik
693b7447a4
COMP: Attempt to remove warnings
2005-03-01 11:21:56 -05:00
Brad King
e7697cea94
COMP: #if WIN32 -> #ifdef _WIN32 for Borland.
2005-03-01 11:01:47 -05:00
Andy Cedilnik
95c1f55858
ENH: Enable test
2005-03-01 10:11:23 -05:00
Andy Cedilnik
88c376f128
ENH: More removing of pthreads
2005-03-01 09:50:41 -05:00
Andy Cedilnik
1191bd7af1
ENH: Attempt to remove threading code
2005-03-01 09:07:38 -05:00
Andy Cedilnik
638eb8e68e
ENH: Add example
2005-02-28 16:26:20 -05:00
Andy Cedilnik
588653c4e8
COMP: Remove warnings about shadow variables
2005-02-27 17:36:00 -05:00
Andy Cedilnik
8946d2f55e
COMP: Remove compile warning about shadow variables
2005-02-27 17:33:42 -05:00
Bill Hoffman
ea59fb06df
COMP: fix warnings
2005-02-25 14:21:09 -05:00
Andy Cedilnik
f30e760848
COMP: Several Windows fixes
2005-02-23 20:28:21 -05:00
Andy Cedilnik
b9b4ea0f7b
ENH: Initial import
2005-02-22 13:08:27 -05:00
Andy Cedilnik
f2b427103a
COMP: attempt to fix warning on Visual Studio 7
2005-02-16 09:17:46 -05:00
Brad King
f9e61d1aa4
COMP: Disabling warnings in zlib code to avoid changing it too much.
2005-02-10 07:46:34 -05:00
Andy Cedilnik
0e4571d25c
ENH: Initial import from VTK
2005-01-26 15:55:12 -05:00
Andy Cedilnik
0532cc2920
COMP: Try to resolve compile errors because of missing includes and wrong include path
2005-01-18 15:54:20 -05:00
Andy Cedilnik
be4593fa85
ENH: Cleanup
2005-01-18 09:06:53 -05:00
Andy Cedilnik
9d4b5e52c1
ENH: Initial import of expat
2004-06-25 14:04:12 -04:00
Sebastien Barre
6037cc8b3b
a) new version of tools like Doxygen and Graphviz now set install path info in win32 registery. use it.
...
b) remove DOT_PATH, it was polluting the cache (can be computed from DOT, update CMakeLists.txt accordingly if DOT_PATH is not defined)
2004-06-08 17:26:48 -04:00
Andy Cedilnik
7ed344e9bb
ENH: Handle kwsys properly
2003-11-05 15:02:49 -05:00
Andy Cedilnik
6d193bc85c
ENH: Cleanup. We do not really need to use vtk for documentation. We only need utilities/doxygen directory
2003-11-05 15:02:35 -05:00
Andy Cedilnik
032883cc34
ENH: Add all subdirectories
2003-10-25 18:21:45 -04:00
Brad King
f9064ee91a
Merging release script changes from 1.8 branch to main tree.
2003-08-27 16:08:11 -04:00
Brad King
c59cc5a542
ENH: Moved decision to build MFCDialog up to top level. It is used in both the Source and Utilities directories.
2003-08-22 12:53:25 -04:00
Brad King
d6b9648ee3
Merge from 1.8 branch.
2003-08-11 17:36:02 -04:00
Brad King
173aa0e783
Update from 1.8 branch.
2003-08-11 15:07:12 -04:00
Brad King
8e3202d6b3
Updated for new location of wxWindows.
2003-08-11 15:06:59 -04:00
Brad King
1471a1a6f1
ENH: Added documentation for ctest.
2003-08-06 15:03:56 -04:00
Brad King
dfdcd239ec
ENH: Added build of documentation for CMakeSetup.
2003-07-23 17:59:37 -04:00
Brad King
0662fefca0
BUG: Don't install ccmake documentation if no ccmake was built.
2003-07-23 08:58:43 -04:00
Brad King
3c30dae03a
ENH: Added generation of ccmake documentation on UNIX.
2003-07-21 17:14:16 -04:00
Brad King
a1bb1a4712
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
2003-07-21 16:38:53 -04:00
Brad King
0e0fa2a25e
BUG: Update of release utilities must maintain tag.
2003-07-11 16:29:14 -04:00
Brad King
5a8b94034d
Updated for 1.6.7 release.
2003-05-14 15:38:08 -04:00
Brad King
37751b55d1
ENH: Updated to do release build on ringworld. Needed for old glibc support.
2003-03-18 11:49:28 -05:00
Brad King
0da0616397
Merging from 1.6 again.
2003-03-13 16:31:53 -05:00
Brad King
8ddf060b05
Merging from 1.6 release branch.
2003-03-13 15:59:53 -05:00
Brad King
d055d402f7
ENH: Updated for 1.6.6 release.
2003-03-13 15:48:49 -05:00
Brad King
40ee500dac
ENH: Updated for 1.6.5 release.
2003-02-20 09:40:01 -05:00
Brad King
170fe935d2
ENH: Merged updates for 1.6.4 release.
2003-02-13 12:03:36 -05:00
Brad King
88a8486a49
ERR: Removed extra &&.
2003-02-09 16:11:56 -05:00
Brad King
3a68f653ae
ENH: Added win32_zipfile and win32_upload commands.
2003-02-05 16:56:26 -05:00
Brad King
d1d92f7678
ENH: Improved robustness of remote invocation. Added more documentation.
2003-02-03 23:08:54 -05:00
Brad King
8c161e7fe3
ENH: Added documentation and usage.
2003-02-03 22:47:49 -05:00
Brad King
5e661c6639
ENH: Another merge from branch 1.6.
2003-01-31 11:41:59 -05:00
Brad King
1048560af6
ENH: Merged more changes from 1.6 branch.
2003-01-24 17:40:17 -05:00
Brad King
f65dfd7b47
ENH: Merged more changes from 1.6 branch.
2003-01-24 15:48:22 -05:00
Brad King
537ad627cb
ENH: Merged 1.6-branch changes to release scripts.
2003-01-24 14:40:07 -05:00
Brad King
0dfef723f7
ENH: Enabled testing during release build.
2003-01-24 11:41:37 -05:00
Brad King
cbda98b151
ENH: Added sanity check for setting of WX_RESOURCES by config_Darwin for osx_install.
2003-01-17 15:15:52 -05:00
Brad King
d5a661b9b9
ENH: Prototype for OSX packaging.
2003-01-17 13:35:55 -05:00
Brad King
9c00464f4d
ENH: Cygwin package is now created in a Cygwin subdirectory.
2003-01-17 13:35:04 -05:00
Brad King
8142fe343f
ENH: Renamed cmake-cygwin-package.sh to cygwin-package.sh.in and removed executable permission so it cannot be run accidentally. It must be run after being renamed to cmake-${VERSION}-${RELEASE}.
2003-01-17 11:57:26 -05:00
Brad King
620ca403a2
ENH: clean now removes the entire release root directory.
2003-01-17 11:55:00 -05:00
Brad King
f95b86b0e7
ENH: Removing old release scripts and config files.
2003-01-17 11:51:12 -05:00
Brad King
8671b85ac0
ENH: Adding OSF release configuration.
2003-01-17 11:42:53 -05:00
Brad King
385c73587f
ENH: Added cygwin release support.
2003-01-17 11:05:52 -05:00
Brad King
c1e2b027c0
ENH: Adding cygwin packaging script to release directory.
2003-01-17 10:30:07 -05:00
Brad King
211111a975
ENH: Removed old setting.
2003-01-17 10:21:36 -05:00
Brad King
33da0e0d26
ENH: Cygwin release configuration.
2003-01-17 10:21:20 -05:00
Brad King
db8552d10d
ENH: Added support for full remote packaging and copying back to local machine. Added support for uploading to FTP server.
2003-01-17 09:52:30 -05:00
Brad King
911a33ce6d
ENH: Linking with -a,archive_shared instead of -a,archive so that the shared curses library can be used.
2003-01-17 09:20:04 -05:00
Brad King
339ab608dc
ERR: Can't build release static on aix.
2003-01-17 09:15:57 -05:00
Bill Hoffman
2ede25f10f
Add AIX config file
2003-01-17 09:08:19 -05:00
Sebastien Barre
c2b3df0c84
FIX: HHC is now HTML_HELP_COMPILER
2003-01-16 14:05:56 -05:00
Brad King
424a56c6f7
BUG: error_log function should return 1 to stop execution of rest of script.
2003-01-15 19:24:00 -05:00
Brad King
20a742ba51
ENH: Renamed package command to binary_tarball for clarity.
2003-01-15 19:20:47 -05:00
Brad King
31abd885e7
ENH: Release script now exports PATH and LD_LIBRARY_PATH to remove the burden from the configuration scripts.
2003-01-15 19:17:09 -05:00
Brad King
93f39d0cb2
BUG: Attempt to fix remote invocation.
2003-01-15 19:14:18 -05:00
Brad King
a9342108e9
ENH: Enabling verbose makefile generation for hp-ux build. This will ease hand-fixing of the build of ccmake.
2003-01-15 19:04:27 -05:00
Brad King
adf6ac61e8
ENH: Cleaned up remote invocation.
2003-01-15 19:02:08 -05:00
Brad King
1df3c50f28
ENH: Improved clean target.
2003-01-15 18:51:58 -05:00
Brad King
192f288a0f
BUG: Finished clean target and fixed grep for cvsroot in ~/.cvspass.
2003-01-15 18:48:26 -05:00
Brad King
35505b9d8e
BUG: CVS login command is login, not cvs_login.
2003-01-15 18:44:15 -05:00
Brad King
6b17ec0240
ERR: Removed old config file.
2003-01-15 18:43:11 -05:00
Brad King
7f5589e9f4
ENH: New release script prototype.
2003-01-15 18:42:41 -05:00
Brad King
069449f5aa
ENH: Updated version for 1.6.beta2 release.
2003-01-15 11:17:54 -05:00
Bill Hoffman
278c0c635f
release script for aix
2003-01-08 14:41:56 -05:00
Brad King
aad576a139
BUG: Version number on rolle is 6.4, not 6.5.
2003-01-07 10:22:18 -05:00
Brad King
0f14e027b5
ERR: Fixes for linking statically with -ldld.
2003-01-06 16:09:15 -05:00
Brad King
eb8df4a7d4
ERR: Fix for building static with -ldl on sun.
2003-01-06 15:21:47 -05:00
Brad King
962bd78f75
ERR: Fixed typo.
2003-01-06 14:56:01 -05:00
Brad King
a906703919
ENH: Updated for static executable.
2003-01-06 14:27:48 -05:00
Brad King
234de625b2
ENH: Updated for 1.6 beta 1 release.
2003-01-06 11:31:51 -05:00
Brad King
77ac6a02c0
ENH: Updated for CMake 1.6 release. Version number is now in a single file that is sourced by all others.
2003-01-06 11:23:42 -05:00
Brad King
57ddd33fd0
ENH: Updated for 1.4.7 release.
2002-12-12 12:02:05 -05:00
Brad King
0d7db95566
ENH: Updated for cmake 1.4.6 package. Added automatic conversion of setup.hint to unix newlines.
2002-10-25 15:46:29 -04:00
Brad King
1c4223bfd5
ENH: Updated for 1.4.6 release.
2002-10-25 14:13:09 -04:00
Brad King
7e84fa0f1d
ENH: Updated for actual build.
2002-10-10 09:02:17 -04:00
Brad King
db2bd57179
ENH: Adding prototype release config script for OSF.
2002-09-24 14:22:14 -04:00
Brad King
806d623ebc
ERR: Removed old cygwin release config file. A separate script is now used.
2002-09-24 14:18:42 -04:00
Bill Hoffman
9314bb40ad
use /usr/bin/find and uname for cygwin version
2002-09-24 10:47:04 -04:00
Brad King
305081002e
ENH: Added cygwin packaging scripts. The setup.hint and cmake.README files required by Cygwin are generated automatically.
2002-09-23 21:14:20 -04:00
Brad King
d7b3da7d9c
ENH: Added to generated README the typical install locaiton of /usr/local.
2002-09-23 17:20:34 -04:00
Brad King
7ee50e7ee5
BUG: Creating source tarball should not affect current directory.
2002-09-23 08:51:16 -04:00
Brad King
9ac4d6e83a
ENH: Incremented version to 1.4.5.
2002-09-23 08:44:32 -04:00
Brad King
1168d5a85d
ENH: Moved build of source tarball to package script.
2002-08-28 15:08:18 -04:00
Bill Hoffman
6f310818e1
*** empty log message ***
2002-08-28 10:28:49 -04:00
Brad King
56832b9791
Switched to release branch tag instead of sticky tag.
2002-08-28 09:30:10 -04:00
Brad King
8222ea379d
ENH: Adding release configuration for darwin.
2002-08-28 09:27:52 -04:00
Brad King
17ae77ff23
BUG: Don't erase tarball directory in packaging step in case there is a source tarball there.
2002-08-28 09:07:40 -04:00
Bill Hoffman
92cb867aa5
cygwin release
2002-08-28 09:04:45 -04:00
Brad King
2e8880bae0
ENH: Updated release script configuration for CMake release 1.4.4.
2002-08-28 08:51:37 -04:00
Brad King
33ed97c401
ENH: Added -files to end of internal binary tarball to distinguish from the outer tarball's name.
2002-08-21 15:52:04 -04:00
Brad King
5c51753913
ENH: Split install script into two parts. Added basic support for adding more files to the distribution and creating packages.
2002-08-07 18:12:36 -04:00
Brad King
6707a2b736
ENH: Added release script configuration for IRIX build.
2002-07-22 11:03:28 -04:00
Brad King
08f2876bb4
ENH: Adding release script configuration for HPUX.e
2002-07-15 11:37:05 -04:00
Brad King
79e332f70a
ENH: Added release configuration file for Sun.
2002-07-15 11:13:12 -04:00
Brad King
1cc729ba29
ENH: Made release script more generic for creating static and shared releases.
2002-07-15 10:48:27 -04:00
Brad King
272c367dd4
ENH: Release script configuration file for linux.
2002-07-15 10:09:58 -04:00
Brad King
77bb1f793b
ENH: Protoype unix release script.
2002-07-15 10:08:25 -04:00
Sebastien Barre
8c1b043c25
FIX: remove that good ol' exit 0;
2002-02-13 18:50:17 -05:00
Sebastien Barre
4360a03238
FIX: update html archive filename
2002-02-13 18:32:28 -05:00
Sebastien Barre
d8f1dba1e7
ENH: Contribution graphs
2002-02-13 18:28:16 -05:00
Sebastien Barre
2fcf59b96b
Update
2001-11-02 16:44:25 -05:00
Sebastien Barre
bc673070bc
Doxygen doc generator
2001-11-02 16:05:37 -05:00