summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2019-02-2421-99/+99
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-23128-164/+169
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-2324-79/+83
* netlist: Fix some more exotic compile options. (nw) couriersud2019-02-2314-65/+45
* Fix indentation. (nw) couriersud2019-02-222-739/+739
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-2241-174/+192
* netlist: memory management. [Couriersud] couriersud2019-02-2226-134/+353
* netlist: fix access specifiers. (nw) couriersud2019-02-203-14/+17
* netlist: fix a bug and some performance tweaks. (nw) couriersud2019-02-206-33/+74
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-195-16/+15
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-1813-209/+236
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-176-40/+36
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-178-72/+93
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-183-4/+4
* netlist: Separation of duties. (nw) couriersud2019-02-169-291/+304
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-1623-151/+307
* netlist: more memory allocation refactoring. (nw) couriersud2019-02-145-17/+16
* netlist: indent. (nw) couriersud2019-02-131-114/+114
* netlist: memory allocation clean-up. (nw) couriersud2019-02-1314-172/+183
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-1146-151/+288
* netlist: Fix crashes on certain hardware/library combos. (nw) couriersud2019-02-095-24/+30
* netlist: more core guidelines work. (nw) couriersud2019-02-0934-201/+176
* Fix clang build (nw) AJR2019-02-081-0/+1
* netlist: added missing noexcept. (nw) couriersud2019-02-091-3/+3
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-0915-45/+46
* netlist: added parameter STARTUP_STRATEGY to switch between ... couriersud2019-02-082-3/+7
* netlist: make constants struct members constexpr const. (nw) couriersud2019-02-088-23/+31
* netlist: more cpp core guidelines work. (nw) couriersud2019-02-0820-58/+69
* Awkward workaround for "undefined symbols" error caused by stupid non-inline ... AJR2019-02-071-1/+1
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-0790-1085/+956
* netlist: Optionally store input values instead of referencing them. (nw) couriersud2019-02-056-34/+111
* netlist: align solver calls. (nw) couriersud2019-02-046-31/+13
* netlist: Fix regression. (nw) couriersud2019-02-043-0/+12
* netlist: Further simplification and optimization. (nw) couriersud2019-02-0411-170/+282
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-0419-158/+198
* netlist: fix some issues. (nw) couriersud2019-02-025-52/+82
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-0145-333/+317
* netlist: remove trampoline code. (nw) couriersud2019-02-0117-66/+56
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-0127-227/+127
* netlist: type safety for delegates. (nw) couriersud2019-01-311-5/+10
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-3122-1069/+1484
* srcclean and cleanup (nw) Vas Crabb2019-01-2719-63/+63
* Fix clang build (nw) AJR2019-01-262-1/+2
* netlist: refactor code for better scalability and flexibility. (nw) couriersud2019-01-2718-865/+1050
* netlist: add comment processing to preprocessor. [couriersud] couriersud2019-01-203-3/+77
* netlist: nlwav now also converts log files to VCD format. [couriersud] couriersud2019-01-205-201/+393
* netlist: Fix assertion. (nw) couriersud2019-01-191-1/+1
* netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw) couriersud2019-01-1910-147/+182
* More UI stuff: Vas Crabb2019-01-192-21/+22
* netlist: Remove const on return types and non-necessary ref-by. (nw) couriersud2019-01-195-115/+119