summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist code maintenance (nw) couriersud2019-09-211-16/+17
* netlist code maintenance. (nw) couriersud2019-09-171-1/+1
* netlist: GCC 9 fixes (nw) arbee2019-05-161-2/+2
* netlist: Fix cmos power pins and gcc-9 error. couriersud2019-05-061-6/+8
* netlist: fix pedantic clang warnings. (nw) couriersud2019-05-011-1/+2
* netlist: add more defines to nltool -v --version output couriersud2019-05-011-3/+4
* netlist: move things where they belong (nw) couriersud2019-04-291-3/+4
* netlist: fix include order and logging queue stats (nw) couriersud2019-04-281-20/+21
* netlist: only print queue stats if they are enabled. couriersud2019-04-281-6/+9
* netlist: code maintenance Couriersud2019-04-281-0/+19
* netlist: runtime performance statistics on demand. couriersud2019-04-221-41/+69
* netlist: lint and pedantic warning fixes. (nw) couriersud2019-04-221-0/+1
* netlist: more structure for caches. (nw) couriersud2019-04-211-49/+0
* netlist: scalable error messages. couriersud2019-04-181-9/+7
* netlist: Improve validation code. couriersud2019-04-161-0/+21
* netlist: Refactored model code. (nw) couriersud2019-03-311-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-511/+254
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-254/+511
* netlist: refactor model code. (nw) couriersud2019-03-181-12/+4
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-7/+6
* netlist: memory code refactoring. (nw) couriersud2019-03-011-11/+11
* Netlist: improve readability. (nw) couriersud2019-03-011-1/+1
* srcclean (nw) Vas Crabb2019-02-241-5/+5
* 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-1/+1
* netlist: memory management. [Couriersud] couriersud2019-02-221-4/+4
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-1/+1
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-4/+4
* netlist: Separation of duties. (nw) couriersud2019-02-161-1/+1
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-24/+26
* netlist: memory allocation clean-up. (nw) couriersud2019-02-131-4/+3
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-5/+1
* netlist: Fix crashes on certain hardware/library combos. (nw) couriersud2019-02-091-15/+4
* netlist: more core guidelines work. (nw) couriersud2019-02-091-13/+13
* netlist: added parameter STARTUP_STRATEGY to switch between ... couriersud2019-02-081-3/+5
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-108/+45
* netlist: Optionally store input values instead of referencing them. (nw) couriersud2019-02-051-7/+22
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-18/+22
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-46/+22
* netlist: remove trampoline code. (nw) couriersud2019-02-011-4/+4
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-15/+8
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* netlist: Remove const on return types and non-necessary ref-by. (nw) couriersud2019-01-191-13/+11
* netlist: More run/setup separation. (nw) couriersud2019-01-181-203/+85
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-41/+68
* netlist: Code refactoring. (nw) couriersud2019-01-141-8/+8
* netlist: Improve type safety for parameters. (nw) couriersud2019-01-131-29/+13
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-8/+5
* Move mainclock code from nl_base into header of nlid_system. (nw) couriersud2019-01-121-35/+2
* Fix clang-8 warnings. (nw) couriersud2019-01-111-3/+1