- Nov 21, 2007
-
-
David Cole authored
-
Brad King authored
ENH: Change compiler working directory to the local build tree location when compiling object files. This simplifies the compiler command line and the usage of the <objBase>.s and <objBase>.i targets. It also helps fortran compilers put their modules in the correct place.
-
Brad King authored
BUG: Fixed construction of CMake_VERSION_DATE to use KWSys DateStamp feature now that cmVersion.cxx is not updated nightly anymore.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- Nov 20, 2007
- Nov 19, 2007
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Clinton Stimpson authored
-
Brad King authored
-
Brad King authored
ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro 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.
-
Brad King authored
-
Brad King authored
BUG: Always return positive integers to the OS on error. Windows error encoding is confused by negative return values.
-
Brad King authored
-
Brad King authored
-
- Nov 18, 2007
-
-
Brad King authored
-
- Nov 17, 2007
-
-
Brad King authored
-
- Nov 16, 2007
-
-
Clinton Stimpson authored
-
Bill Hoffman authored
-
David Cole authored
ENH: Add more conditions for attempting to call the new Visual Studio 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.
-
Bill Hoffman authored
-
Brad King authored
BUG: Fix exception handling flag translation to be specific to each VS version. This allows /EHa to be handled correctly for VS 2003.
-
Clinton Stimpson authored
-
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.
-