|
From: LaBella, V. <vla...@al...> - 2025-02-08 22:50:26
|
Hello GLE Users:
I am happy to announce that GLE version 4.3.5 has been released for all platforms with the updates shown below. This release is built entirely using GitHub actions, which greatly simplifies the build process.
Visit https://github.com/vlabella/GLE or https://glx.sourceforge.io to download the new version
Cheers,
Vince
4.3.5
- fixed bug in GLE string function "pos" that caused issues. It was not clearing all its parameters off the stack.
- added swap(a,b) function to swap two variables
- new NUMROWS feature to data command to limit reading of rows in a data file (rad83).
- manip program now building on Linux and macOS
- added back poppler PDF support on all platforms for importing PDF files.
- added BUILD_GUI option to control building of GUI in CMakeLists.txt
- added BUILD_MANIP option to control building of manip in CMakeLists.txt
- cmake searches for optional static libtiff dependencies on windows only
- EXTRA_GSLIB_SEARCH_LOCATION option to add path for searching for gslib in qgle (linux, macOS only)
- Several code improvements for C++17 and elimination of compiler warnings.
- new GitHub Actions (CI/CD) for building and packaging of GLE binaries for Windows, macOS, and Linux.
|