summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/prg
Commit message (Expand)AuthorAgeFilesLines
* netlist: code maintenance Couriersud2019-04-281-0/+9
* netlist: runtime performance statistics on demand. couriersud2019-04-221-0/+3
* netlist: lint and pedantic warning fixes. (nw) couriersud2019-04-221-1/+0
* netlist: bug fixes and nltool validation. couriersud2019-04-211-79/+148
* (nw) Clean up the mess on master Vas Crabb2019-03-262-415/+550
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-550/+415
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-1/+1
* netlist: memory code refactoring. (nw) couriersud2019-03-011-1/+1
* netlist: clang tidy. (nw) couriersud2019-03-011-33/+23
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-011-2/+1
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-231-5/+5
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-222-13/+15
* netlist: memory management. [Couriersud] couriersud2019-02-222-11/+11
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-8/+7
* netlist: Separation of duties. (nw) couriersud2019-02-161-2/+2
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-11/+7
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-112-2/+3
* netlist: more core guidelines work. (nw) couriersud2019-02-091-2/+2
* netlist: more cpp core guidelines work. (nw) couriersud2019-02-081-5/+5
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-072-26/+30
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-53/+57
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-042-12/+19
* netlist: fix some issues. (nw) couriersud2019-02-021-37/+32
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-4/+0
* netlist: Refactoring continues ... plus some innovations (nw) couriersud2019-01-311-7/+0
* srcclean and cleanup (nw) Vas Crabb2019-01-272-7/+7
* netlist: nlwav now also converts log files to VCD format. [couriersud] couriersud2019-01-201-185/+316
* netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw) couriersud2019-01-191-14/+13
* netlist: More run/setup separation. (nw) couriersud2019-01-181-11/+13
* netlist: Code refactoring. (nw) couriersud2019-01-141-2/+2
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-7/+17
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-132-15/+21
* 2018 -> 2019 changes (nw) Stiletto2019-01-102-2/+2
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-102-11/+11
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-0/+1
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-17/+17
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-0/+0
* Updates "2017" strings to "2018" where relevant. Jonathan Holt2018-01-062-2/+2
* Fix VS2015 build. (nw) couriersud2017-04-091-0/+8
* Netlist code refactoring: couriersud2017-04-091-1/+1
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-041-4/+4
* Change pstring to use std::string as storage container. couriersud2017-03-301-10/+8
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-301-1/+1
* Fix clang warnings in netlist code. couriersud2017-03-051-4/+3
* More cppcheck fixes. (nw) Couriersud2017-03-051-3/+3
* srcclean (nw) Vas Crabb2017-02-191-2/+2
* Fix nltool logging. (nw) couriersud2017-02-191-8/+9
* Reworked truthtables a bit. couriersud2017-02-171-2/+3