From 5155e51bbe24d0cc45a84ddb66138f83ff1810cf Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 29 May 2022 18:30:25 +0200 Subject: netlist: static solver work and improve code readability (#9841) - nltool: Added support for building individual static solver files. - Added pre-built documentation files for nltool and nlwav. - plib: Extended typed_version to have patchlevel as well. - plib: Compile more of ppmf.h with nvcc. - create_devinc.py: Add include guards to the generated files. - makefile: Recreate generated files when python code has changed. - Reduced nld_base.h usage in the core. -