summaryrefslogtreecommitdiffstats
path: root/Example/Demo/demo.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Example from the source.Stephen Kelly2014-02-091-10/+0
| | | | | It is not showing modern practice, and is obsolete as documentation after the rst documentation system and new content.
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
| | | | | | | | | | | | | | | | | 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/ \+$//'
* remove fancy cxx stuff from the exampleBill Hoffman2001-12-201-1/+0
|
* move example into the source tree so it will work...Bill Hoffman2001-12-191-0/+11