summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace ATTR_UNUSED by c++ template. (nw) couriersud2019-01-131-1/+2
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-132-15/+11
* Fix clang-8 warnings. (nw) couriersud2019-01-111-2/+2
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-4/+5
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-23/+24
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-041-7/+7
* Change pstring to use std::string as storage container. couriersud2017-03-302-5/+5
* 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/+4
* More cppcheck fixes. (nw) Couriersud2017-03-052-3/+3
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-1/+1
* Make sure netlist includes are not found directly on include path. couriersud2017-02-102-5/+5
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-4/+4
* Cleanup of includes. (nw) couriersud2017-01-272-3/+2
* Netlist: code refactoring couriersud2017-01-202-11/+14
* Assume string literals are UTF8 in netlist code. couriersud2017-01-202-21/+9
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-052-69/+94
* cstr() ==> c_str() (nw) couriersud2016-12-302-21/+21
* srcclean and translation regeneration Vas Crabb2016-08-291-8/+8
* Add a preliminary parser for RINF netlist format. (nw) couriersud2016-08-102-1/+319
* Various netlist fixes: couriersud2016-08-061-0/+1
* Netlist updates: couriersud2016-07-212-10/+10
* Netlist improvements: couriersud2016-07-011-3/+3
* Netlist changes couriersud2016-06-232-15/+16
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-162-30/+16
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-1/+1
* Moved more code into plib namespace. (nw) couriersud2016-05-272-21/+21
* Make netlist compile with c++11, use own implementation of make_unique couriersud2016-05-251-1/+1
* More automatic memory handling. (nw) couriersud2016-05-162-26/+20
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-142-10/+10
* netlist updates: couriersud2016-03-142-23/+48
* netlist override update (nw) Miodrag Milanovic2015-12-061-3/+3
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-11/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+0
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-122-0/+678