summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/build
Commit message (Expand)AuthorAgeFilesLines
* netlist: Refactored model code. (nw) couriersud2019-03-311-1/+1
* netlist: Improved MOS transistor model. [Couriersud] couriersud2019-03-291-0/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+69
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-69/+6
* netlist: add MOSFET model. [Couriersud] couriersud2019-03-251-1/+2
* netlist: clang tidy. (nw) couriersud2019-03-011-7/+2
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-011-1/+1
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-241-2/+6
* netlist: more alignment related refactoring. (nw) couriersud2019-02-241-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-1/+1
* netlist: Fix some more exotic compile options. (nw) couriersud2019-02-231-2/+2
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-3/+3
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-1/+1
* netlist: Separation of duties. (nw) couriersud2019-02-161-2/+2
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-1/+1
* netlist: memory allocation clean-up. (nw) couriersud2019-02-131-1/+0
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-5/+6
* netlist: more core guidelines work. (nw) couriersud2019-02-091-8/+11
* netlist: more cpp core guidelines work. (nw) couriersud2019-02-081-1/+1
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-1/+52
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-311-1/+1
* netlist: refactor code for better scalability and flexibility. (nw) couriersud2019-01-271-1/+2
* netlist: add nvcc support to netlist makefile. (nw) couriersud2019-01-181-4/+11
* netlist: fix depend target. (nw) couriersud2019-01-131-2/+2
* Fix clang-8 warnings. (nw) couriersud2019-01-111-1/+1
* netlist wip: 7474, 7497, test driver Sergey Svishchev2019-01-071-0/+1
* Add gitignore to src/lib/netlist. (nw) couriersud2019-01-021-1/+1
* A large portion of the Atari Gran Trak 10 schematics (1974) Felipe CorrĂȘa da Silva Sanches2018-07-281-0/+2
* Add Schmitt trigger device to standalone netlist Makefile (nw) balr0g2018-05-111-0/+1
* Netlist code refactoring: couriersud2017-04-091-2/+3
* Fix clang warnings in netlist code. couriersud2017-03-051-1/+1
* Fix some cppcheck warnings. (nw) Couriersud2017-03-051-0/+24
* srcclean (nw) Vas Crabb2017-02-192-66/+66
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-191-0/+1
* Reworked truthtables a bit. couriersud2017-02-171-2/+0
* Make windows builds of nltool and nlwav understand unicode. couriersud2017-02-101-5/+8
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Netlist: It is now possible to have multiple handlers per device ... couriersud2017-02-051-3/+6
* Doxygen work. How the heck can one enforce a consistent device couriersud2017-02-052-9/+12
* Some documentation work. couriersud2017-02-052-4/+8
* Fixed a number of issues: couriersud2017-01-311-2/+2
* Separate include file usage for netlist. couriersud2017-01-291-3/+3
* Remove macro to avoid copying and replace with a struct. (nw) couriersud2017-01-271-1/+1
* Netlist: couriersud2017-01-172-257/+258
* Added more documentation to diode and bjt model. (nw) couriersud2017-01-151-1/+1
* Move netlists into macro folder. (nw) couriersud2017-01-091-0/+1
* Fix some clang pedantic warnings. (nw) couriersud2017-01-071-1/+1
* More cleanups. (nw) couriersud2017-01-061-2/+4
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-2/+2
* Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions couriersud2017-01-041-0/+1