Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed fake generation of files to behave more like fluid. | Brad King | 2007-11-10 | 2 | -5/+0 |
| | |||||
* | ENH: remove findqt3 from cmake's cmakelist files | Bill Hoffman | 2007-11-02 | 2 | -0/+7 |
| | |||||
* | ENH: removed old VTK tests | Ken Martin | 2006-12-12 | 1 | -67/+0 |
| | |||||
* | ENH: make sure it is qt3 before running test | Bill Hoffman | 2006-11-22 | 1 | -2/+2 |
| | |||||
* | ENH: make sure findqt3 finds qt3 and not qt4 | Bill Hoffman | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | COMP: More fixes for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+7 |
| | |||||
* | COMP: Fix for non-ANSI C compilers. | Brad King | 2006-06-03 | 1 | -1/+1 |
| | |||||
* | BUG: Custom commands should actually generate the files they claim to generate. | Brad King | 2006-06-02 | 2 | -3/+15 |
| | |||||
* | ENH: for all custom commands that can not be given to a target, add them to ↵ | Bill Hoffman | 2006-01-09 | 2 | -2/+21 |
| | | | | all targets in the current makefile | ||||
* | BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not ↵ | Bill Hoffman | 2006-01-02 | 1 | -2/+2 |
| | | | | fail tests | ||||
* | COMP: Need target-level dependency from wrapper targets on Wrap executable ↵ | Brad King | 2005-11-17 | 1 | -0/+3 |
| | | | | target. | ||||
* | ENH: more qt changes | Bill Hoffman | 2005-09-12 | 1 | -2/+1 |
| | |||||
* | ENH: clean up the find qt stuff some | Bill Hoffman | 2005-09-10 | 1 | -1/+1 |
| | |||||
* | ENH: change to work with new FLTK command | Ken Martin | 2005-06-10 | 1 | -0/+1 |
| | |||||
* | ENH: no longer test ITK command | Ken Martin | 2005-06-09 | 1 | -10/+0 |
| | |||||
* | ENH: remove bad add target commands | Ken Martin | 2005-06-08 | 1 | -2/+0 |
| | |||||
* | ENH: remove requirements on 1.2 | Ken Martin | 2005-06-08 | 1 | -5/+5 |
| | |||||
* | ENH: removed old command | Ken Martin | 2005-06-02 | 1 | -3/+1 |
| | |||||
* | BUG: Do not add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is ↵ | Brad King | 2005-03-16 | 1 | -2/+2 |
| | | | | found. | ||||
* | ENH: Adding cleaning of custom command outputs during "make clean". | Brad King | 2005-02-09 | 1 | -0/+4 |
| | |||||
* | BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP | Andy Cedilnik | 2004-01-05 | 2 | -1/+9 |
| | |||||
* | ENH: Better testing | Andy Cedilnik | 2003-09-24 | 1 | -6/+10 |
| | |||||
* | ENH: More verbose test | Andy Cedilnik | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | ENH: Make it work for QT 2.3 non commercial on windows | Andy Cedilnik | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: Add more debug | Andy Cedilnik | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ERR: Only link qt to qt executable | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | ERR: Attempt to fix wrapping on Windows | Andy Cedilnik | 2003-07-31 | 1 | -1/+4 |
| | |||||
* | ENH: Fix problem on HP. Whay should K&R be default? | Andy Cedilnik | 2003-07-31 | 1 | -7/+2 |
| | |||||
* | ENH: Really test uic and perform configured uic test | Andy Cedilnik | 2003-07-30 | 2 | -34/+78 |
| | |||||
* | ENH: Add executable for wrapping test, so that make stage actually passes | Andy Cedilnik | 2003-07-30 | 2 | -4/+19 |
| | |||||
* | for unix add x11 and pthreads for qt | Bill Hoffman | 2003-07-25 | 1 | -0/+3 |
| | |||||
* | minor fix | Bill Hoffman | 2003-06-04 | 1 | -0/+9 |
| | |||||
* | If display is not set, do not attempt to run application | Andy Cedilnik | 2003-04-02 | 1 | -5/+21 |
| | |||||
* | now uses SET instead of SOURCE_LIST command | Ken Martin | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 1 | -2/+8 |
| | |||||
* | corrected test for QTWrapUI | Franck Bettinger | 2002-09-12 | 2 | -7/+6 |
| | |||||
* | added test for QTWrapUI | Franck Bettinger | 2002-09-11 | 1 | -1/+12 |
| | |||||
* | test for QTWarpUI | Franck Bettinger | 2002-09-11 | 2 | -0/+59 |
| | |||||
* | fixed test for new cmake | Ken Martin | 2002-09-04 | 1 | -1/+1 |
| | |||||
* | ENH: Added coverage test for ITK_WRAP_TCL. Doesn't actually invoke CABLE. | Brad King | 2002-05-08 | 2 | -0/+11 |
| | |||||
* | ENH: Removed tests for commands that no longer exist. | Brad King | 2002-04-17 | 1 | -6/+0 |
| | |||||
* | FIX: do not need CMakeLib | Sebastien Barre | 2002-03-27 | 1 | -9/+0 |
| | |||||
* | ENH: USE_MANGLED_MESA is more careful now. Try to trick it again. | Sebastien Barre | 2002-03-26 | 1 | -0/+4 |
| | |||||
* | ENH: Use ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release, etc. | Sebastien Barre | 2002-03-26 | 1 | -6/+2 |
| | |||||
* | ENH: Trick VTK_WRAP_JAVA in a better way (avoid CUSTOM_TARGET) | Sebastien Barre | 2002-02-12 | 2 | -5/+7 |
| | |||||
* | Add coverage for VTK_MAKE_INSTANTIATOR | Sebastien Barre | 2002-01-21 | 1 | -0/+9 |
| | |||||
* | Increase Coverage. | Sebastien Barre | 2002-01-20 | 2 | -0/+4 |
| | |||||
* | Add coverage for QT and FLTK wrappers. Also MANGLED_MESA | Sebastien Barre | 2002-01-20 | 2 | -0/+34 |
| |