summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pexception.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More cppcheck fixes. (nw) Couriersud2017-03-051-2/+2
|
* Fix some cppcheck warnings. (nw) Couriersud2017-03-051-1/+1
|
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-2/+2
|
* srcclean (nw) Vas Crabb2017-01-221-2/+2
|
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-1/+35
| | | code along the way. (nw)
* Fix some pedantic clang warnings. (nw) couriersud2017-01-051-1/+1
|
* Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions couriersud2017-01-041-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)