summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/AddCacheEntry.h
Commit message (Collapse)AuthorAgeFilesLines
* cmake-gui: Remember variable type in Add EntrySergey Zolotarev2014-01-161-1/+10
| | | | | | | | | | | Store variable types together with their names in the variable completion list so that the type is automatically recovered when you select a variable. Keep variable names and types in separate lists. This removes the :TYPE string from completion list and the Name field and makes variable search easier. The variable names and types are now kept in two different settings - AddVariableNames and AddVariableTypes. Drop the old AddVariableCompletionEntries setting.
* cmake-gui: add completion for the names when adding cache entriesAlex Neundorf2011-11-191-1/+2
| | | | | | | | | | Up to 100 completion strings for the names of added variables are saved in the settings, so it will remember the variables you are usually adding. It also ensures that CMAKE_INSTALL_PREFIX is always there, since this is maybe the one which is set most often. Alex
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Add cross compiling support in the GUI in the same dialog that prompts forClinton Stimpson2008-05-151-1/+1
| | | | | | | | | | the generator on the first configure. It either ask for a toolchain file or asks for all the information a toolchain file might contain. Also added option for setting non-default compilers if not cross compiling. Fixes #6849. Also a bit of code cleanup and re-organizing.
* STYLE: add license.Clinton Stimpson2007-11-131-0/+16
|
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-131-0/+24