Commit History

Author SHA1 Message Date
  Hugh c1f7197d8f Add test for constructing a utf8 string with a (reserved) size. Add native array reserve function for cpp. Closes #5211 9 years ago
  Hugh eafeb81eba [cpp] Add 'nativeStaticExtension' meta to allow haxe friendly native static functions to be converted into cpp friendly member calls 9 years ago
  Andy Li 18faa39e80 [TravisCI] use -net-lib cs_drivers/System.Xml.dll@std for C# unsafe test 9 years ago
  Hugh c0bdc35042 [cpp] Mark functions that use unreflective types as unreflective too. Follow abstracts when considering unreflective. Closes https://github.com/HaxeFoundation/hxcpp/issues/441 9 years ago
  Andy Li 376c419bc5 [AppVeyor] AppVeyor upgraded their MySQL 9 years ago
  Andy Li 83f3b04d46 [AppVeyor] removed unused configs 9 years ago
  Justin Donaldson e6e1fb5c32 [lua] Support UTF-8 mode in EReg : Looks good to me. The appveyor tests are failing due to an unrelated issue. 9 years ago
  Andy Li 55d2a6882e fixed test for AS3 9 years ago
  Andy Li 116f734d7c [CI] don't try to fold when it is not running in TravisCI 9 years ago
  Andy Li 00d2e87a56 [TravisCI] Fold test output for each target. Continue to test next target even if a test failed. 9 years ago
  Andy Li 0b6fdbb7b1 [TravisCI] put xvfb config in before_install 9 years ago
  Andy Li c9f0e03267 [TravisCI] Let's try to group targets to minimize build matrix. 9 years ago
  Dan Korostelev 440b46519d [js] make Promise.resolve argument optional so Promise<Void> can be used 9 years ago
  Dan Korostelev b0708e1ece [macros] cache load_macro results in common context (closes #5198) 9 years ago
  Dan Korostelev e686c2af8b Nice, I found Ast.s_type_path :-P 9 years ago
  Dan Korostelev 604d06c310 Use separate timers for macro typing. 9 years ago
  Simon Krajewski b7e903b057 change diagnostics handling again 9 years ago
  Simon Krajewski 28a7403f24 make diagnostics messages more flexible 9 years ago
  hughsando eac745857d [cpp] Do not StaticCast references or pointers 9 years ago
  hughsando eca7406d6e [cpp] Do not expose variables to the debugger if their types wont work 9 years ago
  Simon Krajewski f27fd9a904 move diagnostics handling back to after-compilation 9 years ago
  Simon Krajewski 30c7739536 deal with missing type parameters in display mode differently 9 years ago
  Simon Krajewski a6365d5f20 don't suggest to replace haxe with haxe 9 years ago
  hughsando 81183db701 [cpp] Remove no_simplification meta from cpp files 9 years ago
  hughsando eef5be8926 [cpp] Add special type, cpp.Star, to name internal type 9 years ago
  Simon Krajewski e91c29567f - collect unresolved identifiers and make suggestions 9 years ago
  Simon Krajewski 71fceb3b16 move some things around 9 years ago
  Hugh 81b9b87987 [cpp] Use native reference for pointer temps 9 years ago
  Hugh 8768b4d093 [cpp] Make cpp.Pointer.ptr return a cpp.Reference in case haxe decides to take a copy. Slightly dodgy trick with a typedef, but seems to work. 9 years ago
  Simon Krajewski 1ab02dab12 always allow loading types without type parameters in display mode 9 years ago