aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-10-03add -fdump-analysis to dump type information to jsonAndrew Kelley
2019-09-30Release 0.5.00.5.0Andrew Kelley
2019-09-26add -DZIG_SKIP_INSTALL_LIB_FILES cmake optionAndrew Kelley
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-10make the std lib support event-based I/OAndrew Kelley
2019-09-09release builds of stage1 have llvm ir verificationAndrew Kelley
2019-09-09use /debug:fastlink when building with msvc and debug infoSahnvour
2019-09-06fixed compiler error for gcc 9.2.0emekoi
2019-09-02cmake: improve building without git repositoryMichael Dusan
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-15Merge pull request #3033 from ziglang/rewrite-coroutinesAndrew Kelley
2019-08-15force static libs for vendored dependenciesAndrew Kelley
2019-08-03update embedded LLD to 9.0.0rc1Andrew Kelley
2019-08-02Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-07-27avoid passing -static to msvc when static linkingemekoi
2019-07-26improved CMake file for MinGWemekoi
2019-07-21simple async function call workingAndrew Kelley
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