summaryrefslogtreecommitdiff
path: root/Tests/SourceGroups
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-132-4/+4
| | | | | | | | | | | | | | | | | 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/ \+$//'
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
|
* ENH: add group support and fix borland errorBill Hoffman2009-07-112-1/+2
|
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-7/+0
| | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags.
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* COMP: enable ANSI C, this should make it work with the HP-UX compilerAlexander Neundorf2007-08-282-5/+12
| | | | Alex
* COMP: maybe it compiles this way with the HP-UX compilerAlexander Neundorf2007-08-281-5/+5
| | | | Alex
* ENH: add the source_group() demo to the testsAlexander Neundorf2007-08-271-0/+9
| | | | Alex
* BUG: demo (not really test) for the source_group() commandAlexander Neundorf2007-08-243-7/+28
| | | | Alex
* ENH: add test for source_groupAlexander Neundorf2007-08-246-0/+37
Alex