Jonathan Marler
3f341bdc26
Normalize some build function names
...
An attempt to normalize some of the function names in build.zig. Normalize add*Dir to add*Path. Also use "Library" instead of the "Lib" abbreviation.
The PR does not remove the old names, only adds the new normalized ones to faciliate a transition period.
2022-01-24 20:15:32 +02:00
Veikka Tuominen
0a38f61d58
update usage of std.testing in behavior and standalone tests
2021-05-08 15:15:30 +03:00
Andrew Kelley
b36c07a95a
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
2019-12-01 09:56:01 -05:00
Andrew Kelley
b220be7a33
more test regression fixes
2019-11-29 23:04:19 -05:00
Sahnvour
912c1c24c3
simple test for exporting variables in static libs
2019-11-24 21:33:58 +01:00
Andrew Kelley
b735764898
different array literal syntax when inferring the size
...
old syntax: []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}
closes #1797
2019-06-09 19:26:32 -04:00
Andrew Kelley
e3b275fa47
fix build.zig not respecting --static
...
closes #2027
2019-03-03 12:35:09 -05:00