aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2017-08-18make udivmod generic and add testsAndrew Kelley
2017-08-18add compiler-rt fns: udivmodti4, udivti3, umodti3Andrew Kelley
2017-08-18depend on libquadmathAndrew Kelley
2017-08-17add compiler_rt functions for f128Andrew Kelley
2017-08-16compiler_rt implementations for __fixuns* functionsAndrew Kelley
2017-08-15organize file path of compiler_rtAndrew Kelley
2017-08-10Fix coverage build commandMarc Tiehuis
2017-08-06Revert "silence false positives about uninitialized variables"Andrew Kelley
2017-08-06silence false positives about uninitialized variablesAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley
2017-06-20fix incorrect install line in cmakelistsAndrew Kelley
2017-06-20Add install targets for math library filesMarc Tiehuis
2017-06-16update C headers to clang 4.0.0Andrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-05-23building with mingw for windowsAndrew Kelley
2017-05-20add setFloatMode builtin and std.math.floorAndrew Kelley
2017-05-07switch expression - add compile errorsAndrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley
2017-05-03Generic doubly linked list. (#361)Andrea Orru