summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/plists.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: maintenance. (nw) couriersud2019-11-111-12/+0
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-29/+29
* netlist: Minor optimizations. (nw) couriersud2019-11-051-0/+3
* netlist: code maintenance. (nw) couriersud2019-11-041-12/+12
* netlist: remove pragma once. (nw) couriersud2019-11-031-2/+0
* netlist: fix clang warnings & srcclean. (nw) couriersud2019-10-311-9/+9
* netlist: code maintenance. (nw) couriersud2019-10-291-11/+27
* srcclean (nw) Vas Crabb2019-10-261-2/+2
* Netlist: code maintenance and bug fixes. (nw) couriersud2019-10-171-206/+429
* Netlist: code maintenance and bug fixes. [Couriersud] couriersud2019-10-151-4/+15
* netlist: Add validation support to netlist device. couriersud2019-04-151-3/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+112
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-112/+10
* netlist: refactoring. (nw) couriersud2019-03-011-5/+5
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-241-2/+2
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-1/+2
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-1/+1
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-6/+10
* netlist: more core guidelines work. (nw) couriersud2019-02-091-2/+2
* netlist: more cpp core guidelines work. (nw) couriersud2019-02-081-0/+1
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-6/+4
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-0/+97
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-1/+2
* Refactoring and bug fixes. (nw) couriersud2019-01-101-1/+1
* Added a heap priority queue to the netlist source. couriersud2017-02-241-3/+5
* Improve readability. Add more c++11 noexcept and swap semantics. couriersud2017-02-221-6/+6
* More truthtable rework and clean up. (nw) couriersud2017-02-191-1/+14
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-2/+2
* Add constexpr add noexcept. (nw) couriersud2017-02-051-12/+20
* Cleanup of includes. (nw) couriersud2017-01-271-3/+0
* More netlist refactoring: couriersud2017-01-251-0/+1
* Make destructors virtual on base classes. (nw) couriersud2017-01-061-0/+1
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-5/+5
* Various netlist fixes: couriersud2016-08-061-1/+0
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-5/+4
* Add explicit to constructors to avoid bad surprises later. (nw) couriersud2016-06-241-2/+2
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-284/+1
* add cmath include to plists.h couriersud2016-06-071-0/+1
* - More code cleanup. couriersud2016-06-071-284/+48
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-7/+11
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-4/+48
* Moved more code into plib namespace. (nw) couriersud2016-05-271-72/+78
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-271-1/+1
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-5/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-26/+26
* Implemented dynamic loading of precompiled solver code. [Couriersud] couriersud2016-04-231-0/+1
* Minor changes, mostly signed comparisons and adding includes for couriersud2016-04-081-1/+1
* Netlist: code maintenance couriersud2016-03-231-1/+0
* Netlist: Some code simplification couriersud2016-03-161-6/+2
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-141-13/+12