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
/
lib
/
std
/
target.zig
Age
Commit message (
Expand
)
Author
2020-03-06
cleanup CPU model & feature detection
Andrew Kelley
2020-03-04
zig is now aware of DragonflyBSD versions
Andrew Kelley
2020-02-29
add CrossTarget.getObjectFormat
Andrew Kelley
2020-02-29
std.Target.standardDynamicLinkerPath: delete bad doc comment
Andrew Kelley
2020-02-28
std.Target.Os.WindowsVersion: non-exhaustive enum
Andrew Kelley
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
std.zig.system.NativeTargetInfo.detect: almost no Allocator
Andrew Kelley
2020-02-28
getStandardDynamicLinkerPath renamed and no allocator
Andrew Kelley
2020-02-28
WASI has no dynamic linker
Andrew Kelley
2020-02-28
mips: implement Target.getStandardDynamicLinkerPath
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-28
restructuring std.Target for OS version ranges, pass 1
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-21
std.Target.parse gives parsing diagnostics
Andrew Kelley
2020-02-21
fix std.Target unit tests
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
arm: clarify which CPU features are sub-architectures
Andrew Kelley
2020-02-19
fix unit test for Target.parse
Andrew Kelley
2020-02-19
this is not the proper way to support this feature
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-17
fix dynamic linker detection on windows (where there isn't one)
Andrew Kelley
2020-02-17
support the concept of a target not having a dynamic linker
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-06
debug: Improve the frame-walking strategy
LemonBoy
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-23
use an older arm64 sub-arch for test suite
Andrew Kelley
2020-01-22
aarch64: less feature-full baseline CPU
Andrew Kelley
2020-01-22
fix std.Target.Arch.parseCpuFeatureSet unit test
Andrew Kelley
2020-01-22
fix not respecting sub-arch feature
Andrew Kelley
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
don't trust llvm's GetHostCPUName
Andrew Kelley
2020-01-21
lazily compute the full cpu features dependencies
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-21
make zig targets show native cpu name and features
Andrew Kelley
2020-01-21
fixups to arch data, support any number of cpu features
Andrew Kelley
2020-01-20
uncomment all the archs in target.zig
Andrew Kelley
2020-01-20
improve `zig targets`
Andrew Kelley
2020-01-20
fix std.Target.Arch.parseCpuFeatureSet
Andrew Kelley
2020-01-20
stage1 is building. `zig targets` now self-hosted
Andrew Kelley
2020-01-19
do the x86 arch
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Allow target details with no LLVM support
Layne Gustafson
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
2020-01-19
Rename subfeatures -> dependencies
Layne Gustafson
[next]