Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-14 | Upgrade Android Gradle to version 7.2 | Marcel Admiraal | |
2020-05-12 | Mark `*.tza` files as binary in `.gitattributes` for old Git versions | Hugo Locurcio | |
This prevents `thirdparty/oidn/weights/rtlightmap_hdr.tza` from always being considered as modified when using an old Git version (such as the one on Ubuntu 16.04). | |||
2019-05-25 | Git: Explicitly list binary files as such to avoid EOL change | Rémi Verschelde | |
text=auto works well in Git 2.10+ but it's broken in previous versions, which are still used in production on e.g. Ubuntu 16.04 LTS. Also fix a couple missed text files with CRLF terminators. .bat files likely require it to be processed properly on Windows, but core.autocrlf should take care of converting them on the fly when checking out on Windows. | |||
2019-05-22 | Update .gitattributes to encompass all text files | Rémi Verschelde | |
2018-09-17 | Initial version of VS natvis file | elasota | |
2017-10-13 | Add .xml to .gitattributes | Bastiaan Olij | |
2017-04-09 | Formatting of mm files | BastiaanOlij | |
2016-07-03 | GH linguist: properly detect .inc files as C++ | Rémi Verschelde | |
Also drop two unnecessary speex buildsystem files. | |||
2016-05-30 | GH Linguist: Ignore drivers/* | Rémi Verschelde | |
2016-05-30 | properly detect .h as a C++ header file | Arvid Gerstmann | |
2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU | |
Both with snap and grid support |