-
See a simple explanation of strict-aliasing rules here:
http://blog.regehr.org/archives/959
C++ code generated from your test example (examples/resources/example-schema.xml):
``` XML
```
looks li…
-
```
I am trying to build muparserx for mingw using cross compilation (MXE)
For now; I had patch against current release to cross compile
Even the build exits with 0 status, that isn't working as I am…
-
```
I am trying to build muparserx for mingw using cross compilation (MXE)
For now; I had patch against current release to cross compile
Even the build exits with 0 status, that isn't working as I am…
-
```
I am trying to build muparserx for mingw using cross compilation (MXE)
For now; I had patch against current release to cross compile
Even the build exits with 0 status, that isn't working as I am…
-
Hello,
I am trying to run the examples/cpp98/SbeOtfDecoder.cpp and examples/cpp98/SbeExample.cpp.
I am able to compile SbeOtfDecoder but I am not able to generate a .sbeir file to pass to it. Which …
ghost updated
9 years ago
-
Bringing in:
- @LeoColomb
- @DomAmato
- @liquidzym
- @prisonerjohn
Todo:
- [ ] Build all libs for VS2015 x64 using repos pointed to by current apothecary scripts
- [ ] Test Project Generator
- [ ] T…
-
Running into some problems with a clean build. I think it's unhappy with one of the XML files. Any thoughts on what this means?
Buildfile: /home/joe/update/tmp/sbe/build.xml
init:
[mkdir] Create…
-
This page:
https://github.com/real-logic/simple-binary-encoding/wiki/Cpp98-Users-Guide
has two broken links:
https://github.com/real-logic/simple-binary-encoding/blob/master/examples/resources/TestSc…
-
Hi,
When we try to compile this latest CME templates_FixBinary.xml library provided by the link
ftp://ftp.cmegroup.com/SBEFix/NRCert/Templates/templates_FIXBinary.xml (CME ftp site can be access…
-
Hi,
We are trying to compile in the c++, unix environment using the steps provided in the FAQ.
however we are getting below error when we compile these below two steps
$ ant cpp
Run the C++98 …