Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix messages for time stamp file recreation. | Brad King | 2007-11-12 | 1 | -2/+2 |
| | |||||
* | BUG: Converted per-vcproj timestamp to a single directory-level ↵ | Brad King | 2007-11-12 | 3 | -60/+61 |
| | | | | CMakeFiles/generate.stamp file shared by all targets in each directory. This avoids having all targets overwrite each others timestamp check rules and instead has one single rule. | ||||
* | ENH: Allow build with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 2 | -11/+2 |
| | | | | | 4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread. | ||||
* | BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007). | Miguel A. Figueroa-Villanueva | 2007-11-12 | 1 | -0/+4 |
| | |||||
* | BUG: better setup of properties for loaded commands | Ken Martin | 2007-11-12 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-11 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed fake generation of files to behave more like fluid. | Brad King | 2007-11-10 | 2 | -5/+0 |
| | |||||
* | ENH: Re-arrange UI a bit. | Clinton Stimpson | 2007-11-10 | 7 | -246/+227 |
| | | | | BUG: Properly update when values that changed since the last configure. | ||||
* | ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without ↵ | Brad King | 2007-11-10 | 4 | -5/+111 |
| | | | | re-running CMake for every project during the rebuild. | ||||
* | STYLE: Fixed line-too-long for undocumented variable entries. | Brad King | 2007-11-10 | 1 | -40/+80 |
| | |||||
* | BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and ↵ | David Cole | 2007-11-10 | 2 | -6/+8 |
| | | | | presumably earlier) to avoid running PackageMaker during the SimpleInstall* tests. See comment in CMake/Tests/SimpleInstall/CMakeLists.txt for more info. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-10 | 1 | -1/+1 |
| | |||||
* | BUG: Don't prompt for unsaved changes if no changes were made. | Clinton Stimpson | 2007-11-09 | 6 | -52/+37 |
| | | | | ENH: Error messages go to output window instead of message boxes. | ||||
* | ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ↵ | Brad King | 2007-11-09 | 3 | -115/+2 |
| | | | | no longer used. Also removed the file itself. | ||||
* | ENH: change name | Bill Hoffman | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | ENH: Converted vcproj file generation to use cmGeneratedFileStream for ↵ | Brad King | 2007-11-09 | 2 | -24/+33 |
| | | | | atomic replacement. Replaced the vcproj.cmake copy of the file with a simple vcproj.stamp timestamp file to preserve previous rerun-without-reload behavior. | ||||
* | ENH: Add completion to editor for files and file paths. | Clinton Stimpson | 2007-11-09 | 1 | -0/+11 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to use your own install directories | Bill Hoffman | 2007-11-09 | 1 | -6/+12 |
| | |||||
* | BUG: Don't enable generate if configure completed with errors. | Clinton Stimpson | 2007-11-08 | 2 | -3/+3 |
| | | | | ENH: Allow build w/ Qt configured with no STL support. | ||||
* | ENH: Put black outline around all resolutions of the new ico files. Looks ↵ | David Cole | 2007-11-08 | 4 | -0/+0 |
| | | | | better on a dark background than the lighter outline... | ||||
* | ENH: fix bug in default arch, it was using the environment variable which is ↵ | Bill Hoffman | 2007-11-08 | 1 | -1/+3 |
| | | | | not a default | ||||
* | BUG: try to fix crash | Bill Hoffman | 2007-11-08 | 1 | -2/+8 |
| | |||||
* | BUG: handle qmake returning multiple paths for mkspecs. Fixes #5935 | Clinton Stimpson | 2007-11-08 | 1 | -2/+5 |
| | |||||
* | ENH: Add support for static Qt 4.3 builds. | Clinton Stimpson | 2007-11-08 | 1 | -2/+26 |
| | |||||
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵ | David Cole | 2007-11-08 | 20 | -2/+474 |
| | | | | cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability. | ||||
* | COMP: Fix warnings. | Clinton Stimpson | 2007-11-08 | 1 | -8/+8 |
| | |||||
* | ENH: add context menu for deleting, ignoring, and getting help for cache ↵ | Clinton Stimpson | 2007-11-08 | 5 | -37/+197 |
| | | | | | | | | | | | entries. ENH: add delete cache button ENH: add information string above configure/generate buttons ENH: change search to search both columns, and from regex to plain string search ENH: add buddy info in cache entry view, so double clicking in the left column starts editing the associated value. BUG: fix file path editor so it goes away when focus is lost | ||||
* | BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and ↵ | David Cole | 2007-11-08 | 1 | -2/+29 |
| | | | | earlier) systems. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | ENH: add mt to vogon release | Bill Hoffman | 2007-11-07 | 1 | -0/+1 |
| | |||||
* | ENH: allow for msvc71 to build for vista if CMAKE_MT_EXECUTABLE is put in ↵ | Bill Hoffman | 2007-11-07 | 1 | -3/+16 |
| | | | | the cache | ||||
* | ENH: remove memdebug.c from list | Bill Hoffman | 2007-11-07 | 1 | -1/+1 |
| | |||||
* | ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces ↵ | Bill Hoffman | 2007-11-07 | 3 | -6/+35 |
| | | | | in the name of the exectuable | ||||
* | ENH: remove status bar and move interrupt/progress next to configure/generate. | Clinton Stimpson | 2007-11-07 | 3 | -15/+24 |
| | |||||
* | BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory | Clinton Stimpson | 2007-11-07 | 5 | -8/+66 |
| | | | | | | | so they work right when called externally. Disable the generate button when one hits configure again. ENH: Some UI tweaks for spacing. Allow viewing cache values while configure/generate (but not edit). | ||||
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | COMP: Fix warning when gcount stream method does not really return ↵ | Brad King | 2007-11-07 | 1 | -1/+2 |
| | | | | std::streamsize. | ||||
* | ENH: For Mac OSX -- add app icon, and implement find of cmake executable. | Clinton Stimpson | 2007-11-07 | 3 | -4/+10 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-07 | 1 | -1/+1 |
| | |||||
* | BUG: disable drag & drop while busy. | Clinton Stimpson | 2007-11-07 | 1 | -0/+10 |
| | |||||
* | BUG: only handle drop events if they'll really change something. | Clinton Stimpson | 2007-11-07 | 1 | -3/+9 |
| | |||||
* | BUG: Put back read/write of original WhereBuild* settings. | Clinton Stimpson | 2007-11-07 | 2 | -23/+69 |
| | | | | | | ENH: Make public a couple functions to support command line args. Try removing exit after generate to see if others like it. COMP: Fix warnings. | ||||
* | ENH: Disable menu/buttons when doing configure. | Clinton Stimpson | 2007-11-07 | 7 | -60/+196 |
| | | | | | | | | Also disable generate until configure is done. Save more settings (last 10 binary directories, exit after generate, last generator) Some UI tweaks for better layout. Support drag & drop of CMakeLists.txt/CMakeCache.txt files. | ||||
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 5 | -74/+154 |
| | |||||
* | ENH: move CMAKE_STRICT option to the top | Ken Martin | 2007-11-06 | 2 | -3/+5 |
| | |||||
* | ENH: add doc test for strict builds | Ken Martin | 2007-11-06 | 1 | -1/+5 |
| | |||||
* | ENH: add a etst to verify props are documented | Ken Martin | 2007-11-06 | 2 | -0/+39 |
| | |||||
* | ENH: changne ProcessGenertor to DoPackage | Bill Hoffman | 2007-11-06 | 3 | -3/+3 |
| |