| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace. Wipe out all remnants of trailing whitespace
everywhere except third-party code.
Run the following shell code:
git ls-files -z -- \
bootstrap doxygen.config '*.readme' \
'*.c' '*.cmake' '*.cpp' '*.cxx' \
'*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
'*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
consistent.
|
|
|
|
|
| |
Changes by the user are recorded and when requested, it shows
-D arguments for commandline or contents for a cache file.
|
|
|
|
| |
that a cache property can have.
|
|
|
|
| |
Add option to switch to grouped view (and remember it).
|
|
|
|
|
|
|
| |
Properties are grouped by a prefix (up to first "_") and can be expanded
or collapsed.
Fixes #6359.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
The editor going away prematurely Seems to only happen on Mac OS X.
|
|
|
|
| |
BUG: Block possible completion loop.
|
| |
|
| |
|
| |
|
|
|
|
| |
BUG: Properly update when values that changed since the last configure.
|
|
|
|
| |
ENH: Error messages go to output window instead of message boxes.
|
|
|
|
|
|
|
|
|
|
|
| |
entries.
ENH: add delete cache button
ENH: add information string above configure/generate buttons
ENH: change search to search both columns, and from regex to plain string search
ENH: add buddy info in cache entry view, so double clicking in the left column
starts editing the associated value.
BUG: fix file path editor so it goes away when focus is lost
|
|
|
|
|
|
|
| |
so they work right when called externally.
Disable the generate button when one hits configure again.
ENH: Some UI tweaks for spacing.
Allow viewing cache values while configure/generate (but not edit).
|
|
|
|
|
|
|
|
| |
Also disable generate until configure is done.
Save more settings (last 10 binary directories, exit after generate,
last generator)
Some UI tweaks for better layout.
Support drag & drop of CMakeLists.txt/CMakeCache.txt files.
|
|
|
|
|
|
| |
ENH: Make "Show Advanced" toggle work.
ENH: Add regex search capabilities.
ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
|
|
|
|
| |
Many minor improvements, bug fixes, and style fixes.
|
|
|
|
|
|
| |
Make output window a bit smaller compared to cache view.
Prompt on X'ing window as well as hitting cancel.
Color new cache values red, and put them first.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement help button.
Implement cancel button.
Add scrollable output window.
Replace ON/OFF & combobox editors with checkboxes.
Tab/backtab in cache table jumps between values (not names and values)
Add tooltips to show help strings.
Add application icon and qtmain for Windows.
BUG: Fix save of cache values on configure.
|
| |
|
|
|