index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-17
Release 0.1.1
0.1.1
Andrew Kelley
2017-10-17
build: fix logic for version when there is a git tag
Andrew Kelley
2017-10-17
Release 0.1.0
0.1.0
Andrew Kelley
2017-10-16
appveyor: build with msvc and publish artifacts
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
16MB stack size when building with msvc
Andrew Kelley
2017-10-14
organize windows utility functions
Andrew Kelley
2017-10-01
add git rev name to version string when available
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix build when no cmake path args specified
Andrew Kelley
2017-10-01
build: escape backslashes in path arguments given to cmake
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-30
update C headers to clang 5.0.0
Andrew Kelley
2017-09-30
zig test on 64-bit windows runs 32-bit tests
Andrew Kelley
2017-09-30
disable /W4 on MSVC
Andrew Kelley
2017-09-30
compiler-rt: add _aulldiv and _aullrem for i386 windows
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Modified cmake to use LLVM imported packages.
Jonathan Marler
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-08-28
build: fix embedded LLD build
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-08-28
build: use embedded LLD by default
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-08-18
make udivmod generic and add tests
Andrew Kelley
2017-08-18
add compiler-rt fns: udivmodti4, udivti3, umodti3
Andrew Kelley
2017-08-18
depend on libquadmath
Andrew Kelley
2017-08-17
add compiler_rt functions for f128
Andrew Kelley
2017-08-16
compiler_rt implementations for __fixuns* functions
Andrew Kelley
2017-08-15
organize file path of compiler_rt
Andrew Kelley
2017-08-10
Fix coverage build command
Marc Tiehuis
2017-08-06
Revert "silence false positives about uninitialized variables"
Andrew Kelley
2017-08-06
silence false positives about uninitialized variables
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-20
fix incorrect install line in cmakelists
Andrew Kelley
2017-06-20
Add install targets for math library files
Marc Tiehuis
2017-06-16
update C headers to clang 4.0.0
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-07
switch expression - add compile errors
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-03
Generic doubly linked list. (#361)
Andrea Orru
[next]