mirror of
https://github.com/boostorg/lambda2.git
synced 2026-01-21 04:52:26 +00:00
Compare commits
2 Commits
boost-1.90
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f60f1d7f9f | ||
|
|
7b49621c6c |
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@@ -63,6 +63,11 @@ jobs:
|
|||||||
container: ubuntu:24.04
|
container: ubuntu:24.04
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
install: g++-14
|
install: g++-14
|
||||||
|
- toolset: gcc-15
|
||||||
|
cxxstd: "03,11,14,17,20,23,2c"
|
||||||
|
container: ubuntu:25.04
|
||||||
|
os: ubuntu-latest
|
||||||
|
install: g++-15
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
compiler: clang++-3.9
|
compiler: clang++-3.9
|
||||||
cxxstd: "03,11,14"
|
cxxstd: "03,11,14"
|
||||||
@@ -172,14 +177,20 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
install: clang-20
|
install: clang-20
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd: "03,11,14,17,20,2b"
|
compiler: clang++-21
|
||||||
os: macos-13
|
cxxstd: "03,11,14,17,20,23,2c"
|
||||||
|
container: ubuntu:25.10
|
||||||
|
os: ubuntu-latest
|
||||||
|
install: clang-21
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd: "03,11,14,17,20,2b"
|
cxxstd: "03,11,14,17,20,2b"
|
||||||
os: macos-14
|
os: macos-14
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd: "03,11,14,17,20,2b"
|
cxxstd: "03,11,14,17,20,23,2c"
|
||||||
os: macos-15
|
os: macos-15
|
||||||
|
- toolset: clang
|
||||||
|
cxxstd: "03,11,14,17,20,23,2c"
|
||||||
|
os: macos-26
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@@ -303,9 +314,9 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
- os: macos-13
|
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
- os: macos-15
|
- os: macos-15
|
||||||
|
- os: macos-26
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@@ -351,9 +362,9 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
- os: macos-13
|
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
- os: macos-15
|
- os: macos-15
|
||||||
|
- os: macos-26
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
@@ -409,9 +420,9 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
- os: macos-13
|
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
- os: macos-15
|
- os: macos-15
|
||||||
|
- os: macos-26
|
||||||
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
// Same format as BOOST_VERSION:
|
// Same format as BOOST_VERSION:
|
||||||
// major * 100000 + minor * 100 + patch
|
// major * 100000 + minor * 100 + patch
|
||||||
#define BOOST_LAMBDA2_VERSION 109000
|
#define BOOST_LAMBDA2_VERSION 109100
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user