-
```
Hello,
the approach to develop an efficient implementation of protobuf is perfect.
I had a look at the tool and tried to understand the generated source.
At the moment it seems that only little e…
-
Original [issue 28](https://code.google.com/p/titl/issues/detail?id=28) created by josephw on 2013-12-09T07:33:28.000Z:
It seems that iTunes x64 on Windows 7 x64 uses a different endianness in the it…
-
I am getting the following error during "make all"
OS: Mac
Host: x64-osx - Intel
I tried to compile using clang as well but I get the same error.
```
BOOST_INCLUDE_DIRS=/usr/local/Cellar/…
-
host byte order:
https://github.com/FRRouting/frr/blob/master/lib/mpls.h#L121
network byte order:
https://github.com/FRRouting/frr/blob/master/bgpd/bgp_label.h#L55-L98
This breaks quite badly on…
-
Maybe I misunderstand something, but why on a Big-endian system I get `NATIVEENDIAN='LittleEndian'` in configure status?
Autoconf correctly determines the endianness and sets it here:
```
## ------…
-
```
Hello,
the approach to develop an efficient implementation of protobuf is perfect.
I had a look at the tool and tried to understand the generated source.
At the moment it seems that only little e…
-
One of the main pieces still missing from this crate is support for little endian values. I made a first sketch of what this could look like, but I'm open to any critique (and obviously it would requi…
-
Add the following methods to class Bus
* readWordBE
* readWordLE
* readWordSyncBE
* readWordSyncLE
* writeWordBE
* writeWordLE
* writeWordSyncBE
* writeWordSyncLE
Add the following methods …
fivdi updated
9 months ago
-
# Bug Report
**Current behavior:**
When compiling dogecoin on FreeBSD 14.1, I have thiserror
```
Generated test/data/sighash.json.h
CXX test/test_dogecoin_fuzzy-test_bitcoin_fuzzy.o
…
-
https://shimingyuan.me/blog/2018/12/08/endianness/