summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlist: code refactoring. couriersud2020-09-204-160/+159
* netlist: optimize headers. couriersud2020-09-172-17/+53
* netlist: move more models into the core. couriersud2020-09-131-2/+2
* netlist: clang tidy fixes. couriersud2020-09-113-4/+8
* netlist: Pedantic and clang tidy updates couriersud2020-09-068-10/+15
* netlist: fix multi byte string issues. couriersud2020-09-064-32/+36
* netlist: Fix a compile issues with mingw. couriersud2020-09-051-0/+4
* netlist: code maintenance and performance optimizations. Couriersud2020-09-0519-554/+727
* netlist: build system improvements couriersud2020-08-241-0/+9
* srcclean for 0.224 Vas Crabb2020-08-231-1/+1
* netlist: Add NETLIB_DELEGATE_NOOP() couriersud2020-08-221-2/+1
* palloc: use posix_memalign with android Tiago Pierezan Camargo2020-08-201-1/+1
* netlist: Fix elif processing. couriersud2020-08-151-5/+9
* netlist: align naming of files within the macro folder. couriersud2020-08-101-0/+5
* netlist: fix line-number tracking when at end of line. couriersud2020-08-092-4/+39
* netlist: Refactored pokenizer. couriersud2020-08-064-76/+168
* netlist: Better fixes for Emscripten (#7031) Justin Kerk2020-08-042-9/+9
* netlist: Fix build under Emscripten (#7031) Justin Kerk2020-08-052-0/+8
* netlist: source stream refactoring couriersud2020-07-284-12/+43
* netlist: necessary changes towards runtime processing of macro directory couriersud2020-07-281-2/+9
* netlist: fix a bug in preprocessor if and elif parsing. couriersud2020-07-282-18/+62
* netlist: further nl_base.h splitting into headers in core subdir. couriersud2020-07-285-8/+8
* netlist: hopefully fix issue #7006 couriersud2020-07-261-0/+6
* srcclean for 0.223 Vas Crabb2020-07-263-4/+4
* netlist: separate nl_base.h into separate header files. couriersud2020-07-251-0/+1
* netlist: Rewrote scheduler scheduling. couriersud2020-07-253-27/+118
* netlist: fix some clang tidy warnings. couriersud2020-07-253-6/+23