aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-09-11stage1: build blake code with -std=c99Andrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10stage1: always optimize blake and softfloat even in debug modeAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2018-09-05stage1: import blake2b implementationAndrew Kelley
2018-09-05stage1: fix build on macosAndrew Kelley
2018-09-05fix compile error on gcc 7.3.0Andrew Kelley
2018-09-05Merge pull request #1474 from ziglang/issue-1357Andrew Kelley
2018-09-05Downgrade new g++-8.0 error to warningMarc Tiehuis
2018-09-04Merge pull request #1441 from ziglang/poly1305-x25519Andrew Kelley
2018-09-02switch most windows calls to use W versions instead of AAndrew Kelley
2018-08-30Add poly1305 and x25519 crypto primitivesMarc Tiehuis
2018-08-29use RtlCaptureStackBackTrace on windowsAndrew Kelley
2018-08-28Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...Andrew Kelley
2018-08-27std.crypto: add chaCha20Shawn Landden
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-23Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-worldAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-22re-organize std lib darwin filesAndrew Kelley
2018-07-21Very much WIP base implementation for #721.Sahnvour
2018-07-22CMakeLists.txt: add darwin_socket.zig;kristopher tate
2018-07-20self-hosted: share C++ code for finding libc on windowsAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley
2018-07-10introduce std.event.Group for making parallel async callsAndrew Kelley
2018-07-09organize std.event into directoriesAndrew Kelley
2018-06-30Merge pull request #1177 from jayschwa/fix-out-of-src-buildsAndrew Kelley
2018-06-30compiler_rt: Add CMake entriesMarc Tiehuis
2018-06-30compiler_rt: Add missing install targetsMarc Tiehuis
2018-06-29Fix version detection for out-of-source buildsJay Weisskopf
2018-06-29std.atomic.queue - document limitation and add MPSC queueAndrew Kelley
2018-06-27add f16 typeBen Noordhuis
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-06-15Make `zig version` compliant with SemVer (#1113)Jay Weisskopf
2018-06-13Add i128 compiler-rt div/mul supportMarc Tiehuis
2018-06-10Add arbitrary-precision integer to stdMarc Tiehuis
2018-05-15build: add flag to LLD to fix gcc 8 build (#1013)Andrew Kelley
2018-05-07separate std.zig.parse and std.zig.renderAndrew Kelley
2018-05-07std.SegmentedList implementationAndrew Kelley
2018-05-04Add json decoderMarc Tiehuis
2018-04-28add std.atomic.Stack and std.atomic.QueueAndrew Kelley
2018-04-24Add initial complex-number supportMarc Tiehuis
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley