summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pexception.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation against musl (#12000) Elaine Gibson2024-02-031-1/+1
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-1/+1
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-101-13/+13
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-6/+6
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-221-1/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: more clang lint fixes. couriersud2020-10-021-1/+1
* netlist: Rewrote frontier documentation. couriersud2020-09-301-1/+2
* netlist: applied some clang tidy recommendations couriersud2020-09-301-1/+0
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-1/+1
* netlist: remove more macro usage, fix win float exceptions. (nw) couriersud2020-06-061-0/+26
* netlist: code maintenance. (nw) couriersud2019-11-131-2/+25
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-4/+0
* netlist: less cpp - more headers (nw) couriersud2019-09-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-114/+101
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-101/+114
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-1/+1
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-71/+84
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-27/+1
* 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
* 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