Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake-gui: Change install buttons to activate on clicked instead of pressed. | Kevin Wojniak | 2015-01-26 | 1 | -3/+3 |
| | | | | This matches the behavior of other buttons. | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | cmake-gui: Fix code to respect current locale. | Clinton Stimpson | 2012-07-06 | 1 | -14/+13 |
| | | | | | This means non-ascii characters now work correctly on systems that have a non-ascii 8 bit encoding as the current locale. | ||||
* | Remove dependence on Qt/STL support. | Clinton Stimpson | 2009-11-23 | 1 | -15/+15 |
| | |||||
* | ENH: add better error checks to symlink create stuff | Bill Hoffman | 2008-04-23 | 1 | -3/+29 |
| | |||||
* | ENH: install the mac application bundle into /Applications directly with no ↵ | Bill Hoffman | 2008-04-04 | 1 | -0/+17 |
| | | | | enclosing folder | ||||
* | ENH: do not link . and .. during install | Bill Hoffman | 2008-04-03 | 1 | -2/+6 |
| | |||||
* | ENH: add ability to create symlinks for command line on mac from gui | Bill Hoffman | 2008-04-03 | 1 | -0/+6 |
| | |||||
* | ENH: add mac install symlink option to dialog | Bill Hoffman | 2008-02-19 | 1 | -0/+69 |