Commit History

Author SHA1 Message Date
  Brucey bcb4d8c609 Added enum default compares. Reordered ifc generation. 4 months ago
  Brucey ccb70951b4 Fixed enum type code for size_t returning wrong id. (#722) 4 months ago
  Brucey 008e671e24 Fixes regression of empty args handling. (#718) 4 months ago
  Brucey 400f17c731 Refactors code generation for improved performance (#715) 4 months ago
  Brucey b5731b0b11 Code generation changes. Version bump. (#713) 5 months ago
  Brucey bcd9c9e24a Adds FromString enum conversion support (#710) 5 months ago
  Brucey ba5af6ffa0 Refactored to wait for found match before applying type to arg 6 months ago
  Brucey 2c7e4f9653 Enums should have at least one value. 6 months ago
  Brucey 2fda0a8806 Improved infer of numeric constant types. 6 months ago
  Brucey e01370035c Merge pull request #692 from bmx-ng/bcc_reflect 6 months ago
  Brucey 46f96f3506 Fixes an issue handling negative enum. 10 months ago
  FireballStarfish f88594dba1 Merge remote-tracking branch 'remotes/origin/master' into bcc_reflect 11 months ago
  Brucey 093bbe9a4c Added more casts for code generation. 1 year ago
  Brucey 6ac0e702be Add struct-specific array creation and slicing. 1 year ago
  Brucey a44dd5122b Reverted null function wrapper changes. 1 year ago
  FireballStarfish 0f898338be Revert "Use wrapper functions for Null Function Error function pointers" 1 year ago
  FireballStarfish fd938d36fb Merge branch 'master' into bcc_reflect 1 year ago
  Brucey 600b543fd5 Use wrapper functions for Null Function Error function pointers 1 year ago
  Brucey 65d314628e Ensure superclasses include args in ifc. 2 years ago
  Brucey 5b24980424 Module/Framework are mutually exclusive. 2 years ago
  Brucey f093c80610 Pragmas added to interfaces for hierarchical visibility. 2 years ago
  Brucey 300c6fa5ff Allow static arrays of Structs. 2 years ago
  Brucey ec835b2bba Added coverage support. 2 years ago
  Brucey 378e8af2cd Refactoring. Fixes #597. Fixes #605. 3 years ago
  Brucey a71d5ac327 Fixed enum array initialisation. Resolves #603. 3 years ago
  Brucey e90999255a Clear out function details during copy. Resolves #596 3 years ago
  Brucey 61de7bedd6 Fixed issue incorrectly reporting ctor return types. 3 years ago
  Brucey 1f2f921e43 Create default ctors in subclasses. Resolves #595. 3 years ago
  Brucey a7deaaa0a8 Fixed duplicate index variables. 4 years ago
  Brucey db3a5a81d5 Fixed select with var. Resolved #583 4 years ago