- Nov 16, 2007
-
-
David Cole authored
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual 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.
-
Brad King authored
-
- Nov 15, 2007
-
-
Bill Hoffman authored
-
Brad King authored
-
- Nov 14, 2007
-
-
Clinton Stimpson authored
-
Brad King authored
ENH: Simplified CMake version information using KWSys DateStamp feature. Reduced duplicate code in bootstrap script.
-
Clinton Stimpson authored
cross compiling w/ Qt on case sensitive platforms.
-
Brad King authored
-
- Nov 13, 2007
-
-
Andy Cedilnik authored
-
Alexander Neundorf authored
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
-
Clinton Stimpson authored
-
Ken Martin authored
-
Clinton Stimpson authored
the search entirely. Search on the first column only when using Qt 4.2.
-
Ken Martin authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Brad King authored
-
- Nov 12, 2007
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
ENH: Add ability to add cache entries (even before first configure).
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
-
Clinton Stimpson authored
BUG: Fix help comments to match what this GUI does.
-
Clinton Stimpson authored
-
Clinton Stimpson authored
BUG: Fix pause at shutdown. ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.
-
Brad King authored
-
Brad King authored
ENH: Adding DateStamp feature to KWSys. This provides a header file giving preprocessor access to a dated version. The 'datestamp' will be updated automatically every day by a script.
-
Brad King authored
-
Brad King authored
BUG: Converted per-vcproj timestamp to a single directory-level 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.
-
Clinton Stimpson authored
4.3 dependence fell out when errors go to output window instead of message box blocking cmake thread.
-
Miguel A. Figueroa-Villanueva authored
-
Ken Martin authored
-
- Nov 11, 2007
-
-
Andy Cedilnik authored
-
- Nov 10, 2007
-
-
Andy Cedilnik authored
-
Brad King authored
-
Clinton Stimpson authored
ENH: Re-arrange UI a bit. BUG: Properly update when values that changed since the last configure.
-
Brad King authored
ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-running CMake for every project during the rebuild.
-
Brad King authored
-