Skip to content

Instantly share code, notes, and snippets.

@teeks99
teeks99 / v17d-output.log
Created September 27, 2023 22:18
Windows Regression Runner
Running command:
:C:/Python27-64/python.exe run.py --runner=teeks99-09-v17d-64onAMD64 --toolsets=msvc-14.3 --bjam-options=-j8 address-model=64 debug-symbols=off --remove-test-targets --abbreviate-paths --comment=info.html --tag=develop
at: 2023-09-27 19:24:31.150103 UTC
# Running regressions in C:\teeks99-09\run...
# Getting Boost.Build v2...
# Creating regression scripts at C:\teeks99-09\run\boost_regression_src...
# Executing GIT command: C:\teeks99-09\run> git init "C:\teeks99-09\run\boost_bb"
# Downloading regression scripts from https://raw.githubusercontent.com/boostorg/regression/develop/testing/src...
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]
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]