summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: move CMAKE_STRICT option to the topKen Martin2007-11-062-3/+5
|
* ENH: add doc test for strict buildsKen Martin2007-11-061-1/+5
|
* ENH: add a etst to verify props are documentedKen Martin2007-11-062-0/+39
|
* ENH: changne ProcessGenertor to DoPackageBill Hoffman2007-11-063-3/+3
|
* STYLE: fix line length issueBill Hoffman2007-11-061-1/+2
|
* ENH: Add menus in menu bar.Clinton Stimpson2007-11-065-26/+105
| | | | | | | | Add reload & delete cache options. Add option to quit after generation step (not yet remembered between sessions). Add Help -> About Remove Help button (in menu now) Remove Cancel button (File -> Exit and the Window 'X' button exist)
* ENH: clarify label for current generator.Clinton Stimpson2007-11-062-4/+1
|
* ENH: search is case insensitiveClinton Stimpson2007-11-064-20/+24
| | | | | ENH: put back prompt for generator, and change combo to label showing current generator.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-061-1/+1
|
* ENH: Replace prompt for generator with combobox in UI.Clinton Stimpson2007-11-065-134/+253
| | | | | | ENH: Make "Show Advanced" toggle work. ENH: Add regex search capabilities. ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
* COMP: use RPATH is building QtDialog and the Qt libs are not in /lib orAlexander Neundorf2007-11-051-2/+10
| | | | | | /usr/lib (same logic as for ccmake) Alex
* COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.Brad King2007-11-051-0/+2
|
* STYLE: Trade in expected arrakis dashboards for resurrected equivalent ones ↵David Cole2007-11-051-4/+4
| | | | on dash14.
* ENH: change nameBill Hoffman2007-11-0513-72/+72
|
* ENH: change name of classBill Hoffman2007-11-054-18/+18
|
* ENH: fix the compile and add install ruleBill Hoffman2007-11-052-3/+6
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-059-22/+30
|
* ENH: Prompt user for generator when there is none.Clinton Stimpson2007-11-057-141/+301
| | | | Many minor improvements, bug fixes, and style fixes.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-051-1/+1
|
* BUG: Fixed error related to missing quotes around variable.Miguel A. Figueroa-Villanueva2007-11-041-4/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-041-1/+1
|
* ENH: Allow working with empty build directories.Clinton Stimpson2007-11-037-24/+78
| | | | | | Make output window a bit smaller compared to cache view. Prompt on X'ing window as well as hitting cancel. Color new cache values red, and put them first.
* COMP: Fix some compile warnings.Clinton Stimpson2007-11-031-7/+7
| | | | STYLE: Make style a bit more consistent.
* ENH: remove qt warnings from qt with MS compilerBill Hoffman2007-11-034-3/+7
|
* ENH: fix compile error on windowsBill Hoffman2007-11-031-1/+1
|
* ENH: Add interrupt button near progress bar.Clinton Stimpson2007-11-0313-264/+461
| | | | | | | | | | | | Implement help button. Implement cancel button. Add scrollable output window. Replace ON/OFF & combobox editors with checkboxes. Tab/backtab in cache table jumps between values (not names and values) Add tooltips to show help strings. Add application icon and qtmain for Windows. BUG: Fix save of cache values on configure.
* STYLE: Nightly Version updateAndy Cedilnik2007-11-031-1/+1
|
* COMP: Fix build on Windows.Clinton Stimpson2007-11-021-1/+6
|
* ENH: add option for qt dialogBill Hoffman2007-11-021-0/+6
|
* STYLE: Add license info to code.Clinton Stimpson2007-11-027-0/+112
|
* ENH: Beginnings of a Qt UI for CMake.Clinton Stimpson2007-11-0211-0/+1007
|
* ENH: remove findqt3 from cmake's cmakelist filesBill Hoffman2007-11-023-19/+15
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-021-1/+1
|
* ENH: create a directory for qt interface to cmakeBill Hoffman2007-11-011-0/+1
|
* ENH: fix for RPM generator from EricBill Hoffman2007-11-011-10/+20
|
* ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵David Cole2007-11-013-0/+0
| | | | up icon look...
* STYLE: Nightly Version updateAndy Cedilnik2007-11-011-1/+1
|
* ENH: minor fixKen Martin2007-10-311-1/+1
|
* ENH: added documentation for more variablesKen Martin2007-10-311-12/+358
|
* ENH: add CPACK_PROJECT_CONFIG_FILE option to CPackBill Hoffman2007-10-314-12/+18
|
* ENH: add icon for installerBill Hoffman2007-10-311-0/+0
|
* ENH: fix line lengthBill Hoffman2007-10-311-1/+2
|
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files ↵David Cole2007-10-3115-44/+128
| | | | 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-316-168/+80
| | | | 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
|
* ENH: use cpack generic variable if rpm one is not setBill Hoffman2007-10-301-1/+5
|
* ENH: fix for cygwin packageBill Hoffman2007-10-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-10-301-1/+1
|