Discussion:
git log origin/master..origin/develop --pretty=format:"1. [%h](http://github.com/boostorg/gil/commit/%H) - %s"
| # | Date | Hash | Subject |
$▶ mage | tee.exe x.log | |
Running dependency: main.Config.Settings | |
Running dependency: Fetch | |
[swdt-mage] --- Begin of configuration from settings.yaml ------------ | |
calico: | |
calico_version: 3.25.0 | |
kubernetes: | |
kubernetes_build_from_source: false | |
kubernetes_version: "1.26" | |
network: |
$ mage | tee mage.log | |
Running dependency: Fetch | |
Running dependency: startup | |
2023/04/27 06:56:05 main.go:71: [swdt] Setting environment variable VAGRANT_VARIABLES=variables.local.yaml | |
2023/04/27 06:56:05 fetch.go:35: [swdt] Downloading manifest https://storage.googleapis.com/k8s-release-dev/ci/latest-1.27.txt | |
Running dependency: Run | |
2023/04/27 06:56:06 fetch.go:41: [swdt] Downloading binaries of Kubernetes v1.27.1-13+6494bc61297cd0 | |
Running dependency: checkVagrant | |
2023/04/27 06:56:06 fetch.go:50: [swdt] Downloading sync\linux\bin\kubeadm from https://storage.googleapis.com/k8s-release-dev/ci/v1.27.1-13+6494bc61297cd0/bin/linux/amd64/kubeadm | |
2023/04/27 06:56:06 fetch.go:55: [swdt] File exists. Skipping. |
--- | |
name: 'upgrade-cluster-flux' | |
on: | |
schedule: | |
# Every Monday at 3 AM UTC | |
- cron: "0 3 * * 1" | |
workflow_dispatch: | |
inputs: | |
environment: |
Discussion:
git log origin/master..origin/develop --pretty=format:"1. [%h](http://github.com/boostorg/gil/commit/%H) - %s"
| # | Date | Hash | Subject |
// MWE for bug report submitted to SQL Server: | |
// https://feedback.azure.com/forums/908035-sql-server/suggestions/40180918-conversion-with-cast-as-bit-only-works-for-0-or | |
#include <cassert> | |
#include <cstdint> | |
#include <iostream> | |
#include <string> | |
#include <vector> | |
#define NOMINMAX | |
#include <windows.h> | |
#include <sql.h> |
Running BuildConsole.exe
of IncrediBuild 9.4 to build a large project using Visual Studio 2017:
The source code tree git clean
-ed, IncrediBuild history and cache cleaned and machine restarted before every build.
Machine 1
with IB on 16 cores of 48 logical cores (Hyper-Threading enabled)git log boost-1.71.0..master --pretty=format:"1. [%h](http://github.com/boostorg/gil/commi t/%H) - %s" > boost-1-72-gil-changelog.md
Follow https://github.com/boostorg/gil/blob/develop/CONTRIBUTING.md#using-cmake
D:\boost.win (develop -> origin)
λ .\b2 -j8 toolset=msvc-14.1 variant=debug,release address-model=64 --layout=versioned --with-test --with-filesystem stage
D:\boost.win\libs\gil\_build.vs (develop -> origin)
λ cd libs\gil
Changes in SOCI 4.0.0 since 3.2.3 using git log 3.2.3..master --pretty=format:"1. [%h](http://github.com/soci/soci/commit/%H) - %s"