summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fixed crash when CMAKE_ROOT cannot be found.Brad King2003-01-224-5/+22
|
* BUG: fix command line to take -G onlyBill Hoffman2003-01-221-1/+1
|
* BUG: CMake 1.4 configured projects did not build with new CMake.Brad King2003-01-221-3/+17
|
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-213-0/+320
|
* BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory ↵Brad King2003-01-211-7/+7
| | | | instead of FindVTK.cmake.
* ENH: Updated documentation.Brad King2003-01-211-3/+0
|
* Attempt to cleanup CMake and try to fix build on some systemsAndy Cedilnik2003-01-211-131/+117
|
* This list can be really long. Only display the variable nameAndy Cedilnik2003-01-211-5/+5
|
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-2111-21/+116
|
* use export all symbols on cygwinBill Hoffman2003-01-211-1/+1
|
* IMPORTANT FIX: be extra-careful here on WIN32, we do NOT want CMake to look ↵Sebastien Barre2003-01-211-6/+49
| | | | in the system's PATH env var to search for ImageMagick's convert.exe, otherwise it is going to pick Microsoft Window's own convert.exe, which is used to convert FAT partitions to NTFS format ! Depending on the options passed to convert.exe, there is a good chance you would kiss your hard-disk good-bye.
* BUG: Fix for custom commands with spaces in paths. The arguments were not ↵Brad King2003-01-211-1/+3
| | | | having spaces escaped.
* BUG: Fixed typo in previous fix.Brad King2003-01-201-1/+1
|
* BUG: Fixed directory creation for spaces in install path.Brad King2003-01-201-8/+8
|
* ENH: add a new command that allows exports of library dependencies from a ↵Bill Hoffman2003-01-208-5/+204
| | | | project to a file
* BUG: fix missed CMAKE to X11 variable nameWill Schroeder2003-01-201-2/+1
|
* ENH: Improved CopyFile error messages.Brad King2003-01-191-18/+34
|
* BUG: Fix for application of expand-list-variables.Brad King2003-01-171-3/+3
|
* ENH: Support for spaces in paths during make install.Brad King2003-01-173-97/+98
|
* ENH: Adding FIND_AND_IMPORT_CMAKE_PROJECT macro.Brad King2003-01-171-0/+76
|
* ENH: Added sanity check for setting of WX_RESOURCES by config_Darwin for ↵Brad King2003-01-171-0/+4
| | | | osx_install.
* ENH: Prototype for OSX packaging.Brad King2003-01-172-0/+27
|
* ENH: Cygwin package is now created in a Cygwin subdirectory.Brad King2003-01-171-15/+18
|
* Fix versionAndy Cedilnik2003-01-171-4/+4
|
* Fix proxy code and fix comments to be C commentsBill Hoffman2003-01-171-4/+4
|
* ENH: Renamed cmake-cygwin-package.sh to cygwin-package.sh.in and removed ↵Brad King2003-01-172-1/+1
| | | | executable permission so it cannot be run accidentally. It must be run after being renamed to cmake-${VERSION}-${RELEASE}.
* ENH: clean now removes the entire release root directory.Brad King2003-01-171-2/+2
|
* ENH: Removing old release scripts and config files.Brad King2003-01-1713-633/+0
|
* ENH: Adding OSF release configuration.Brad King2003-01-171-0/+18
|
* 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
|