All Projects → HaxeFoundation → Hxcpp

HaxeFoundation / Hxcpp

Licence: other
Runtime files for c++ backend for haxe

Programming Languages

cpp
1120 projects
haxe
709 projects

Projects that are alternatives of or similar to Hxcpp

Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (-42.54%)
Mutual labels:  build-tool
Webpack Interview Questions
Webpack questions/answers you can use to prepare for interviews or test your knowledge.
Stars: ✭ 159 (-30.26%)
Mutual labels:  build-tool
Build
B2 makes it easy to build C++ projects, everywhere.
Stars: ✭ 182 (-20.18%)
Mutual labels:  build-tool
Reggae
Build system in D, Python, Ruby, Javascript or Lua
Stars: ✭ 141 (-38.16%)
Mutual labels:  build-tool
Foy
A simple, light-weight and modern task runner for general purpose.
Stars: ✭ 157 (-31.14%)
Mutual labels:  build-tool
Build Server Protocol
Protocol for IDEs and build tools to communicate about compile, run, test, debug and more.
Stars: ✭ 169 (-25.88%)
Mutual labels:  build-tool
Bazel Tools
Tools for dealing with very large Bazel-managed repositories
Stars: ✭ 129 (-43.42%)
Mutual labels:  build-tool
Athena2
Build tool based on Webpack
Stars: ✭ 212 (-7.02%)
Mutual labels:  build-tool
Gradle
Adaptable, fast automation for all
Stars: ✭ 12,842 (+5532.46%)
Mutual labels:  build-tool
Calvin
A minimalistic build tool for clojurescript projects that does not require the jvm
Stars: ✭ 181 (-20.61%)
Mutual labels:  build-tool
Sampctl
The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
Stars: ✭ 149 (-34.65%)
Mutual labels:  build-tool
Bear
Bear is a tool that generates a compilation database for clang tooling.
Stars: ✭ 2,345 (+928.51%)
Mutual labels:  build-tool
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-25%)
Mutual labels:  build-tool
Boot
Build tooling for Clojure.
Stars: ✭ 1,722 (+655.26%)
Mutual labels:  build-tool
Mbt
The most flexible build tool for monorepo
Stars: ✭ 184 (-19.3%)
Mutual labels:  build-tool
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+701.32%)
Mutual labels:  build-tool
Bach
🎼 Java Shell Builder - Build modular Java projects with JDK tools
Stars: ✭ 163 (-28.51%)
Mutual labels:  build-tool
Seed
Build tool for Scala projects
Stars: ✭ 223 (-2.19%)
Mutual labels:  build-tool
Earthly
Repeatable builds
Stars: ✭ 5,805 (+2446.05%)
Mutual labels:  build-tool
Zeus
An Electrifying Build System
Stars: ✭ 176 (-22.81%)
Mutual labels:  build-tool

hxcpp

Build Status

hxcpp is the runtime support for the c++ backend of the haxe compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from haxe code.

building the tools

REPO=$(pwd)
cd ${REPO}/tools/run
haxe compile.hxml
cd ${REPO}/tools/hxcpp
haxe compile.hxml
cd $REPO

cppia

You first need to build the cppia host.

REPO=$(pwd)
cd ${REPO}/project
haxe compile-cppia.hxml
cd $REPO

Then you can do haxelib run hxcpp file.cppia.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].