Commit History

Author SHA1 Message Date
  Brucey ec835b2bba Added coverage support. 2 years ago
  Brucey 41b07b2f17 Ensure cast from pointer is generated. 3 years ago
  Brucey de847927fa Added cast to BBDebugScope*. 3 years ago
  Brucey a71d5ac327 Fixed enum array initialisation. Resolves #603. 3 years ago
  Brucey cc6c1ccb15 Fixed generation of struct multi array. Resolves #604. 3 years ago
  Brucey 1f2f921e43 Create default ctors in subclasses. Resolves #595. 3 years ago
  Brucey b1013fda29 Added longint and ulongint types. 3 years ago
  Brucey 3943b49611 Fixed recursion issue. 3 years ago
  Brucey 224c128f74 Fixed object instantiation with nested objects. 3 years ago
  Brucey 1a0bdf8417 Fixed self debug generation for structs. 3 years ago
  Brucey a7deaaa0a8 Fixed duplicate index variables. 4 years ago
  Brucey 3802cc68e0 Fixed inlines for pre c99. 4 years ago
  Brucey 135d11f599 Fixes for pre c99. 4 years ago
  Brucey a05b211e8f Struct QoL improvements. 4 years ago
  Brucey f1f2949cd9 Fixed order of code generation for def data. Fixes #560. 4 years ago
  Brucey 1ae8e70657 Added ThreadedGlobal variable scope. Resolves #538. 4 years ago
  Brucey 77d4cb6945 Also count incbin strings. Fixes #549. 4 years ago
  Brucey 282f50e435 Don't cast structs. 4 years ago
  Brucey 2cca5424c2 Generate extern typedefs earlier. 4 years ago
  Brucey ffb9fff7bc Fixed cast. 4 years ago
  Brucey 56ea3e5ead Compiler warning fixes. 4 years ago
  Brucey 3cc480ece7 More compiler warning fixes. 4 years ago
  Brucey 182e5cdeb2 Fixed missing strings. 4 years ago
  Brucey 90db9b0882 Don't cast to structs. 4 years ago
  Brucey b46a614fec Compiler warning fixes. 4 years ago
  Brucey 33fd7fbff0 Fixed more compiler warnings. 4 years ago
  Brucey 5f005da7de More compiler warning improvements. 4 years ago
  Brucey 1f0f4855e7 Code generation improvements. 4 years ago
  FireballStarfish 0c6b79f5b9 On MinGW x64, use __builtin_setjmp/__builtin_longjmp instead of setjmp/longjmp. Fixes #546. 4 years ago
  Brucey 89f76df04c Enable indexing of struct pointers, and passing struct Self as Var. 5 years ago