Commit Graph

7 Commits

Author SHA1 Message Date
Donovan Watteau
e557a339a9 ALL: Force CRLF line-endings for Windows .bat files
Subtle parsing problems with labels can happen if Windows batch files
are checked out with Unix LF line-endings.
2022-10-23 11:03:49 +03:00
Orgad Shaneh
faeec67448 JANITORIAL: Force LF EOL for shell scripts
Needed when core.autocrlf is set on Windows, and building with WSL.
2022-01-12 10:33:38 +02:00
Die4Ever
79515a8e49 JANITORIAL: Fix default line endings 2021-10-21 22:35:57 +02:00
Thierry Crozat
be9cc018f3 ALL: Specify/fix encoding for *.po files 2021-10-02 23:50:21 +01:00
Orgad Shaneh
3d13ad1768 CONFIGURE: Speed up and get rid of little gnomes
Translated most of the engine work from shell to awk.

Tested that the output is the same (except the order of created files).

Time comparison
---------------
Windows:
* Little gnomes - 99s -> 0.3s
* Creating - 68s -> 1s
* Total - 205s -> 35s

Linux:
* Little gnomes - 3s -> 0.03s
* Creating - 2s -> 0.11s
* Total - 8s -> 3.8s
2021-04-02 21:54:39 +02:00
Eugene Sandulenko
844cd5b82e ALL: Specify encoding for *.lingo files 2020-06-20 12:47:02 +02:00
Cameron Cawley
ee7fa40b36 GIT: Add a .gitattributes file 2019-02-07 11:27:49 +01:00