summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: Fix regression (#10041) couriersud2022-07-051-1/+1
* netlist: gtrak10 performance and other improvements and fixes (#10032) couriersud2022-07-051-76/+83
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-201-306/+331
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-101-140/+196
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-19/+19
* 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-231-23/+23
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-221-8/+7
* netlist: Improved PPMF target support and test coverage. (#9752) couriersud2022-05-151-3/+1
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-081-3/+4
* netlist: more c++, less macros (#9706) couriersud2022-05-071-6/+6
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: simplify code. couriersud2020-10-021-9/+8
* netlist: move core_terms to netlist_state. couriersud2020-10-021-3/+5
* netlist: Convert driver filenames to lower case. couriersud2020-09-301-3/+3
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-301-2/+10
* netlist: Remove "extended validation mode" couriersud2020-09-281-1/+0
* netlist: minor code cleanup. couriersud2020-09-251-4/+6
* netlist: optimize headers. couriersud2020-09-171-2/+2
* netlist: move to generated header and link support files files. couriersud2020-09-121-2/+6
* netlist: Pedantic and clang tidy updates couriersud2020-09-061-1/+1
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-11/+8
* netlist: Fix various issues around include directories. couriersud2020-08-251-1/+4
* netlist: Add NETLIB_DELEGATE_NOOP() couriersud2020-08-221-3/+3
* netlist: dead code removal. couriersud2020-08-171-1/+0
* netlist: more include untangling. couriersud2020-08-121-1/+0
* netlist: improve parsing performance couriersud2020-08-121-8/+9
* netlist: align naming of files within the macro folder. couriersud2020-08-101-3/+3
* netlist: more header file separation couriersud2020-08-081-0/+77
* netlist: Refactored pokenizer. couriersud2020-08-061-3/+6
* netlist: source stream refactoring couriersud2020-07-281-1/+1
* netlist: necessary changes towards runtime processing of macro directory couriersud2020-07-281-0/+12
* netlist: further nl_base.h splitting into headers in core subdir. couriersud2020-07-281-0/+21
* netlist: separate nl_base.h into separate header files. couriersud2020-07-251-1/+1
* netlist: Rewrote scheduler scheduling. couriersud2020-07-251-48/+31
* netlist: Potential regression trigger. couriersud2020-07-171-37/+18
* netlist: comment out empty reset and update calls couriersud2020-07-161-0/+2
* netlist: code maintenance. couriersud2020-07-161-9/+5
* netlist: finished input handler refactoring. couriersud2020-07-121-3/+3
* netlist: remove soft reset support. couriersud2020-07-051-4/+14
* netlist: code maintenance and bug fixes. couriersud2020-07-011-1/+2
* netlist: include file refactoring. couriersud2020-06-281-2/+3
* netlist: fix some clang-tidy warnings. (nw) couriersud2020-06-131-0/+1
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-12/+12
* netlist: Make fostrm actually write to file. (nw) couriersud2020-06-131-4/+2
* netlist: prepare path to non-virtual update functions. (nw) couriersud2020-06-081-4/+0
* netlist: code maintenance. (nw) couriersud2020-06-081-11/+11
* netlist: debugger - use callbacks to access terminals. (nw) couriersud2020-06-011-1/+1
* netlist: refactored ppmf.h [Couriersud] couriersud2020-06-011-0/+5
* netlist: small memory system cleanup. (nw) couriersud2020-05-251-2/+3