summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
* netlist: include file work (#10096) couriersud2022-07-162-261/+414
* netlist: gtrak10 performance and other improvements and fixes (#10032) couriersud2022-07-051-11/+11
* netlist: fix bug, prepare for future changes and improve readability (#9947) couriersud2022-06-206-154/+247
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-106-82/+67
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-3015-193/+249
* netlist: palloc now uses c++17 alignment aware operator new. (#9834) couriersud2022-05-277-46/+59
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-2312-134/+168
* netlist: More c++, less macros, added support for cspell (#9794) couriersud2022-05-224-15/+7
* netlist: Fixes to address PR #9752 and issue #8590 / EMSCRIPTEN (#9773) couriersud2022-05-191-1/+1
* netlist: Fixed standalone nltool building with nvcc. (#9731) couriersud2022-05-112-7/+7
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-0814-77/+34
* netlist: more c++, less macros (#9706) couriersud2022-05-072-3/+3
* Netlist lint, first version of a FAQ and small code changes. (#9684) couriersud2022-05-063-20/+21
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-0915-15/+15
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-2/+2
* netlist: fix VS build. couriersud2020-10-031-1/+1
* netlist: simplify code. couriersud2020-10-021-1/+1
* netlist: move core_terms to netlist_state. couriersud2020-10-022-22/+22
* netlist: more clang lint fixes. couriersud2020-10-021-2/+2
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-301-4/+8
* netlist: applied some clang tidy recommendations couriersud2020-09-304-4/+4
* netlist: implement stricter validation. couriersud2020-09-281-1/+48
* netlist: Remove "extended validation mode" couriersud2020-09-281-4/+1
* netlist: Fix 128 bit integer support. couriersud2020-09-242-4/+4
* netlist: code refactoring. couriersud2020-09-203-9/+7
* netlist: emscripten can not use specialization efficiently. couriersud2020-09-171-0/+2
* netlist: Pedantic and clang tidy updates couriersud2020-09-062-6/+6
* netlist: code maintenance and performance optimizations. Couriersud2020-09-052-5/+5
* netlist: Fix various issues around include directories. couriersud2020-08-253-12/+12
* netlist: References to subdevices should be symbolic. couriersud2020-08-231-1/+1
* netlist: Minor optimization to remove sqrt from inner loop. Aaron Giles2020-08-021-9/+9
* netlist: source stream refactoring couriersud2020-07-281-2/+2
* netlist: further nl_base.h splitting into headers in core subdir. couriersud2020-07-282-2/+2
* netlist: sub solvers now have their own parameter set. couriersud2020-07-2510-78/+122
* netlist: Fix scheduling bug. couriersud2020-07-253-4/+4
* netlist: include GMRES solver in build. couriersud2020-07-251-2/+2
* netlist: Fix format string in gcr code. couriersud2020-07-251-1/+1
* netlist: Fix clang unused variable warning. couriersud2020-07-251-0/+3
* netlist: separate nl_base.h into separate header files. couriersud2020-07-252-3/+0
* netlist: Rewrote scheduler scheduling. couriersud2020-07-255-75/+177
* netlist: nld_matrix_solver is now owned by nld_solver. couriersud2020-07-2513-47/+52
* netlist: include timestamp in newton-raphson loop warnings. couriersud2020-07-181-2/+2
* netlist: Potential regression trigger. couriersud2020-07-172-11/+0
* netlist: prepare road towards trapezoidal integration. couriersud2020-07-171-1/+1
* netlist: finished input handler refactoring. couriersud2020-07-124-4/+15
* netlist: emit a warning every 100 invocations of nr resolution. couriersud2020-07-122-3/+7
* netlist: improve dealing with non-convergence situations. couriersud2020-07-113-40/+125
* netlist: remove soft reset support. couriersud2020-07-051-1/+1
* netlist: code maintenance and bug fixes. couriersud2020-07-012-0/+2
* netlist: include file refactoring. couriersud2020-06-2814-24/+25