aboutsummaryrefslogtreecommitdiff
path: root/example/shared_library/mathtest.zig
AgeCommit message (Expand)Author
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-25add workaround on macos for shared librariesAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-22explicitly return from blocksAndrew 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