Commit graph

7 commits

Author SHA1 Message Date
xavi92
e06a519365 Remove trailing newlines
The following shell script was used:

while read f
do
	sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' -- "$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


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

Former-commit-id: aac7ab5702079417cb16ca2fa291be07033ea549
Former-commit-id: f0286e4119f166d7b78f9d13ff2ea04ffaa95c67
2024-07-30 22:17:48 +00:00
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
beaglejoe
7c17847913 Allow use of new solid2 lib
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6074 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e76b28082a919cefb17ee473cfb00b31367e5dcc
Former-commit-id: f7df0868ea5745d14abe2216aeebf8f3a566f58e
2015-08-17 16:11:15 +00:00
torcs-ng
ab584a43f3 update FindSOLID.cmake for building on Mageia
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4916 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c270f69a35b2d0cd0de18fe5d86f71b1884d387f
Former-commit-id: 4c5e8af54d5196b8bd247e375bedbaba2da4d8ca
2012-09-03 17:59:37 +00:00
pouillot
9861448370 Fixes #729 Removed useless SOLID_SOLIDINCLUDE_DIR variable
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4906 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 44ed2181117f8fbd967ad4108e09c636337af82d
Former-commit-id: 07ef84751e8ba55f051c874bd1bde3cbb4070616
2012-08-30 18:12:11 +00:00
pouillot
1423fb8f7c Fixes #722 FindSOLID now finds correctly FreeSolid under Linux, using PkgConfig
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4807 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b282e094957faa6021b0333f46deeb8b9a34e831
Former-commit-id: 730053517d605aa40ac4b535dc7458d8edea71f5
2012-07-15 17:18:37 +00:00
pouillot
b1217241b9 Re #634 Port from txml to 3rd party Expat 2 for all platforms (with temporary option to disable if needed)
Re #712 Port from bundled SOLID 2 to 3rd party Free Solid for all platforms (with temporary option to disable if needed)

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

Former-commit-id: 1e245a29829973f5e1fe8dc1784fb508201be89e
Former-commit-id: c0d7956316c9ad71fc203674961e2e654ada1847
2012-07-08 13:22:12 +00:00