Skip to content

Signficant updates to rtcompiler.

James Willenbring requested to merge jgfouca/rtcompiler_long into master

Created by: jgfouca

  1. Add RTC compiler tests to pamgen tests
  2. Add support for "long" types in RTC
  3. Add long test to RTC tests
  4. Use simple template metaprogramming to remove redundant arguments for value objects
  5. Arrays are now sized/indexed with longs, should allow them to grow without having int overflow problems.
  6. Remove trailing whitespace around code.

Merge request reports