Commit History

Author SHA1 Message Date
  woollybah e00bf23fb5 Operator overloading. Initial Import. 9 years ago
  woollybah 1a1b82132d Fixed class global generation order. 9 years ago
  woollybah f4c13ed81f Fixed power precedence to match that of the legacy compiler. 9 years ago
  woollybah f44c8ca18a Hide private types in interfaces. 9 years ago
  woollybah cec2b3080c Fixed too many args method resolution issue. Fixes #225 9 years ago
  woollybah 97fb647b12 Cast VarPtr function pointer. Fixes #221 9 years ago
  woollybah 19fd98dbad Function pointer as a return type. 9 years ago
  woollybah 35a4ae18a7 Added SizeOf support for Structs. Fixes #224. 9 years ago
  woollybah 0a7eccc0aa Fixed zero const issue. 9 years ago
  woollybah d2f8a1a10d Load platform specific blitz_classes.i file. 9 years ago
  woollybah 9c5f2a3813 Changed param debug scope types. 9 years ago
  woollybah 75aca1cfe8 Added WParam and LParam types for Win32. 9 years ago
  woollybah 15dec2df58 Fixed issue with leading zeros. 9 years ago
  woollybah f7398d1f2e Fixed varptr local variable type generation. Fixes #215 9 years ago
  woollybah 49367bd2e3 Added debug scope for consts and globals. Fixes #217 9 years ago
  woollybah c00ca22cac Further enhancements for long numbers. Fixes #213 9 years ago
  woollybah a2726ab0fd Fixed parsing of very long long literals. Fixes #213 9 years ago
  woollybah 9c2b190c0f Fixed function pointer code generation issue. Fixes #210. 9 years ago
  woollybah 4038ddfc56 Fixed issue invoking function pointers as return types. Fixes #210 9 years ago
  woollybah d1432fc3fc Initial inline native C support. 9 years ago
  woollybah 090d7ddb63 Adds support for non-extern Structs. Fixes #209. 9 years ago
  woollybah cc8806d93c Fixed index expression generation for extern interfaces. Fixes #208. 9 years ago
  woollybah 7589e1886f Fixes auto array issue with Object arrays. 9 years ago
  woollybah 0b8afec2e9 musl libc support. 9 years ago
  woollybah 7776b80a16 Improved function pointer support in arrays. 9 years ago
  woollybah e7db542a57 Further improvements to function pointer handling. 9 years ago
  woollybah 10c7f27a99 Fixed issues with auto arrays. Fixes #206. 9 years ago
  woollybah 3944c4754a For interface scope, also search extended interfaces. 9 years ago
  woollybah 30390c81a0 Regression. Rollback #200. 9 years ago
  woollybah 7c636d94a3 Improved object ptr check. Fixes bmx-ng/brl.mod/#33. 9 years ago