summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-051-196/+0
| | | documentation? (nw)
* Some documentation work. couriersud2017-02-051-1/+204
| | | | Along the way, set default models for devices missing them. Fix standalone makefile to work in mingw environment. (nw)
* Fix netlist code generation. (nw) couriersud2017-01-261-1/+0
|
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-4/+4
|
* Netlist updates: couriersud2016-07-215-0/+982
- Removed trampolines (OUTLOGIC, INPLOGIC and friends). - Started using doxygen comment and documentation style. Added doxygen files to documentation folder. - Refactored code triggered by doxygen output. - Moved internal and support classes into namespace detail. - Use an anordered map in parser. - -Wconversion fixes - All done now. - Fixed -Wold-style-cast warnings in netlist code. - Added iterators to pstring. - Moved two macros, added more RAII and improved exceptions. Fixed some bugs in parser code. - Fixed a number of bugs in parser code and exception handling. [Couriersud]