aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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-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
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-18Added unstaged changes.tgschultz
2018-04-16Add exp/norm distributed random float generationMarc Tiehuis
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-10cmake defaults stage1 to install in build directoryAndrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-04-06Add common hash/checksum functionsMarc Tiehuis
2018-04-04Add Hmac function (#890)Marc Tiehuis
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-03-30add ZIG_STATIC cmake optionAndrew Kelley
2018-03-30Rewrite Rand functionsMarc Tiehuis
2018-03-20Include libxml2 and zlib as required librariesWander Lairson Costa
2018-03-15Release 0.2.00.2.0Andrew Kelley
2018-03-10xml2 workaround is relevant for linux tooAndrew Kelley
2018-03-10workaround for llvm-config missing xml2Andrew Kelley