Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed crash when CMAKE_ROOT cannot be found. | Brad King | 2003-01-22 | 4 | -5/+22 |
| | |||||
* | BUG: fix command line to take -G only | Bill Hoffman | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | BUG: CMake 1.4 configured projects did not build with new CMake. | Brad King | 2003-01-22 | 1 | -3/+17 |
| | |||||
* | ENH: Added FIND_PACKAGE command prototyp. | Brad King | 2003-01-21 | 3 | -0/+320 |
| | |||||
* | BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory ↵ | Brad King | 2003-01-21 | 1 | -7/+7 |
| | | | | instead of FindVTK.cmake. | ||||
* | ENH: Updated documentation. | Brad King | 2003-01-21 | 1 | -3/+0 |
| | |||||
* | Attempt to cleanup CMake and try to fix build on some systems | Andy Cedilnik | 2003-01-21 | 1 | -131/+117 |
| | |||||
* | This list can be really long. Only display the variable name | Andy Cedilnik | 2003-01-21 | 1 | -5/+5 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 11 | -21/+116 |
| | |||||
* | use export all symbols on cygwin | Bill Hoffman | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | IMPORTANT FIX: be extra-careful here on WIN32, we do NOT want CMake to look ↵ | Sebastien Barre | 2003-01-21 | 1 | -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 King | 2003-01-21 | 1 | -1/+3 |
| | | | | having spaces escaped. | ||||
* | BUG: Fixed typo in previous fix. | Brad King | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed directory creation for spaces in install path. | Brad King | 2003-01-20 | 1 | -8/+8 |
| | |||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 8 | -5/+204 |
| | | | | project to a file | ||||
* | BUG: fix missed CMAKE to X11 variable name | Will Schroeder | 2003-01-20 | 1 | -2/+1 |
| | |||||
* | ENH: Improved CopyFile error messages. | Brad King | 2003-01-19 | 1 | -18/+34 |
| | |||||
* | BUG: Fix for application of expand-list-variables. | Brad King | 2003-01-17 | 1 | -3/+3 |
| | |||||
* | ENH: Support for spaces in paths during make install. | Brad King | 2003-01-17 | 3 | -97/+98 |
| | |||||
* | ENH: Adding FIND_AND_IMPORT_CMAKE_PROJECT macro. | Brad King | 2003-01-17 | 1 | -0/+76 |
| | |||||
* | ENH: Added sanity check for setting of WX_RESOURCES by config_Darwin for ↵ | Brad King | 2003-01-17 | 1 | -0/+4 |
| | | | | osx_install. | ||||
* | ENH: Prototype for OSX packaging. | Brad King | 2003-01-17 | 2 | -0/+27 |
| | |||||
* | ENH: Cygwin package is now created in a Cygwin subdirectory. | Brad King | 2003-01-17 | 1 | -15/+18 |
| | |||||
* | Fix version | Andy Cedilnik | 2003-01-17 | 1 | -4/+4 |
| | |||||
* | Fix proxy code and fix comments to be C comments | Bill Hoffman | 2003-01-17 | 1 | -4/+4 |
| | |||||
* | ENH: Renamed cmake-cygwin-package.sh to cygwin-package.sh.in and removed ↵ | Brad King | 2003-01-17 | 2 | -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 King | 2003-01-17 | 1 | -2/+2 |
| | |||||
* | ENH: Removing old release scripts and config files. | Brad King | 2003-01-17 | 13 | -633/+0 |
| | |||||
* | ENH: Adding OSF release configuration. | Brad King | 2003-01-17 | 1 | -0/+18 |
| | |||||
* | ENH: Added cygwin release support. | Brad King | 2003-01-17 | 1 | -1/+120 |
| | |||||
* | ENH: Adding cygwin packaging script to release directory. | Brad King | 2003-01-17 | 1 | -0/+155 |
| | |||||
* | remove trailing slash from findpath command | Bill Hoffman | 2003-01-17 | 4 | -10/+17 |
| | |||||
* | add some more prints | Bill Hoffman | 2003-01-17 | 2 | -1/+7 |
| | |||||
* | ENH: Removed old setting. | Brad King | 2003-01-17 | 1 | -1/+0 |
| | |||||
* | ENH: Cygwin release configuration. | Brad King | 2003-01-17 | 1 | -0/+3 |
| | |||||
* | Add proxy support | Andy Cedilnik | 2003-01-17 | 1 | -5/+59 |
| | |||||
* | ENH: Added support for full remote packaging and copying back to local ↵ | Brad King | 2003-01-17 | 1 | -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 King | 2003-01-17 | 1 | -1/+1 |
| | | | | curses library can be used. | ||||
* | ERR: Can't build release static on aix. | Brad King | 2003-01-17 | 1 | -2/+0 |
| | |||||
* | Add AIX config file | Bill Hoffman | 2003-01-17 | 1 | -0/+13 |
| | |||||
* | Remove warning about %e and %T | Andy Cedilnik | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary defines | Andy Cedilnik | 2003-01-17 | 1 | -3/+0 |
| | |||||
* | Fix gcc32 -ansi problem | Andy Cedilnik | 2003-01-17 | 1 | -0/+4 |
| | |||||
* | Look for features | Andy Cedilnik | 2003-01-17 | 1 | -0/+3 |
| | |||||
* | More portability issues. Sigaction is a symbol | Andy Cedilnik | 2003-01-17 | 1 | -1/+5 |
| | |||||
* | ENH: fix for compilers that need _ | Ken Martin | 2003-01-16 | 3 | -21/+48 |
| | |||||
* | Add aix warning | Andy Cedilnik | 2003-01-16 | 1 | -0/+1 |
| | |||||
* | Add selection of drop method | Andy Cedilnik | 2003-01-16 | 1 | -4/+10 |
| | |||||
* | FIX: HHC is now HTML_HELP_COMPILER | Sebastien Barre | 2003-01-16 | 1 | -10/+10 |
| | |||||
* | FIX: Quotes added around the list of libs to be added in Apple. | Luis Ibanez | 2003-01-16 | 1 | -1/+1 |
| |