aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-02-19add support for stack traces on macosxBen Noordhuis
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-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-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
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-17Release 0.1.10.1.1Andrew Kelley
2017-10-17build: fix logic for version when there is a git tagAndrew Kelley
2017-10-17Release 0.1.00.1.0Andrew Kelley
2017-10-16appveyor: build with msvc and publish artifactsAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-1516MB stack size when building with msvcAndrew Kelley
2017-10-14organize windows utility functionsAndrew Kelley
2017-10-01add git rev name to version string when availableAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01fix build when no cmake path args specifiedAndrew Kelley
2017-10-01build: escape backslashes in path arguments given to cmakeAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-30update C headers to clang 5.0.0Andrew Kelley
2017-09-30zig test on 64-bit windows runs 32-bit testsAndrew Kelley
2017-09-30disable /W4 on MSVCAndrew Kelley
2017-09-30compiler-rt: add _aulldiv and _aullrem for i386 windowsAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-23improvements to windows supportAndrew Kelley
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-09-13fix up msvc stuff to make it work on linux and macos tooAndrew Kelley
2017-09-11Modified cmake to use LLVM imported packages.Jonathan Marler
2017-09-11Add support for MSVCJonathan Marler
2017-09-05rename parseh to parsecAndrew Kelley
2017-08-28build: fix embedded LLD buildAndrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-08-28build: use embedded LLD by defaultAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley