aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-07-16cmake: allow user to select static vs dynamic LLVMdaurnimator
2019-07-15move install_files.h to not be generated codeAndrew Kelley
2019-07-15cmake: fix incorrect dependenciesAndrew Kelley
2019-07-15move some of the installation from cmake to zig buildAndrew Kelley
2019-07-13Merge pull request #2882 from andersfr/hash-branchAndrew Kelley
2019-07-13fixed static linking on mingw-w64emekoi
2019-07-13Intentional wraparound used +andersfr
2019-07-12fixed compilation on mingw-w64emekoi
2019-07-10add some more windows defsAndrew Kelley
2019-07-10mingw: build and link mingwex.libAndrew Kelley
2019-07-10mingw: building and linking msvcrt-os.libAndrew Kelley
2019-07-10mingw: building and linking mingw32.libAndrew Kelley
2019-07-09ship with mingw-w64 v6.0.0Andrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-07-07add an update_glibc tool, delete dummy libc filesAndrew Kelley
2019-06-28rename std/special/bootstrap.zig to std/special/start.zigAndrew Kelley
2019-06-27Merge branch 'http.headers' of https://github.com/daurnimator/zig into daurni...Andrew Kelley
2019-06-27fixupsAndrew Kelley
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-23increase stack size for mingwemekoi
2019-06-23Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-22supress warnings for format strings on msys64emekoi
2019-06-19Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-19stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...Shawn Landden
2019-06-16std: add gimli permutation to cryptodaurnimator
2019-06-11std: add std.http.Headers fielddaurnimator
2019-06-09Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-05switched to fixed-length buffer for error messagesemekoi
2019-06-05fixed mismatched typesemekoi
2019-05-30no-copy semantics for basic runtime function call variable initAndrew Kelley
2019-05-30Merge pull request #2182 from mikdusan/issue.2046Andrew Kelley
2019-05-29improve the libc of wasm32-freestanding targetAndrew Kelley
2019-05-29zig fmt: fix 2 bugs of mangling source filesAndrew Kelley
2019-05-27new .d file parser for C compilationMichael Dusan
2019-05-27Merge pull request #2526 from LemonBoy/arch-format-osxAndrew Kelley
2019-05-27more fixes for windows and wasiAndrew Kelley
2019-05-27fixes for Windows and WASIAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-20Remove macos-specific linking hacksLemonBoy
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-10compiler-rt: Add __ashrti3LemonBoy
2019-05-10compiler-rt: Add __lshrti3LemonBoy
2019-05-10compiler-rt: Add __ashlti3LemonBoy
2019-05-10Fix minor bug in LEB128 parsingLemonBoy
2019-05-08compiler-rt: Add __floatdidfLemonBoy