speed-dreams-code/cmake
xavi92 6d7ca06e02 String trailing whitespaces
The following shell script was used:

while read f
do
        sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
        -e '.\cpp$' \
        -e '\.cmake$' \
        -e '\.txt$' \
        -e '\.cppcheck$' \
        -e '\.frag$' \
        -e '\.h$' \
        -e '\.hpp$' \
        -e '\.vert$' \
        -e '\.xml$' \
        -e '\.java$' \
        -e '\.c$')
EOF

As a side effect, this has also converted some files from CRLF line
endings to LF.

File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.



git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9507 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00
..
checks.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
CMakeLists.txt CMake changes for Ticket 711 (SDL2 option) 2015-04-01 19:29:12 +00:00
config.h.in.cmake Fix spelling 2022-07-16 21:25:58 +00:00
customthirdparty.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
doxygenconfig.in.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindENET.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindGLM.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
Findminizip.cmake Implement in-game download manager 2024-07-15 03:27:16 +00:00
FindNSIS.cmake Added OPTION_PACKAGING to control custom packaging (WIP) 2019-06-04 00:55:22 +00:00
FindOGG.cmake Simplified and made to work on OS X 2015-08-22 17:00:14 +00:00
FindPLIB.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindSDL2.cmake Fix build on Haiku (form devs at haikuports) 2021-01-19 17:38:21 +00:00
FindSDL2_mixer.cmake Redo musicplayer to use sdl2_mixer 2021-08-31 15:49:49 +00:00
FindSOLID.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindSpeedDreams.cmake Fixed #136 (rename *TORCS* build system variables to *SD*) 2010-09-19 13:25:52 +00:00
FindSQLITE3.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindTinyGLTF.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
FindVORBIS.cmake Simplified and made to work on OS X 2015-08-22 17:00:14 +00:00
FindVORBISFILE.cmake Simplified and made to work on OS X 2015-08-22 17:00:14 +00:00
fixbundle.cmake.in Cleaned up some MacOS install code 2020-04-12 21:41:22 +00:00
install.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
internaldeps.cmake - fix internaldeps for ephemeris build 2021-06-13 12:16:25 +00:00
macros.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
options.cmake Add option to create portable app for Windows 2023-11-05 22:25:58 +00:00
packagemaker-dmg.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
packagemaker-nsis.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
packagemaker.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
prerelease.cmake Set eol to native 2022-07-31 23:33:33 +00:00
prereleaseutils.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
robot.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
robot.def.in.cmake Re #307 Split the big macros.cmake into several smaller and better readable files 2012-09-14 18:39:40 +00:00
splitargn.cmake String trailing whitespaces 2024-07-30 21:45:07 +00:00
thirdpartydeps.cmake Quiet a CMake warning 2023-04-04 17:27:56 +00:00
uninstall.cmake Fixed #59 : add uninstall target to the build system + generate clobber.sh/bat script for full in-source build files cleanup + moved files to the cmake folder 2010-09-07 21:34:19 +00:00