Alex Rønne Petersen
48b0eef3e9
mark resinator and translate-c as vendored in .gitattributes
2025-11-22 13:45:20 +01:00
Alex Rønne Petersen
9e48e919e7
.gitattributes: Mark abilists files as binary.
2025-05-16 21:56:03 +02:00
Alex Rønne Petersen
01aeb2f296
.gitattributes: Fix lib/libtsan path after ee0ff134e9.
2025-04-12 20:30:38 +02:00
Alex Rønne Petersen
c3a408e245
.gitattributes: Add more testdata directories.
2025-04-12 20:30:11 +02:00
Frank Denis
a7122b7323
std.crypto: add constant-time codecs ( #23420 )
...
std.crypto: add constant-time codecs
Add constant-time hex/base64 codecs designed to process cryptographic
secrets, adapted from libsodium's implementations.
Introduce a `crypto.codecs` namespace for crypto-related encoders and
decoders. Move ASN.1 codecs to this namespace.
This will also naturally accommodate the proposed PEM codecs.
2025-04-12 20:13:45 +02:00
Veikka Tuominen
90ab8ea9e6
Sync Aro sources ( #19199 )
...
ref: 02353ad9f17f659e173f68975a442fcec3dd2c94
2024-03-06 14:17:41 -05:00
Igor Anić
0cba50d73e
set testdata as binary
...
Testing on windows is failing because line ending are changed on some
binary files during git checkout.
2024-02-14 18:28:20 +01:00
Ryan Liptak
0aff1f9ce5
Mark .zon as eol=lf
...
Fixes git autocrlf issues with .zon files on Windows
2024-02-09 18:49:54 +02:00
Veikka Tuominen
5792570197
add Aro sources as a dependency
...
ref: 5688dbccfb58216468267a0f46b96bed7013715a
2023-10-01 23:51:54 +03:00
Andrew Kelley
e6a4e87f69
update gitattributes and move test data into subdir
2022-12-18 16:28:30 -07:00
xackus
411f9c60b1
mark tsan as linguist-vendored
2021-06-25 12:46:23 +03:00
Isaac Freund
e2cc02717e
Fix .gitattributes rules that should be recursive
...
These are currently incorrect according to the gitattributes(5) and
gitignore(5) man pages. However, it seems github ended up treating them
as we intended due to a bug until recently when that bug was fixed.
2021-04-19 16:55:12 -04:00
daurnimator
4daec63aea
.gitattributes: deps/SoftFloat-3e/*.txt lines are crlf terminated
2020-04-05 11:03:31 -04:00
daurnimator
d4d2180148
Convert .gitattributes to use unix line endings
2020-04-05 11:03:31 -04:00
Andrew Kelley
f1425fd9da
gitattributes: note that libcxxabi is vendored
2020-04-03 18:36:42 -04:00
Andrew Kelley
2c8495b4bb
git, I love you, but please stop mangling my files
2019-09-22 18:11:55 -04:00
Andrew Kelley
68149f2039
fix gitattributes
2019-07-16 00:05:12 -04:00
Andrew Kelley
235ded6265
fix gitattributes
2019-03-12 18:40:31 -04:00
Andrew Kelley
5734b7a37a
building musl start files from source
2019-03-12 13:18:52 -04:00
Marc Tiehuis
83b79522d2
Mark third-party dependencies as vendored
2019-03-11 08:16:50 -04:00
Marc Tiehuis
1d18688628
Do not normalize langref.html.in line endings
...
See #1191 .
2018-07-04 23:47:15 +12:00
Andreas Haferburg
b35689b70d
Enforce "\n" line endings on Windows ( #574 )
...
With Windows line endings, which seems to be the default on Windows, the
zig compiler won't understand std out of the box. This project should
not rely on git's global core.autocrlf setting.
2017-11-01 10:31:32 -04:00