Skip to content

0.0.4.84

Compare
Choose a tag to compare
@JPeterMugaas JPeterMugaas released this 17 Mar 05:59
· 399 commits to main since this release
  • add utf8_decode and utf8_encode functions, SetPDBFileName, and convert pdbFile to a utf8 string.
  • .PDB support based on article at: https://devblogs.microsoft.com/pix/using-automatic-shader-pdb-resolution-in-pix/
  • Fix minor warnings from SonarQube.
  • Major refactoring so that the compiler is isolated from the parameters and IO as well as UNICODE. This is done through the compiler object.
  • Refactor compiler calls into their own unit and procedure.
  • Created "Files" object, refactored CompilerTasks, and Reworked some command handlers to use the Files object.
  • Fix "all_resources_bound" flag
  • simplify wmain by making calls using a table.
  • Refactored Ignored and unsupported option handling to simply wmain/main.
  • Remove uncalled returns and fix cmd_D in MSYS2.
  • Refactored compilerAPI from the Compiler class. The API is for Windows procedure pointers.