summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/prg
Commit message (Expand)AuthorAgeFilesLines
* netlist: gtrak10 performance and other improvements and fixes (#10032) couriersud2022-07-051-1/+4
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-302-379/+462
* netlist: palloc now uses c++17 alignment aware operator new. (#9834) couriersud2022-05-271-1/+1
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-232-3/+3
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-222-1/+5
* netlist: Improved PPMF target support and test coverage. (#9752) couriersud2022-05-151-4/+4
* netlist: Fixed standalone nltool building with nvcc. (#9731) couriersud2022-05-111-1/+1
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-031-0/+0
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-092-6/+6
* Update "2020" text to "2021" (#7713) Stiletto2021-01-282-2/+2
* netlist: more clang lint fixes. couriersud2020-10-021-2/+2
* netlist: Remove "extended validation mode" couriersud2020-09-281-4/+0
* netlist: emscripten can not use specialization efficiently. couriersud2020-09-171-0/+4
* netlist: move to generated header and link support files files. couriersud2020-09-121-2/+2
* netlist: add listmodels command to nltool. Couriersud2020-09-091-1/+47
* netlist: code maintenance and performance optimizations. Couriersud2020-09-052-75/+63
* netlist: Fix various issues around include directories. couriersud2020-08-252-15/+15
* netlist: Fix some documentation issues. couriersud2020-08-221-1/+13
* netlist: Make new documentation items appear in doxygen output. couriersud2020-08-061-7/+11
* netlist: source stream refactoring couriersud2020-07-281-24/+20
* netlist: add 74121 device and refactor 74123 code. couriersud2020-07-101-1/+1
* netlist: unit test macros now have a "P" prefix. couriersud2020-07-101-2/+2
* netlist: remove soft reset support. couriersud2020-07-051-0/+2
* netlist: Add basic unit testing support. couriersud2020-07-051-2/+11
* netlist: add progress indicator to nltool. couriersud2020-07-041-2/+42
* netlist: code maintenance and bug fixes. couriersud2020-07-011-1/+2
* netlist: include file refactoring. couriersud2020-06-282-5/+6
* netlist: code maintenance couriersud2020-06-281-3/+1
* Fix nltool build on CWG 1579-noncompliant compilers (nw) AJR2020-06-181-1/+1
* netlist: fix some clang-tidy warnings. (nw) couriersud2020-06-131-4/+4
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-132-21/+21
* netlist: Improve static solver performance by 5%. [Couriersud] couriersud2020-06-131-1/+4
* netlist: code maintenance. (nw) couriersud2020-06-082-24/+26
* netlist: Enable utf7 filenames on windows. (nw) couriersud2020-06-062-11/+14
* netlist: clang-tidy, header order fixes. (nw) couriersud2020-06-012-9/+9
* netlist: split plists.h and fix nvcc compile for 10.2 (nw) couriersud2020-05-252-5/+4
* netlist: move configuration entries into netlist namespace. (nw) couriersud2020-05-251-7/+7
* netlist: Add tristate support for rom devices. [Couriersud] couriersud2020-05-201-14/+36
* netlist: improve typesafety for source locations. (nw) couriersud2020-05-171-4/+4
* netlist: rewrite rom devices from scratch. [Couriersud] couriersud2020-05-171-33/+10
* netlist: code cleanup and development stage tristate [Couriersud] couriersud2020-05-151-1/+2
* netlist: Extended functionality and code cleanup. [Couriersud] couriersud2020-05-121-39/+55
* netlist: bug fixes and maintenace. (nw) couriersud2020-05-082-16/+28
* Fix clang nltool build [-Werror,-Wunused-private-field] (nw) AJR2020-05-071-2/+2
* netlist: nlwav - new functionality. [Couriersud] couriersud2020-05-052-67/+230
* netlist: Fix two nlwav bugs. (nw) couriersud2020-05-051-21/+34
* netlist: Removed more magic numbers from the code. (nw) couriersud2020-05-011-1/+1
* netlist: Fix "--cmd=listdevices". [Couriersud] couriersud2020-04-281-5/+0
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-35/+36
* netlist: Fix clang-tidy warnings. (nw) couriersud2020-04-281-1/+1