Skip to content

Instantly share code, notes, and snippets.

b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
@teeks99
teeks99 / combined_test.py
Created March 10, 2023 18:44
Multicast test send and receive
import socket
import struct
import time
test_groups = ['224.1.1.1', '239.255.255.255']
test_interfaces = ['127.0.0.1', '192.168.42.42']
port = 15007
receivers = []
@teeks99
teeks99 / loopback_test.py
Created March 10, 2023 18:40
Test of loopback interfaces
import socket
import struct
import time
group = '224.1.1.4'
test_interfaces = [
'127.0.0.1',
# Fill in an interface of your own computer here
'192.168.42.42']
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has -Wl,--no-undefined : no (cached) [2]
@teeks99
teeks99 / boost_1_81_0-32bitlog.txt
Created December 9, 2022 12:02
boost_1_81_0_rc1
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has statx : no (cached) [2]
@teeks99
teeks99 / boost_1_81_0_b1_rc1-32bitlog.txt
Created November 15, 2022 02:34
boost_1_81_0_b1_rc2
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has statx : no (cached) [2]
@teeks99
teeks99 / boost_1_81_0_b1-32bitlog.txt
Created November 11, 2022 00:50
boost_1_81_0_b1_rc1
b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\RB/bin.v2 --stage-libdir=lib32-msvc-10.0 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
Performing configuration checks
- default address-model : 64-bit (cached) [1]
- default architecture : x86 (cached) [1]
- compiler supports SSE2 : yes (cached) [2]
- compiler supports SSE4.1 : yes (cached) [2]
- has synchronization.lib : no (cached) [2]
- has std::atomic_ref : no (cached) [2]
- has statx : no (cached) [2]