aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2018-03-09update to SoftFloat-3eAndrew Kelley
2018-02-23update C headers to clang 6.0.0rc3Andrew Kelley
2018-02-23Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-02-19add support for stack traces on macosxBen Noordhuis
2018-02-11Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09self hosted compiler: move tokenization and parsing to std libAndrew Kelley
2018-02-07Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley
2018-02-04Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.Ben Noordhuis
2018-02-02make lld include paths privateDavid McFarland
2018-01-17update embedded LLD to 6.0.0rc1Andrew Kelley
2018-01-17Add Sha3 hashing functionsMarc Tiehuis
2018-01-17Change crypto functions to fill a bufferMarc Tiehuis
2018-01-15Add Blake2X hash functionsMarc Tiehuis
2018-01-13Add Sha2 functionsMarc Tiehuis
2018-01-13Add Md5 and Sha1 hash functionsMarc Tiehuis
2018-01-10Add hw sqrt for x86_64Marc Tiehuis
2018-01-07Adding zen supportAndrea Orru
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-26set compile flags for zip_cppJosh Wolfe
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-01update to LLVM 5.0.1rc2Andrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley