aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Collapse)Author
2016-03-08update to llvm 3.8.0Andrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
environ appears to clash with another symbol in mingw land
2016-02-15MacOS has the same int sizes as LinuxAndrew Kelley
Source: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/64bitPorting/transition/transition.html
2016-02-13add windows C int sizesAndrew Kelley
2016-02-12c integer size takes into account architecture and OSAndrew Kelley
2016-02-11add @compile_var("os") and @compile_var("arch")Andrew Kelley
2016-02-11ability to cross compileAndrew Kelley
hello_libc.zig can produce a windows build
2016-02-10cleanup target data organizationAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley