lib.haxe.org

hxcpp

Hxcpp is the c++ backend compiler for haxe. This release constains the headers, libries and support code required to generate a fully compiled executable from haxe code.
Version
2.06.0
Owner
gamehaxe
License
BSD

History

  • 2010-08-15 14:14:33
    2.06.0
    See Changes.txt
  • 2010-01-11 15:44:21
    2.05.1
    See Changes.txt
  • 2010-01-10 13:34:11
    2.05.0
    See Changes.txt
  • 2009-08-26 07:13:04
    1.0.7
    Fix default GC build options.
  • 2009-08-25 18:18:33
    1.0.6
    Fix loading of extental libraries. Fix command args on linux. Added IMMIX internal GC, with easy build options.
  • 2009-08-04 02:06:35
    1.0.5
    Fix STR macro.
  • 2009-08-02 18:23:26
    1.0.4
    Restore Dynamic(wchar_t *)
  • 2009-08-02 17:25:47
    1.0.3
    Fix socket_send. Fix Bytes->toString. Fix vkind on 64bit systems. Fix Int32 compare, exp, acos, asin, atan. Fix substr for negative offsets. operator ==null/!=null. Fix operator * and negate for Dynamic variables. Added "@" option for writing obj names to a file for linker. Use printf, not wprintf, so output does not disappear on Linux. Re-worked .hxcpp_config to allow for a "vars" section. Added option for Leopard compiling. Moved build-tool to use neko systemName by preference.
  • 2009-07-27 17:57:38
    1.0.2
    Use comma instead of period when searching paths for version numbers so libs can be found.
  • 2009-07-27 17:21:11
    1.0.1
    Fix includes on linux. Fix detection of linux.
  • 2009-07-26 18:59:03
    1.0
    First full release to support haxe compiler 2.04.
  • 2009-04-07 16:38:31
    0.4
    Initial haxelib release. Added Mac(intel) and Linux ports. Updated to 2.0.3 code base.