Nav apraksta

Simon Krajewski 057058b589 actually run the tests 11 gadi atpakaļ
extra 9740e2dbcf refactor optimize_for_loop to allow iteration of abstract that have a get_length field an an @:arrayAccess getter (closes #2564, closes #2770) 11 gadi atpakaļ
libs @ 3a4b14d062 f3cc3e47ab [cs] Update latest ilib 11 gadi atpakaļ
std 595c9f17e3 generate StringImpl as _hx_c_String 11 gadi atpakaļ
tests 057058b589 actually run the tests 11 gadi atpakaļ
.gitattributes 8e32d7f112 LF normalization 12 gadi atpakaļ
.gitignore cb996bee75 only care about python target for unit tests 11 gadi atpakaļ
.gitmodules e37b6914f4 added haxelib repo in extra/haxelib_src (close #2258) 11 gadi atpakaļ
.travis.yml cb996bee75 only care about python target for unit tests 11 gadi atpakaļ
Makefile 16f778276e Merge branch 'development' into genpy 11 gadi atpakaļ
Makefile.win 1738a1939f added --display memory with scanned module size and leaks 12 gadi atpakaļ
README.md a21bcf3ba2 [docs] Update README for 3.1.1 11 gadi atpakaļ
ast.ml 3f0bf93c50 raise an error when the code point is greater than 0x10FFFF 11 gadi atpakaļ
codegen.ml 885305be48 move make_static_call to typecore.ml 11 gadi atpakaļ
common.ml 78c6e8da97 allow sys for python 11 gadi atpakaļ
dce.ml aadc4a4157 deal with @:coreType abstract recursion in various places 11 gadi atpakaļ
filters.ml 2796a45569 fix As3 detection in add_field_inits 11 gadi atpakaļ
genas3.ml e2e039f19c (As3) fix infinite recursion on abstract core type 11 gadi atpakaļ
gencommon.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 gadi atpakaļ
gencpp.ml 63ea1ff278 Split large strings to msvc does not spit the dummy 11 gadi atpakaļ
gencs.ml e2a2d1a09c [cs] Do not generate reflection information for explicitly implemented interfaces 11 gadi atpakaļ
genjava.ml 2433b43709 [cs] Fixed issue with OpAssignOp and OpAssign on Null<ValueType> types. Closes #2754 11 gadi atpakaļ
genjs.ml 4db89a8a1c restore js protected words to pre b95708b1fade697202f898609a3e1b67e1470041, close #2732 11 gadi atpakaļ
genneko.ml f8721534b1 rename TVars to TVar 11 gadi atpakaļ
genphp.ml 16e830807c Fix deprecation warnings on newer OCaml compiler. 11 gadi atpakaļ
genpy.ml 595c9f17e3 generate StringImpl as _hx_c_String 11 gadi atpakaļ
genswf.ml 0a745131d1 add -D swf_use_doabc 11 gadi atpakaļ
genswf8.ml 9383e61d2e (Flash8) fix TEnumParameter (closes #2728) 11 gadi atpakaļ
genswf9.ml e9e6afcddb optimize try/catch by not creating an activation block when the error is just rethrow (prevent extra allocation on each haxe.io.ByteInput read!) 11 gadi atpakaļ
genxml.ml 0df4c5d441 Revert "generate Void->Void correctly" 11 gadi atpakaļ
haxe.hxproj 377608632f ignored filter output files 11 gadi atpakaļ
interp.ml 75f316a937 cache find_file in class path results to speedup results especially when a lot of class paths are involved 11 gadi atpakaļ
lexer.mll b94ee60b07 allowed fmt string in fmt string 12 gadi atpakaļ
main.ml 16f778276e Merge branch 'development' into genpy 11 gadi atpakaļ
matcher.ml ae663c934c properly deal with unification in type patterns (closes #2776) 11 gadi atpakaļ
optimizer.ml 4f430a8e08 sneakily avoided to trigger FP12 PPAPI JIT crash in haxe.Serializer. Normal code can still reproduce the crash but there's nothing we can do about it (close #2782) 11 gadi atpakaļ
parser.ml 09301c0e79 disallow spaces between >>, >>>, >>= and >>>= (closes #2751) 11 gadi atpakaļ
type.ml 978e090b15 move find_array_access to type.ml 11 gadi atpakaļ
typecore.ml 885305be48 move make_static_call to typecore.ml 11 gadi atpakaļ
typeload.ml c1180fc08c fix Class/Enum/Abstract path printing (closes #2807) 11 gadi atpakaļ
typer.ml c1180fc08c fix Class/Enum/Abstract path printing (closes #2807) 11 gadi atpakaļ

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.1.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: