Sen descrición

Simon Krajewski 0eb5e64d26 do not map FClosure %!s(int64=11) %!d(string=hai) anos
doc 4543441c0a categorize and update changelog %!s(int64=11) %!d(string=hai) anos
libs @ 296f0edfa9 12b34f0c1e sync libs %!s(int64=11) %!d(string=hai) anos
std 7287e218ae remove trailing slashes on FileSystem.kind %!s(int64=11) %!d(string=hai) anos
tests 7287e218ae remove trailing slashes on FileSystem.kind %!s(int64=11) %!d(string=hai) anos
.gitattributes 8e32d7f112 LF normalization %!s(int64=12) %!d(string=hai) anos
.gitignore a469385291 flash 11.8 api sync %!s(int64=11) %!d(string=hai) anos
.gitmodules f7bb42b3f3 changed libs from git:// to https:// (allow commits in subtree after switch to master branch) %!s(int64=12) %!d(string=hai) anos
.travis.yml 2879e3ad11 TravisCI: Took as3 out of allow_failures. %!s(int64=11) %!d(string=hai) anos
Makefile ca91a4a9b3 Remove haxe.exe whence cleaning %!s(int64=11) %!d(string=hai) anos
Makefile.win 1738a1939f added --display memory with scanned module size and leaks %!s(int64=12) %!d(string=hai) anos
README.md c13eedd694 add fancy build status image to the readme %!s(int64=11) %!d(string=hai) anos
ast.ml ff83925bdc do not inline real static abstract inline fields in --no-inline mode and force inline only if the method assigns to `this` (closes #2656) %!s(int64=11) %!d(string=hai) anos
codegen.ml 49eb172834 do not recurse into core type abstracts %!s(int64=11) %!d(string=hai) anos
common.ml ff83925bdc do not inline real static abstract inline fields in --no-inline mode and force inline only if the method assigns to `this` (closes #2656) %!s(int64=11) %!d(string=hai) anos
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places %!s(int64=11) %!d(string=hai) anos
filters.ml f12c6a904d deal with blocks in side-effect handler %!s(int64=11) %!d(string=hai) anos
genas3.ml cacaa12af5 default to private for abstract methods (closes #2235) %!s(int64=11) %!d(string=hai) anos
gencommon.ml 4b37923553 [cs] fix DynamicObject lookupSetField(_f) (closes #2528) %!s(int64=11) %!d(string=hai) anos
gencpp.ml b015fad3f6 [cpp] Do not eliminate 'never' accessors unless they are also external %!s(int64=11) %!d(string=hai) anos
gencs.ml 274bd4a602 [cs] fix comparison of Null<T> with null constant (closes #2474) %!s(int64=11) %!d(string=hai) anos
genjava.ml aff272b555 Merge pull request #2384 from nadako/cs_subdir_resource_fix %!s(int64=11) %!d(string=hai) anos
genjs.ml 6b26f5d4ea Merge pull request #2543 from nadako/stdis_opt %!s(int64=11) %!d(string=hai) anos
genneko.ml f8721534b1 rename TVars to TVar %!s(int64=11) %!d(string=hai) anos
genphp.ml f8721534b1 rename TVars to TVar %!s(int64=11) %!d(string=hai) anos
genswf.ml 0a745131d1 add -D swf_use_doabc %!s(int64=11) %!d(string=hai) anos
genswf8.ml f8721534b1 rename TVars to TVar %!s(int64=11) %!d(string=hai) anos
genswf9.ml 6d6353ac5d check before-super() variable reset for KDynamic as well (close #2371) %!s(int64=11) %!d(string=hai) anos
genxml.ml 49ec213845 some more fixes for --gen-hx-headers generation %!s(int64=11) %!d(string=hai) anos
haxe.hxproj 377608632f ignored filter output files %!s(int64=11) %!d(string=hai) anos
interp.ml a24d0de273 dammit Dan %!s(int64=11) %!d(string=hai) anos
lexer.mll b94ee60b07 allowed fmt string in fmt string %!s(int64=12) %!d(string=hai) anos
main.ml 8980bbc30d raise Sys_exit exception from Sys.exit call in interpreter to allow flushing context before actually terminating (was swallowing warnings in optimization unit tests) %!s(int64=11) %!d(string=hai) anos
matcher.ml aadc4a4157 deal with @:coreType abstract recursion in various places %!s(int64=11) %!d(string=hai) anos
optimizer.ml 0523cfc847 re-enable Js inlining restriction %!s(int64=11) %!d(string=hai) anos
parser.ml 465b775544 detect uppercase package names and give an error accordingly (closes #2531) %!s(int64=11) %!d(string=hai) anos
type.ml 0eb5e64d26 do not map FClosure %!s(int64=11) %!d(string=hai) anos
typecore.ml 7797e9fda9 allow storing type parameters in get_build_infos %!s(int64=11) %!d(string=hai) anos
typeload.ml 45d0cf10e7 force Vector.fromArrayCopy to be inlined so As3 is not sad %!s(int64=11) %!d(string=hai) anos
typer.ml 45d0cf10e7 force Vector.fromArrayCopy to be inlined so As3 is not sad %!s(int64=11) %!d(string=hai) anos

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: