update dependencies

This commit is contained in:
pantor
2022-06-20 10:39:56 +02:00
parent 8ce4d8efaf
commit 59933e5e6f
6 changed files with 10230 additions and 13155 deletions
-2
View File
@@ -1,5 +1,3 @@
# Based on: https://github.com/onqtam/doctest/blob/master/.github/workflows/main.yml
name: CI
on: [push, pull_request]
+1 -7
View File
@@ -84,7 +84,7 @@ if(BUILD_TESTING AND INJA_BUILD_TESTS)
if(MSVC)
target_compile_options(inja_test PRIVATE /W4 /permissive-)
else()
target_compile_options(inja_test PRIVATE -Wall -Wextra -pedantic)
target_compile_options(inja_test PRIVATE -Wall -Wextra -Werror)
endif()
@@ -102,12 +102,6 @@ endif()
if(BUILD_BENCHMARK)
add_executable(inja_benchmark test/benchmark.cpp)
target_link_libraries(inja_benchmark PRIVATE inja)
if(MSVC)
target_compile_options(inja_benchmark PRIVATE /W4 /permissive-)
else()
target_compile_options(inja_benchmark PRIVATE -Wall -Wextra -pedantic)
endif()
endif()
+1 -1
View File
@@ -3,7 +3,7 @@
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| |
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
|__/
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -3,7 +3,7 @@
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| |
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
|__/
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+7019 -6580
View File
File diff suppressed because it is too large Load Diff
+3208 -6564
View File
File diff suppressed because it is too large Load Diff