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]
- C++11 mutex : no (cached) [2]
- has BCrypt API : yes (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]
- C++11 mutex : no (cached) [2]
- has BCrypt API : yes (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]
- C++11 mutex : no (cached) [2]
- has BCrypt API : yes (cached) [2]
@teeks99
teeks99 / Jenkinsfile
Created June 29, 2018 15:02
Jenkinsfile with e-mail
pipeline {
agent any
stages {
stage('Build'){
steps {
echo "Running job: ${env.JOB_NAME}\nbuild: ${env.BUILD_ID} - ${env.BUILD_URL}\nblue ocean: ${env.RUN_DISPLAY_URL}"
}
}
}
@teeks99
teeks99 / weewx.json
Created December 5, 2020 18:58
Test Json from Weewx
{
"station":
{
"location": "University City, MO",
"latitude": 38.68006,
"longitude": -90.32814,
"altitude (meters)": 137.0,
"link": "https://w.teeks99.com"
},
"generation":
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 : 32-bit (cached)
- default architecture : x86 (cached)
- compiler supports SSE2 : yes (cached)
- compiler supports SSE4.1 : yes (cached)
- has synchronization.lib : no (cached)
- C++11 mutex : no (cached)
- has BCrypt API : yes (cached)
@teeks99
teeks99 / main.cpp
Created November 17, 2020 17:21
HMAC_MD5 and MD5 Digest on Windows
// An attempt to make a HMAC_MD5 method on window that matches the RFC 2104 test vectors
// To do this, I also needed to make a MD5 Digest method that matches the test vectors at the end of (A.5) RFC 1321
// https://tools.ietf.org/html/rfc2202
// https://tools.ietf.org/html/rfc1321
// Note: MD5 is not secure if you are using this, consider updating to a modern algorithm for HMAC such as:
// SHA-256, 384, 512
// SHA3-*
// Based on the examples here:
// https://docs.microsoft.com/en-us/windows/win32/seccrypto/example-c-program--creating-an-hmac
@teeks99
teeks99 / boost_1_75_0_b1_rc2-32bitlog.txt
Created November 12, 2020 13:03
boost_1_75_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 : 32-bit (cached)
- default architecture : x86 (cached)
- compiler supports SSE2 : yes (cached)
- compiler supports SSE4.1 : yes (cached)
- has synchronization.lib : no (cached)
- C++11 mutex : no (cached)
- has BCrypt API : yes (cached)
@teeks99
teeks99 / boost_1_75_0_b1_rc1-32bitlog.txt
Created November 7, 2020 13:09
boost_1_75_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 : 32-bit (cached)
- default architecture : x86 (cached)
- compiler supports SSE2 : yes (cached)
- compiler supports SSE4.1 : yes (cached)
- has synchronization.lib : no (cached)
- C++11 mutex : no (cached)
- has BCrypt API : yes (cached)
@teeks99
teeks99 / boost_1_74_0-32bitlog.txt
Created August 12, 2020 00:45
boost_1_74_0-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 : 32-bit (cached)
- default architecture : x86 (cached)
- has synchronization.lib : no (cached)
- C++11 mutex : no (cached)
- has BCrypt API : yes (cached)
- has stat::st_mtim : no (cached)
- has stat::st_mtimensec : no (cached)