coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Error handling (input checking) #1

Closed Tombana closed 9 years ago

Tombana commented 9 years ago

Go over all (public) library functions and check if they properly handle input. Create different return values for different errors and document these.

Tombana commented 9 years ago

Most functions now return error values. This still needs to be documented though, both in the header files and in the wiki.