Commit graph

16 commits

Author SHA1 Message Date
xavi92
0e7a45d2be Remove $Id$
This SVN-specific keyword [1] did not expand as expected on Git
repositories migrated from SVN via git-svn(1) [2]. Because of this,
applying patches with modifications would sometimes fail because, even
if these lines were not modified, they could be part of the context
lines, thus heavily confusing Git.

Since it is already expected to migrate from SVN to Git sometime soon,
this would also make $Id$ redundant.

[1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.props.special.keywords.html
[2]: https://git-scm.com/docs/git-svn


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

Former-commit-id: 7acf9a9675a0496a85ecd61210b8c29c89f9517a
Former-commit-id: 1878bb38889e4dddc83ef762b6b384f0f0a4ecc5
2024-09-30 05:17:15 +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
362e687c9b Added custom target package_tars On makefile systems you can now do: 'make package_tars'
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7604 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 28beb866aabba3c4373d07d4199df47241adf610
Former-commit-id: 773aae6060148355745a3c41e798c5b4bed3dfc4
2021-07-15 01:22:05 +00:00
beaglejoe
e459b96cc0 WIP for Build automation Ticket #1069
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7574 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 334b33415226ffeee7549f6205cf0bcf1bbc52b5
Former-commit-id: 5e5a5669e39daace115af8558b9e5abc8ee39e91
2021-06-16 16:18:54 +00:00
beaglejoe
0fda152ae3 Revert 7568
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7571 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c758866dba409064e9a630fbdeffb23c73460120
Former-commit-id: 8fca30930f24d92b2a90ab3c68a4af4c0c626fdf
2021-06-13 15:04:09 +00:00
beaglejoe
ca0a02ec19 Fix Mac install for emphemeris
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7568 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 0db481df57d15d7140e5967467b4e950530492d9
Former-commit-id: f7c04f8d8c3f6562a14210fc4e5ba69fd143c521
2021-06-13 14:03:12 +00:00
beaglejoe
1cd7e732c3 Windows packaging improvements
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7450 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6b8573a3de6ec8822663b1f54934ec25da793275
Former-commit-id: 3eaed46c97959eb14b8c1bdc79a843b7c7f7ce3c
2021-04-26 19:38:27 +00:00
beaglejoe
df4c12be6d Replaced some hard-coded values in the MAC Os packaging
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7178 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1bafc0b5d783da577c0fa167149bce8ede42bbc5
Former-commit-id: 3ea44673e5995c7af9963a276c208e20c36d906b
2020-08-29 16:52:56 +00:00
beaglejoe
8875325aeb WIP for automating building the NSIS installers for Windows
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7159 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 08e8a84bffd8f4fea8aaeb35e49f063e666912e3
Former-commit-id: 4c1c96d13ee5a35364b569ebbeb3e6d83d064285
2020-07-31 13:40:13 +00:00
beaglejoe
ca0b4e3e42 Cleaned up some MacOS install code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6917 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6f7cfc3762c9d2e361b0cf102c7ee0668d834007
Former-commit-id: aecd11944b7c6cb9d5a7b55a07d3251b6bafd65d
2020-04-12 21:41:22 +00:00
beaglejoe
1817ecd464 Fix for my last commit for Mac OS
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6908 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 2d6241199fa37838e28ff1568c2ce3ad7aafc66f
Former-commit-id: c78ae092ff83e83a5e7df2586fa697dccb7a0c1c
2020-04-11 23:51:17 +00:00
beaglejoe
4fc9a3df18 Fix packaging for Mac OS
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6907 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 99d6f1dfb512e73616b26cdc2a50b35aa28fc3f2
Former-commit-id: 617f4348b3bd800a8332ce2cb3c15255dc4b1595
2020-04-11 23:39:40 +00:00
beaglejoe
bff70a4158 Fix packaging for Mac OS
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6888 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 51dc71e1d43fef59cb572b4f5f147b67ec75b9b3
Former-commit-id: 79b2ea37e6b9b06d0af88bd962973ed1f49cff31
2020-04-02 22:31:27 +00:00
beaglejoe
68ed830cec Removed some debug code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6886 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1b2434783fb3421f3a71110d08f622cf7639d4a7
Former-commit-id: 48dd2a3d78585035b8cb4462acb38babdaae15e7
2020-04-02 16:31:20 +00:00
beaglejoe
b9ac863b4c Ticket #1021 wip - removed hardcoded OSG version and path
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6879 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 30e23584b75253348747240bf1346e98f1148e61
Former-commit-id: 0729c00421c3202aa750d3916c7b618eacc254d8
2020-04-01 06:40:49 +00:00
beaglejoe
2fa9b091dc Ticket #1021 wip
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6874 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8711e4e3683d9dd5f3ff93a8766e2e34a67842fe
Former-commit-id: 85966ce188f4633263d543c737ffc3bdbbe483a3
2020-03-30 05:21:39 +00:00