From 5b4ef48bba71c1294ecf43a7dc42ef5764eb00c8 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Wed, 15 May 2024 14:30:28 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc58e4..0796963 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
# Jinja2С++ - + [![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/) [![Standard](https://img.shields.io/badge/c%2B%2B-14-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![Standard](https://img.shields.io/badge/c%2B%2B-17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) From e5fdeb5a4784cda9fa056176b89fa35084869f96 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Wed, 15 May 2024 14:32:09 +0300 Subject: [PATCH 2/4] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac3bf55..7628b8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.23.0) project(Jinja2Cpp VERSION 1.3.1) - + if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(JINJA2CPP_IS_MAIN_PROJECT TRUE) else() From 9dfc7fc45135e66512f8c5a6bbe16a36e7afe71e Mon Sep 17 00:00:00 2001 From: rmorozov Date: Sun, 11 May 2025 21:05:46 +0300 Subject: [PATCH 3/4] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7628b8e..eb7ab23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.23.0) project(Jinja2Cpp VERSION 1.3.1) - + if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(JINJA2CPP_IS_MAIN_PROJECT TRUE) else() From bd34a566ec21a2801d721649b69c770820108bd6 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Sun, 11 May 2025 18:16:38 +0000 Subject: [PATCH 4/4] restore CI --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/linux-build.yml | 2 +- .github/workflows/windows-build.yml | 2 +- CMakeLists.txt | 2 +- README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 04e8819..36b0b63 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,11 +38,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -83,4 +83,4 @@ jobs: - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 769ad56..3d6c761 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -40,7 +40,7 @@ jobs: extra-flags: -DJINJA2CPP_STRICT_WARNINGS=OFF steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup environment env: INPUT_COMPILER: ${{ matrix.compiler }} diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index b7a4635..4de6fc2 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -46,7 +46,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build shell: cmd diff --git a/CMakeLists.txt b/CMakeLists.txt index eb7ab23..ac3bf55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.23.0) project(Jinja2Cpp VERSION 1.3.1) - + if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(JINJA2CPP_IS_MAIN_PROJECT TRUE) else() diff --git a/README.md b/README.md index 0796963..2fc58e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
# Jinja2С++ - + [![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/) [![Standard](https://img.shields.io/badge/c%2B%2B-14-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [![Standard](https://img.shields.io/badge/c%2B%2B-17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)