summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/putil.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-1/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-99/+6
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-131-10/+10
* netlist: Reduce macro usage and make use of pstring utf8. (nw) couriersud2020-06-061-7/+2
* netlist: Enable utf7 filenames on windows. (nw) couriersud2020-06-061-0/+7
* netlist: clang-tidy, header order fixes. (nw) couriersud2020-06-011-1/+1
* netlist: split plists.h and fix nvcc compile for 10.2 (nw) couriersud2020-05-251-1/+0
* netlist: move penum into own header file. (nw) couriersud2020-05-241-1/+2
* netlist: basename function now accepts a suffix to remove. (nw) couriersud2020-04-181-3/+8
* netlist: clang lint readability fixes. (nw) couriersud2020-01-251-13/+8
* netlist: code maintenance. (nw) couriersud2019-11-041-1/+1
* Fix clang error: no member named 'getenv' in namespace 'std' (nw) AJR2019-11-031-0/+1
* netlist: code maintenance. (nw) couriersud2019-10-291-2/+2
* Netlist: code maintenance and improvements. [Couriersud] couriersud2019-10-181-5/+27
* netlist: code maintenance (nw) couriersud2019-10-121-2/+1
* netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-2/+2
* netlist: more code cleanup. (nw) couriersud2019-10-051-1/+1
* netlist: Fix a number of minor issues. (nw) couriersud2019-09-271-2/+2
* netlist code maintenance (nw) couriersud2019-09-211-2/+2
* netlist code maintenance. (nw) couriersud2019-09-171-22/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+41
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-41/+34
* netlist: more core guidelines work. (nw) couriersud2019-02-091-24/+1
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-8/+8
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-2/+2
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-0/+30
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-4/+4
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-041-6/+6
* Change pstring to use std::string as storage container. couriersud2017-03-301-13/+13
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-301-1/+1
* Move from <cstring> to std::copy and friends. (nw) couriersud2017-02-161-2/+2
* Reorder include order to comply with best practices. (nw) couriersud2017-02-101-4/+4
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-3/+3
* Minor refactoring. (nw) couriersud2017-01-271-2/+2
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-9/+13
* Added infix notation parsing to the function parser. (nw) couriersud2017-01-251-1/+1
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-3/+3
* cstr() ==> c_str() (nw) couriersud2016-12-301-4/+4
* Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw) couriersud2016-08-071-1/+1
* Netlist updates: couriersud2016-07-211-14/+13
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-3/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-2/+2
* - More code cleanup. couriersud2016-06-071-0/+161