summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Another attempt to get rid of unreferenced inline function warnings on SGI.Brad King2003-01-291-0/+9
|
* Attempt to fix build problem on some platformsAndy Cedilnik2003-01-291-2/+7
|
* ENH: better docsBill Hoffman2003-01-281-1/+3
|
* ENH: change FIND_FILE to FIND_PROGRAMBill Hoffman2003-01-282-29/+10
|
* Make things work on unix and add DVIPDFAndy Cedilnik2003-01-281-0/+10
|
* Fix output variable and remove this->m_ to be only m_Andy Cedilnik2003-01-271-25/+28
|
* Move errors to output variableAndy Cedilnik2003-01-271-13/+37
|
* ENH: Merged more changes from 1.6 branch.Brad King2003-01-241-1/+7
|
* ENH: Merged more changes from 1.6 branch.Brad King2003-01-241-0/+12
|
* ENH: Merged 1.6-branch changes to release scripts.Brad King2003-01-247-2/+16
|
* BUG: Added missing link flag to export symbols from an executable.Brad King2003-01-241-4/+4
|
* ENH: Enabled testing during release build.Brad King2003-01-247-7/+21
|
* ERR: Fixed unreferenced termios declaration warning.Brad King2003-01-241-8/+19
|
* no messageSebastien Barre2003-01-231-9/+2
|
* FIX:Sebastien Barre2003-01-231-16/+72
| | | | | - rename some entries (COMPILE -> COMPILER, and the converters -> _CONVERTER) - make sure that Window system are given a chance to find Latex and the converters if MikTex and GhostScript are installed (but not in the PATH)
* FIX: the current version of Perl is 5.8Sebastien Barre2003-01-231-0/+1
|
* FIX: this command was not processing its arg to expand registery valuesSebastien Barre2003-01-231-0/+1
|
* minor change to default compile flagsKen Martin2003-01-221-4/+4
|
* merge from branchKen Martin2003-01-222-0/+79
|
* moved to c++ commandBill Hoffman2003-01-221-76/+0
|
* ENH: only run test for working c and cxx compiler onceBill Hoffman2003-01-222-10/+15
|
* fixed spelling mistakeKen Martin2003-01-221-1/+1
|
* spelling fixKen Martin2003-01-221-1/+1
|
* merge from branchKen Martin2003-01-221-4/+2
|
* removed since no longer usedKen Martin2003-01-221-4/+0
|
* merge branch change into main treeKen Martin2003-01-221-0/+5
|
* ENH: Added support for looking through CMAKE_MODULE_PATH to locate ↵Brad King2003-01-221-10/+31
| | | | Find<name>.cmake modules.
* 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
|