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
30ca95813f
Added build instructions
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7656 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 943d38efc5de8b31222affdcb5595ab7a9848887
Former-commit-id: f99defe12ee277edde01d74e97a9149e107604d5
2021-09-16 13:34:47 +00:00
beaglejoe
93fb6d84af
Changed final zip file name
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7229 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 38f546aa93abf5d0b2ddca27401e290172ed3fa5
Former-commit-id: a62f7500dbb7ebb11734a5ecb997fe7a47a8d856
2020-12-02 16:40:17 +00:00
beaglejoe
459026d6a8
Added code to gather and install the download source information.
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6600 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ae5224c6c2027aa1abf021908423410c1931b683
Former-commit-id: 39c9c5a5043bfb7be97f9be47965fff90be27a6a
2019-01-30 02:20:05 +00:00
beaglejoe
0f2157298f
Added 3rdParty licenses
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6569 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: da9010bb840fda935d5b8beca082b839c9fb03b3
Former-commit-id: 118d38c44adc40d72fc1ddc8cf81df596d87e237
2018-11-28 23:08:54 +00:00
beaglejoe
2df6719cf6
Added eol native
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6308 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: ed5a369b544207b463df5b87fbfe52ea72b75ba0
Former-commit-id: 8e1247e8b9a7301d6b184413fdba21a2d5030029
2015-12-15 04:52:27 +00:00
beaglejoe
03ef5a71bf
Changed Project name, added readme.txt, default sqlite3 to false
...
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6305 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: 0c801b39541bc6024455a0a07b35c169ff0b50ba
Former-commit-id: edef07581f4e73b59f163ff690880307ca0a4b4c
2015-12-15 00:35:50 +00:00