summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib
Commit message (Expand)AuthorAgeFilesLines
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-212-3/+3
* Fix compilation against musl (#12000) Elaine Gibson2024-02-031-1/+1
* xbox_nv2a: better fix for dangling pointer warning, hap2023-06-141-2/+2
* Fix building with gcc-13 (#10917) Julian Sikorski2023-02-201-0/+1
* plib/plist.h: Stop using deprecated std::iterator template. (#10864) Miodrag Milanović2023-01-311-1/+6
* netlist: include file work (#10096) couriersud2022-07-161-63/+32
* bus/nubus: Implemented Spectrum/8 oscillator selection and vertical count read. Vas Crabb2022-06-221-5/+5
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-2013-58/+171
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-1019-274/+356
* pong: remove obsolete external version hap2022-06-101-1/+1
* netlist/plib: Fix compile with Apple clang. Vas Crabb2022-06-061-1/+1
* Adjust toolchain versions for triggering workarounds: Vas Crabb2022-06-061-2/+2
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-3031-376/+411
* netlist: Abbreviate one more type trait in palloc.h Vas Crabb2022-05-271-3/+3
* netlist: palloc now uses c++17 alignment aware operator new. (#9834) couriersud2022-05-279-362/+520
* netlist: fix aligned_alloc (PR #9801) (#9813) couriersud2022-05-221-0/+2
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-2312-43/+63
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-2220-186/+309
* netlist/plib: Fixed detection of clang versions with noexcept issue, added fe... Vas Crabb2022-05-212-3/+20
* netlist: Fixes to address PR #9752 and issue #8590 / EMSCRIPTEN (#9773) couriersud2022-05-194-202/+363
* netlist: Improved PPMF target support and test coverage. (#9752) couriersud2022-05-154-289/+338
* netlist: Fixed standalone nltool building with nvcc. (#9731) couriersud2022-05-118-19/+20
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-089-21/+16
* Netlist lint, first version of a FAQ and small code changes. (#9684) couriersud2022-05-062-7/+14
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-034-0/+0
* Fix building with gcc-12 (#9204) Julian Sikorski2022-01-241-0/+1
* Fix a duplicate #include and an indendation error Vas Crabb2021-08-231-1/+0
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-0946-46/+46
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-2/+2
* netlist: fix VS build. couriersud2020-10-031-3/+3
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-031-0/+2
* Exception specifications on deleted operators/constructors aren't useful. Vas Crabb2020-10-032-6/+6
* pmatrix_cr.h: More logical fix for the nothrow issue AJR2020-10-021-1/+1
* netlist: Revert changes intended to make the code work on OSX 10.10. couriersud2020-10-032-4/+4
* Fix clang error: exception specification of explicitly defaulted move assignm... AJR2020-10-022-6/+6
* netlist: simplify code. couriersud2020-10-023-59/+31
* netlist: move core_terms to netlist_state. couriersud2020-10-021-0/+5
* netlist: more clang lint fixes. couriersud2020-10-0214-138/+176
* netlist: Add parse optimization to pfunction. couriersud2020-10-022-20/+99
* netlist: Convert driver filenames to lower case. couriersud2020-09-301-5/+5
* netlist: Rewrote frontier documentation. couriersud2020-09-302-1/+7
* netlist: applied some clang tidy recommendations couriersud2020-09-306-7/+17
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-272-3/+3
* netlist: minor code cleanup. couriersud2020-09-253-9/+21
* netlist: Fixed a couple of issues with various compilers. couriersud2020-09-244-3/+5
* netlist: make pstring length/size use consistent. couriersud2020-09-245-13/+30
* netlist: clearly identify void * casts. couriersud2020-09-242-2/+6
* netlist: Fix 128 bit integer support. couriersud2020-09-242-15/+27
* netlist: Improve queue handling documentation in code. couriersud2020-09-241-0/+1
* netlist: code refactoring couriersud2020-09-2411-96/+98