summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added cygwin release support.Brad King2003-01-171-1/+120
|
* ENH: Adding cygwin packaging script to release directory.Brad King2003-01-171-0/+155
|
* remove trailing slash from findpath commandBill Hoffman2003-01-174-10/+17
|
* add some more printsBill Hoffman2003-01-172-1/+7
|
* ENH: Removed old setting.Brad King2003-01-171-1/+0
|
* ENH: Cygwin release configuration.Brad King2003-01-171-0/+3
|
* Add proxy supportAndy Cedilnik2003-01-171-5/+59
|
* ENH: Added support for full remote packaging and copying back to local ↵Brad King2003-01-171-7/+59
| | | | machine. Added support for uploading to FTP server.
* ENH: Linking with -a,archive_shared instead of -a,archive so that the shared ↵Brad King2003-01-171-1/+1
| | | | curses library can be used.
* ERR: Can't build release static on aix.Brad King2003-01-171-2/+0
|
* Add AIX config fileBill Hoffman2003-01-171-0/+13
|
* Remove warning about %e and %TAndy Cedilnik2003-01-171-1/+1
|
* Remove unnecessary definesAndy Cedilnik2003-01-171-3/+0
|
* Fix gcc32 -ansi problemAndy Cedilnik2003-01-171-0/+4
|
* Look for featuresAndy Cedilnik2003-01-171-0/+3
|
* More portability issues. Sigaction is a symbolAndy Cedilnik2003-01-171-1/+5
|
* ENH: fix for compilers that need _Ken Martin2003-01-163-21/+48
|
* Add aix warningAndy Cedilnik2003-01-161-0/+1
|
* Add selection of drop methodAndy Cedilnik2003-01-161-4/+10
|
* FIX: HHC is now HTML_HELP_COMPILERSebastien Barre2003-01-161-10/+10
|
* FIX: Quotes added around the list of libs to be added in Apple.Luis Ibanez2003-01-161-1/+1
|
* ENH: Platform dependent libraries added for APPLE.Luis Ibanez2003-01-161-0/+4
|
* Try to fix aix problemAndy Cedilnik2003-01-161-22/+22
|
* Add proxy support for triggeringAndy Cedilnik2003-01-161-1/+18
|
* ENH: fix for borland and cygwinBill Hoffman2003-01-161-1/+7
|
* Improve submtitting using httpAndy Cedilnik2003-01-161-41/+71
|
* HAVE_GETHOSTNAME is also unnecessaryAndy Cedilnik2003-01-163-5/+0
|
* CleanupsAndy Cedilnik2003-01-163-15/+2
|
* Improve build, now it should build on mac and other platforms where include ↵Andy Cedilnik2003-01-163-8/+19
| | | | file depend on each other
* ENH: add the config directory to look for the loadable moduleBill Hoffman2003-01-163-0/+15
|
* BUG: error_log function should return 1 to stop execution of rest of script.Brad King2003-01-161-1/+2
|
* ENH: Renamed package command to binary_tarball for clarity.Brad King2003-01-161-3/+3
|
* ENH: Release script now exports PATH and LD_LIBRARY_PATH to remove the ↵Brad King2003-01-162-2/+2
| | | | burden from the configuration scripts.
* BUG: Attempt to fix remote invocation.Brad King2003-01-161-0/+1
|
* ENH: Enabling verbose makefile generation for hp-ux build. This will ease ↵Brad King2003-01-161-0/+1
| | | | hand-fixing of the build of ccmake.
* ENH: Cleaned up remote invocation.Brad King2003-01-161-3/+6
|
* ENH: Improved clean target.Brad King2003-01-151-4/+1
|
* BUG: Finished clean target and fixed grep for cvsroot in ~/.cvspass.Brad King2003-01-151-5/+8
|
* BUG: CVS login command is login, not cvs_login.Brad King2003-01-151-1/+1
|
* ERR: Removed old config file.Brad King2003-01-151-14/+0
|
* ENH: New release script prototype.Brad King2003-01-157-0/+415
|
* ENH: Libraries are not marked as ADVANCED now.Luis Ibanez2003-01-151-5/+0
|
* ENH: add testing for modules and one two config modes for cmaketestBill Hoffman2003-01-1514-12/+172
|
* use module on all platformsBill Hoffman2003-01-152-10/+4
|
* BUG: fix for OSX with x11 gl stuffBill Hoffman2003-01-151-11/+8
|
* BUG: fix flags for borland link shared and moduleBill Hoffman2003-01-151-6/+6
|
* quote the variableBill Hoffman2003-01-151-1/+1
|
* look for cygtcl83Bill Hoffman2003-01-151-1/+1
|
* ENH: Updated version for 1.6.beta2 release.Brad King2003-01-151-1/+1
|
* Add support for http submit. Also, add support for proxy, but it does not ↵Andy Cedilnik2003-01-152-1/+177
| | | | work yet.