Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: move list command to bootstrap commands | Bill Hoffman | 2007-10-29 | 2 | -2/+2 |
| | |||||
* | ENH: add ability to set installer icons, links to web pages, nsis code in ↵ | Bill Hoffman | 2007-10-29 | 1 | -6/+25 |
| | | | | the icon section of the template, and ability to escape variables correctly | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-27 | 1 | -1/+1 |
| | |||||
* | STYLE: change wording of FIND_XXX() docs to be more correct | Alexander Neundorf | 2007-10-26 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: fixed misspellings of Mac OS X | Sean McBride | 2007-10-26 | 2 | -2/+2 |
| | |||||
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 5 | -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 update | Andy Cedilnik | 2007-10-26 | 1 | -1/+1 |
| | |||||
* | BUG: Fix bug#5590. When converting a relative path between two full paths ↵ | Brad King | 2007-10-25 | 1 | -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_* variables | Alexander Neundorf | 2007-10-25 | 1 | -11/+17 |
| | | | | | | to make them actually work Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-25 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to get documentaiton of a property from a script | Ken Martin | 2007-10-24 | 5 | -9/+83 |
| | |||||
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 7 | -42/+213 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-24 | 1 | -1/+1 |
| | |||||
* | COMP: fix for when STRICT is defined, and fix for props that have no docs | Ken Martin | 2007-10-23 | 2 | -3/+8 |
| | |||||
* | STYLE: fix some long lines | Ken Martin | 2007-10-23 | 1 | -5/+10 |
| | |||||
* | COMP: fix a problem with a shadowed var | Ken Martin | 2007-10-23 | 1 | -9/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 2 | -1/+6 |
| | |||||
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 5 | -74/+109 |
| | |||||
* | ENH: fix spelling error | Bill Hoffman | 2007-10-22 | 1 | -1/+1 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 2 | -6/+6 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 44 | -916/+911 |
| | | | | there, also provides secitons for Variables now | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | ENH: do not always add -arch flags | Bill Hoffman | 2007-10-20 | 1 | -6/+23 |
| | |||||
* | ENH: fix line length error | Bill Hoffman | 2007-10-19 | 1 | -3/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to create links on the start menu | Bill Hoffman | 2007-10-18 | 2 | -0/+57 |
| | |||||
* | ENH: do not remove executables and dll's before linking them so that ↵ | Bill Hoffman | 2007-10-18 | 2 | -21/+14 |
| | | | | incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff | ||||
* | ENH: add docs for variables | Bill Hoffman | 2007-10-18 | 4 | -7/+549 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | ENH: added CMAKE_STRICT option for var and property checking | Ken Martin | 2007-10-16 | 3 | -3/+4 |
| | |||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-10-16 | 2 | -8/+12 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-16 | 1 | -1/+1 |
| | |||||
* | BUG: Work around bug when calling insert on an empty vector of char on ↵ | Brad King | 2007-10-15 | 1 | -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 variable | Ken Martin | 2007-10-15 | 3 | -4/+16 |
| | |||||
* | BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ↵ | David Cole | 2007-10-15 | 4 | -18/+64 |
| | | | | the INSTALL command. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix #5806, wrong quotes used in the exported file | Alexander Neundorf | 2007-10-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-10-13 | 1 | -1/+1 |
| | |||||
* | BUG: Fix the dashboards! Put it back the way it was so it always creates the ↵ | David Cole | 2007-10-12 | 1 | -1/+1 |
| | | | | target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later... | ||||
* | BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work | Bill Hoffman | 2007-10-12 | 1 | -10/+6 |
| | |||||
* | BUG: fix for bug 0005767 hang for replace string with empty | Bill Hoffman | 2007-10-12 | 1 | -0/+5 |
| | |||||
* | ENH: When an object file requires a module add the file-level dependency ↵ | Brad King | 2007-10-12 | 1 | -0/+38 |
| | | | | between the object file and the module timestamp file. Create a dummy timestamp file in case nothing in the project actually creates the module. See bug#5809. | ||||
* | BUG: Dependency scanners should have local generators set always. | Brad King | 2007-10-12 | 1 | -1/+1 |
| |