index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
build.zig
Age
Commit message (
Expand
)
Author
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-05
zig build: support single-threaded builds
Andrew Kelley
2019-04-03
handle LibExeObjStep.disable_gen_h
Ruslan Prokopchuk
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-19
build.zig: allow run() on non-native target artifacts
Andrew Kelley
2019-03-14
Add /lib/x86_64-linux-gnu or similar to default system library search paths
Akuli
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-11
zig build: do a better job of detecting system paths
Andrew Kelley
2019-03-11
add test for spawning child process with empty environment
Andrew Kelley
2019-03-09
fix running things with zig build on Windows
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-03
fix build.zig not respecting --static
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-02-26
add builder.addFmt API and use it to test stage1 zig fmt
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
zig build: 2 improvements
Andrew Kelley
2019-02-25
building DLLs on Windows works better
Andrew Kelley
2019-02-25
first class support for compiling C code
Andrew Kelley
2019-02-19
remove --no-rosegment workaround now that valgrind bug is fixed
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-06
require running std lib tests coherently
Andrew Kelley
2019-02-04
adjustments to std.mem split / separate
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2018-12-05
Allow packages in TestStep
Jimmi Holst Christensen
2018-12-01
zig build: addStaticExecutable
Andrew Kelley
2018-11-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-07
std.build.Builder: mutable env_map
Andrew Kelley
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-20
Add /usr/local/lib path for libxml2 and link libc++ on FreeBSD
Greg V
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-01
std lib (breaking): posixRead can return less than buffer size
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-11
zig build: make the cache root dir before building
Andrew Kelley
2018-09-11
zig build: better placement of test exe artifact
Andrew Kelley
2018-09-06
add C ABI tests
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-24
fix race conditions in self-hosted compiler; add test
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-07-08
builder.addBuildOption
Josh Wolfe
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-14
std.os.path.dirname: return null instead of empty slice
Andrew Kelley
[next]