Libraries update and some chores - #15820
Conversation
mmicko
commented
Jul 31, 2026
- Update GLM to 1.0.3
- Update pugixml to v1.16
- cleanup: remove execute flag from files
- cleanup: remove BOM
- Updated utf8proc to v2.11.3
- frontend: fixed exit with "-ui simple"
|
It is large number or files, but GLM have quite big number of documentation files that makes this PR much bigger than it should be. |
|
63a8a30 takes care of a few of these:
The Visual Studio project files in the netlist project shoudn’t have the U+FEFF stripped as Visual Studio always re-adds it to project files. |
|
Thanks. Should I rebase and leave just lib changes, or you are cherry picking/updating libs ? |
|
Just leave it, no need to rebase. I’ll cherry-pick and/or adjust them as I go. |
|
ASIO is done in 89e00b9, and code now builds with all currently deprecated ASIO features disabled. |
|
pugixml updated in 9d9e0fd (it’s only used for HSI files, software lists use expat SAX parser). |