Skip to content

Version 0.5.0

Choose a tag to compare

@Viladoman Viladoman released this 06 Dec 08:08
· 53 commits to main since this release
  • Moved Layout Parser from dll to external application. This allows to use a 64 bit parser on VS 2017 and 2019 and avoid crashing the IDE if clang hangs.
  • Visual Studio 2022 Support.
  • Added entry in the Options to specify where the external Layout Parser should deposit its output.
    image
  • Added macro to use for the options parameters: $(ExtensionInstallationDir) The directory where the Extension is installed.
  • We can now set personal defaults in the settings for the layout viewer window.
    image
  • Improved layout for 0 sized structures ( Empty Base Optimizations ).
    image
  • Minor refactors and fixes.