aboutsummaryrefslogtreecommitdiff
path: root/example/shared_library
AgeCommit message (Expand)Author
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-25add workaround on macos for shared librariesAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-04-30fix regression from previous commitAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2016-09-01restore shared library functionalityAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-24update std lib to use error type and global variablesAndrew Kelley
2015-12-03more C header interoperabilityAndrew Kelley
2015-12-02fix parameter access and thus shared library exampleAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley