summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵David Cole2007-11-1618-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 StampBrad King2007-11-161-1/+1
|
* ENH: add support for env var and better default for CMAKE_OSX_SYSROOTBill Hoffman2007-11-151-7/+13
|
* STYLE: Nightly Date StampBrad King2007-11-151-1/+1
|
* COMP: Fix warning.Clinton Stimpson2007-11-141-7/+7
|
* ENH: Simplified CMake version information using KWSys DateStamp feature. ↵Brad King2007-11-142-55/+33
| | | | Reduced duplicate code in bootstrap script.
* ENH: Fix case of windows library names to supportClinton Stimpson2007-11-141-2/+2
| | | | cross compiling w/ Qt on case sensitive platforms.
* daily version numberBrad King2007-11-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-131-1/+1
|
* ENH: add completer for the source and binary dir lineeditsAlexander Neundorf2007-11-131-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 Stimpson2007-11-131-0/+2
|
* ENH: switch to new install commands to match book textKen Martin2007-11-131-4/+4
|
* BUG: The search is set to apply to all columns, but in Qt 4.2, that breaksClinton Stimpson2007-11-131-0/+2
| | | | the search entirely. Search on the first column only when using Qt 4.2.
* ENH: switch to new install commands to match book textKen Martin2007-11-1310-20/+25
|
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-132-7/+23
|
* ENH: Allow clicking anywhere in field to toggle check boxes.Clinton Stimpson2007-11-132-2/+50
|
* daily version numberBrad King2007-11-131-1/+1
|
* STYLE: add license.Clinton Stimpson2007-11-122-0/+32
|
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-1212-34/+391
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-121-1/+1
|
* ENH: add f stuff to avoid warningsBill Hoffman2007-11-121-3/+3
|
* ENH: add guess progress for first time configuring a project.Bill Hoffman2007-11-122-0/+33
|
* daily version numberBrad King2007-11-121-3/+3
|
* ENH: Created better names and a more convenient set of version date stamp ↵Brad King2007-11-122-29/+29
| | | | macros.
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-122-6/+39
| | | | BUG: Fix help comments to match what this GUI does.
* BUG: Fix prompt for changes if they haven't been saved.Clinton Stimpson2007-11-121-9/+3
|
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-123-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 King2007-11-121-4/+4
|
* ENH: Adding DateStamp feature to KWSys. This provides a header file giving ↵Brad King2007-11-124-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 King2007-11-121-2/+2
|
* BUG: Converted per-vcproj timestamp to a single directory-level ↵Brad King2007-11-123-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 Stimpson2007-11-122-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-Villanueva2007-11-121-0/+4
|
* BUG: better setup of properties for loaded commandsKen Martin2007-11-121-2/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-101-1/+1
|
* BUG: Fixed fake generation of files to behave more like fluid.Brad King2007-11-102-5/+0
|
* ENH: Re-arrange UI a bit.Clinton Stimpson2007-11-107-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 King2007-11-104-5/+111
| | | | re-running CMake for every project during the rebuild.
* STYLE: Fixed line-too-long for undocumented variable entries.Brad King2007-11-101-40/+80
|
* BUG: Need extra regex to parse sw_vers output on Mac OSX 10.2 (and ↵David Cole2007-11-102-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 updateAndy Cedilnik2007-11-091-1/+1
|
* BUG: Don't prompt for unsaved changes if no changes were made.Clinton Stimpson2007-11-096-52/+37
| | | | ENH: Error messages go to output window instead of message boxes.
* ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ↵Brad King2007-11-093-115/+2
| | | | no longer used. Also removed the file itself.
* ENH: change nameBill Hoffman2007-11-091-2/+2
|
* ENH: Converted vcproj file generation to use cmGeneratedFileStream for ↵Brad King2007-11-092-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 Stimpson2007-11-091-0/+11
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-081-1/+1
|
* ENH: add ability to use your own install directoriesBill Hoffman2007-11-081-6/+12
|
* BUG: Don't enable generate if configure completed with errors.Clinton Stimpson2007-11-082-3/+3
| | | | ENH: Allow build w/ Qt configured with no STL support.