foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 195 forks source link

Add support for QNX 7.1 build #161

Closed chachoi closed 1 year ago

chachoi commented 1 year ago

Add support for QNX 7.1 build.

Build instruction:

source <path-to-qnxsdp-env.sh>/qnxsdp-env.sh
git clone https://github.com/chachoi/memory.git && cd memory/build_qnx
make -j 4 install

Test wiki

foonathan_memory_test runs successfully on a QNX 7.1 target:

# ./foonathan_memory_test 
[doctest] doctest version is "2.4.9"
[doctest] run with "--help" for options
===============================================================================
[doctest] test cases:     40 |     40 passed | 0 failed | 0 skipped
[doctest] assertions: 164923 | 164923 passed | 0 failed |
[doctest] Status: SUCCESS!
foonathan commented 1 year ago

I don't want to add a bunch of build files for a specific toolchain.