Commit graph

6 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
2cb1d17a10 Updated for 2.3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8604 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ae0f9d61c485e550e1f923c19e13f1a3ab75378d
Former-commit-id: 2586269e72a351ce98d87d719c2e0024c6b9b3b5
2022-10-19 15:15:20 +00:00
beaglejoe
6bee24b995 Fixed old link
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6506 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a3c233be5ec3f4ec6776361cf22924b23795767f
Former-commit-id: 07506f64423ccc607378e579c43259a97296137f
2017-01-28 17:54:09 +00:00
pouillot
512c02157a Re #313 (Improve Windows binary installer) Multi-plateform speed-dreams-2 install / user settings folder prefix, executable name, and sd2-prefixed tools executables names to enable cohabitation with 1.4.x
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3261 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 47fb2bf5a83e7f44c489be6620bee6f1982b2208
Former-commit-id: 8a24125280d7cc601d83687a869b0d0065cbb90f
2011-01-12 19:32:40 +00:00
pouillot
c28e92f906 Renamed CHANGES COPYING INSTALL README TODO (add a .txt extension) for smoother integration under Windows (we make efforts ;-)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2811 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a7a00f9e6b4d9b225d2c6a988e9678523515e39e
Former-commit-id: 01f5cff8fa5c61915056103e919faff6d7d2fda0
2010-09-27 21:14:16 +00:00