summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pstring.h
Commit message (Expand)AuthorAgeFilesLines
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-5/+5
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-42/+42
* netlist: clang tidy fixes and srcclean. (nw) couriersud2020-04-251-2/+2
* netlist: Fix some clang-tidy-10 warnings. (nw) couriersud2020-04-051-3/+3
* Fix issue #6293. (nw) couriersud2020-02-111-0/+1
* netlist: clang lint fixes. (nw) couriersud2020-01-311-27/+29
* netlist: Code maintenance. (nw) couriersud2020-01-271-2/+2
* netlist: clang lint fixes, srcclean and nlwav fix. (nw) couriersud2020-01-251-5/+8
* netlist: code maintenance. (nw) couriersud2020-01-201-1/+1
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-151-41/+41
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-11/+12
* netlist: more consistent exception handling. (nw) couriersud2019-11-051-0/+1
* netlist: code maintenance (nw) couriersud2019-10-121-187/+0
* netlist: maintenance and lint fixes. (nw) couriersud2019-10-061-11/+13
* netlist: choose the right ostream type. (nw) couriersud2019-09-301-1/+1
* netlist: less cpp - more headers (nw) couriersud2019-09-291-3/+0
* netlist: more lint corrections. (nw) couriersud2019-09-281-6/+6
* srcclean (nw) Vas Crabb2019-09-221-5/+5
* netlist code maintenance (nw) couriersud2019-09-211-3/+11
* netlist code maintenance. (nw) couriersud2019-09-171-10/+20
* netlist: fix some error/warnings. (nw) couriersud2019-04-221-70/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-131/+326
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-326/+131
* netlist: refactoring. (nw) couriersud2019-03-011-4/+2
* netlist: cosmetic changes - mostly indentation. (nw) couriersud2019-03-011-2/+2
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-4/+3
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-4/+4
* netlist: More cpp core guidelines alignment. (nw) couriersud2019-02-111-4/+4
* netlist: more core guidelines work. (nw) couriersud2019-02-091-31/+31
* netlist: more cpp core guidelines work. (nw) couriersud2019-02-081-1/+1
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-45/+36
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* Improve dealing ownership in pstreams. (nw) couriersud2019-01-131-0/+2
* Fix clang-8 warnings. (nw) couriersud2019-01-111-1/+3
* Improve type safety on string->numeric conversions. (nw) couriersud2019-01-101-30/+47
* add C++ standard library headers for things that are used (nw) Vas Crabb2019-01-071-2/+3
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-51/+236
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* stupid MSVC (nw) Vas Crabb2017-04-241-0/+2
* srcclean (nw) Vas Crabb2017-04-231-41/+41
* Netlist code refactoring: couriersud2017-04-091-33/+38
* pstring, pdynlib, pfmtlog refactoring : couriersud2017-04-041-67/+267
* Fix pedantic clang warnings. (nw) couriersud2017-03-301-1/+1
* Use char32_t were appropriate. (nw) couriersud2017-03-301-3/+3
* Change pstring to use std::string as storage container. couriersud2017-03-301-195/+103
* Turn psring iterator into a real forward iterator that works with standard al... Vas Crabb2017-03-301-26/+58
* More cppcheck fixes. (nw) Couriersud2017-03-051-10/+10
* Reworked truthtables a bit. couriersud2017-02-171-1/+1
* Move from <cstring> to std::copy and friends. (nw) couriersud2017-02-161-2/+1
* Cleanup of includes. (nw) couriersud2017-01-271-4/+0