Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Do not build VS-specific code when generators are not included. | Brad King | 2007-11-19 | 1 | -0/+5 |
| | |||||
* | ENH: Add install command for executable. | Clinton Stimpson | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | ENH: Added call to StopBuild VS macro when projects fail to regenerate ↵ | Brad King | 2007-11-19 | 2 | -0/+19 |
| | | | | during a build. | ||||
* | ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro ↵ | Brad King | 2007-11-19 | 4 | -25/+56 |
| | | | | method to CallVisualStudioMacro and added arguments to select which macro to call and optionally pass the solution file name. Added option to call to new StopBuild macro. Updated logic for replacing the macro file in user directories when the distributed version is newer. | ||||
* | BUG: Always return positive integers to the OS on error. Windows error ↵ | Brad King | 2007-11-19 | 1 | -1/+11 |
| | | | | encoding is confused by negative return values. | ||||
* | BUG: ParseFile should return false if there was a parse error. | Brad King | 2007-11-19 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-17 | 1 | -1/+1 |
| | |||||
* | ENH: Remove debug printf | Clinton Stimpson | 2007-11-17 | 1 | -1/+0 |
| | |||||
* | ENH: Add more conditions for attempting to call the new Visual Studio ↵ | David Cole | 2007-11-16 | 1 | -32/+73 |
| | | | | macros. Only try to call them if the vsmacros file exists and is registered. Count VS instances again after warning about running instances. If user closed them in response to the warning, it's OK to register the macros now rather than waiting till the next CMake generate. | ||||
* | ENH: add support for CDash bullseye coverage | Bill Hoffman | 2007-11-16 | 1 | -6/+18 |
| | |||||
* | BUG: Fix exception handling flag translation to be specific to each VS ↵ | Brad King | 2007-11-16 | 3 | -3/+14 |
| | | | | version. This allows /EHa to be handled correctly for VS 2003. | ||||
* | ENH: more robust search filter. | Clinton Stimpson | 2007-11-16 | 1 | -4/+20 |
| | |||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 17 | -15/+1064 |
| | | | | Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | COMP: Fix warning. | Clinton Stimpson | 2007-11-15 | 1 | -7/+7 |
| | |||||
* | ENH: Simplified CMake version information using KWSys DateStamp feature. ↵ | Brad King | 2007-11-15 | 1 | -36/+3 |
| | | | | Reduced duplicate code in bootstrap script. | ||||
* | daily version number | Brad King | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | ENH: add completer for the source and binary dir lineedits | Alexander Neundorf | 2007-11-13 | 1 | -0/+14 |
| | | | | | | | | Clinton: do I actually have to create separate models for each completer, and a separate completer for each widget, or could the models/completers be used for multiple widgets ? Alex | ||||
* | ENH: single click can start editing cache values. | Clinton Stimpson | 2007-11-13 | 1 | -0/+2 |
| | |||||
* | BUG: The search is set to apply to all columns, but in Qt 4.2, that breaks | Clinton Stimpson | 2007-11-13 | 1 | -0/+2 |
| | | | | the search entirely. Search on the first column only when using Qt 4.2. | ||||
* | ENH: support specifying build or source directory at command line. | Clinton Stimpson | 2007-11-13 | 2 | -7/+23 |
| | |||||
* | ENH: Allow clicking anywhere in field to toggle check boxes. | Clinton Stimpson | 2007-11-13 | 2 | -2/+50 |
| | |||||
* | daily version number | Brad King | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | STYLE: add license. | Clinton Stimpson | 2007-11-13 | 2 | -0/+32 |
| | |||||
* | ENH: Add ability to add cache entries (even before first configure). | Clinton Stimpson | 2007-11-13 | 12 | -34/+391 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | ENH: add f stuff to avoid warnings | Bill Hoffman | 2007-11-13 | 1 | -3/+3 |
| | |||||
* | ENH: add guess progress for first time configuring a project. | Bill Hoffman | 2007-11-13 | 2 | -0/+33 |
| | |||||
* | daily version number | Brad King | 2007-11-12 | 1 | -3/+3 |
| | |||||
* | ENH: Created better names and a more convenient set of version date stamp ↵ | Brad King | 2007-11-12 | 2 | -29/+29 |
| | | | | macros. | ||||
* | ENH: Fix layout with Qt 4.2. | Clinton Stimpson | 2007-11-12 | 2 | -6/+39 |
| | | | | BUG: Fix help comments to match what this GUI does. | ||||
* | BUG: Fix prompt for changes if they haven't been saved. | Clinton Stimpson | 2007-11-12 | 1 | -9/+3 |
| | |||||
* | BUG: Fix pause at shutdown. | Clinton Stimpson | 2007-11-12 | 3 | -132/+177 |
| | | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button. | ||||
* | BUG: Fixed typo in previous commit. | Brad King | 2007-11-12 | 1 | -4/+4 |
| | |||||
* | ENH: Adding DateStamp feature to KWSys. This provides a header file giving ↵ | Brad King | 2007-11-12 | 4 | -1/+100 |
| | | | | preprocessor access to a dated version. The 'datestamp' will be updated automatically every day by a script. | ||||
* | 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: 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 |
| | |||||
* | 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 |
| | |||||
* | 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. |