Aurea

Results 157 comments of Aurea

`nmake` is supposed to run automatically on Windows, was there another error when invoking Haxe? I also see there is a `ammer_adder.hl.dll` file in the directory, does it work when...

@pecheny Ah, I see, thanks. I'm not sure where I got `/OUT` from in the first place. As for the `BuildTools` change – why not. I didn't want to overengineer...

CMake would be nice as another alternative, but not as the only method. I know it is becoming pretty ubiquitous as a build system but I still prefer that the...

> `'U:\Projects\ammer\samples\poc\nmake' is not recognized […] or batch file.` I think this error should have been fixed in 85ad75e3ec69d59a4cb051ca4385b77e7285cdc8, do you need to `git pull` the repo by any chance?...

@piboistudios > Sounds like an there needs to be an abstraction over compilers; I find that there's somewhat a one-to-one relationship between `cl.exe` and `gcc` so if clang is compatible...

First, a small point – `encodeVarint` should not use `Array`, or any other hxcpp-specific feature. We need to get rid of the `extern "C" {` wrapper, since templates are not...

Thanks for the links! I'm working on a restructuring of `ammer`. Here is the platform support I am aiming for: | Platform | Prototype? | Mechanism | Note | |...

The underlying framework `ammer-core` is now [public](https://github.com/Aurel300/ammer-core). I will soon be replacing this repo with a complete rewrite based on `ammer-core`.

I haven't checked linc in detail, but as far as I can tell, linc is hxcpp-only. The work needed to support a particular C(++) library seems (I might be wrong!)...

Whoops, I forgot to respond to this issue. Arrays are my current priority when working on `ammer`. As discussed in #3, it's important that on targets where arrays can be...