summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵David Cole2007-10-3114-43/+127
| | | | in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
* STYLE: Nightly Version updateAndy Cedilnik2007-10-311-1/+1
|
* ENH: cpack changes, remove the escape variable stuff as it is not needed if ↵Bill Hoffman2007-10-312-26/+20
| | | | you provide a config file for cpack
* BUG: fix undefined property FRAMEWORKKen Martin2007-10-301-0/+8
|
* BUG: fix bad set property code in cmakeKen Martin2007-10-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-301-1/+1
|
* ENH: move list command to bootstrap commandsBill Hoffman2007-10-292-2/+2
|
* ENH: add ability to set installer icons, links to web pages, nsis code in ↵Bill Hoffman2007-10-291-6/+25
| | | | the icon section of the template, and ability to escape variables correctly
* STYLE: Nightly Version updateAndy Cedilnik2007-10-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-271-1/+1
|
* STYLE: change wording of FIND_XXX() docs to be more correctAlexander Neundorf2007-10-261-2/+2
| | | | Alex
* STYLE: fixed misspellings of Mac OS XSean McBride2007-10-262-2/+2
|
* ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.Alexander Neundorf2007-10-265-2/+61
| | | | | | | | CMAKE_FIND_PREFIX_PATH is both an environment variable and a cmake variable, which is a list of base directories where FIND_PATH, FIND_FILE, FIND_PROGRAM and FIND_LIBRARY will search in the respective subdirectories Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-10-261-1/+1
|
* BUG: Fix bug#5590. When converting a relative path between two full paths ↵Brad King2007-10-251-13/+6
| | | | on different windows drive letters do not create a ../../d:/foo/bar path and just return the full path to the destination.
* BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variablesAlexander Neundorf2007-10-251-11/+17
| | | | | | to make them actually work Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-10-251-1/+1
|
* ENH: add ability to get documentaiton of a property from a scriptKen Martin2007-10-245-9/+83
|
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-247-42/+213
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-241-1/+1
|
* COMP: fix for when STRICT is defined, and fix for props that have no docsKen Martin2007-10-232-3/+8
|
* STYLE: fix some long linesKen Martin2007-10-231-5/+10
|
* COMP: fix a problem with a shadowed varKen Martin2007-10-231-9/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-231-1/+1
|
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-222-1/+6
|
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-225-74/+109
|
* ENH: fix spelling errorBill Hoffman2007-10-221-1/+1
|
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-222-6/+6
| | | | there, also provides secitons for Variables now
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-2244-916/+911
| | | | there, also provides secitons for Variables now
* STYLE: Nightly Version updateAndy Cedilnik2007-10-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-201-1/+1
|
* ENH: do not always add -arch flagsBill Hoffman2007-10-201-6/+23
|
* ENH: fix line length errorBill Hoffman2007-10-191-3/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-191-1/+1
|
* ENH: add ability to create links on the start menuBill Hoffman2007-10-182-0/+57
|
* ENH: do not remove executables and dll's before linking them so that ↵Bill Hoffman2007-10-182-21/+14
| | | | incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff
* ENH: add docs for variablesBill Hoffman2007-10-184-7/+549
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-181-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-171-1/+1
|
* ENH: added CMAKE_STRICT option for var and property checkingKen Martin2007-10-163-3/+4
|
* STYLE: Fixed line-too-long.Brad King2007-10-162-8/+12
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-161-1/+1
|
* BUG: Work around bug when calling insert on an empty vector of char on ↵Brad King2007-10-151-2/+22
| | | | midworld. Should eliminate the sporadic failure of EXECUTE_PROCESS during the SimpleInstall-Stage2 test. (david.cole from Brad's checkout on midworld)
* ENH: minor doc cleanups and an example of documenting a variableKen Martin2007-10-153-4/+16
|
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵David Cole2007-10-154-18/+64
| | | | the INSTALL command.
* STYLE: Nightly Version updateAndy Cedilnik2007-10-151-1/+1
|
* BUG: fix #5806, wrong quotes used in the exported fileAlexander Neundorf2007-10-141-1/+1
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-10-141-1/+1
|