summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlist: more code maintenance. (nw) couriersud2019-11-161-4/+4
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-082-58/+52
* netlist: code maintenance. (nw) couriersud2019-11-042-12/+12
* netlist: code maintenance. (nw) couriersud2019-11-031-3/+4
* netlist: remove pragma once. (nw) couriersud2019-11-031-2/+0
* netlist: code maintenance. (nw) couriersud2019-10-292-3/+3
* netlist: Preprocessor enhancements. [Couriersud] couriersud2019-10-282-6/+6
* netlist: code maintenance (nw) couriersud2019-10-121-1/+1
* netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-1/+1
* netlist: Fix a number of minor issues. (nw) couriersud2019-09-271-1/+1
* netlist: switch to c++ streams. (nw) couriersud2019-09-252-4/+8
* netlist code maintenance (nw) couriersud2019-09-212-22/+36
* netlist code maintenance. (nw) couriersud2019-09-172-3/+3
* netlist: Fix MT06827. couriersud2019-04-221-3/+3
* netlist: clang lint fixes and pedantic warning fixes. (nw) couriersud2019-04-121-1/+1
* netlist: Fix handling of current sources when converting SPICE nets. couriersud2019-04-121-1/+15
* netlist: Add more SPICE elements to the conversion code. couriersud2019-04-122-4/+31
* (nw) Clean up the mess on master Vas Crabb2019-03-262-91/+95
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-95/+91
* netlist: clang tidy. (nw) couriersud2019-03-011-10/+22
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-012-0/+2
* netlist: tidy changes and better constexpr support for ptime class. (nw) couriersud2019-02-241-1/+1
* Move ptime struct into plib namespace and fix relative includes. (nw) couriersud2019-02-232-6/+6
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-222-2/+2
* netlist: memory management. [Couriersud] couriersud2019-02-222-5/+5
* netlist: tick off some issues clang-tidy highlights. (nw) couriersud2019-02-181-1/+1
* netlist: memory allocation clean-up. (nw) couriersud2019-02-131-1/+1
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-112-8/+8
* netlist: more core guidelines work. (nw) couriersud2019-02-091-3/+3
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-072-17/+11
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-1/+0
* netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw) couriersud2019-01-191-14/+12
* 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