summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/pdynlib.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-301-4/+4
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-231-1/+1
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-221-2/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* netlist: fix multi byte string issues. couriersud2020-09-061-3/+3
* netlist: code maintenance and performance optimizations. Couriersud2020-09-051-3/+3
* netlist: Reduce macro usage and make use of pstring utf8. (nw) couriersud2020-06-061-67/+15
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-4/+4
* netlist: improve performance up to 65% on audio netlists. [Couriersud] couriersud2020-04-131-6/+6
* netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud] couriersud2019-11-151-6/+1
* netlist: code maintenance and bug fixes. (nw) couriersud2019-11-081-4/+0
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-8/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+8
* netlist: memory code refactoring. (nw) couriersud2019-03-011-4/+4
* netlist: fix visibility issues and more issues reported by tidy. (nw) couriersud2019-02-221-3/+3
* netlist: memory management. [Couriersud] couriersud2019-02-221-4/+4
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-1/+3
* Fixed issue causing drivers using netlists to fail on the Emscripten target. ... Justin Kerk2018-03-061-0/+4
* cstr() ==> c_str() (nw) couriersud2016-12-301-14/+14
* Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw) couriersud2016-08-071-5/+5
* Fix for netlist library when built for WINDOWS with UNICODE defined Giuseppe Gorgoglione2016-07-241-3/+52
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-2/+1
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-2/+2
* Leading underscore massacre. (nw) couriersud2016-05-271-5/+5
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-271-7/+11
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-1/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-1/+2
* Fix standalone-compile. couriersud2016-05-061-4/+8
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-3/+2
* Add missing files. couriersud2016-04-231-0/+91