Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cppcheck fixes. (nw) | 2017-03-05 | 1 | -2/+2 | |
| | |||||
* | Fix some cppcheck warnings. (nw) | 2017-03-05 | 1 | -1/+1 | |
| | |||||
* | Reorder include order to comply with best practices. (nw) | 2017-02-10 | 1 | -2/+2 | |
| | |||||
* | srcclean (nw) | 2017-01-22 | 1 | -2/+2 | |
| | |||||
* | Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored | 2017-01-05 | 1 | -1/+35 | |
| | | | code along the way. (nw) | ||||
* | Fix some pedantic clang warnings. (nw) | 2017-01-05 | 1 | -1/+1 | |
| | |||||
* | Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions | 2017-01-04 | 1 | -0/+109 | |
into these files as well. The code uses <cfenv> which is part of c++11 standard. Non-standard glib extensions are currently only used on linux and (i386 or x86_64). (nw) |