Skip to content

0.0.3.67

Compare
Choose a tag to compare
@JPeterMugaas JPeterMugaas released this 11 Mar 02:13
· 429 commits to main since this release
  • Moved some routines to efxc2Utils.cpp.
  • Refactoring command line handling procedures by moving them into their own unit.
  • Fix reference error in Fo parameter.
  • refactored code into a Compiler object.
  • Made it possible to have both a /Fh and /Fo parameter.
  • Work on .PDB support preperation.
  • changed NULL to nullptr
  • added noreturn attribute to a few functions that do not return.
  • Fix local variable shadowing.
  • Simplified printing a size_t with zu format arg.
  • Fixed mixed wchar_t and char literals.