summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* (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
* Move NL_KEEP_STATISTICS from netlist_types to the individual use cases. couriersud2019-01-111-10/+10
* Refactoring and bug fixes. (nw) couriersud2019-01-101-2/+2
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-2/+2
* Fix reset order for nets. (nw) couriersud2019-01-071-9/+7
* Fix reported crash. (nw) couriersud2019-01-071-2/+5
* Code maintenance and bug fixes. (nw) couriersud2019-01-071-22/+6
* Code maintenance. (nw) couriersud2019-01-071-15/+14
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-2/+5
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-3/+2
* Netlist refactoring: couriersud2017-05-271-1/+1
* Netlist code refactoring: couriersud2017-04-091-53/+44
* Change pstring to use std::string as storage container. couriersud2017-03-301-2/+0
* Fix some cppcheck warnings. (nw) Couriersud2017-03-051-8/+8
* Netlist refactoring couriersud2017-02-251-5/+8
* Fix netlist stats collection. Code refactoring: couriersud2017-02-241-5/+9
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-221-11/+11