Commit graph

10 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
pouillot
8aea085e51 renamed callgrind logs for consistency with associated data files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2465 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b2cea4553df876d4af6e36ddc48b6af0d7e5ea63
Former-commit-id: afa1751e6162604cf662f97b8c1b38abcf2e93cc
2010-05-15 13:39:14 +00:00
pouillot
bb47d12c0b Added callgrind files from normal race heavy load profiling sessions
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2464 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7274d1bc6bedae8b5d7a266eb6ecc47d90763a60
Former-commit-id: 32442d76cc318f3338c50cb27f6e3eeae9e9aea6
2010-05-15 13:37:54 +00:00
pouillot
a5130b525d renamed callgrind profile data files for easier opening in kcachegrind
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2463 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: fd7bcd6cde984daa49e94e585da01c6a4ef4cb6b
Former-commit-id: 1df7662892b89dbb184aaeef7b4d3309d3b6d9ca
2010-05-15 13:34:42 +00:00
pouillot
63ca93031d Added callgrind files from blindrace profiling sessions
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2458 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 20c6efef3f71d999156155e8777836043e7a96dc
Former-commit-id: c86b1988d0ed086bcb1a45b00fd96151de20c0a5
2010-05-15 11:55:13 +00:00
pouillot
8901839f37 fixed typo in file name
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2456 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7db2bdd5c8710650d530c9e6689ce94495a682fe
Former-commit-id: 885d1dac8911d3cfdac88f75c64649cc47e344d5
2010-05-15 11:48:43 +00:00
pouillot
e1ea9e5188 added 8 oprofile profiling results in the cachegrind format
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2451 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: ce3c3b72d77d9331185bc9e1942e184840b0a9aa
Former-commit-id: 41e107c7d15a4754df0c8d8f0cb2bf580e2265f6
2010-05-11 20:33:36 +00:00
martkelder
611c7f3c8a Add profiling results to subversion
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2447 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3066b1cb01db7006ffbff6fb7d7a6c95dec32b0c
Former-commit-id: 6ca9a66e8a20a8612fd29f09ed22f84f3adb04b6
2010-05-11 10:37:42 +00:00
pouillot
407668c306 Promoted sdl-port branch to the new trunk, towards 2.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2276 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: cbff36e6bd206b0180816184b31d3a609616f669
Former-commit-id: cc1d132029d92e672f8520d2555f8dcdc5bbb92e
2010-02-28 09:04:35 +00:00