Skip to content

3.10.3

Compare
Choose a tag to compare
@Zeex Zeex released this 24 Oct 02:13
· 366 commits to master since this release
  • Optimized allocation of large arrays of repeated values
  • Added a new emit / __emit operator (#180, more details in that PR)
  • Returning arrays of unknown size is now a compile time error (#190)
  • Fixed false "variable is assigned to itself" warnings (#78)
  • Fixed muti-dimensional array initialization bugs (#152, #153)
  • Fixed a crash with #emit and unused functions (#157)
  • Fixed generation of documentation for state transitions (#185)
  • Fixed an issue where preprocessor symbols passed as command line arguments would not be recognized (#159)
  • Fixed a bug where user-supplied #pragma messages contained extra newline and \a characters (#187)
  • Fixed extra newlines in assembly listings
  • Fixed Android build errors
  • Added installation instructions for openSUSE/SLES to readme (#174)
  • Added build instructions for Windows, Linux, macOS to readme