Brak opisu

Simon Krajewski 03cc11e096 disallow structural extension of type parameters (closes #2365) 11 lat temu
doc fc7ac7beef naming convention: -D oldBrowser => -D old-browser 12 lat temu
libs @ dd5b8822f6 23ad9e66ee sync libs 12 lat temu
std 368fb0598c add haxe.xml.Printer (closes #2040) 11 lat temu
tests d2292c3bd2 TravisCI: fix cpp testing. 11 lat temu
.gitattributes 8e32d7f112 LF normalization 12 lat temu
.gitignore 94a6507468 [Makefile] Added support for version tagging on the executable 12 lat temu
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) 12 lat temu
.travis.yml 6a6220db6c TravisCI: test cpp. 11 lat temu
Makefile 102f8a18ff module dependency adjustment 12 lat temu
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 lat temu
README.md c13eedd694 add fancy build status image to the readme 11 lat temu
ast.ml 8162a0ebaf fixed inline unbound var detection by annotating these in metadata (we don't always have our ctx.locals up to date) 12 lat temu
codegen.ml d6c07c3548 apply type parameters of child class in fix_override to avoid unnecessary temp var creation 11 lat temu
common.ml 7b6dc8fdf9 remove pf_can_init_member and always move every member initialization to the constructor (closes #2349) 11 lat temu
dce.ml 60d185d143 [DCE] add missing check_feature call when class fields are added (closes #2298) 12 lat temu
filters.ml aa9a534ed9 save locals before var-introduction filters 11 lat temu
genas3.ml f9389cbe36 [as3] fix as3 compilation when __in__ is used 12 lat temu
gencommon.ml dacdba811a [cs/java] simplify abstract implementation output 12 lat temu
gencpp.ml 2dcfab63d9 absolute-path check in cpp target 11 lat temu
gencs.ml e84096e8a4 [cs] handle absolute paths with -net-lib 11 lat temu
genjava.ml 059383345f [java] handle absolute paths with -java-lib 11 lat temu
genjs.ml 5ed47b2abe Merge branch 'development' into dev_js_shallow_expose 12 lat temu
genneko.ml 596ccb87b9 Merge branch 'generic_fix' into development 12 lat temu
genphp.ml 329f73bd8c [Php] goto is a thing now (closes #2316) 12 lat temu
genswf.ml 060de9e79d allow flash player version 11.9 -> swf version 22 (closes #2376) 11 lat temu
genswf8.ml 8dbad24ce7 add enum field to TEnumParameter 12 lat temu
genswf9.ml fe667af867 fixed cast(n,Int) and cast(n,UInt) in flash9 (close #2081) 12 lat temu
genxml.ml c18937fc1e make distinction between ?x:Int and x=0 in --gen-hx-classes (close #2134) 12 lat temu
haxe.hxproj 0720e4ebb0 hide filters.obj 12 lat temu
interp.ml 0e02a748bf GC fix in Context.signature 11 lat temu
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 lat temu
main.ml 972d1d391a Merge branch 'pr/2360' into development 11 lat temu
matcher.ml 5f4bb34a8c do not handle `identifier => pattern` in a special way, instead allow `_.field(args) => pattern` (closes #2379) 11 lat temu
optimizer.ml 47932889c8 consider field inits while inlining constructors (closes #2336) 12 lat temu
parser.ml 69bb342d89 allow dollar identifiers in all string places of the syntax and fail during typing (for reification) 12 lat temu
type.ml 4eec384097 fix record field order (closes #2300) 11 lat temu
typecore.ml fe8ed032e3 suggest alternatives upon invalid command line arguments with leading - 11 lat temu
typeload.ml 03cc11e096 disallow structural extension of type parameters (closes #2365) 11 lat temu
typer.ml 279e84eeed pass unapplied type parameters instead of empty arrays as local_type 11 lat temu

README.md

Haxe logo

Haxe - The Cross-Platform Toolkit

Build Status

Haxe is an open source toolkit that allows you to easily build cross-platform tools and applications that target many mainstream platforms. The Haxe toolkit includes:

  • The Haxe programming language, a modern, high-level, strictly-typed programming language
  • The Haxe cross-compiler, a state-of-the-art, lightning-speed compiler for many targets
  • The Haxe standard library, a complete, cross-platform library of common functionality

Haxe allows you to compile for the following targets:

  • C++
  • C#
  • Flash
  • Java
  • JavaScript
  • NekoVM
  • PHP

You can try Haxe directly from your browser at try.haxe.org!

For more information about Haxe, head to the offical Haxe website.

License

The Haxe project has several licenses, covering different parts of the projects.

  • The Haxe compiler is released under the GNU General Public License version 2 or any later version.
  • The Haxe libraries are released under a "two-clause" BSD license.
  • The Neko runtime is licensed under the GNU Lesser General Public License version 2.1 or any later version.

For the complete Haxe licenses, please see http://haxe.org/doc/license or doc/LICENSE.txt.

Installing Haxe

The latest stable release is Haxe v3.0.1. Pre-built binaries are available for your platform:

Automated development builds are available from build.haxe.org.

Building from source

  1. Clone the repository using git. Be sure to initialize and fetch the submodules.

    git clone --recursive git://github.com/HaxeFoundation/haxe.git
    cd haxe
    
  2. Follow the documentation on building Haxe for your platform.

Using Haxe

For information on on using Haxe, consult the Haxe documentation:

Community

You can get help and talk with fellow Haxers from around the world via: