summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib
Commit message (Expand)AuthorAgeFilesLines
* 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
* netlist: reduce overshoot impact on NE555 astable frequency. couriersud2020-07-141-0/+7
* netlist: use threads on netlist logs. couriersud2020-07-112-0/+45
* netlist: unit test macros now have a "P" prefix. couriersud2020-07-101-15/+35
* netlist: fix signedness warnings in ptime.h couriersud2020-07-101-4/+4
* netlist: pfunction supports unary minus and removed duplicate code. couriersud2020-07-102-103/+115
* netlist: pfunction now supports unary minus operators. couriersud2020-07-052-42/+67
* netlist: Add basic unit testing support. couriersud2020-07-051-0/+140
* netlist: fix pfunction if couriersud2020-07-041-2/+4
* netlist: add progress indicator to nltool. couriersud2020-07-041-0/+1
* netlist: add more constructors and () operator to pfunction. couriersud2020-07-031-3/+21
* netlist: Add log() to pfunction. Aaron Giles2020-07-032-0/+4
* netlist: Add comparison operators to pfunction. couriersud2020-07-022-3/+36
* netlist: code maintenance and bug fixes. couriersud2020-07-019-22/+25
* Fix crash on Windows when freeing netlist objects. Aaron Giles2020-06-291-3/+9
* netlist: include file refactoring. couriersud2020-06-2818-94/+79
* netlist: code maintenance couriersud2020-06-287-24/+76
* srcclean and cleanup (nw) Vas Crabb2020-06-214-7/+7
* netlist: Performance improvement and refactoring. [Couriersud] couriersud2020-06-1332-394/+626
* netlist: Make fostrm actually write to file. (nw) couriersud2020-06-132-2/+1
* netlist: Improve static solver performance by 5%. [Couriersud] couriersud2020-06-131-0/+99
* Fix clang error: unknown warning group '-Wpmf-conversions', ignored [-Werror,... AJR2020-06-081-2/+2
* netlist: fix mingw7.2 compile. (nw) couriersud2020-06-081-2/+2
* netlist: further optimize ppmf.h [Couriersud] couriersud2020-06-083-18/+143
* netlist: allow selection of base arena for pmempool_arena. (nw) couriersud2020-06-082-10/+18
* netlist: Fix MSVC build. [Couriersud] couriersud2020-06-081-56/+83