Commit Graph
11 Commits
Author SHA1 Message Date
Jørgen P. Tjernø b5dc4a8543 Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.

Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.

Finally, fixes executable bits.
2013-12-03 11:57:22 -08:00
Jørgen P. Tjernø 30064a1977 Specify clobbered registers in POSIX SSE functions
We weren't specifying clobbered registers for our SSE implementations of
VectorNormalize and InvRSquared. Supposedly GCC and clang does not inspect the
assembly to figure out which registers are getting clobbered, so this could
potentially fix some bugs.

This fixes GH-195.
2013-12-03 10:34:47 -08:00
Jørgen P. Tjernø 27d9df18d1 Fix some accidental new-line stomping. 2013-12-03 10:34:08 -08:00
Jørgen P. Tjernø 2861c3fbfc Make .xcconfigs text files too. 2013-12-02 21:24:06 -08:00
Jørgen P. Tjernø b00fad8cd0 Fix IceKey.H to be a text file too. 2013-12-02 20:29:51 -08:00
Jørgen P. Tjernø 3527e2f9f1 Normalize line endings
Fixes issue #75.
2013-07-05 12:09:48 -07:00
Jørgen P. Tjernø 96d1921694 Update text & binary attributes.
This should prevent line ending issues.
2013-07-05 12:08:13 -07:00
Jørgen P. Tjernø 9573e4b8b6 Check in gitattributes for binaries.
Followup to @TheSeg's comments on 5f08baa.
2013-07-03 17:29:49 -07:00
Jørgen P. Tjernø 5287c094fd Add executable bit to gendbg.sh. 2013-06-28 11:31:36 -07:00
Jørgen P. Tjernø 5f08baab70 Mac: Fix corrupted protoc binaries.
These binaries were corrupted due to accidental newline ending conversion.
2013-06-28 11:29:58 -07:00
Jørgen P. Tjernø e2f7bc3029 Add executable permission to ccache and protoc. 2013-06-27 18:22:34 -07:00